.call-container {
  background-color: rgba(99, 73, 235, 1);
  width: 402px;
  height: 874px;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  position: absolute;
  z-index: 1000;
  padding: 76px 37px 42px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  opacity: 1;
  display: flex;
  visibility: hidden;
  border-radius: 25px;
  transition: opacity 0.3s ease-in-out; 
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.calling-status {
  color: rgba(228, 225, 247, 1);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.76px;
  text-align: center;
}

.avatar-container {
  background-color: rgba(207, 205, 255, 1);
  border-radius: 50%;
  display: flex;
  margin-top: 18px;
  width: 89px;
  height: 89px;
  flex-direction: column;
  align-items: center;
}

.avatar-image {
  aspect-ratio: 1.02;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.contact-name {
  color: rgba(255, 255, 255, 1);
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-align: center;
  margin-top: 25px;
}

.action-buttons {
  display: flex;
  margin-top: 265px;
  align-items: center;
  gap: 21px;
  font-size: 22px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1.76px;
  justify-content: center; 
  align-items: center; 
}

.action-button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.action-icon {
  aspect-ratio: 1.02;
  object-fit: contain;
  object-position: center;
  width: 90px;
}

.action-label {
  margin-top: 9px;
}

.end-call-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 41px;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.end-call-icon {
  aspect-ratio: 1.01;
  object-fit: contain;
  object-position: center;
  width: 90px;
}

.end-call-label {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.76px;
  text-align: center;
  margin-top: 8px;
}
