* {
  border: 0;
  font-family: Roboto;
  margin: 0;
  padding: 0;
}
a.action-button.hide, .show-match-goals.hide {
  display: none;
}
#menu {
  background-color: #3CB371;
  height: calc(100% - 40px);
  overflow: scroll;
  padding: 20px 0;
  position: fixed;
  right: 100%;
  top: 75px;
  transform: translateX(-105vw);
  transform-origin: (0, 0);
  transition: 0.6s ease-in-out;
  width: 100%;
  z-index: 10;
}
#open-menu-checkbox:checked ~ #menu {
  right: 0;
  transform: translateX(0);
}
#open-menu-checkbox:checked ~ h1 #open-menu-icon-a {
  transform: translate(-1px, 3px) rotate(-45deg);
  width: 20px;
}
#open-menu-checkbox:checked ~ h1 #open-menu-icon-c {
  transform: translate(-1px, -3px) rotate(45deg);
  width: 20px;
}
#open-menu-checkbox:checked ~ h1 #open-menu-icon span {
  background-color: #FFED8F;
}
#menu-content {
  z-index: 11;
}
#menu ul {
}
#menu li {
  padding: 10px 0;
}
#menu a, #username, #menu button {
  background-color: transparent;
  color: #FFF;
  display: block;
  font-size: 1.8em;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
}
#username {
  color: #FBE156;
}
#menu li ul {
  padding: 0;
}
#menu li ul a {
  font-size: 1.5em;
  padding: 0 40px;
}
#open-menu-checkbox {
  height: 70px;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 3px;
  width: 70px;
  z-index: 20;
}
#open-menu-icon {
  display: inline-block;
  padding: 26px 5px 22px 20px;
  vertical-align: top;
}
#open-menu-icon span {
  background-color: #444;
  border-radius: 2px;
  display: block;
  height: 5px;
  margin: 0 0 5px;
  transition: 0.4s ease-in-out;
  width: 30px;
}
#open-menu-icon span:last-child {
  margin-bottom: 0;
}

#right-menu {
  background-color: #EEE;
  border-bottom-left-radius: 5px;
  box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.1);
  height: 0px;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 75px;
  transition: height 0.3s ease-in-out;
  width: 200px;
  z-index: 8;
}
#right-open-menu-checkbox:checked ~ #right-menu {
  height: calc-size(auto, size);;
  transform: translateX(0);
}
#right-open-menu-checkbox:checked ~ #right-open-menu-icon span {
  background-color: #FFED8F;
}
#right-menu-content {
}
#right-menu ul {
}
#right-menu li {
  padding: 10px 0;
}
#right-menu a {
  color: #444 ;
  display: block;
  font-size: 1.3em;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
}
#right-menu li ul {
  padding: 0;
}
#right-menu li ul a {
  padding: 0 40px;
}
#right-open-menu-checkbox {
  height: 70px;
  right: 0;
  opacity: 0;
  position: fixed;
  top: 3px;
  width: 70px;
  z-index: 315;
}
#right-open-menu-icon {
  display: inline-block;
  padding: 22px 20px 19px 20px;
  position: fixed;
  right: 0;
  top: 0;
  vertical-align: top;
}
#right-open-menu-icon span {
  background-color: #444;
  border-radius: 7px;
  display: block;
  height: 7px;
  margin: 0 0 5px;
  width: 7px;
}
#right-open-menu-icon span:last-child {
  margin-bottom: 0;
}

