html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #777;
  overflow-x: hidden !important;
  background-color: snow;
  overflow: auto;
  margin: 0;
  height: auto !important; }

#map {
  height: 100vh;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.territory__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  border-bottom: solid 1px grey; }

.address__modal--add {
  display: flex; }

.header {
  /*	color: #2979ff;*/
  font-size: 1.2rem;
  padding: 4px 0px 4px 0px; }

.title {
  color: #2979ff;
  font-size: 1.4rem;
  padding: 4px 0px 4px 0px; }

.card {
  margin: 12px; }

.card > * {
  padding: 22px; }

.tab-label-icon {
  display: none; }

.item-menu {
  display: flex;
  justify-content: space-between; }

.btn {
  padding: 4px;
  border-radius: 2px; }

.accept {
  background-color: lightseagreen;
  color: white; }

.unauthorized {
  text-align: center; }

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto; }

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg); }

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out; }

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem; }

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading"); }

/*media queries*/
@media screen and (min-width: 768px) {
  .card > * {
    padding: 16px; }
  .tab-label-icon {
    display: block; } }

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050; }

.invalid {
  outline: 1px solid red; }

.validation-message {
  color: red; }

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem; }

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white; }

.blazor-error-boundary::after {
  content: "An error has occurred."; }

.bg-Established {
  background-color: #66c18c;
  color: white; }

.bg-Confirming {
  background-color: #2385c6;
  color: white; }

.bg-Survey {
  background-color: #9474b5;
  color: white; }

.bg-Archive {
  background-color: black !important;
  color: white; }

