body {
  font-family: "Open Sans", ​sans-serif;

  background: #ecede8;
  background-position: top center;

  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  /*color: #fff;*/
}

/*
  Flaticon icon font: Flaticon
  Creation date: 07/06/2018 00:46
  */

@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
    url("./Flaticon.woff") format("woff"),
    url("./Flaticon.ttf") format("truetype"),
    url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

.fi {
  font-family: "Flaticon";
  line-height: 1;
  margin-right: 5px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  /* font-size: 20px; */
  font-style: normal;
  /* margin-left: 20px; */
}

.flaticon-admin-with-cogwheels:before {
  content: "\f100";
}

.flaticon-settings:before {
  content: "\f101";
}

.flaticon-gemstone:before {
  content: "\f102";
}

.flaticon-thumb-up:before {
  content: "\f103";
}

.flaticon-view:before {
  content: "\f104";
}

.flaticon-mail:before {
  content: "\f105";
}

.flaticon-team-work:before {
  content: "\f106";
}

.flaticon-search:before {
  content: "\f107";
}

.flaticon-shy:before {
  content: "\f108";
}

.flaticon-premium-2:before {
  content: "\f109";
}

.flaticon-premium-1:before {
  content: "\f10a";
}

.flaticon-premium:before {
  content: "\f10b";
}

.example3 .navbar-brand {
  height: 103px;
}

.email_button {
  float: right;
}

.links > a,
.links > strong {
  border: solid 1px;
  padding: 5px 15px;
  margin-right: 5px;
}

.links > strong {
  background: #cd3693;
}

.example3 .nav > li > a {
  color: #d5292b;
  font-family: "Arial";
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  background: #d5292b36;
}

.navbar-header {
  width: 220px;
  margin: 0 auto;
  display: block;
  /*float: none;*/
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  /* background-color: transparent; */
  /*background: #E6688F;*/
}

.navbar-collapse.in {
  overflow-y: auto;
  position: fixed;
  z-index: 11;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.8117647058823529) !important;
  top: 100px;
  border-radius: 0px;
  border: none;
}

@media screen and (max-width: 768px) {
  #conversation {
    /* display:none; */
  }
  .footer-link {
    width: 100%;
    display: block;
    padding: 0;
    margin: 10px !important;
    text-align: left;
    float: none;
  }

  .pm_conversations {
    /* height: auto !important; */
    min-height: 46px;
  }

  #left-menu {
    overflow-y: auto;
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8117647058823529) !important;
    top: 100px;
    border-radius: 0px;
    border: none;
  }

  .example3 .nav > li > a {
    margin-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }

  #navbar3 ul {
    padding-right: 0;
  }

  .navbar-static-top {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }

  #navbar3 {
    display: none;
  }

  #main {
    padding-top: 65px;
  }
}

.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-brand > img {
  display: block;
  max-height: 90px;
}

.navbar-right {
  margin: 12px auto 0px;
  display: block;
  width: 770px;
}

.navbar-right #custom-search-input {
  width: 270px;
  float: left;
  padding-top: 5px;
}

.navbar-right input {
  background-color: #fff;
  color: #000;
}
.languagepicker {
  background-color: #fff;
  display: inline-block;
  padding: 0;
  height: 42px;
  overflow: hidden;
  transition: all 0.3s ease;
  vertical-align: top;
  float: right !important;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  /* height: 81px; */
}

.languagepicker a {
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 40px;
  border-top: 1px solid #eee;
}

.languagepicker li:hover {
  background-color: #eee;
}

.languagepicker a:first-child li {
  border: none;
  background: #fff !important;
}

.languagepicker li img {
  margin-right: 5px;
}

.roundborders {
  border-radius: 5px;
}

.large:hover {
  /*
    don't forget the 1px border!
    The first language is 40px heigh,
    the others are 41px
    */
  height: 245px;
}

