#asnwered-info-btn {
  text-decoration: none;
  color: green;
  cursor: pointer;
  font-weight: bolder;
  border: none;
  outline: none;
  background: none;
  transition: color 0.2s;
}

#asnwered-info-btn:hover {
  color: rgb(0, 58, 0);
}

/*  MODAL  */

.modal-active {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.034);
  z-index: 9999;
}

.modal-active .modal-content {
  background-color: white;
  width: 600px;
  height: 100px;
  margin: 300px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  z-index: 9999;
}

.modal-active .modal-content p span {
  font-weight: bolder;
}

.modal-active .modal-content a {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bolder;
  text-decoration: none;
  color: black;
}

.modal-inactive {
  display: none;
}

.actionColumn {
  width: 150px;
}

.buttons .action-btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buttons .action-btn button {
  margin: 5px 0;
  width: 100px;
}

#admin thead {
  position: sticky;
  top: 0;
  background-color: rgb(45, 45, 45);
  color: white;
}

#admin thead th {
  padding: 20px 5px;
}

#inboud-call-logs thead {
  position: sticky;
  top: 0;
  background-color: rgb(45, 45, 45);
  color: white;
}

#inboud-call-logs thead th {
  padding: 20px 5px;
}

#missed-call thead {
  position: sticky;
  top: 0;
  background-color: rgb(45, 45, 45);
  color: white;
}

#missed-call thead th {
  padding: 20px 5px;
}

#agent-answer-report thead {
  position: sticky;
  top: 0;
  background-color: rgb(45, 45, 45);
  color: white;
}

#agent-answer-report thead th {
  padding: 20px 0;
}

#status thead {
  position: sticky;
  top: 0;
  background-color: rgb(45, 45, 45);
  color: white;
  z-index: 99999;
}

#status thead th {
  padding: 20px 5px;
}

#expanded-table thead th {
  padding: 20px 5px;
}

#expanded-answered-table thead th {
  padding: 20px 5px;
}

#agent-stack-rank .agentStackFormContainer {
  text-align: center;
}

#agent-stack-rank .agentStackFormContainer .agentStackForm {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#agent-stack-rank div button {
  border-radius: 5px;
  text-align: center;
  color: green;
  border: none;
  outline: none;
  background: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bolder;
  transition: all 0.2s ease;
}

#agent-stack-rank div button:hover {
  background-color: green;
  color: white;
}

#agentStackRankStart,
#agentStackRankEnd {
  border: none;
  outline: none;
  padding: 10px 15px;
  background-color: rgb(45, 45, 45);
  border-radius: 5px;
  color: white;
}

#missed-call-logs .agentStackFormContainer .agentStackForm {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#missed-call-logs .agentStackFormContainer {
  margin-bottom: 16px;
}

#missed-call-logs div button {
  border-radius: 5px;
  text-align: center;
  color: green;
  border: none;
  outline: none;
  background: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bolder;
  transition: all 0.2s ease;
}

#missed-call-logs div button:hover {
  background-color: green;
  color: white;
}

#missedCallStartDateTimePicker,
#missedCallEndDateTimePicker {
  border: none;
  outline: none;
  padding: 10px 15px;
  background-color: rgb(45, 45, 45);
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