h1 {
  background-color: #3CB371;
  position: fixed;
  width: 100%;
  z-index: 5;
}
h1 a {
  color: #FFF;
  display: inline-block;
  height: 65px;
  line-height: 2em;
  overflow: hidden;
  padding: 6px 20px 4px 5px;
  text-decoration: none;
  vertical-align: top;
  width: calc(100% - 140px);
}
h1 a span {
  font-family: "Rajdhani", sans-serif;
}
h1 a .upper {
  color: #FFED8F;
  font-size: 1.1em;
}
h1 a .lower {
  font-size: 0.85em;
}
#content {
  padding-bottom: 90px;
  padding-top: 75px;
}
h2 {
  background-color: #DDD;
  color: #222;
  margin-top: 30px;
  padding: 20px;
}
h2:first-of-type {
  margin-top: 0;
}
h2 .gray {
  color: #AAA;
}
.game-date, .season-name {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 20px;
}
.game-date {
  color: #666;
  font-size: 0.6em;
  margin-left: 20px;
}
.season-name {
  background-color: #999;
  border-radius: 3px;
  color: #FFF;
  font-size: 0.6em;
  padding: 5px 10px;
  margin: 0px 0 0px 20px;
  vertical-align: middle;
}
h2 .counter {
  background-color: #FFF;
  border-style: solid;
  border-radius: 20px;
  border-width: 1px;
  color: #999;
  font-size: 0.8em;
  margin-top: -2px;
  min-height: 22px;
  min-width: 22px;
  padding: 3px;
  position: absolute;
  right: 20px;
  text-align: center;
}
h3 {
  background-color: #F2F3F4;
  color: #222;
  font-size: 1.3em;
  margin-top: 30px;
  padding: 20px;
}
h3:first-of-type {
  margin-top: 0;
}
h3 .gray {
  color: #AAA;
}
h3 a {
  color: #1E8449;
  text-decoration: none;
}
.h-obs {
  color: #AAA;
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  padding-left: 10px;
}
h4 {
  color: #222;
  font-size: 1.2em;
  padding: 20px 20px 15px;
}
h4.bg-yellow {
  background-color: #FFED8F;
}
h4 a {
  color: #1E8449;
  text-decoration: none;
}
h4 button {
  background: transparent;
  color: #222;
  font-size: 1em;
}
h5 {
  color: #222;
  font-size: 1em;
  font-weight: 500;
  padding: 10px 20px 10px;
}
h5 a {
  text-decoration: none;
}
h5 button {
  background: transparent;
  color: #222;
  font-size: 1em;
}
#footer {
  background-color: #FAFAFA;
  border-top: 1px solid #CCC;
  bottom: 0;
  padding: 0 30px;
  position: fixed;
  width: calc(100% - 60px);
}
#footer a {
  color: #999;
  display: inline-block;
  font-size: 0.8em;
  padding: 40px 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(33% - 2px);
}
#footer svg {
  display: block;
  height: 24px;
  left: calc(50% - 12px);
  position: absolute;
  top: 10px;
  width: 24px;
}
#footer #profile_link {
  fill: #999;
}
#footer #squads_link, #footer #games_link {
  stroke: #999;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.table-overflow {
  display: block;
  overflow-x: auto;
}
.table-overflow table {
  display: table;
  width: 100%;
}
th {
  color: #444;
}
td {
  color: #222;
}
th, td {
  border-bottom: 1px solid #EEE;
  border-collapse: collapse;
  padding: 20px;
}
th.number, td.number {
  text-align: right;
}
td a {
  color: #1E8449;
  text-decoration: none;
}
.list-description {
  margin-bottom: 30px;
  margin-top: 20px;
}
.list-description p {
  color: #222;
  line-height: 130%;
  margin: 10px 20px;
}
.list-description .svg-calendar {
  margin: -3px 2px 0 10px;
  stroke: #222;
  vertical-align: middle;
}
.list-description .svg-profile {
  margin: -3px 5px 0 0;
  stroke: #222;
  vertical-align: middle;
}
.game-players {
  float: left;
  margin-bottom: 10px;
  width: 50%;
}
.game-players.right {
  text-align: right;
}
.game-players .player-name {
  display: inline-block;
}
.player-goalkeeper {
  display: none;
}
.player-goalkeeper.show {
  display: inline-block;
}
.goals-for {
  display: inline-block;
}
.goals-column .goals-against {
  display: inline-block;
  color: #ED4646;
}
.team-column {
  width: 40%;
}
.player-column {
  vertical-align: top;
  width: 40%;
}
.goals-column {
  text-align: center;
  vertical-align: top;
  width: 8%;
}
.x {
  padding: 0;
  width: 4%;
}
.after-links {
  margin: 20px 15px 10px;
}
.after-links.mb0 {
  margin-bottom: 0;
}
.last-card {
  margin: 20px 15px 10px;
}
.after-links a, .last-card a, .last-line a {
  background-color: #F2F3F4;
  border-radius: 3px;
  color: #1E8449;
  display: inline-block;
  font-size: 1em;
  margin: 0 5px 10px;
  padding: 10px;
  text-decoration: none;
}
.card {
  border-bottom: 1px solid #EEE;
  padding: 20px;
}
.player-position {
  background-color: #EEE;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.player-position-1 {
  background-color: #F2B50D;
  color: #FFF;
}
.player-position-2 {
  background-color: #738C8C;
  color: #FFF;
}
.player-position-3 {
  background-color: #B36B4D;
  color: #FFF;
}
.card-name {
  display: inline-block;
  padding: 10px 10px 30px 10px;
  text-decoration: none;
  width: calc(100% - 60px);
}
#partners .card-name {
  padding-left: 0;
}
.card-values {
  color: #444;
}
.card .number {
  border: 1px solid #EEE;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
  padding: 5px 10px;
  text-align: center;
}
.number-value {
  display: inline-block;
}
.number-description {
  color: #999;
  display: inline-block;
  font-size: 0.8em;
  vertical-align: middle;
}
.number-against {
  color: #ED4646;
  font-size: 0.8em;
}
.number-against.none {
  display: none;
}
.obs {
  color: #AAA;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 20px;
}
.obs p {
  margin-bottom: 10px;
}
.obs ul {
  list-style-position: inside;
  margin: 0 0 10px 5px;
}
.obs ul ul {
  margin-left: 20px;
}
.info {
  color: #444;
  font-size: 1em;
  line-height: 1.3em;
  margin: 20px;
}
.info .svg-info {
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.and-more-records {
  color: #999;
  margin: 10px 20px;
}
.player-full-name {
  color: #222;
  font-size: 1.1em;
}
.player-role {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
}
.player-role.player-user-yes {
  background-color: #e7f8ef;
  border-color: #b6e1c9;
  color: #AAA;
}
.player-role.player-user-no {
  background-color: #F6F6F6;
  border-color: #DDD;
  color: #AAA;
}
.highlighted {
  font-weight: 500;
}
.empty-records {
  color: #999;
}
.friendly {
  color: #999;
}
.big-cards {
  text-align: center;
}
.table-name {
  color: #666;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 20px;
}
.big-cards .player-position {
  border-radius: 100px;
  font-size: 4em;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  width: 100px;
}
.table-counters {
  color: #666;
  font-size: 1.5em;
}
.circle-results {
  text-align: center;
}
.circle-results ul {
  margin-bottom: 20px;
}
.circle-result {
  border-radius: 15px;
  display: inline-block;
  height: 15px;
  margin: 0 3px;
  width: 15px;
}
.result-win {
  background-color: #3CB371;
}
.result-lose {
  background-color: #ED4646;
}
.result-draw {
  background-color: #AAA;
}
.result-empty {
  background-color: #FFED8F;
}
.game-days {
  padding: 0 13px 20px;
}
.game-day-scoreboard {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.game-day {
  background-color: #FFF;
  border: 1px solid #1E8449;
  border-radius: 40px;
  color: #1E8449;
  display: inline-block;
  margin: 0 7px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.game-day-scoreboard.season- .game-day {
  background-color: #EEE;
  border-color: #AAA;
  color: #AAA;
}
.game-day-scoreboard .circle-result {
  position: absolute;
  right: 4px;
}
.game-scoreboard {
  color: #AAA;
  display: inline-block;
  font-size: 0.7em;
  min-width: 10px;
}
.odd {
  background-color: #ffeb9cfd;
  border: 1px solid #b9a860dd;
  border-radius: 5px;
  color: #312800dd;
  display: inline-block;
  font-size: 0.6em;
  min-width: 15px;
  padding: 1px 3px;
  text-align: center;
  vertical-align: middle;
}
.odd:empty {
  display: none;
}

#sortable-players {}
#sortable-players .team {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2px);
}
#sortable-players .team-name, #sortable-players li {
  border-bottom: 1px solid #EEE;
  padding: 20px;
}
#sortable-players li {
  list-style: none;
}