.img-thumbnail {
  /*object-fit: cover;*/
  /*height: 280px;*/
  /*margin-bottom: 2px;*/
  /*border-radius: 0px;*/
  /*padding: 1px;*/
  /*width: 100%;*/

  object-fit: cover;
  height: 280px;
  border-radius: 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  background: none;

  height: 200px;
  border-radius: 50%;
}

.pagination a {
  color: #000 !important;
}

#members {
  margin-bottom: 50px;
}

#members h1 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: initial;
  text-transform: uppercase;
  font-weight: 300;
}

#members .user-info {
  position: absolute;
  display: block;
  bottom: 50px;
  background: #000000a3;
  /* width: 100%; */
  font-size: 24px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 500;
  margin: 0 15px;
  border-left: solid 5px;
  border-right: solid 5px;
}

.modal-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
}

.modal-content {
  background-color: #000;
  border: solid 1px #fff;
  border-radius: 0px;
}

.close {
  color: #fff;
  opacity: 1;
}

.modal {
  color: #fff !important;
}

.btn-primary {
  color: #fff;
  background-color: #d5292b;
  border-color: #ffffff;
  border-radius: 0px;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e6688f;
  border-color: #fff;
  /* font-weight: 800; */
  /* font-size: 25px; */
}

a {
  /*color: #fff;*/
  text-decoration: none;
}

#collapseOne,
#collapseTwo,
#collapsePayments {
  color: #fff;
}

/*#left-menu a {*/
/*color: #333;*/
/*}*/

.pricing-footer a {
  color: #333;
}

.gradient .navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.navbar-inverse {
  /*background-color: #f3f3f3;*/
  /*border-color: #000;*/
}

.gradient #main .col-lg-8 {
  background: #fff;
  padding: 10px 15px;
}

#register h1 {
  font-size: 40px;
}

.username {
  /*text-align: center;*/
  /*font-size: 23px;*/
  /*line-height: 45px;*/
  /*border: solid 1px;*/
  /*border-radius: 0px;*/
  /*font-family: 'Montserrat', sans-serif;*/
  /*text-transform: uppercase;*/
  /*margin: 10px 0;*/

  text-align: center;
  font-size: 23px;
  line-height: 45px;
  background: #3598db;
}

.left-menu {
  /*border: solid 1px #77694f;*/
  /*margin-top: 2px;*/
  /*border-radius: 0px;*/
  /*font-size: 18px;*/
  width: 200px;
  padding: 0px;
}

.title-t h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Montserrat", sans-serif !important;
  font-size: 30px;
  text-align: center;
  color: #d5292b;
  color: #000;
}

.left-menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 10px;
  line-height: 40px;
  margin: 20px 0;
  font-weight: 300;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.left-menu ul li a:hover {
  text-decoration: none;
  color: #77694f;
  /*font-weight: 600;*/
}

#userslst .userslst_infos {
  /* -webkit-border-bottom-right-radius: 4px; */
  /* -webkit-border-bottom-left-radius: 4px; */
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  /* border-bottom-right-radius: 4px; */
  /* border-bottom-left-radius: 4px; */
  /*overflow: hidden;*/
  /*position: relative;*/
  /*bottom: 70px;*/
  /*background: #00000085;*/
  /*border-radius: 0px;*/
  /*width: 90%;*/
  /*border: solid 1px;*/
  /*margin: 0 auto;*/

  overflow: hidden;
  position: relative;
  bottom: 0px;
  background: #d5292b;
  border-radius: 0px;
  width: 100%;
  border: solid 0px;
  margin: 0 auto;
}

.online_status {
  position: absolute;
  top: 10px;
  right: 40px;
}

.action {
  display: inline-block;
  width: 50%;
}

.action {
  /*border: solid 1px;*/
  /*border-radius: 10px;*/
  padding: 5px;
  font-size: 20px;
}

.actions {
  position: absolute;
  bottom: 79px;
  display: none;
  border: 1px solid #d5292b;
  width: 231px;
}

.thumb:hover .actions {
  display: block;
}

.love_button {
  color: #3b5998;
}

.email_button {
  color: #d34836;
}

