/* HOME PAGE */
body {
  background-color: #fff;
}

.logo-container {
  max-width: 960px;
}

.homepage .new-search {
  text-align: center;
}
.homepage .new-search input {
  border: 0;
  border: solid #CCC 1px;
  border-radius: 20px;
  height: 40px;
  margin: 0;
  width: 350px;
  padding-left: 10px;
}
.homepage .new-search em {
  border: 0;
  margin: 0;
  margin-left: -27px;
}
.homepage .search-bar {
  color: white;
  padding: 10px;
}
.homepage .search-bar .menu {
  float: right;
}
.homepage .bg-container {
  background-color: rgb(14, 36, 55);
  height: 60px;
}
.homepage .iti {
  width: 100%;
}
.homepage .main-container {
  padding-top: 40px;
  max-width: 960px;
  min-height: 80vh;
  background-color: #FFF;
  padding-left: 40px;
  padding-right: 40px;
}
.homepage .search-bar {
  max-width: 960px;
}
.homepage .account .domain-table tr:hover {
  background-color: #e3f1f1;
  cursor: pointer;
}
.homepage .account .domain-table thead tr:hover {
  background-color: transparent;
  cursor: pointer;
}
.homepage .account .menu {
  margin-top: -4px;
  border-right: solid #E5E5E5 1px;
}
.homepage .account .menu button, .homepage .account .menu a {
  text-align: left;
  width: 100%;
  margin: 3px;
  background-color: transparent;
  color: #333;
  background-color: #f6f9f9;
}
.homepage .account .menu button i, .homepage .account .menu a i {
  margin-right: 6px;
  width: 30px;
}
.homepage .account .menu button:hover, .homepage .account .menu a:hover {
  background-color: #e3f1f1;
}
.homepage .account .tab-content {
  min-height: 50vh;
}

.account .domain-detail {
  cursor: pointer;
}
.account .domain-detail:hover {
  text-decoration: underline;
}
.account .founder-card {
  display: block;
  float: left;
  width: 100%;
  border-radius: 2px;
  margin-top: 0px;
  background-color: #f1f2f1;
  text-align: center;
  padding: 10px;
}
.account .founder-card em {
  display: block;
}
.account .founder-card p {
  margin-top: 20px;
  display: block;
  float: right;
  text-align: center !important;
  width: 100% !important;
  padding-left: 0;
}
.account .founder-card img {
  margin: 10px;
  margin-top: 20px;
  max-width: 150px;
  max-height: 150px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 80%;
}

.login-logout {
  float: right;
  padding-top: 20px;
}
.login-logout button {
  border: solid #fff 2px;
  background-color: transparent;
  color: #FFF;
}