#flash-message {
  left: 15px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 30;
}
#flash-message p {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
  line-height: 1.6em;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
}
#flash-message .alert {
  background-color: rgba(244, 236, 184, 0.95);
}
#flash-message .close {
  background-color: #444;
  border-radius: 50px;
  color: #FFF;
  content: "x";
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 30px;
}


.field {
  margin: 15px 0;
}
input[type=text], input[type=email], input[type=password], input[type=datetime-local], textarea {
  border: 1px solid #CCC;
  border-radius: 3px;
  font-size: 1.2em;
  margin: 5px 20px;
  padding: 15px 10px;
  width: calc(100% - 60px);
}
.field_label, .field.remember_me {
  color: #444;
  display: block;
  margin: 5px 20px;
}
input[type=submit], a.action-button, button.action-button {
  background-color: #1E8449;
  border-radius: 3px;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  margin: 5px 20px;
  padding: 15px 10px;
  width: calc(100% - 40px);
}
a.action-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 60px);
}
a.secondary-button {
  border: 1px solid #1E8449;
  border-radius: 3px;
  color: #1E8449;
  font-size: 1.3em;
  font-weight: bold;
  margin: 5px 20px;
  padding: 15px 10px;
  width: calc(100% - 40px);
}
a.secondary-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 60px);
}
a.unique-button, button.unique-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
a.unique-button.last, button.unique-button.last {
  margin-bottom: 20px;
}
a.cancel, button.cancel {
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  color: #999;
}