.loved {
  background-color: #3b5998 !important;
  border-color: #3b5998;
  color: #fff !important;
}

.action:hover {
  cursor: pointer;
}

.love_button:hover {
  background-color: #3b5998 !important;
  border-color: #3b5998;
  color: #fff;
}

#userslst .userslst_username a {
  text-decoration: none !important;
  color: #fff;
}

#userslst .userslst_username a:hover {
  text-decoration: none !important;
  color: #000;
}

.email_button:hover {
  background-color: #d34836 !important;
  border-color: #d34836;
  color: #fff;
}

.online_status .fa {
  color: limegreen;
}

.left-menu li span {
  margin-right: 9px;
  margin-top: 10px;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #000000;
  border: solid 1px;
}

.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

#filter {
  padding: 0px 20px 15px;
  /*border: solid 1px;*/
  /*border-radius: 0px;*/
  text-align: center;
  position: fixed;
  width: 180px;
  color: #333;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  /*color: #333;*/
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.modal-dialog .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
a.message_author {
  color: #333 !important;
}

#collapseOne .form-control,
#collapseTwo .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.premium_feature h4 {
  font-weight: 300;
  font-size: 24px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 0px;
}

.it-box .badge {
  display: block;
  position: static;
}

.footer-links {
  text-align: center;
  padding: 20px;
}

.footer-links a {
  margin: 10px 20px 96px 20px;
  /*color: #333;*/
}

.footer-links a:hover {
  margin: 10px 20px 96px 20px;
  color: #77694e;
}

.btn-continue {
  font-size: 18px;
  width: 100%;
  position: relative;
  vertical-align: top;
  background: transparent;
  padding: 10px;
  color: white;
  text-align: center;
  cursor: pointer;
  border: solid 1px;
  border-radius: 20px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  /*border: 1px solid #acacac;*/
  /*border-radius: 5px;*/
}

.pricing-active {
  border: 3px solid #77694f;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.no-border {
  border: none !important;
}

.hover-effect:hover {
  border: 2px solid #3a598c;
}

.pricing-content > li.active > i {
  color: #36d7ac;
}

.premium {
  padding-bottom: 70px;
}

.premium_text {
  color: #fff !important;
  padding: 0 0 20px;
}

.pricing-content > li > i {
  color: red;
}

.pricing:hover h4 {
  color: #3a598c;
}

.pricing-head {
  text-align: center;
  border-radius: 0px;
  border: none;
  height: 165px;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #3a598c;
  padding: 12px 0;
  font-size: 19px;
}

.pricing-head h4 {
  color: #fff;
  padding: 5px 0;
  font-size: 40px;
  font-weight: 300;
}

.pricing-head-active h4 {
  color: #77694f;
}

.pricing-head h4 i {
  top: -15px;
  font-size: 21px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 12px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  /*color: #333;*/
  /*font-size: 16px;*/
  /*padding: 7px 15px;*/
  font-size: 15px;
  padding: 7px 5px;
  /* height: 577px; */
}

.pricing-content li:hover {
  color: #77694e;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 10px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #77694f;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #77694f;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.unread {
  background-color: indianred !important;
}

.not_read {
  background-color: #afe0f3 !important;
  color: #000;
}

.not_read a {
  color: #000;
}

@keyframes flickerAnimation {
  0% {
    background-color: #77694f;
  }
  50% {
    background-color: indianred;
  }
  100% {
    background-color: #77694f;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    background-color: #77694f;
  }
  50% {
    background-color: indianred;
  }
  100% {
    background-color: #77694f;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    background-color: #77694f;
  }
  50% {
    background-color: indianred;
  }
  100% {
    background-color: #77694f;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    background-color: #77694f;
  }
  50% {
    background-color: indianred;
  }
  100% {
    background-color: #77694f;
  }
}

.unread {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.dateago {
  font-weight: 300;
  font-size: 12px;
}

.yellow-crusta.btn {
  color: #fff;
  background-color: #d5292b;
  text-transform: uppercase;
  padding: 7px 10px;
  font-weight: bold;
}

.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
  color: #ffffff;
  background-color: #77694f;
}

