/* Meta */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Profile Global */

body {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    background-color: #f6f6f6;
}

button {
    font-family: "Nunito", sans-serif;
}

input {
    font-family: "Nunito", sans-serif;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.page-content {
    padding-bottom: 6rem;
}


/* Nav */

.nav-div-outer {
    width: 100%;
    background-color: #fcfcfc;
}

.nav-div {
    width: 80%;
    margin: auto;
    display: flex;
}

.nav-link {
    text-decoration: none;
}

.nav-logo-div {
    width: 8%;
    padding-top: 5px;
    display: flex;
}

.nav-header-div {
    width: 90%;
    display: flex;
}

.nav-header-text {
    font-family: "Nunito", sans-serif;
    color: #B21F3E;
}

.nav-div-line-container {
    width: 100%;
    margin: auto;
    display: block;
}

.nav-div-line-hr {
    height: 1px;
    background-color: #d0d0d0;
    border: none;
}
/* Profile Header */

.profile-header-profile-id-a {
    text-decoration: none;
}

.profile-header-div {
    width: 90%;
    margin: 50px auto 25px auto;
    display: flex;
}

.profile-header-div .profile-header-div-pic {
    width: 10%;
    height: 25%;
    float: left;
    display: flex;
    justify-content: flex-end;
}

.profile-header-profile-image-span {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}

.profile-header-profile-image-img {
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    padding: 0px;
    height: 90%;
    width: 90%;
    display: inline-block;
    vertical-align: middle
}

.profile-header-profile-image-img:hover {
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    padding: 0px;
    height: 90%;
    width: 90%;
    display: inline-block;
    vertical-align: middle
}


.profile-header-profile-image-overlay {
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    width: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: #FFFFFF;
}

.profile-header-profile-image-span:hover .profile-header-profile-image-overlay {
    opacity: 0.95;
}

.profile-header-profile-image-overlay-text {
    color: #000000;
    text-align: center;
    font-size: 10px;
    display: inline;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    .profile-header-div .profile-header-div-pic {
        width: 20%;
    }
}

.profile-header-div .profile-header-div-name {
    width: 35%;
    height: 25%;
    float: left;
}

@media screen and (max-width: 1200px) {
    .profile-header-div .profile-header-div-name {
        width: 40%;
    }
}

.profile-header-div-name-id-h {
    margin: 5px;
    margin-left: 15px;
}

.profile-header-div-readable-name {
    display: flex;
    margin-top: 15px;
}

.profile-verified-badge {
    height: 24px;
    width: 24px;
    margin: auto 10px;
}


.profile-header-div .profile-header-div-description {
    width: 35%;
    height: 25%;
    padding-top 20px;
    float: left;
}

@media screen and (max-width: 1200px) {
    .profile-header-div .profile-header-div-description {
        display: none;
    }
}

.profile-header-div .profile-header-div-tags {
    width: 15%;
    height: 20%;
    padding-top: 20px;
    float: left;
}

@media screen and (max-width: 1200px) {
    .profile-header-div .profile-header-div-tags {
        width: 35%;
    }
}

.profile-header-div .profile-header-div-share {
    width: 5%;
    height: 20%;
    padding-top: 20px;
    padding-left: 20px;
    float: right;
}

@media screen and (max-width: 1200px) {
    .profile-header-div .profile-header-div-share {
        width: 5%;
    }
}

.profile-at {
    color: #dddddd
}

.profile-profile-id:hover {
    color: #88aaff;
}

.profile-profile-id {
    color: #777777
}

.profile-header-div-description-span {
    margin: 25px;
    color: #444444;
    text-align: justify;
    text-justify: inter-word;
}

.profile-tag-div {
    float:left;
    clear:left;
    margin: 5px;
    float: right;
    display: inline-block;
}


.profile-tag-link {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.profile-tag-text {
    border: 1px solid #bbbbbb;
    background-color: #e7c9a922;
    padding: 5px;
    margin: 10px;
    text-decoration: none;
}

.profile-tag-text:hover {
    border: 1px solid #888888;
    background-color: #e7c9a9;
    padding: 5px;
    margin: 10px;
    text-decoration: none;
}

.profile-header-share-icon-div {
    margin: 10px;
    width: 25px;
    height: 50px;
    color: #000000;
    cursor: pointer;
}

.profile-header-share-icon-img {
    width: 30px;
    height: 30px;
    color: #000000;
}

.profile-header-share-icon-img:hover {
    width: 30px;
    height: 30px;
    -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.share-menu-content {
  display: none;
  position: absolute;
  right: 50px;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.share-menu-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.share-menu-content-transition {
    background-color: #e1f1e1;
    -webkit-transition: background-color 200ms ease-in;
    -ms-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
}

.show-menu {
  display: block;
}

.share-menu-content a:hover {
    background-color: #ddd;
}

.profile-header-swap-icon-div {
    margin: 10px;
    width: 25px;
    height: 50px;
    color: #000000;
    cursor: pointer;
}

.profile-header-swap-icon-img {
    width: 30px;
    height: 30px;
    color: #000000;
}

@media screen and (min-width: 1200px) {
    .profile-header-div .profile-header-bio-icon-div {
        display: none;
    }
}

.profile-header-bio-icon-div {
    margin: 10px;
    width: 35px;
    height: 50px;
    color: #000000;
    cursor: pointer;
}


.bio-box-content {
  display: none;
  position: absolute;
  margin: auto;
  top: 175px;
  left: 100px;
  right: 100px;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  padding: 20px;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.25);
  z-index: 1;
}

.show-bio {
  display: block;
}

/* Profile Linked Service */

.linked-service-container {
    width: 75%;
    margin: auto;
    display: block;
    padding-top: 0px;
}

.profile-linked-service-a {
    text-decoration: none;
}

.profile-linked-service-div {
    margin: 20 auto;
    display: flex;
    padding: 10px;
    -webkit-transition: 0.25s;
          transition: 0.25s;

}

.profile-linked-service-div:hover {
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.profile-linked-service-table {
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

.profile-linked-service-table-col-icon {
    width: 5%;
}

.profile-linked-service-table-col-name {
    width: 20%;
}

.profile-linked-service-table-col-metadata {
    width: 40%;
}

.profile-linked-service-table-col-clicks {
    width: 10%;
    text-align: right;
    opacity: 0.5;
}

.profile-linked-service-table-col-category {
    width: 20%;
    text-align: right;
}

.profile-linked-service-table-field {
    width: 100%;
    overflow: auto;
    display: block;
}

.plstf-icon {
    text-align: center;
}

.linked-service-icon {
    width: 10%;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.linked-service-icon-img {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.metadata-key {
    font-weight: 100;
}

.plstf-clicks {
    text-align: right;
    opacity: 0.7;
    font-weight: 100;
}

.plstf-category {
    text-align: right;
    opacity: 0.8;
    font-weight: 200;
}

/* Profile Share */

.profile-share-main-div {
    width: 65%;
    margin: auto;
    display: block;
    padding-top: 0px;
}

.profile-share-main-div-header {
    text-align: center;
}

.profile-share-pre {
    display: inline-block;
    margin: 0px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.profile-share-code-block {
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  display: block;
  padding: 20px;
}

.profile-share-code-block:hover {
  border: 1px solid #666666;
}

.profile-share-embed-transition-1 {
  background-color: #cceecc;
  border: 1px solid #88bb88;
}

.profile-share-embed-transition-2 {
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
    -webkit-transition: background-color 1s ease-in-out, border-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out, border-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out, border-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out, border-color 1s ease-in-out;
    transition: background-color 1s ease-in-out, border-color 1s ease-in-out;
}

.profile-share-code-block-outer {
  display: block;
    background-color: #222222;
}

.profile-share-icon-outer-div {
}

.profile-share-icon-inner-div {
    display: flex;
    background-color: #dddddd;
    width: fit-content;
}

.profile-share-icon-user-div {
    display: flex;
}

.profile-share-icon {
    cursor: pointer;
}

.profile-share-icon:hover {
    cursor: pointer;
    background-color: #bbbbbb;
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.profile-share-icon-selected {
    background-color: #cccccc;
}

.profile-share-qr-code-container {
    top: 0px;
    width: 400px;
    height: 400px;
}

.profile-share-qr-code {
    position: absolute;
    width: 400px;
    height: 400px;
}

/* Service View */

.service-header-wrapper {
    display: flex;
}

.service-header-left {
    width: 10%;
}

.service-header-center {
    width: 80%;
    height: 125px;
    margin: 50px auto;
    display: flex;
}

.service-header-icon {
    width: 15%;
    text-align: center;
    display: flex;
}

.service-header-icon-image-span {
    width: 100%;
    height: 100%;
    flex: auto;
    display: inline-block;
}

.service-header-icon-image-img {
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 25px;
}

.service-header-name-inner {
    width: 60%;
    float: left;
    vertical-align: middle;
}

.service-header-category-inner {
    width: 25%;
    float: right;
    margin: auto;
    text-align: right;
}

.service-name-link {
    text-decoration: none;
}

.service-name-text {
    font-size: 36px;
    font-weight: 700;
    padding: 36px 4px;
}

.service-category-div {
    opacity: 0.75;
    font-weight: 100;
    margin-right: 25px;
}

.service-category-link {
    text-decoration: none;
}

.service-category-text {
    border: 1px solid #ffffff00;
    border-radius: 25px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 400;
    background-color: #ffffff00;
    -webkit-transition: 0.2s;
          transition: 0.2s;
}

.service-category-text:hover {
    border: 1px solid #ffffff00;
    border-radius: 5px;
    background-color: #ffffff44;
}

.service-category-text-contrast {
    border: 1px solid #00000000;
    border-radius: 25px;
    padding: 4px 4px;
    font-size: 18px;
    background-color: #00000000;
    -webkit-transition: 0.2s;
          transition: 0.2s;
}

.service-category-text-contrast:hover {
    border: 1px solid #00000000;
    border-radius: 5px;
    background-color: #00000022;
}

.service-header-right {
    width: 10%;
    display: flex;
}

.service-header-swap-icon-div {
    margin: auto 25px;
}

.service-header-swap-icon-img {
    width: 30px;
    height: 30px;
}

.service-top-profiles-div {
    width: 70%;
    margin: auto;
    display: block;
}

.service-top-profiles-individual-li {
    list-style-type: none;
    margin: 10px;
}

.service-top-profiles-individual-div {
    display: table;
    -webkit-transition: 0.1s;
          transition: 0.1s;
    color: #aaaaaa;
}

.service-top-profiles-individual-div:hover {
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
    color: #B21F3E;
}

.service-top-profiles-individual-link {
    text-decoration: none;
    color: #444444;
}

.service-top-profiles-individual-img {
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    width: 64px;
    margin-right: 5px;
    opacity: 1;
}

.service-top-profiles-individual-span-1 {
    display:table-cell;
    vertical-align:middle;
    padding-left: 5px;
    color: #000000;
}

.service-top-profiles-individual-span-2 {
    display:table-cell;
    vertical-align:middle;
    padding-left: 5px;
}

/* Services */

.service-list {
    width: 80%;
    margin: auto;
}

.service-list-header {
    display: inline-block;
}

.service-list-holder {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

.service-list-outer {
  border-radius: 15%;
  padding: 1rem;
  margin: 5px;
  height: 156px;
  width: 156px;
  opacity: 0.8;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}

.service-list-outer:hover {
  opacity: 1.0;
  padding: 1rem;
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service-list-link{
  text-decoration: none;

}

.service-list-inner {
  margin: auto auto;
  text-align: center;
  display: inner-block;
  opacity: 0.8;
}

.service-list-inner:hover {
  margin: auto auto;
  text-align: center;
  display: inner-block;
  opacity: 1.0;
}

.service-list-img-holder {
    padding: 14px 28px 6px 28px;
    height: 100px;
    width: 100px;
}

.service-list-img {
    border: 0px solid #AAAAAA;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    margin-right: 5px;
    opacity: 1;
}

.service-list-txt-holder {
  display: block;
  margin: auto auto;
  text-align: center;
  width: 132px;
}

.service-list-span {
  text-align: center;
  font-size: 16px;
}

@media (min-width: 550px) {
  .service-list-holder { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 750px) {
  .service-list-holder { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 950px) {
  .service-list-holder { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1150px) {
  .service-list-holder { grid-template-columns: repeat(5, 1fr); }
}

/* Interstitial */

.interstitial-container {
    width: 65%;
    margin: auto;
    display: block;
    padding-top: 0px;
}

.interstitial-header {
    display: flex;
}

.interstitial-service-header {
    width: 80%;
    margin: auto;
    display: flex;
}

.interstitial-service-header-icon {
    width: 25%;
    text-align: center;
    display: flex;
}

.interstitial-service-icon-image-span {
    width: 100%;
    margin: auto;
    flex: auto;
    padding: 25px;
    display: inline-block;
}

.interstitial-service-header-icon-image-img {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}

.interstitial-redirect-div {
    display: flex;
}

.interstitial-redirect-inner-div {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #dddddd;
    color: #000000;
}

.interstitial-redirect-inner-div:hover {
    background-color: #888888;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #444444;
    color: #dddddd;
}

.interstitial-redirect-a {
    text-decoration: none;
    color: inherit;
}

.interstitial-close {
    text-align: center;
    padding-top: 25px;
    display: flex;
    justify-content: center;
}

.interstitial-close-inner {
    background-color: #dddddd;
    border-radius: 10px;
    padding: 10px 25px;
}

.interstitial-close-inner:hover {
    background-color: #cccccc;
    border-radius: 10px;
}

.interstitial-close-a {
    text-decoration: none;
    color: #000000;
}

.interstitial-mail-content-pre {
    display: inline-block;
    margin: 0px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.interstitial-mail-content-code {
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  display: block;
  padding: 20px;
  font-size: 24px;
}

/* Crypto */

.crypto-container {
    width: 65%;
    margin: auto;
    display: block;
    padding-top: 0px;
}

.crypto-content {
    justify-content: center;
    text-align: center;
}

.crypto-link-outer {
    justify-content: center;
    text-align: center;
    display: flex;
}

.crypto-link {
    padding: 10px 25px;
    margin: 10px;
    color: #01579b;
    border-radius: 10px;
}

.crypto-link:hover {
    background-color: #eeeeee;
}

.crypto-link-a {
    text-decoration: none;
    color: inherit;
}

.crypto-address {
    margin: 20px;
}

.crypto-address-text {
    font-size: 16px;
}

.crypto-address-text-div-outer {
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 10px;
}

.crypto-address-text-div {
    font-size: 16px;
    /*background-color: #dddddd;*/
    background-color: #444444;
    border-radius: 0px;
    /*color: #666666;*/
    color: #cccccc;
    padding: 20px;
}

.crypto-address-text-div:hover, .crypto-address-text-div:focus {
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.crypto-profile-back {
    margin: 20px 0px;
}

.crypto-profile-back-button {
  background-color: #cccccc;
  color: #000000;
  border: 1px solid #555555;
  border-radius: 10px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.crypto-profile-back-button:hover {
  background-color: #777777;
  color: #ffffff;
}

/* Tag */

.tags-list {
    width: 70%;
    margin: auto;
}


.tags-tag-div-outer {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;

}


.tags-tag-div {
    float:left;
    clear:left;
    margin: 5px;
    float: right;
    display: inline-block;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}

.tags-tag-div:hover {
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.tags-tag-link {
    margin: 10px auto;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.tags-tag-text {
    border: 1px solid #bbbbbb;
    background-color: #e7c9a922;
    padding: 5px;
    margin: 10px;
    font-size: 20px;
    text-decoration: none;
}

.tags-tag-text:hover {
    border: 1px solid #888888;
    background-color: #e7c9a9;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
}

.tags-tag-top-profiles-div {
    width: 70%;
    margin: auto;
    display: block;
}

.all-tags-all-div {
  margin-top: 20px;
  padding: 10px;
}

.all-tags-all-div:hover {
  margin-top: 20px;
  padding: 10px;
  font-style: italic;
}

.all-tags-link {
  color: #3292D1;
  text-decoration: none;
}

/* Category */

.category-wrapper-div {
    width: 80%;
    margin: auto;
}

.category-div-outer {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  grid-gap: 4rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #EEEEEE;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 50px;
}


.category-div {
    border-radius: 25px;
    float:left;
    clear:left;
    margin: 0px;
    float: right;
    display: inline-block;
    -webkit-transition: 0.15s;
            transition: 0.15s;
}

.category-div:hover {
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.category-link {
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.category-button-div {
    border: 1px solid #222222;
    background-color: #666666;
    color: #DDDDDD;
    border-radius: 25px;
    padding: 8px 12px;
    vertical-align: middle;
}

.category-button-div:hover {
    border: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
}

.category-button-icon {
    margin: auto;
    vertical-align: middle;
    padding-bottom: 2px;
    height: 24px;
    width: 24px;
}

.category-text {
    padding: 8px 8px;
    font-size: 18px;
    text-decoration: none;
}

.category-link.category-selected {
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

.category-button-div.category-selected {
    border: 1px solid #000000;
    background-color: #222222;
    color: #DDDDDD;
    border-radius: 25px;
    padding: 8px 12px;
    vertical-align: middle;
}

.category-button-div.category-selected:hover {
    border: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
}

.category-button-icon.category-selected {
    margin: auto;
    vertical-align: middle;
    padding-bottom: 2px;
    height: 24px;
    width: 24px;
}

.category-text.category-selected {
    padding: 8px 8px;
    font-size: 18px;
    text-decoration: none;
}

.category-selected-header-div {
    border-top: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: center;
    margin: 40px auto;
}

.category-selected-header-h {
    color: #444444;
}

/* Errors */

.error-div {
    width: 75%;
    margin: 50px auto 25px auto;
    display: block;
    text-align: center;
}

.error-img {
    width: 20%;
}

.error-code {
    font-size: 56px;
    margin: 20px auto 0px;
    color: #B21F3E;
}

.error-info {
    font-size: 16px;
    color: #aaaaaa;
}

.error-message {
    font-size: 32px;
    color: #666666;
}

/* Search */

.nav-div-brand {
    width: 35%;
    display: flex;
}

.nav-div-padding {
    width: 0%;
}

.nav-search-div-outer {
    width: 30%;
    margin-top: 27.5px;
    justify-content: left;
    text-align: left;
    float: left;
}

.nav-search-div-inner {
    position: relative;
}

.nav-search-input {
    width: 100%;
    padding: 10px 10px 10px 36px;
    border: 1px solid #eeeeee;
    background-color: #f6f6f6;
    border-radius: 20px;
    color: #888888;
}

.nav-search-input:hover {
    background-color: #e9e9e9;
    border: 1px solid #dddddd;
}

.nav-search-input:focus {
    outline: none;
    border: 1px solid #bbbbbb;
    color: #222222;
}

.nav-search-input-span {
    padding: 10px;
    position: absolute;
    left: 2px;
}

.nav-search-input-img {
    height: 16px;
    width: 16px;
}

.nav-div-right {
    width: 40%;
    margin-top: 30px;
    justify-content: right;
}

.nav-right-icons-outer {
    display: flex;
    justify-content: flex-end;
}

.nav-browse-div-outer {
    padding: 0px 5px;
}

.nav-right-icons-inner {
    display: table;
    clear: both;
}

.nav-right-icon-holder {
    float: left;
    padding: 0 10px;
}

.nav-right-icon-div {
    opacity: 0.3;
    height: 30px;
}

.nav-right-icon-div:hover {
    opacity: 0.7;
}

/* Search */

.search-results-container {
    width: 70%;
    margin: auto;
    display: block;
}

.search-results-query-p {
    color: #666666;
}


.search-results-profile-li {
    list-style-type: none;
    margin: 15px 0px;
}

.search-results-profile-div {
    display: table;
    -webkit-transition: 0.1s;
          transition: 0.1s;
}

.search-results-profile-div:hover {
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.search-results-profile-link {
    text-decoration: none;
    color: #444444;
}

.search-results-profile-img {
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    width: 32px;
    margin-right: 5px;
    opacity: 1;
}

.search-results-profile-span {
    display:table-cell;
    vertical-align:middle;
}

.search-results-profile-span-id {
    padding-left: 5px;
    color: #aaaaaa;
}

.search-results-service-a {
    text-decoration: none;
}

.search-results-service-div {
    margin: 20px auto;
    display: flex;
    padding: 10px;
    -webkit-transition: 0.25s;
          transition: 0.25s;

}

.search-results-service-div:hover {
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.search-results-service-table {
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

.search-results-service-table-col-icon {
    width: 5%;
}

.search-results-service-table-col-name {
    width: 20%;
}

.profile-linked-service-table-col-category {
    width: 20%;
    text-align: right;
}

.search-results-service-table-field {
    width: 100%;
    overflow: auto;
    display: block;
}

.srstf-icon {
    text-align: center;
}

.search-results-icon {
    width: 10%;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.search-results-service-icon-img {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.metadata-key {
    font-weight: 100;
}

.srstf-category {
    text-align: right;
    opacity: 0.8;
    font-weight: 200;
}


/* New */

.new-listing-container {
    width: 70%;
    margin: auto;
    display: block;
    justify-content: center;
}

.new-listing-choices-outer {
    display: flex;
    justify-content: center;
}

.new-listing-choices-container {
    margin: 50px auto 25px auto;
    display: inline-block;
    width: 100%;
    float: center;
}

.new-listing-outer {
    border: 1px solid #AAAAAA;
    border-radius: 25px;
    float: left;
    width: 40%;
    margin: 25px;
    text-align: left;
    background-color: #FAFAFA;
    -webkit-transition: 0.25s;
          transition: 0.25s;
}

.new-listing-outer:hover {
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.new-listing-service {
    box-shadow: 0px 0px 10px 0px rgba(228,184,58,0.2);
    color: rgba(228,184,58);
}

.new-listing-profile {
    box-shadow: 0px 0px 10px 0px rgba(125,187,145,0.2);
    color: rgba(125,187,145);
}

.new-listing-header-service {
    color: rgba(228,184,58);
    text-align: center;
}

.new-listing-header-profile {
    color: rgba(125,187,145);
    text-align: center;
}

.new-listing-content {
    padding-left: 20px;
    padding-right: 20px;
    color: #444444;
}

.new-listing-list-apply {
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
    box-shadow: None;
}

.new-listing-form-outer {
    display: flex;
    justify-content: center;
}