<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-dark-navy {
  background-color: #0e2639;
  color: white;
}
.BoxShadow {
  -webkit-box-shadow: -2px 3px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 20px -10px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 3px 20px -10px rgba(0, 0, 0, 0.75);
}
.white-bg {
  background-color: rgba(255, 255, 255, 0.98) !important;
}
.t {
  border: 1px solid red !important;
}
.b {
  border: 1px solid blue !important;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.disable-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.skeleton {
  background: linear-gradient(-45deg, rgba(147, 18, 18, 0.33), #d3d3d3, #fff, #fff);
  -moz-animation: gradientBG infinite ease-out;
  -o-animation: gradientBG infinite ease-out;
  -webkit-animation: gradientBG infinite ease-out;
  animation: gradientBG 3s infinite;
  background-size: 200% 200%;
}
.skeleton-animated {
  background: linear-gradient(45deg, rgba(147, 18, 18, 0.33), #d3d3d3, #fff, #fff);
  -moz-animation: skell-loading infinite ease-out;
  -o-animation: skell-loading infinite ease-out;
  -webkit-animation: skell-loading infinite ease-out;
  animation: skell-loading 3s infinite;
  background-size: 100% 100%;
}
@keyframes skell-loading {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 200% 100%;
  }
}
#TelephoneBook {
  direction: rtl;
  color: #0e2639;
}
#TelephoneBook table {
  color: #0e2639;
  background-color: #c9d4c5;
  opacity: 0.8;
}
#TelephoneBook table tr:not(:last-child) {
  border-bottom: 1px solid #0e2639 !important;
}
#TelephoneBook table tr.hide {
  display: none;
}
#TelephoneBook table tr.expanded {
  background: #0e2639;
  color: white;
}
#TelephoneBook table tr.expanded span {
  margin-left: 0.2em;
}
#TelephoneBook table tr.expanded span svg {
  transform: rotate(90deg);
}
#TelephoneBook table tr.expanded span svg * {
  fill: white;
}
#TelephoneBook table tr span {
  cursor: pointer;
}
#TelephoneBook table tr span svg {
  width: 12px;
  transform: rotate(180deg);
}
#TelephoneBook table tr span svg * {
  fill: #0e2639;
}
#TelephoneBook table th,
#TelephoneBook table td {
  border-top: 0 !important;
}
#TelephoneBook table th a,
#TelephoneBook table td a {
  color: #0e2639;
  text-decoration: underline;
}
#TelephoneBook table thead tr {
  border-bottom: 1px solid #0e2639 !important;
}
#TelephoneBook table thead tr th {
  padding: 1.5em;
  font-size: 1.1em;
  border: 0;
}</pre></body></html>