.btn-default:active,
.btn-default:foxus,
.btn-default:hover,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #77694f;
  border-color: #77694f;
  color: #fff;
}

legend {
  /*color:#fff;*/
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .birthday_group .col-md-4 {
    padding: 10px 5px !important;
  }

  .navbar-brand > img {
    display: block;
    max-height: 55px;
  }

  .navbar-right {
    margin-top: 10px;
  }

  .img-thumbnail {
    /* height:auto; */
  }
}

.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5-cols {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5-cols {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5-cols {
    width: 20%;
    float: left;
  }
}

.inner {
  border: solid 1px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.user-picture img {
  width: 400px;
  object-fit: cover;
  border-radius: 0px;
  /*height: 420px;*/
  text-align: center;
  display: block;
  margin: 0 auto;
}

.user-picture {
  border-radius: 0px;
  border: solid 1px;
}

.it-box {
  border-radius: 0px;
  /*border: solid 1px;*/
  background: transparent;
  /*color: #fff;*/
  margin-bottom: 10px;
  padding: 10px 15px;
}

.it-box.nb a {
  color: #333;
}

.titl {
  font-size: 16px;
  font-weight: 300;
  margin-right: 10px;
}

.nb {
  border: none !important;
}

.mb-15 {
  /*margin-bottom: 15px;*/
}

.btn-rpofile {
  /*background: #fff;*/
  /*color: #000;*/
  border-radius: 0px;
}

option {
  background: #000;
  padding: 5px;
  line-height: 25px;
  display: block;
}

#filter select {
  border-radius: 0px;
  text-align-last: center;
}

#filter label {
  font-weight: 300;
  font-size: 17px;
}

.page h3 {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 31px;
}

.app_gdpr {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000 !important;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
  color: #000;
  font-weight: 600;
}

.block-premium {
  background: #d5292b;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.btn-poke-back-placeholder .btn-poke-back {
  border-radius: 0px;
  /*margin-bottom: 10px;*/
}

.badge-premium {
  /*position: absolute;*/
  /*margin: 0 auto;*/
  /*left: 0;*/
  /*right: 0;*/
  /*width: 179px;*/
  /*!*text-transform: uppercase;*!*/
  /*line-height: 50px;*/
  /*background: rgb(212, 48, 136);*/
  /*!*top: -23px;*!*/

  /*font-size: 16px;*/
  /*font-weight: bold;*/

  margin: 0 auto;
  /* width: 179px; */
  line-height: 15px;
  background: rgb(212, 48, 136);
  font-size: 17px;
  white-space: inherit;
  /* height: 65px; */
  /* padding-top: 5px; */
  text-transform: uppercase;
}

.badge-gratuito {
  /*position: absolute;*/
  margin: 0 auto;
  /*left: -1px;*/
  right: 0;
  /*width: 232px;*/
  text-transform: uppercase;
  line-height: 18px;
  background: #474a4a;
  /*top: -23px;*/
}

#custom-search-input {
}

#custom-search-input .search-query {
  padding-right: 0px;
  padding-right: 4px \9;
  padding-left: 10px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  /*margin-bottom: 0;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  /*border-radius: 0px;*/
  width: 100%;
  background: #fff;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

.search-query:focus + button {
  z-index: 3;
}

.fix1 {
  position: absolute;
  right: 5px;
}

#custom-search-input .input-group {
  /*width: 50%;*/
  float: right;
}

.pm_conversations {
  min-height: 61px;
  overflow-y: auto;
}
.conv-mobile {
  margin-bottom: 15px;
}

.onlymobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .notmobile {
    display: none;
  }
  .onlymobile {
    display: block;
  }
}

#left-menu2 {
  overflow-y: auto;
  position: fixed;
  z-index: 11;
  width: 110px;
  left: 0;
  background: rgba(0, 0, 0, 0.8117647058823529) !important;
  top: 170px;
  border-radius: 0px;
  border: none;
}