.text-Established {
  color: #2A7F41; }

.text-Confirming {
  color: #2385c6; }

.text-Survey {
  color: #9474b5; }

.text-danger {
  color: red; }

.count-floating {
  overflow: visible;
  position: absolute;
  background-color: #7297e7;
  color: white;
  top: -15px;
  left: -6%;
  font-size: 9px;
  border: 1px solid #2385c6;
  margin: 4px;
  border-radius: 20px;
  padding: 2px;
  z-index: 40; }

.new-floating {
  overflow: visible;
  position: absolute;
  background-color: red;
  color: whitesmoke;
  top: -22px;
  right: -8%;
  font-size: 10px;
  margin: 4px;
  border-radius: 20px;
  padding: 6px;
  z-index: 40; }

.unauthorized {
  width: 100%;
  margin: auto;
  margin-top: 40px; }

.mdc-nav-menu a {
  text-decoration: none; }

.mdc-nav-menu .material-icons {
  margin: 0px 4px; }

.nav {
  display: flex;
  justify-content: space-between; }

.mdc-nav-item i,
.mdc-nav-item span {
  color: white; }

.drawer-top {
  background-color: #1d2d77;
  width: 100%;
  height: 60px; }

.comments {
  margin-top: 20px; }
  .comments__title {
    font-weight: 600;
    font-size: .9rem;
    text-decoration: underline; }
  .comments__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px; }
  .comments__text-area {
    height: 100px !important;
    width: 90% !important; }
  .comments__input {
    display: flex; }
  .comments__btns {
    display: flex;
    flex-direction: column; }

.comment {
  display: flex;
  flex-direction: column;
  background: white;
  border-bottom: 1px solid black; }
  .comment__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 12px; }
    .comment__body--text {
      padding: 10px 12px;
      max-width: 80%;
      word-wrap: break-word;
      font-size: .9rem; }
    .comment__body--edit-btn {
      grid-column: 3 / 4;
      justify-self: end;
      padding: 0;
      font-size: .2rem !important; }
  .comment__summary {
    display: flex;
    justify-content: space-between;
    padding: 10px; }
    .comment__summary--user {
      padding: 9px;
      font-size: .8rem; }
    .comment__summary--date {
      font-size: .8rem;
      padding: 8px; }
  .comment__form {
    display: block;
    padding: 10px;
    display: flex;
    flex-direction: column; }
    .comment__form--text-area {
      width: 20em !important;
      margin-left: 20px; }
    .comment__form__btns {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0;
      font-size: .2rem !important; }

@media screen and (min-width: 1200px) {
  .territory__title {
    font-weight: 600;
    font-size: 1.2rem; } }

.address__item {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px grey; }
  .address__item--line {
    width: 100%;
    border-top: solid 1px grey; }
  .address__item__info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .address__item__info--type {
      font-weight: 600;
      font-size: .7rem;
      background-color: #ddd;
      border: none;
      color: black;
      padding: 5px 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 16px; }
    .address__item__info--zipcode {
      font-weight: 600;
      font-size: .7rem; }
    .address__item__info--more {
      float: right; }
    .address__item__info__address {
      font-style: italic;
      z-index: 50; }
      .address__item__info__address--apartment {
        z-index: 50;
        margin-left: 4px; }
      .address__item__info__address span {
        font-weight: 600; }
    .address__item__info__comment {
      font-size: .8rem;
      color: #005575d4; }

@media screen and (min-width: 1200px) {
  .address__item {
    transition: color 0.25s;
    position: relative;
    vertical-align: middle; }
    .address__item::before, .address__item::after {
      box-sizing: inherit;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    .address__item::before, .address__item::after {
      border: 2px solid transparent;
      width: 0;
      height: 0; }
    .address__item::before {
      top: 0;
      left: 0; }
    .address__item::after {
      bottom: 0;
      right: 0; }
    .address__item:hover {
      color: #0277BD; }
    .address__item:hover::before, .address__item:hover::after {
      width: 100%;
      height: 100%; }
    .address__item:hover::before {
      border-top-color: #0eb7da;
      border-right-color: #0eb7da;
      transition: width 0.15s ease-out, height 0.15s ease-out 0.25s; }
    .address__item:hover::after {
      border-bottom-color: #0eb7da;
      border-left-color: #0eb7da;
      transition: border-color 0s ease-out 0.4s, width 0.15s ease-out 0.4s, height 0.15s ease-out 0.55s; }
    .address__item__info {
      width: 80%; }
      .address__item__info--type {
        font-weight: 600;
        font-size: .7rem; }
      .address__item__info__address {
        font-style: italic; }
      .address__item__info__comment {
        font-size: .8rem; } }

@media screen and (min-width: 1200px) {
  .territory__item:hover {
    border: #00b7ff solid 2px; } }

.loading {
  margin: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99; }
  .loading p {
    color: orange;
    font-size: 1.4rem;
    z-index: 100; }

.bottom-toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #0277BD;
  width: 100%;
  padding: 10px 20px; }

.toolbar-margin {
  margin-bottom: 70px; }

.territory__query {
  display: flex;
  align-items: center; }
  .territory__query--btn {
    flex-grow: 0;
    margin-left: 5px; }
  .territory__query--field {
    flex-grow: 3; }

.territory__info--territory {
  font-weight: 600; }

.territory__info--record-note {
  margin: 5px 10px;
  font-size: .8rem; }

.territory__info__pill {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border: #030303 solid 1px;
  border-radius: 100px;
  height: 80%; }
  .territory__info__pill span {
    margin: 2px 10px; }

.territory__info--note {
  display: block;
  font-size: .8rem;
  padding: 2px;
  margin: 10px; }

.territory__info__buttons {
  color: black;
  width: 100%;
  display: flex;
  justify-content: flex-end; }

.territory__address-form div {
  margin: 10px 4px; }

@media screen and (min-width: 700px) {
  .territory__addresses {
    padding: 0 20px; }
  .territory--triangle {
    width: 250px; }
  .territory__info--note {
    font-size: 1.0rem; }
  .territory__info--record-note {
    margin: 5px 20px;
    font-size: .9rem; } }

@media screen and (min-width: 1200px) {
  .territory__info {
    padding: 12px 300px;
    font-size: 1.3rem; }
    .territory__info--note {
      font-size: 1.0rem; } }

.territory-assign {
  margin-bottom: 100px; }
  .territory-assign--mobile {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between; }
  .territory-assign--desktop {
    display: none !important; }
  .territory-assign__toolbar {
    font-size: .7rem;
    background: #0277BD;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .territory-assign__toolbar__filter {
      padding: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .territory-assign__toolbar__filter > * {
        margin: 4px; }
  .territory-assign__list {
    margin: auto;
    margin-bottom: 200px; }
  .territory-assign--navs {
    width: 100%;
    padding: 10px; }
  .territory-assign__territory {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid #303E73; }
    .territory-assign__territory__info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .territory-assign__territory__info--chip {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .7rem !important;
        width: 30px !important;
        height: 30px !important;
        background-color: green !important;
        color: white !important;
        border-radius: 100px; }
    .territory-assign__territory__counts {
      padding: 5%; }
  .territory-assign__territory-record__info {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; }
  .territory-assign__territory-record__dates {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; }

@media screen and (min-width: 950px) {
  .territory-assign {
    margin: 20px 5px;
    margin-bottom: 100px; }
    .territory-assign--mobile {
      display: none; }
    .territory-assign--desktop {
      display: flex !important; }
    .territory-assign__list {
      margin: auto;
      width: 80%; }
    .territory-assign--navs {
      width: 100%;
      padding: 10px; }
    .territory-assign__territory {
      display: flex;
      flex-direction: column;
      border: 1px solid #303E73; }
      .territory-assign__territory__info {
        padding: 12px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
      .territory-assign__territory__counts {
        padding: 5%; }
    .territory-assign__territory-record__info {
      grid-column: auto;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center; }
    .territory-assign__territory-record__dates {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center; } }

.territories {
  width: 80%;
  margin: auto; }

@media screen and (min-width: 1200px) {
  .territories {
    width: 80%;
    margin: auto; } }

.address--chip-set {
  display: flex; }

.address__comment {
  width: 100%;
  display: flex;
  padding: 0 10px;
  text-overflow: clip;
  flex-grow: 0; }
  .address__comment--comment {
    width: 80%;
    margin: 0 10px;
    flex-grow: 0;
    word-wrap: break-word; }

.address__detail {
  font-size: 1rem;
  font-family: "Oswald", Times, Sans-serif;
  margin: 5px 5px;
  padding-left: 5px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap; }
  .address__detail span {
    margin: 0 4px; }

.address__info {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 12px;
  margin: 12px;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.2); }
  .address__info__header {
    display: flex;
    justify-content: space-between; }
    .address__info__header--edit i {
      font-size: 1.2rem; }
  .address__info__type {
    grid-column: 1 /2;
    align-self: center;
    font-size: .8rem; }
  .address__info__summary {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin: 10px; }
  .address__info--tags {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    align-self: end; }

.address__note {
  background-color: white;
  align-items: center;
  margin: 8px;
  padding: 10px;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.2); }
  .address__note__header {
    padding: 12px;
    font-size: .9rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .address__note__header--edit {
      justify-self: center; }
      .address__note__header--edit i {
        font-size: 1.2rem; }
  .address__note__body {
    padding: 12px;
    margin: 5px 10px; }
    .address__note__body > p {
      font-size: .9rem;
      margin: 12px;
      height: 10px; }
    .address__note__body h4 {
      font-size: 1rem; }

.address-form {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  width: 100%;
  align-items: center; }
  .address-form__label {
    margin: 4px 0px;
    width: 90% !important; }

@media screen and (min-width: 700px) {
  .address {
    width: 80%;
    margin: auto; }
    .address--chip-set {
      display: flex; }
    .address__comment {
      width: 100%;
      display: flex;
      padding: 0 10px;
      text-overflow: clip;
      flex-grow: 0; }
      .address__comment--comment {
        width: 80%;
        margin: 0 10px;
        flex-grow: 0;
        word-wrap: break-word; }
    .address__detail {
      font-size: 1.2rem; }
      .address__detail span {
        margin: 0 4px; }
    .address__info {
      display: flex;
      flex-direction: column;
      background: white;
      padding: 12px;
      margin: 12px;
      box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.2); }
      .address__info__header {
        display: flex;
        justify-content: space-between; }
      .address__info__type {
        grid-column: 1 /2;
        align-self: center;
        font-size: .8rem; }
      .address__info__edit {
        grid-column: 3 /4;
        justify-self: center; }
      .address__info__summary {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        margin: 10px; }
      .address__info--tags {
        grid-column: 1 / -1;
        grid-row: 3 / 4;
        align-self: end; } }

.address-editor__btns {
  margin: 40px 0; }

.address-editor__tags {
  margin: 40px 0; }

.address-editor--border-bottom {
  display: block;
  background: #2385c6;
  width: 100%;
  height: 40px; }

.address-editor #archived {
  margin: 40px 0; }

.territory-manager {
  width: 100%;
  display: flex; }
  .territory-manager__map-container {
    width: 60%; }
    .territory-manager__map-container__map {
      position: fixed;
      top: 0;
      left: 0; }
  .territory-manager__territories {
    width: 40%;
    height: 100vh;
    overflow: scroll; }
  .territory-manager__button--add {
    margin: 20px; }
  .territory-manager__form {
    display: flex;
    height: 70vh;
    flex-direction: column;
    justify-content: space-around;
    margin: 20px; }
  .territory-manager__header {
    padding: 20px 0 !important; }

.territory-record-manager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .territory-record-manager--search {
    margin-left: 10px; }
  .territory-record-manager__tools {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .territory-record-manager__items {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center; }
  .territory-record-manager__item {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin: 10px 0; }
    .territory-record-manager__item--territory {
      font-weight: 600; }
    .territory-record-manager__item--type {
      font-weight: 600; }
  .territory-record-manager__form {
    display: flex;
    flex-direction: column; }

.group-territories {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .group-territories__settings {
    display: flex;
    justify-content: flex-end;
    margin: 10px; }
  .group-territories__group {
    padding: 12px;
    margin: 10px 0;
    width: 80%; }
    .group-territories__group--name {
      font-weight: 600; }
    .group-territories__group__territory {
      border-bottom: 1px solid black;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 12px 0;
      padding: 4px;
      justify-content: space-between; }
      .group-territories__group__territory > span {
        margin: 0 4px; }
      .group-territories__group__territory div {
        padding: 0 10px; }
      .group-territories__group__territory--name {
        background-color: lavender;
        border-radius: 300px; }
      .group-territories__group__territory--type {
        font-size: 11px;
        margin: 0 8px; }
      .group-territories__group__territory--date {
        font-size: .8rem; }
      .group-territories__group__territory--due {
        color: red;
        font-size: .8rem; }
      .group-territories__group__territory--note {
        display: block;
        color: black;
        margin: 10px 30px;
        font-size: .8rem; }
      .group-territories__group__territory--alba-valid {
        font-size: .7rem; }
      .group-territories__group__territory--ca > a {
        font-size: .8rem; }
      .group-territories__group__territory--alba > a {
        font-size: .9rem; }

.territory-records-print--header {
  width: 100%;
  text-align: center; }

.territory-records-print__territory {
  margin: 20px; }
  .territory-records-print__territory--name {
    text-decoration: underline;
    font-weight: 600; }
  .territory-records-print__territory__records {
    margin-left: 8px; }
    .territory-records-print__territory__records__record {
      border: 1px solid blue;
      display: flex;
      flex-direction: column;
      margin: 4px 0;
      padding: 4px; }

@media screen and (min-width: 700px) {
  .territory-records-print__territory {
    margin: 20px 20%; }
    .territory-records-print__territory__records__record {
      border: 1px solid blue;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 4px 0;
      padding: 4px; } }

.territory-print > table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; }

.territory-print td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px; }

.territory-print {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center; }
  .territory-print__header {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 10px 10px; }
  .territory-print__territory {
    padding: 20px;
    font-size: .8rem; }
  .territory-print__addresses {
    display: block;
    width: 100%; }
    .territory-print__addresses--desktop {
      display: none; }
  .territory-print__address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    margin-top: 20px;
    margin-left: 60px; }
    .territory-print__address--info {
      padding-left: 30px; }
    .territory-print__address--note {
      display: flex;
      align-items: center;
      margin: 2px 8px; }
    .territory-print__address--your-note {
      margin-bottom: 30px;
      margin-left: 20px;
      font-weight: 600; }
    .territory-print__address--last-contact {
      margin-left: 20px; }

@media screen and (min-width: 700px) {
  .territory-print__addresses {
    display: block;
    width: 100%; }
    .territory-print__addresses--desktop {
      display: none;
      width: 80%;
      margin: auto; } }

.territory-print-web {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center; }
  .territory-print-web__territory {
    padding: 20px;
    font-size: 1.2rem; }
  .territory-print-web__addresses {
    margin-top: 25px;
    display: block; }
    .territory-print-web__addresses--desktop {
      display: none; }
  .territory-print-web__address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    padding: 20px; }
    .territory-print-web__address a {
      text-decoration: none;
      color: inherit;
      font-size: 1rem; }
    .territory-print-web__address--label {
      font-size: .6rem; }
    .territory-print-web__address--info {
      font-size: .5rem;
      padding-left: 30px; }
    .territory-print-web__address--note {
      display: flex;
      align-items: center;
      margin: 2px 8px;
      font-size: .8rem; }
    .territory-print-web__address--your-note {
      margin-bottom: 30px;
      margin-left: 20px;
      font-weight: 600;
      font-size: .4rem; }
    .territory-print-web__address--last-contact {
      margin-left: 20px;
      margin-top: 5px;
      grid-column: 2/3; }
      .territory-print-web__address--last-contact span {
        font-size: .7rem; }

@media screen and (min-width: 700px) {
  .territory-print__addresses {
    display: block;
    width: 100%; }
    .territory-print__addresses--desktop {
      display: none;
      width: 80%;
      margin: auto; } }

.role-manager__privilege {
  margin-left: 10%;
  margin-top: 10px; }
  .role-manager__privilege__header {
    display: flex;
    align-items: center; }
  .role-manager__privilege__publisher {
    border-bottom: orange solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
    .role-manager__privilege__publisher--remove {
      display: inline-block; }
    .role-manager__privilege__publisher:hover {
      background: rgba(0, 255, 0, 0.3);
      border-color: orange; }

.myterritory {
  display: grid;
  max-width: 340px;
  border: 1px solid grey;
  padding: 14px;
  margin: 10px 4px; }
  .myterritory__type {
    font-size: 11px; }
  .myterritory__group {
    font-style: italic; }
  .myterritory__items span {
    margin: 2px 4px; }
  .myterritory__territory {
    position: relative;
    width: max-content;
    margin: 8px; }
  .myterritory__name {
    color: #b400b4;
    border-bottom: 2px solid purple; }
    .myterritory__name :hover {
      color: blue; }
  .myterritory__alba {
    color: #909c03;
    border-bottom: 2px solid #909c03; }
    .myterritory__alba :hover {
      color: blue; }
  .myterritory__note {
    font-weight: 600;
    margin: 6px; }

.myterritories {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  margin: 8px;
  list-style-type: none; }
  .myterritories__name {
    margin-left: 50px;
    font-size: 1.2rem; }
  .myterritories__all {
    margin-left: 50px;
    font-size: 1.2rem;
    color: purple;
    border-bottom: 2px solid purple; }

.dashboard {
  padding: 5px;
  margin: 10px 4%; }
  .dashboard__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px; }
  .dashboard__header {
    font-size: 1.4rem;
    margin: 20px; }
  .dashboard__publisher {
    margin: 10px; }
  .dashboard__content {
    display: flex;
    flex-direction: column; }
    .dashboard__content__territories {
      display: flex;
      width: 2%; }
  .dashboard__posts {
    max-width: 400px; }
  .dashboard__posts__item {
    display: flex;
    margin: 12px;
    color: #0277BD; }
    .dashboard__posts__item--icon {
      display: none; }
    .dashboard__posts__item--text {
      margin: 0 4px; }
    .dashboard__posts__item:hover {
      cursor: pointer;
      border-left: 5px solid #0277BD;
      margin-left: 30px;
      padding-left: 20px; }

@media screen and (min-width: 700px) {
  .dashboard {
    padding: 5px; }
    .dashboard__content {
      display: flex;
      flex-direction: row; }
    .dashboard__posts__item {
      display: flex; }
      .dashboard__posts__item--icon {
        display: inline; } }

.publishers__form {
  margin: 20px; }

.publishers--create-btn {
  margin: 20px; }

.publisher__item {
  display: flex;
  justify-content: space-between; }
  .publisher__item:hover {
    border: #00b7ff solid 2px; }

@media screen and (min-width: 700px) {
  .publishers {
    width: 80%;
    margin: auto; } }

.post-detail__post {
  height: min-content;
  background-color: white;
  padding: 5px; }
  .post-detail__post--title {
    margin: 10px; }

@media screen and (min-width: 700px) {
  .post-detail__post {
    height: min-content;
    background-color: white;
    padding: 60px; } }

.post-manager {
  width: 80%;
  margin: auto; }
  .post-manager__post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 8px; }
    .post-manager__post:hover {
      border: #00b7ff solid 2px; }
    .post-manager__post:hover {
      cursor: pointer; }

.post-edit {
  margin: 40px 40px; }

@media screen and (max-width: 400px) {
  .post-edit {
    margin: 20px 5px; } }

.login {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  margin-top: 60px; }
  .login__header {
    padding: 10px 10px;
    margin: 10px 12px;
    text-align: center; }
  .login__card {
    width: 100%;
    margin-top: 40px;
    padding: 10% 0; }
    .login__card__form {
      width: 80%;
      margin: auto; }
    .login__card__btn {
      margin: 30px 10px; }

@media screen and (min-width: 700px) {
  .login {
    width: 70%;
    margin: auto;
    margin-top: 100px; } }

.group-manager--add-group {
  display: flex;
  justify-content: center; }

.group-manager__group {
  display: flex;
  justify-content: space-between;
  padding: 10px 20%; }

@media screen and (min-width: 700px) {
  .group-manager--add-group {
    display: flex;
    justify-content: center; }
  .group-manager__group {
    display: flex;
    justify-content: space-between;
    padding: 10px 20%; } }

@media screen and (min-width: 1200px) {
  .group-manager__group:hover {
    border: #00b7ff solid 2px; } }

.settings {
  margin: 5%; }

.s13 {
  margin: 10px 20px; }
  .s13__territories {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap; }
  .s13__territory {
    margin: 30px 0;
    width: 250px;
    border-top: 0; }
    .s13__territory__header {
      display: flex; }
      .s13__territory__header--label {
        font-size: .7rem;
        margin-right: 20px;
        width: 10px; }
      .s13__territory__header--territory {
        font-size: .9rem;
        font-weight: 600;
        align-self: flex-end;
        margin: 4px;
        width: 100px;
        text-decoration: underline; }
    .s13__territory__records {
      border: black solid 1px;
      margin-left: -1px;
      border-top: 0;
      text-align: center; }
      .s13__territory__records__record {
        border-top: black solid 1px; }
        .s13__territory__records__record--group {
          margin: 0;
          border-bottom: black solid 1px; }
        .s13__territory__records__record--co {
          width: 40%;
          text-align: center; }
        .s13__territory__records__record--ci {
          width: 40%;
          text-align: center; }