.two-actions button {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 5px 20px;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 26px);
}
.two-actions form {
  display: inline-block;
  width: calc(50% - 4px);
}
.two-actions span, .two-actions svg {
  vertical-align: middle;
}
.two-actions .present-match {
  border-color: #3CB371;
  color: #3CB371;
  fill: #3CB371;
  margin-right: 10px;
}
.two-actions .absent-match {
  border-color: #EA4444;
  color: #EA4444;
  fill: #EA4444;
  margin-left: 10px;
}
.two-actions.present-match .present-match {
  background-color: #3CB371;
  color: #FFF;
  fill: #FFF;
}
.two-actions.absent-match .absent-match {
  background-color: #EA4444;
  color: #FFF;
  fill: #FFF;
}
.two-actions.present-match .absent-match, .two-actions.absent-match .present-match {
  background-color: #FAFAFA;
  border-color: #CCC;
  color: #CCC;
  fill: #CCC;
}

a.add {
  background-color: #FAFAFA;
  border: 1px solid #1E8449;
  border-radius: 3px;
  color: #1E8449;
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  margin: 5px 20px;
  padding: 10px 10px;
  text-decoration: none;
}
#players-field .field {
  position: relative;
}
span.remove {
  background-color: #FAFAFA;
  border: 1px solid #EA4444;
  border-radius: 3px;
  color: #EA4444;
  font-size: 0.8em;
  padding: 1px 10px;
  position: absolute;
  top: 0;
  right: 20px;
}

#link-to-registration {
  margin: 80px 0;
}
#link-to-registration a {
  background-color: #1E8449;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 15px 20px;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 60px);
}
#error_explanation {
  margin: 15px 20px;
}
#error_explanation ul {
  list-style-position: inside;
}
#error_explanation li {
  margin-bottom: 5px;
}

.pre-info {
  margin: 50px 0;
}
.pre-info p, .obs {
  color: #999;
  line-height: 1.3em;
  margin: 0 20px 10px;
}
.no-records {
  color: #999;
  line-height: 1.3em;
  margin: 20px;
}

form .error {
  background-color: #FFB9AC;
  padding: 10px 20px;
}
form .error li {
  line-height: 1.3em;
  list-style: none;
  margin: 10px 0;
}

.match-confirm, .match-goals {
  padding: 0 20px 15px;
}
.segmented-control {
  border: 1px #999 solid;
  border-radius: 3px;
  color: #999;
  display: inline-block;
  margin: 0 6px 0 0;
  overflow: hidden;
}
.segmented-control:last-child {
  margin-right: 0;
}
.segmented-control .unit {
  border-right: 1px #999 solid;
  display: inline-block;
  font-size: 0.7em;
  margin-left: -4px;
  min-width: 35px;
  padding: 15px;
  text-align: center;
}
.segmented-control .unit:first-child {
  min-width: 39px;
  padding-left: 20px;
}
.segmented-control .unit:last-child {
  border-right: none;
  padding-right: 20px;
}
.segmented-control .unit.checked {
  background-color: #3CB371;
  color: #FFF;
}
.segmented-control .unit.goalkeeper.checked {
  background-color: #52a8ff;
  color: #FFF;
}
.segmented-control .unit.no.checked {
  background-color: #EA4444;
  color: #FFF;
}
.segmented-control .unit.wait.checked {
  background-color: #FFED8F;
  color: #222;
}