.home-link {
  padding-top: 20px;
  display: block;
  width: 300px;
  height: 100px;
  float: left;
}
.home-link .logo-box {
  background-color: rgb(39, 60, 87);
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-image: url("img/international_svg.svg");
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.home-link .text-box {
  height: 60px;
  float: left;
}
.home-link .text-box span {
  clear: both;
  float: left;
  color: #FFF;
  padding-left: 10px;
}
.home-link .text-box span.line-1 {
  font-size: 26px;
}
.home-link .text-box span.line-2 {
  margin-top: -4px;
  padding-left: 14px;
}

.pw-reset {
  display: block;
  float: left;
}

/* LANDING PAGE TAPPAYA */
body.landing {
  font-size: 13px;
  height: 100vh;
  background-color: rgb(76, 151, 223);
  background-image: url("img/bottom-min.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
body.landing h1:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 1021px) {
  body.landing h1 {
    font-size: 32px;
    word-wrap: break-word;
  }
}
body.landing button.btn-primary {
  background-color: rgb(234, 84, 85);
  border-color: rgb(234, 84, 85);
  border-bottom: solid rgb(39, 60, 87) 3px;
  padding: 10px;
}
body.landing button i {
  margin-right: 8px;
}
body.landing .main-container {
  padding-top: 40px;
  color: #FFF;
  max-width: 960px;
  min-height: 80vh;
}
body.landing .main-container ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 20px;
}

.menu-container {
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.homepage .menu-container {
  background-color: rgb(83, 151, 223);
}
@media only screen and (max-width: 1021px) {
  .menu-container {
    background-position: -180px center;
  }
}

.domain-info button {
  width: 180px;
  font-weight: 600;
}
.domain-info .price-tag {
  min-width: 140px;
  margin-left: 10px;
  font-weight: 600;
  height: 48px;
}

.price-tag {
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(125, 177, 220);
  border-color: rgb(125, 177, 220);
  padding: 10px;
}

footer {
  padding: 15px;
  background-color: rgb(39, 60, 87);
  color: white;
  text-align: center;
}
footer a {
  color: white;
}

footer.second {
  background-color: rgb(48, 77, 113);
}

.offer-form {
  background-color: rgb(48, 77, 113);
  border-radius: 15px;
  color: white;
  margin-bottom: 15px;
  margin-top: 15px;
  box-shadow: 3px 4px 5px rgba(1, 1, 1, 0.5);
}
.offer-form h3 {
  background-color: rgb(39, 60, 87);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}
.offer-form form {
  padding: 30px;
}
.offer-form input, .offer-form label, .offer-form textarea {
  display: block;
  width: 100%;
  border-radius: 7px;
}
.offer-form label {
  margin-bottom: 4px;
}
.offer-form input {
  min-height: 40px;
  margin-bottom: 15px;
}
.offer-form textarea {
  min-height: 80px;
  margin-bottom: 15px;
}
.offer-form button {
  margin-top: 10px;
  width: 100% !important;
}
.offer-form .close-cross {
  display: none;
  float: right;
  font-size: 0.7em;
  font-weight: normal;
}
.offer-form.focus {
  position: fixed;
  z-index: 101;
  left: 50%;
  margin-left: -160px;
  transition: all 0.5s;
}
.offer-form.focus .close-cross {
  display: block;
}
@media only screen and (max-width: 1021px) {
  .offer-form.focus {
    position: fixed;
    z-index: 101;
    top: 100px;
    left: 10px;
    right: 10px;
    margin-left: 0px;
    transition: all 0.5s;
  }
}

.filter-col {
  font-size: 0.9em;
  box-shadow: 2px 2px 8px rgba(1, 1, 1, 0.5);
  border-radius: 10px;
  padding: 15px;
  min-height: 50vh;
  padding-top: 25px;
}
.filter-col h5 {
  color: #434343;
  font-size: 14px;
  padding: 5px;
  border-bottom: Solid #EFEFEF 2px;
}

.error-msg {
  font-size: 0.9em;
  color: #ff4520;
}

.account .table .fa-edit, .account .table .fa-trash-alt {
  cursor: pointer;
}

.offer-back {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

/* STRENGTH PLUGIN */
.strength_meter {
  height: 23px;
  width: 154px;
  background: silver;
  float: right;
  margin-bottom: 10px;
}

.strength_meter div {
  height: 23px;
  width: 100%;
  height: 23px;
  text-align: center;
  color: black;
  line-height: 23px;
}

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
}

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important;
}

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important;
}

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
}

.dutch-flag {
  display: inline-block;
  background-color: white;
  width: 22px;
  height: 15px;
  border-top: solid rgb(174, 28, 40) 5px;
  border-bottom: solid rgb(33, 70, 139) 5px;
  margin-left: 5px;
  margin-bottom: -3px;
}

