html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: Verdana, Tahoma, sans-serif;
  height: 100%;
  font-size: 11px;
  background-color: #4b5f77;
}

body input {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
}

.small_text {
  font-size: 9px;
}

.path {
  background-color: #EEEEEE;
  margin-left: 200px;
  vertical-align: top;
}

.medium_text {
  font-size: 11px;
}

.body_text {
  text-align: left;
  padding: 0 11px 0 20px;
  vertical-align: top;
}

p {
  clear: both;
}


h3 {
  clear: both;
}

h4 {
  clear: both;
}

.menu_top li {
  text-align: left;
}

.menu_left {
  text-align: left;
  padding:0 11px 0 18px;
}

.menu_left li {
  padding: 2px 0;
}

.not_null {
  color: red;
}

.errors {
  color: red;
}

.hide {
  display: none;
}

.warning {
  color: red;
}

.success {
  color: white;
  background-color: #006600;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}

.question_icon {
  text-decoration: none;
  cursor: help;
}

.service_examples {
  padding-left: 8px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
}

.v2 .service_examples {
  padding-left: 8px;
  padding-top: 4px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}


.service_ads {
  float: right;
}

.banner {
  font-size: 16px;
  width: 190px;
  background: white;
}

.column_left {
  background: #EEEEEE no-repeat scroll left top;

}

a:hover{
  text-decoration: none;
}
:focus {
  outline: 0;
}

.diario {
  color: #336699;
  background: #99CCFF;
}

.diario a:visited  {
  color: #440066;
}


.kr-errors {
  max-height: 24px;
  overflow-y: scroll;
}

.error_list, .errorlist {
  font-weight: bold;
  color: #FFCCCC;
  padding: 4px;
  clear: both;
  display: contents;
}

ul.error_list li, ul.errorlist li {
  font-weight: bold;
  color: #FFCCCC;
}

.solution-pre {
  width: 400px;
  overflow-x: auto;
}

.solution-pre pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  padding: 6px;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: max-content;
  min-width: 380px;
  max-width: 2000px;
  text-align: left;
}

pre {
  font-family: "Courier New", Courier, monospace;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 1px;
  padding: 6px;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
}