.segmented-control.disabled {
  border-color: #CCC;
  color: #CCC;
}
.segmented-control.disabled .unit, .segmented-control.disabled .unit.goalkeeper {
  background-color: #F6F6F6;
  border-color: #CCC;
  color: #CCC;
}
#ok-count, #unconfirmed-count, #absent-count {
  background-color: #FFF;
  border-style: solid;
  border-radius: 20px;
  border-width: 1px;
  font-size: 0.9em;
  margin-top: -2px;
  min-height: 22px;
  min-width: 22px;
  padding: 3px;
  position: absolute;
  right: 20px;
  text-align: center;
}
#ok-count {
  border-color: #3CB371;
  color: #3CB371;
}
#unconfirmed-count {
  border-color: #E3C41D;
  color: #E3C41D;
}
#absent-count {
  border-color: #EA4444;
  color: #EA4444;
}
.team-count {
  background-color: #FFF;
  border-color: #999;
  border-style: solid;
  border-radius: 20px;
  border-width: 1px;
  color: #999;
  font-size: 0.9em;
  margin-top: -2px;
  min-height: 22px;
  min-width: 22px;
  padding: 3px;
  position: absolute;
  text-align: center;
}
.matches.teams .team-count {
  right: 100px;
}
.shuffles.show .team-count {
  right: 20px;
}
.alert-count {
  border-style: solid;
  border-radius: 20px;
  border-width: 1px;
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  min-height: 17px;
  min-width: 17px;
  padding: 3px;
  text-align: center;
}
.action-button .alert-count {
  background-color: #FFED8F;
  border: none;
  color: #444;
}
#right-menu-content .alert-count {
  background-color: #DDD;
  border-color: #999;
  color: #444;
}

.goal-scorer {
  border: 1px solid #CCC;
  border-radius: 3px;
  display: inline-block;
  margin-top: 15px;
  position: relative;
}
.goal-scorer.goals-against {
  margin-right: 16px;
}
.goal-scorer label {
  color: #999;
  position: absolute;
  top: -23px;
}
.goal-scorer .decrement, .goal-scorer .increment {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  padding: 0;
  text-align: center;
  width: 40px;
}
.goal-scorer .decrement {
  background-color: #FFED8F;
}
.goal-scorer .increment {
  background-color: #3CB371;
  color: #FFF;
}
.goal-scorer input {
  font-size: 1.7em;
  text-align: center;
  width: 60px;
}
.team-empty {
  opacity: 0.5;
}
.without-team {
  background-color: #DDD;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 10px;
  padding: 5px 10px;
}

#teams {
  width: calc(100% - 80px);
}
#teams .players {
  border-left: 0;
  border-radius: 0 3px 3px 0;
  min-height: 100px;
}
#teams .players h5:first-child {
  margin-top: 10px;
}
#teams .players h5:last-child {
  margin-bottom: 10px;
}
.tag-goalkeeper, .tag-line {
  border-radius: 3px;
  display: inline-block;
  font-size: 0.7em;
  margin-right: 5px;
  min-width: 35px;
  padding: 5px;
  text-align: center;
}
.tag-goalkeeper {
  background-color: #52a8ff;
  color: #FFF;
}
.tag-line {
  background-color: #3CB371;
  color: #FFF;
}
.teams-score {
  text-align: center;
}
.teams-score span {
  display: inline-block;
}
.team-a-score {
  margin: 0 20px 0 30px;
}
.team-b-score {
  margin: 0 30px 0 20px;
}
.teams-divisor {
  color: #999;
}

.show-match-goals {
  display: inline-block;
  font-weight: normal;
  min-width: 20px;
}
.show-match-goals-against {
  color: #ED4646;
}
.invitation-user-email {
  color: #999;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

.squad-star {
  position: absolute;
  right: 20px;
}
.squad-star .svg-star {
  stroke: #E7C617;
  fill: #FBE156;
}

#error_explanation {
  color: #444;
}

.drag-handle {
  left: -3px;
  position: relative;
  top: 4px;
}
.half-empty-line {
  margin-bottom: 10px;
}
.empty-line {
  margin-bottom: 20px;
}

.switch {
  display: inline-block;
  height: 28px;
  width: 50px;
}
h4 .switch {
  position: absolute;
  right: 20px;
}
.switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.slider {
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  inset: 0;
  position: absolute;
  transition: background-color 0.3s ease;
}
.slider::before {
  background-color: white;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 22px;
  left: 3px;
  position: absolute;
  width: 22px;
  transition: transform 0.3s ease;
}
input:checked + .slider {
  background-color: #3CB371;
}
input:checked + .slider::before {
  transform: translateX(22px);
}

.search-result {
  min-height: 100px;
}