.fa-sync-alt {
  cursor: pointer;
}
.fa-sync-alt.wait {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
a.tile {
  display: block;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  width: 28.9%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 1em;
  color: #555;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: rgb(83, 151, 223);
  color: white;
  border-top-color: #45597c;
  float: left;
  transition: transform 0.2s;
}
a.tile:hover {
  transform: scale(1.1);
  box-shadow: 0 1px 15px 0 #d8d7d8;
  cursor: pointer;
  z-index: 499;
  transform: scale(1.1);
}

.csv-editor {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  z-index: 99;
  background-color: #FFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.csv-editor header {
  background-color: #007bff;
  color: white;
  padding: 10px;
}
.csv-editor .csv-settings {
  background-color: #F1F1F1;
  padding: 13px;
}
.csv-editor td {
  border-left: solid #F2F3F2 1px;
  padding-left: 15px;
}
.csv-editor table {
  height: 76vh !important;
  overflow: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
.csv-editor table tr {
  width: 100%;
}
.csv-editor table .thead {
  background-color: white;
  position: sticky; /* make the table heads sticky */
  top: 0px; /* table head will be placed from the top of the table and sticks to it */
}
.csv-editor table tbody {
  width: 100%;
  display: table;
}

.notification.green {
  padding: 10px;
  border: solid green 1px;
  border-radius: 3px;
  background-color: #e9faed;
}

.domains-table-row td {
  vertical-align: middle;
  height: 100px;
}
.domains-table-row td.domain {
  color: rgb(160, 25, 31);
  font-weight: 600;
  padding-left: 30px;
}
.domains-table-row td .btn-primary {
  background-color: white;
  border-color: rgb(48, 77, 113);
  color: rgb(48, 77, 113);
}
.domains-table-row td.action {
  text-align: right;
  padding-right: 30px;
}
.domains-table-row td em {
  display: none;
}
.domains-table-row:hover {
  background-color: rgb(48, 77, 113);
}
.domains-table-row:hover .domain, .domains-table-row:hover .price {
  color: white;
}
.domains-table-row:hover .btn-primary {
  background-color: rgb(160, 25, 31);
  border-color: rgb(160, 25, 31);
  color: #FFF;
}

.domains-table-row.forsale td em {
  display: inline-block;
  color: green;
  cursor: pointer;
}

.lang-select {
  line-height: 18px;
  margin-bottom: -70px;
  border-radius: 3px;
  padding-left: 22px;
  padding-top: 10px;
}
.lang-select em.fa {
  float: left;
  margin-right: 5px;
}
.lang-select > div {
  float: left;
}
.lang-select a {
  color: #CCC;
  display: none;
  margin-bottom: 6px;
}
.lang-select a.selected {
  display: block;
}
.lang-select:hover {
  background-color: rgb(14, 36, 55);
  box-shadow: 1px 1px 2px rgba(14, 36, 55, 0.5);
}
.lang-select:hover a {
  display: block;
}

.count-div {
  padding: 20px;
  padding-left: 30px;
  color: #434343;
}

.sort-table {
  float: right;
  width: 200px;
  margin-top: -9px;
}

.hp-container ol {
  padding-left: 0;
}
.hp-container ol li {
  position: relative;
  font-size: 22px;
  list-style: none;
  padding-left: 0;
  margin: 15px;
  margin-left: 0;
}
.hp-container ol li span.nr {
  background-color: rgb(160, 25, 31);
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  text-align: center;
  margin-right: 10px;
}
.hp-container button.btn-primary {
  background-color: rgb(160, 25, 31);
  border-color: rgb(160, 25, 31);
  border-bottom: solid rgb(39, 60, 87) 3px;
  padding: 10px;
}
.hp-container button.btn-primary.green {
  background-color: rgb(0, 157, 0);
  border-color: rgb(50, 157, 80);
  padding-left: 30px;
  padding-right: 30px;
}
.hp-container .hp-top-bar {
  width: 100%;
  background-color: rgb(45, 75, 111);
  max-width: 100%;
  min-height: 200px;
  background-image: url(img/hp-bg-top.png);
  background-position: center bottom;
  color: #FFF;
}
.hp-container .hp-top-bar .row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hp-container .val-form {
  border-radius: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-right: -5px;
  margin-bottom: -110px;
  background-color: white;
}
.hp-container .val-form .btn {
  width: 100%;
  text-transform: uppercase;
}
.hp-container .val-form header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(160, 25, 31);
  padding: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hp-container .val-form .form-group {
  padding-left: 20px;
  padding-right: 20px;
}
.hp-container .val-form .form-group input, .hp-container .val-form .form-group textarea {
  font-weight: 600;
  color: #000;
}
.hp-container .val-form .form-group input {
  height: 50px;
}
.hp-container .val-form .form-group textarea {
  height: 100px;
}
.hp-container .bg-row-2 {
  width: 100%;
  max-width: 100%;
  background: rgb(211, 235, 246);
}
.hp-container .bg-row-3 {
  width: 100%;
  max-width: 100%;
  background: rgba(244, 161, 163, 0.2);
}
.hp-container .row.text-row-3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.hp-container .row.text-row-3 .text-col {
  padding-left: 60px;
}
.hp-container .row.row-deals {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
}
.hp-container .row.row-deals p {
  margin-bottom: 30px;
}
.hp-container .row.row-deals p {
  display: block;
  width: 100%;
  text-align: center;
}
.hp-container .row.row-deals h1 {
  display: block;
  width: 100%;
}
.hp-container .row.row-deals .col-md-4 header {
  color: white;
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
}
.hp-container .row.row-deals .col-md-4 > div {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
}
.hp-container .row.row-deals .col-md-4 ul {
  list-style: none;
  padding: 0px;
}
.hp-container .row.row-deals .col-md-4 ul li {
  display: block;
  padding: 0px;
  padding-left: 15px;
  padding-top: 27px;
  padding-right: 15px;
  height: 80px;
  color: rgb(160, 25, 31);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid rgb(213, 233, 255) 1px;
}
.hp-container .row.row-deals .col-md-4 ul li button {
  float: right;
  border: solid rgb(160, 25, 31) 2px;
  color: rgb(160, 25, 31);
  text-align: center;
  background-color: white;
  border-radius: 10px;
  padding: 3px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: -5px;
}
.hp-container .row.row-deals .col-md-4 ul li:hover {
  background-color: rgb(213, 233, 255);
}
.hp-container .row.row-deals .col-md-4 ul li:hover button {
  background-color: rgb(160, 25, 31);
  color: #FFF;
}
.hp-container .row.row-deals .col-md-4.col-1 header {
  background: rgb(95, 136, 171);
}
.hp-container .row.row-deals .col-md-4.col-2 header {
  background: rgb(160, 25, 31);
}
.hp-container .row.row-deals .col-md-4.col-3 header {
  background: rgb(39, 60, 87);
}
.hp-container .row.text-row-2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hp-container .row.text-row-2 img.world {
  width: 100%;
}
.hp-container .row.text-row-2 div.ico {
  float: left;
  background-color: rgb(223, 202, 213);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  padding: 10px;
  margin-right: 15px;
}
.hp-container .row.text-row {
  color: #434343;
  padding: 60px 0 60px 0;
  text-align: center;
}
.hp-container .row.text-row h1 {
  text-align: center;
  width: 100%;
}
.hp-container .row.text-row p {
  display: block;
  width: 100%;
  text-align: center;
}
.hp-container .row.text-row .hp-card {
  width: 254px;
  height: 250px;
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
  margin: 15px;
  margin-top: 30px;
  border-radius: 20px;
  padding-top: 135px;
  text-align: center;
  color: black;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: center 20px;
}
.hp-container .row.text-row .hp-card:first-child {
  margin-left: 0;
}
.hp-container .row.text-row .hp-card:last-child {
  margin-right: 0;
}
.hp-container .row.text-row .hp-card:hover {
  color: white;
  background-color: rgb(160, 25, 31);
}
.hp-container .row.text-row .hp-card img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom: 8px;
}
.hp-container .row.text-row .hp-card strong {
  display: block;
  margin-bottom: 10px;
}
.hp-container .row.text-row .hp-card.card-1 {
  background-image: url(img/color/01.png);
}
.hp-container .row.text-row .hp-card.card-1:hover {
  background-image: url(img/white/01.png);
}
.hp-container .row.text-row .hp-card.card-2 {
  background-image: url(img/color/02.png);
}
.hp-container .row.text-row .hp-card.card-2:hover {
  background-image: url(img/white/02.png);
}
.hp-container .row.text-row .hp-card.card-3 {
  background-image: url(img/color/03.png);
}
.hp-container .row.text-row .hp-card.card-3:hover {
  background-image: url(img/white/03.png);
}
.hp-container .row.text-row .hp-card.card-4 {
  background-image: url(img/color/04.png);
}
.hp-container .row.text-row .hp-card.card-4:hover {
  background-image: url(img/white/04.png);
}

.rowset-choose {
  padding: 10px;
}
.rowset-choose button {
  margin: 3px;
}

@media only screen and (max-width: 770px) {
  .hp-container .row.text-row-3 .text-col {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .domain-info {
    background-color: rgba(2, 2, 2, 0.3);
    padding-top: 20px;
    border-radius: 20px;
    margin-left: 13px;
    margin-right: 13px;
  }
  .landing .main-container {
    padding-top: 0px !important;
  }
  .hp-container .row.text-row .hp-card {
    width: 100%;
  }
  .text-row-3 img {
    width: 100%;
  }
  .row.row-deals .col-md-4 {
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .account {
    margin: 0;
    padding: 0;
  }
  .account .table tr td:first-child {
    width: 37vw;
    max-width: 37vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .account .col-md-10 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .account-new {
    display: none;
  }
  .val-form {
    margin-top: 20px;
  }
  .button-offer-div {
    text-align: center;
  }
  a.tile {
    width: 48%;
  }
}
@media only screen and (max-width: 470px) {
  a.tile {
    width: 100%;
  }
}
.account-new {
  padding: 10px;
  background-color: #f2e7eb;
}

.domain-msg {
  border: solid #CCC 1px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 6px;
  cursor: pointer;
}
.domain-msg .msg-footer {
  text-align: right;
  font-size: 0.8em;
  color: #999;
}

.founders {
  margin-top: 80px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding-bottom: 50px;
}
.founders .founder-card {
  display: inline-block;
  width: 300px;
  height: 150px;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.founders .founder-card p {
  margin-top: 20px;
  display: block;
  float: right;
  text-align: left !important;
  width: 175px !important;
  padding-left: 0;
}
.founders img {
  margin: 10px;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
}

.offer-form.pop {
  width: 300px;
  top: 10px;
  display: none;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  box-shadow: 2px 2px 100px 800px rgba(1, 1, 1, 0.4);
}
.offer-form.pop em {
  text-align: center;
  display: block;
}
.offer-form.pop .close-cross {
  display: block;
}

.content-page {
  background-color: #CCC;
}

/* CHAT */
.account .chat-footer button {
  border: 0;
  float: right;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  margin-top: 2px;
}
.account .chat-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E9E9E9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  height: 77px;
  width: 100%;
  padding: 15px;
}
.account .chat-header {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E9E9E9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  height: 50px;
  width: 100%;
  padding: 15px;
  border-bottom: solid #CCC 1px;
}
.account .chat-area {
  width: calc(100% - 50px);
  padding: 6px;
  height: 46px;
  border-radius: 10px;
  position: relative;
}
.account hr {
  margin: 0;
  margin-top: 6px;
}
.account .chat-messages {
  position: absolute;
  overflow: auto;
  height: 73vh;
  width: 100%;
}
.account .chat-window {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  padding-top: 60px;
  margin-left: -300px;
  width: 600px;
  border-radius: 10px;
  background-color: #FAFAFA;
  background-image: linear-gradient(30deg, #F1F1F1 12%, transparent 12.5%, transparent 87%, #F1F1F1 87.5%, #F1F1F1), linear-gradient(150deg, #F1F1F1 12%, transparent 12.5%, transparent 87%, #F1F1F1 87.5%, #F1F1F1), linear-gradient(30deg, #F1F1F1 12%, transparent 12.5%, transparent 87%, #F1F1F1 87.5%, #F1F1F1), linear-gradient(150deg, #F1F1F1 12%, transparent 12.5%, transparent 87%, #F1F1F1 87.5%, #F1F1F1), linear-gradient(60deg, rgba(241, 241, 241, 0.4666666667) 25%, transparent 25.5%, transparent 75%, rgba(241, 241, 241, 0.4666666667) 75%, rgba(241, 241, 241, 0.4666666667)), linear-gradient(60deg, rgba(241, 241, 241, 0.4666666667) 25%, transparent 25.5%, transparent 75%, rgba(241, 241, 241, 0.4666666667) 75%, rgba(241, 241, 241, 0.4666666667));
  background-size: 20px 35px;
  background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
  z-index: 9999;
  min-height: 90vh;
  max-height: 90vh;
  box-shadow: 2px 2px 500px 500px rgba(0, 0, 0, 0.5);
  padding-bottom: 90px;
  overflow-y: auto;
}
.account .chat-window.inline {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  box-shadow: none;
  height: 520px;
  min-height: 520px;
  max-height: 520px;
}
.account .chat-window.inline .chat-messages {
  height: 383px;
}
.account .bubble {
  background-color: white;
  border: solid #ccc 1px;
  width: 80%;
  float: left;
  padding: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-right: 10px;
}
.account .bubble.in {
  float: left;
}
.account .bubble.out {
  float: right;
}
.account .buyer-name, .account .domain {
  font-weight: bold;
}
.account .close-chat {
  float: right;
}
.account .bubble small {
  color: #666;
  font-size: 11px;
}