.call-container {
  padding: 20px;
}

.container-call {
  width: 100%;
  /* padding-top: 20px; */
  margin-left: auto;
  display: grid;
  display: grid;
  grid-template-columns: 55% 1fr 1fr;
  gap: 3px;
}

.flex-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 752px;
  background-color: white;
}

.flex-item-second {
  height: 752px;
  background-color: white;
}

.flex-items-child {
  width: 752px;
}

.flex-items-child-p {
  margin-top: 30px;
}
.body-container {
  background-color: gray;
  height: 100vh;
}
.first-box {
  padding: 20px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65%;
}

.second-box {
  padding: 20px;
  background: white;
  border-radius: 10px;
  height: 65%;
}

.table {
  height: 65%;
}

.third-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  height: 752px;
}

.table-container {
  height: 90%;
  overflow-y: scroll;
}

.table-container::-webkit-scrollbar-track {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 2px 0;
  background-color: white;
}

.table-container::-webkit-scrollbar {
  width: 10px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3e5aa5;
  border: 1px solid #000;
}

.call-p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #454b51;
  font-weight: 700;
  text-align: center;
}

.call-button {
  width: 180px;
}

.call-first-box {
  padding: 45px;
}

.selectCall {
  border-color: #f6f8f9;
  background-color: #f6f8f9;
  padding: 0.375rem 0.75rem;
  height: 35px;
}

.history-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.history-container {
  width: 65%;
  background-color: white;
  padding: 20px;
}
.history-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

table tbody tr td {
  border-bottom: white;
}
tr.no-bottom-border td {
  border-bottom: none;
}
.active-history {
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.active-child {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.call-right-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
}

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

.title-history {
  font-size: 25px !important;
  font-weight: 700 !important;
  color: black;
}

.img-dic {
  margin-right: 15px;
}

.history-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-center {
  border-bottom: 1px dotted gray;
  margin: 0 6px 4px 0;
  width: 100%;
}

.block-right,
.block-left {
  margin-top: -20px;
}

.call-right-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #b81414;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active-end-class {
  display: none !important;
}

.bottom-call-input {
  display: flex;
  justify-content: space-between;
  width: 100%;

  margin-bottom: 20px;
  flex-direction: column;
}

.bottom-call-input .block-left-bottom-call {
  border-bottom: 1px dotted gray;
  margin: 0 6px 4px 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px !important;
}
