@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.pagination {
  margin-bottom: 10px;
}
.pagination a {
  background-color: rgb(233, 22, 75);
  color: white;
}
.pagination a.pageButton:hover {
  background-color: rgb(100, 149, 237);
}
.pagination .pageButton {
  margin: 15px;
  padding: 0.5%;
  border-radius: 5px;
  text-decoration: none;
}

main {
  margin-top: 100px;
  font-weight: 700;
}

header {
  z-index: 100;
}

body {
  margin: 0;
  font-family: "Balsamiq Sans", cursive;
}
body textarea {
  font-family: inherit;
  font-size: inherit;
}
body input {
  font-family: inherit;
  font-size: inherit;
  font-size: small;
}

footer {
  background-color: rgb(233, 22, 75);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  align-items: center;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 700;
}

span.main-color {
  color: rgb(233, 22, 75);
}
span.second-color {
  color: rgb(100, 149, 237);
}
span.white {
  color: white;
}
span.approve-color {
  color: rgb(3, 211, 31);
}

table.hidden {
  display: none;
}
table.unfolded {
  display: block;
}
table.basic_hidden input {
  font-family: "Balsamiq Sans", cursive;
  font-size: 17px;
  border: none;
}
table.basic_hidden input:focus-visible {
  outline: none;
}
table.basic_hidden select {
  border: none;
  font-family: "Balsamiq Sans", cursive;
  font-size: medium;
  background-color: white;
}
table.basic {
  border-collapse: collapse;
  margin-bottom: 25px;
  width: 100%;
}
table.basic th {
  text-align: left;
  background-color: rgb(233, 22, 75);
  color: white;
  border: 1px solid #ddd;
  padding: 4px;
}
table.basic tr {
  font-size: 17px;
}
table.basic tr:nth-child(even) {
  background-color: #d3d3d3;
}
table.basic tr:nth-child(even) input {
  background-color: #d3d3d3;
}
table.basic tr:nth-child(even) select {
  background-color: #d3d3d3;
}
table.basic td {
  padding: 10px 0;
}
table.basic input {
  width: 80%;
  font-family: "Balsamiq Sans", cursive;
  font-size: 17px;
  border: none;
}
table.basic input:focus-visible {
  outline: none;
}
table.basic select {
  width: 100%;
  border: none;
  font-family: "Balsamiq Sans", cursive;
  font-size: medium;
  background-color: white;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_center {
  text-align: center;
}

.border.right {
  border-right: 1px solid black;
}
.border.left {
  border-left: 1px solid black;
}

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.rows {
  flex-direction: row;
}
.rows .row.one {
  flex: 1;
}
.rows .row.two {
  flex: 2;
}
.rows .row.three {
  flex: 3;
}

.columns {
  flex-direction: row;
}
.columns .row.one {
  flex: 1;
}
.columns .row.two {
  flex: 2;
}
.columns .row.three {
  flex: 3;
}
.columns .column.one {
  flex: 1;
}
.columns .column.two {
  flex: 2;
}
.columns .column.three {
  flex: 3;
}
.columns .column.four {
  flex: 4;
}
.columns .column.five {
  flex: 5;
}

form select {
  font-family: "Balsamiq Sans", cursive;
  border-radius: 5px;
}

.button {
  padding: 10px;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 9999px;
  font-family: "Balsamiq Sans", cursive;
  cursor: pointer;
  text-align: center;
  border: none;
}
.button.second {
  background-color: rgb(100, 149, 237);
  color: white;
}
.button.second:hover {
  opacity: 0.8;
}
.button.red {
  background-color: rgb(233, 22, 75);
  color: white;
}
.button.red:hover {
  background-color: rgb(100, 149, 237);
}
.button.white {
  background-color: white;
  color: rgb(233, 22, 75);
}
.button.white:hover {
  color: white;
  background-color: rgb(100, 149, 237);
}
.button.small {
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
}
.button.link {
  text-decoration: none;
}
.button.link.small {
  font-size: 12px;
  padding: 5px;
  margin: 5px;
}
.button:disabled {
  opacity: 0.5;
  cursor: default;
}
.button:disabled:hover {
  opacity: 0.5;
}
.button.square {
  border-radius: 0;
}
.button.text {
  margin: 0;
  padding: 0;
}
.button.text:hover {
  color: rgb(233, 22, 75);
}
.button.no-layout {
  color: black;
  text-decoration: none;
}
.button.no-layout:hover {
  color: rgb(100, 149, 237);
}

.link {
  text-decoration: none;
}
.link.normal {
  color: black;
}
.link.red-hover:hover {
  color: rgb(233, 22, 75);
}

.containerRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
  top: 9px;
  left: 9px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgb(100, 149, 237);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label {
  /* Rounded sliders */
}
label.switch {
  position: relative;
  display: inline-block;
}
label.switch.main-color input:checked + .slider {
  background-color: rgb(233, 22, 75);
}
label.switch.second-color input:checked + .slider {
  background-color: rgb(100, 149, 237);
}
label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label .slider:before {
  position: absolute;
  content: "";
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label .slider.round {
  border-radius: 34px;
}
label .slider.round:before {
  border-radius: 50%;
}
label.big.switch {
  width: 75px;
  height: 34px;
}
label.big .slider:before {
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
}
label.big input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
label.normal.switch {
  width: 55px;
  height: 24px;
}
label.normal .slider:before {
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
}
label.normal input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.block .folding_part {
  display: none;
}
.block .folding_part.unfolded {
  display: flex;
}

.overlay.on {
  display: flex;
  position: absolute;
  top: 0;
  background-color: rgba(188, 188, 188, 0.4901960784);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.overlay.on div {
  font-family: "Balsamiq Sans", cursive;
}

.mobile_only {
  display: none;
}

.pc_only {
  display: flex;
}

.tabs .buttons a {
  background-color: rgb(233, 22, 75);
  color: white;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.tabs .buttons a.selected {
  background-color: rgb(100, 149, 237);
}
.tabs .buttons a:hover {
  background-color: rgb(100, 149, 237);
}
.tabs .tab.hidden {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 1400px) {
  .tabs .buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .tabs .buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .overlay .overlay_innerblock {
    width: 80%;
    padding: 10px;
    height: 80%;
    overflow: scroll;
  }
  .mobile_only {
    display: flex;
  }
  .pc_only {
    display: none;
  }
  main {
    margin: 50px 5px 5px 5px;
    padding: 5px;
  }
  .flex.columns {
    flex-direction: column;
  }
  .flex.columns.enforced {
    flex-direction: row;
  }
  .flex.rows {
    flex-direction: column;
  }
  .flex.row {
    flex-direction: column;
  }
  .button.link {
    display: block;
  }
}/*# sourceMappingURL=general.css.map */