.kr-examples pre {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.kr-examples ::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

.kr-examples ::selection {
  color: red;
  background: yellow;
}


a.noactive {
  text-decoration: none;
}

.error {
  color: red;
  font-weight: bold;
}

video {
  border: 1px solid black;
}

.logo {
  float: left;
  display: block;
  width: 300px;
  height: 50px;
  background: url("/krstatic/imgs/funtic_logo.43a8aa36ea68.png") 0 0 no-repeat;
  margin: 6px 0 0 22px;
  filter: grayscale(1);
}

.logo:hover {
  filter: grayscale(0);
}

.side_menu h4 {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.side_menu {
  margin: 4px auto;
  padding-left: 4px;
  max-width: 330px;
  word-wrap: break-word;
  text-align: left;
}

.side_menu ul {
  list-style-type: none;
  color: #296270;
  font-size: 12px;
  padding-left: 12px;
  margin-bottom: 0;
  padding-top: 20px;
  margin-top: -4px;
}

.side_menu li {
  padding: 0 0 8px 0;
}

.side_menu li a {
  font-size: 11px;
  color: #1e7abc;
  text-decoration-color: #a5c9e4;
}

.side_menu li b {
  font-size: 10px;
}

.side_menu li ul {
  list-style-type: none;
  padding: 24px 0 0 30px;
}

.side_menu li ul li a {
  color: #333;
  text-decoration-color: #999;
}

.side_menu .active {
  color: red;
}

footer {
  clear: both;
  width: 1007px;
  padding-bottom: 4px;
  background: #f2ebcf;
  border-top:1px solid #d8d3bf;
  -webkit-border-radius: 0 0 18px 18px;
  -moz-border-radius: 0 0 18px 18px;
  border-radius:0 0 18px 18px;
}

#footer p {
  font-family:Verdana,sans-serif;
  color: #333;
  text-align:center;
  font-size:12px;
}

.main em {
  width: 400px;
  display: block;
  font-size: 11px;
  color: #737373;
  margin: 10px 0;
  line-height: 17px;
}
.main .red {
  color: red;
  margin: 0 5px 0 0;
}
.main .gray {
  font-family: Verdana, serif;
  color: #818181;
}
.main strong {
  color: #000;
  font-weight: 500;
}

a {
  color: #1e7abc;
  text-decoration-color: #a5c9e4;
}

a img {
  border-width: 1px;

}

.nowrap_line {
  white-space: nowrap;
}

.help_text {
  font-size: 10px;
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  display: block;
}

.warning-container {
  clear: both;
}

.partner-block {
  clear: both;
  padding: 4px 4px 4px 6px;
  text-align: left;
}

.partner-block:empty {
  display: none;
}

.kr-examples dt {
  font-size: 16px;
  font-family: "Courier New", Courier, monospace;
  background-color: #F8F8F8;
  padding: 2px;
  margin-bottom: 0;
  margin-top: 4px;
  min-width: 200px;
  display: inline-block;
}

.kr-table {
  display: table;
}

.kr-center {
  text-align: center;
  margin: auto;
  justify-content: center;
}

.kr-left {
  text-align: left;
  justify-content: left;
}

.kr-more-link {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

.kr-space-between {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.kr-right {
  text-align: right;
  justify-content: right;
}

.kr-row {
  display: table-row;
}

.kr-cell {
  width: 392px;
  padding: 4px;
  display: table-cell;
  vertical-align: top;
}

.kr-cell header {
  padding-left: 8px;
}

.kr-cell dt {
  padding-left: 8px;
}

.kr-cell pre span {
  padding-left: unset;
}

.kr-container {
  text-align: center;
  width: 1007px;
}

.kr-side-menu {
  width: 336px;
  display: table-cell;
}

.kr-iframe-content {
  min-width: 400px;
  width: 90%;
  background-color: white;
  padding: 2px 11px 32px 20px;
  vertical-align: top;
  font-size: 12px;
}

.pod-copy-link {
  float: right;
}

.kr-iframe-form textarea {
  width: 90%;
  height: 24px;
  font-size: 16px;
  text-align: center;
}

.kr-content-wrapper {
  width: 100%;
  background-color: white;
}

.kr-content {
  width: 640px;
  text-align: left;
  padding: 0 11px 0 20px;
  vertical-align: top;
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  display: table-cell;
}


.kr-header {
  height: 59px;
  background: url("/krstatic/imgs/header_bg.9d8fc59ac93d.jpg") 0 0 repeat-x;
  -webkit-border-radius: 18px 18px 0 0;
  -moz-border-radius: 18px 18px 0 0;
  border-radius: 18px 18px 0 0;
}

.kr-navigation {
  width: 1007px;
  padding: 12px 0 12px 0;
  background: #f2ebcf;
  border-bottom: 1px solid #d8d3bf;
}
.kr-navigation a {
  display: inline-block;
  font-size: 12px;
  color: #1e7abc;
  min-width: 61px;
}

.kr-navigation a:first-child {
  margin-left: 20px;
}

.kr-navigation p {
  display: inline;
  font-size: 12px;
  color: #000;
}
.kr-navigation span {
  font-size: 12px;
  color: #1e7abc;
  margin: 0 0 0 4px;
}

.kr-form {
  background: none;
  border: 1px solid #808080;
  text-align: left;
  margin: 4px;
  width: 400px;
  padding: 10px;
  display: table-cell;
  border-radius: 6px;
}

.kr-form .short {
  width: 32px !important;
  text-align: center;
}

.kr-form input[type=text] {
  width: 34ch;
  height: 24px;
  font-size: 18px;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

.kr-form input[type="text"]::placeholder {
  font-size: 12px;
}

.kr-form textarea {
  width: 34ch;
  height: 37px;
  font-family: "Courier New", Courier, monospace;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
}

.kr-form select {
  height: 28px;
  margin-bottom: 14px;
}

.kr-form .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.kr-form .minus {
  margin: 2px 0;
  width: 20px;
  height: 24px;
}

.kr-form .row label {
  margin-top: auto;
  margin-bottom: auto;
}

.kr-form .submit {
  clear: both;
  text-align: center;
  padding: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kr-btn-link {
  background: none !important;
  border: none;
  margin: 4px !important;
  padding: 0 !important;
  color: #1e7abc;
  text-decoration-color: #a5c9e4;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}

.kr-add-form .short {
  width: 21px;
  text-align: center;
}

.kr-add-form .short[type=number] {
  width: 40px;
}

.kr-hide {
  height: 22px;
  overflow: hidden;
}

.kr-hide .kr-add-form-inner {
  max-height: 100px;
}

.kr-toggle-add-form {
  text-align: right;
  float: right;
  color: #296270;
  cursor: pointer;
  height: 2px;
  width: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kr-add-form {
  background: none;
  border: 1px solid #808080;
  border-left: 0;
  text-align: left;
  margin: 4px;
  padding: 0 10px 10px 10px;
  width: 200px;
  display: table-cell;
  vertical-align: top;
}

.kr-add-form b {
  font-family: monospace;
}

.kr-add-form input[type=checkbox] {
  vertical-align: bottom;
}

.kr-add-form h4 {
  font-size: 11px;
  text-align: left;
  margin: 6px;
}

.kr-content h1 {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #1e7abc;
  font-weight: 500;
  clear: both;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 676px;
}

.kr-content h2 {
  width: 532px;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #296270;
  font-weight: 500;
  clear: both;
  padding-top: 4px;
}


.kr-content input[type="submit"],
  .kr-content button[type="submit"] {
  color: #595959;
  font-size: 16px;
  background: url("/krstatic/imgs/submit_bg.d3fb19f7789d.jpg") 0 100% repeat-x;
  border: 1px solid #cdcdcd;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

 .submit.v2 input[type="submit"],
 .submit.v2 button[type="submit"] {
  color: white;
  font-size: 14px;
  background: #3b71cb;
  border: 1px solid #4177cb;
  padding: 6px 8px;
  cursor: pointer;
  text-transform: uppercase;
}


ul.kr-content-menu {
  list-style-type: upper-roman;
  padding-top: 4px;
}

.kr-content-menu li {
  padding: 0 10px 10px 0;
}

.kr-content-menu li a {
  font-size: 13px;
}

.kr-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.kr-adapter {
  width: 600px;
  overflow-x: auto;
  background-color: #DDD;
}

.kr-label_text-top {
  display: inline-flex;
  vertical-align: top;
}

.kr-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 6px;
  width: 400px;
}

.kr-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.kr-modal-close:hover,
.kr-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.kr-img-link {
  border-style: dashed dashed dashed;
}

.kr-gif {
  opacity: .4;
  border-style: dashed dashed dashed;
  cursor: not-allowed;
}

.kr-gif:hover {
  opacity: .1;
}

.kr-text-solution {
  font-size: 36px;
  line-height: 42px;
}

.kr-features {
  margin-right: 2px;
}

.kr-features ol {
  list-style-type: none;
}

.kr-features ul {
  list-style-type: none;
}

.kr-features > li {
  list-style-type: none;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.5em;
  text-indent: -1.5em;
}

.kr-features > li::before {
  content: '✅ ';
}

.buyer-info__desc p {
  padding: 4px;
}

.tg-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #0088cc;
  border-radius: 8px;
  text-decoration: none;
}

.tg-icon {
  flex-shrink: 0;
}

.share_tgk_btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.tg-button span {
  position: relative;
  top: 1px;
}
.share_block p {
  font-size: 20px;
}

@media screen and (max-width: 900px) {

  img {
    max-width: 400px;
  }

  .kr-container {
    width: 810px;
  }

  .kr-navigation {
    width: 810px;
  }

  .kr-content {
    padding: 0;
    width: 610px;
  }

  .kr-side-menu {
    width: 200px;
  }

  .kr-content h1 {
    width: 350px;
    font-size: 24px;
    padding-left: 6px;
  }

  .kr-content h2 {
    width: 350px;
    font-size: 16px;
    padding-left: 6px;
  }

  .kr-content h3, .kr-content h4, .kr-content h5, .kr-content h6 {
    padding: 8px;
  }

  .kr-content p {
    padding-left: 8px;
    padding-right: 8px;
  }

  .kr-adapter {
    width: 390px;
  }

  .kr-form input[type=text] {
    width: 340px;
  }

  .kr-add-form {
    display: block;
    border-left: 1px solid black;
    width: 340px;
  }

  .kr-cell {
    display: block;
    width: 350px;
  }

  footer {
    width: 810px;
  }
}


figure {
  width: fit-content;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}


.katex-display > .katex {
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 1.7em !important;
}

@media screen and (max-width: 600px) {

  .kr-gif {
    opacity: .4;
  }

  .kr-gif:hover {
    opacity: .8;
  }

  figure {
    margin: auto;
  }

  img {
    display: block;
    max-width: 82vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .kr-cell {
    width: 290px;
  }

  .kr-container {
    width: 100%;
  }

  .kr-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .kr-content {
    width: 100%;
  }

  .kr-content-menu li {
    padding: 0 10px 10px 0;
  }

  .kr-content-menu li a {
    font-size: 16px;
  }

  .kr-content h1 {
    max-width: 90vw;
    font-size: 22px;
    line-height: 22px;
  }

  .kr-content h2 {
    width: 85vw;
    font-size: 18px;
  }

  .kr-content h4 {
    font-size: 14px;
  }

  .kr-content {
    padding: unset;
  }

  .kr-navigation {
    width: 100%;
    padding: 8px 0 8px 0;
  }

  .kr-side-menu {
    display: block;
    width: unset;
  }

  .kr-form {
    width: 87vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kr-form textarea {
    width: 84vw;
  }

  .kr-form button, .kr-form input[type=button] {
    margin: 6px;
    font-size: 16px;
  }

  .kr-form input[type=text] {
    width: 85vw;
    height: 32px;
    font-size: 18px;
  }

  .kr-form .minus {
    margin: auto;
    width: 6.5vw;
    height: 32px;
  }

  .kr-form input[type=submit] {
    font-size: 18px;
    max-width: 290px;
  }

  .submit.v2 input[type=submit] {
    font-size: 14px;
    max-width: 290px;
  }

  .kr-add-form {
    width: 87vw;
  }

  footer {
    width: 100%;
  }

  .side_menu li {
    padding: 0 0 14px 0;
  }

  .side_menu li a {
    font-size: 16px;
  }

  .kr-content table {
    display: block;
    overflow-x: auto;
    width: 87vw;
  }

  .partner-block {
    clear: both;
    padding: unset;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solution-pre {
    overflow-x: auto;
    width: unset;
  }

  .solution-pre pre {
    width: unset;
  }

  .kr-modal-content {
    width: 80vw;
  }
}
