@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&subset=cyrillic);/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
#quill-editor {
    position: relative
}

.mention {
    color: #0366d6
}

.completions {
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    list-style: none
}

.completions, .completions > li {
    margin: 0;
    padding: 0
}

.completions > li > button {
    background: none;
    border: none;
    box-sizing: border-box;
    display: block;
    height: 2em;
    margin: 0;
    padding: .25em .5em;
    text-align: left;
    width: 100%
}

.completions > li > button:hover {
    background: #ddd
}

.completions > li > button:focus {
    background: #ddd;
    outline: none
}

.completions > li > button > .matched {
    color: #000;
    font-weight: 700
}

.completions > li > button > * {
    vertical-align: middle
}

.emoji_completions {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
    list-style: none;
    margin: 0;
    padding: 6px
}

.emoji_completions li {
    display: inline-block;
    margin: 2px 0;
    padding: 0
}

.emoji_completions li:not(:last-of-type) {
    margin-right: 3px
}

.emoji_completions > li > button {
    background: #efefef;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 3px 2px 6px;
    text-align: left;
    width: 100%
}

.emoji_completions > li > button:hover {
    background: #2d9ee0;
    color: #fff
}

.emoji_completions > li > button:focus {
    background: #2d9ee0;
    color: #fff;
    outline: none
}

.emoji_completions > li > button.emoji-active {
    background: red;
    background: #2d9ee0;
    color: #fff;
    outline: none
}

.emoji_completions > li > button > .matched {
    font-weight: 700
}

.emoji_completions > li > button > *, .ico {
    vertical-align: middle
}

.ico {
    font-size: 18px;
    line-height: 0;
    margin-right: 5px
}

#emoji-palette {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
    max-width: 250px;
    position: absolute;
    z-index: 999
}

.bem {
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin: 2px;
    text-align: center;
    width: 34px
}

#tab-filters {
    margin: 20px auto 0;
    width: 210px
}

.emoji-tab {
    cursor: pointer;
    display: inline-table;
    height: 100%;
    min-height: 30px;
    text-align: center;
    width: 30px
}

#tab-toolbar {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 4px 4px 0
}

#tab-toolbar ul {
    margin: 0;
    padding: 0
}

#tab-toolbar .active {
    border-bottom: 3px solid #2ab27b
}

#tab-panel {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 220px;
    overflow-y: scroll;
    padding: 2px
}

#quill-editor x-contain, contain {
    background: #fb8;
    display: block
}

#quill-editor table {
    border-collapse: collapse;
    width: 100%
}

#quill-editor table td {
    border: 1px solid #000;
    height: 25px;
    padding: 5px
}

.ql-picker.ql-table .ql-picker-label:before, button.ql-table:after {
    content: "TABLE"
}

button.ql-contain:after {
    content: "WRAP"
}

button.ql-table[value=append-row]:after {
    content: "ROWS+"
}

button.ql-table[value=append-col]:after {
    content: "COLS+"
}

.ql-contain, .ql-table {
    margin-right: -15px;
    width: auto !important
}

#emoji-close-div {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.textarea-emoji-control {
    height: 25px;
    right: 4px;
    top: 10px;
    width: 25px
}

#textarea-emoji {
    border: 1px solid #66afe9;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
    max-width: 250px;
    position: absolute;
    right: 0;
    z-index: 999
}

.ql-editor {
    padding-right: 26px
}

.i-activity {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><g transform="translate(7.500000, 7.500000)"><path stroke="%236F6D70" d="M18.02 1.36c5.92 3.02 8.28 10.26 5.26 16.18-2.12 4.17-6.35 6.57-10.73 6.57-1.83 0-3.7-.4-5.45-1.3-5.9-3-8.27-10.22-5.25-16.2C3.97 2.5 8.2.1 12.57.1c1.84 0 3.7.42 5.45 1.3zm4.7 11.44c.1-1.3-.06-2.6-.47-3.87-.13-.38-.27-.75-.43-1.1l-3.42-1.6-1.57-3.4c-.62-.3-1.27-.5-1.92-.68-.7-.18-1.5-.27-2.3-.27-.4 0-.8.02-1.2.06L8.9 4.74l-3.74.43c-.63.68-1.16 1.45-1.6 2.28-.42.84-.72 1.72-.9 2.63l1.84 3.3-.74 3.68c.3.56.66 1.08 1.1 1.58.76.94 1.7 1.7 2.8 2.32l3.7-.74 3.26 1.84c1.13-.23 2.23-.65 3.24-1.26.6-.35 1.2-.77 1.7-1.24l.44-3.74 2.78-2.55.05-.47z" stroke-linecap="round" stroke-linejoin="round"/><polygon points="10.6158689 8.50666885 8.42649168 12.8046921 11.836847 16.2129328 16.1342124 14.0235556 15.3793892 9.26144504"/></g></g></g></svg>')
}

.i-activity, .i-flags {
    content: "";
    height: 25px;
    margin: auto;
    width: 25px
}

.i-flags {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><g transform="translate(9.500000, 8.000000)"><path d="M.5 3.13V23.5c0 .83.68 1.5 1.5 1.5.84 0 1.5-.67 1.5-1.5V3.14c0-.83-.66-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5z"/><path d="M3.5 11.54c.7-.16 1.44-.22 2.25-.17 1.38.07 2.48.3 5.23 1.04l.55.2c3.02.8 4.77 1 5.96.67v-7.9c-1.7.33-3.8-.07-7.1-1-3.9-1.1-5.7-1.3-6.9-.5v7.7zm7.68-10.1c4.1 1.15 5.7 1.3 6.98.44 1-.66 2.33.05 2.33 1.25v11c0 .5-.3 1-.7 1.26-2.2 1.4-4.6 1.2-9.1 0l-.56-.16c-4.54-1.2-6.15-1.3-7.05-.2-.9 1.06-2.65.42-2.65-.98v-11c0-.4.2-.8.5-1.1C3.4-.24 5.75-.1 11.2 1.4z"/></g></g></g></svg>')
}

.i-food {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M9.57 28.2c0 .28.22.5.5.5h19.2c.27 0 .5-.22.5-.5v-4.4H9.57v4.4zm23.2-3.06v3.07c0 1.95-1.57 3.5-3.5 3.5h-19.2c-1.93 0-3.5-1.55-3.5-3.5V25c.46.15.96.24 1.47.24h23.78c.33 0 .64-.04.94-.1z"/><path fill-rule="nonzero" d="M6.57 18.2v-3.45c0-3.56 2.9-6.45 6.45-6.45h13.3c3.55 0 6.44 2.9 6.44 6.45v3.45H6.56zm3-1.83h3.6l.4.86c.23.5.73.83 1.3.83.56 0 1.06-.33 1.3-.83l.4-.86h13.2v-1.62c0-1.9-1.56-3.45-3.45-3.45h-13.3c-1.9 0-3.45 1.55-3.45 3.45v1.62z"/><path fill-rule="nonzero" d="M13.23 16.37l.4.86c.24.5.74.83 1.3.83.57 0 1.07-.33 1.3-.83l.4-.86H31.9c2.44 0 4.43 1.98 4.43 4.43 0 2.45-1.98 4.44-4.44 4.44H8.1c-2.44 0-4.43-2-4.43-4.44 0-2.45 1.98-4.43 4.44-4.43h5.14zm-5.12 3c-.8 0-1.42.64-1.42 1.43 0 .8.64 1.44 1.44 1.44h23.8c.8 0 1.43-.64 1.43-1.44 0-.8-.64-1.43-1.44-1.43H18.4c-.83 1.04-2.1 1.7-3.5 1.7-1.37 0-2.65-.66-3.47-1.7H8.1z"/><circle cx="14.6682646" cy="13.75" r="1"/><circle cx="24.6682646" cy="13.75" r="1"/><circle cx="19.6682646" cy="13.75" r="1"/></g></g></svg>')
}

.i-food, .i-nature {
    content: "";
    height: 25px;
    margin: auto;
    width: 25px
}

.i-nature {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.96 18.26L30.86 32c.5.46 1.3.43 1.77-.08.46-.5.43-1.3-.08-1.76l-14.9-13.74c-.5-.46-1.3-.43-1.76.08-.5.5-.5 1.3 0 1.76z"/><path d="M18.17 21.28c-.7-.06-1.3.45-1.35 1.14-.06.7.45 1.3 1.13 1.35l4.96.43c.9.07 1.5-.66 1.4-1.47l-1-5.6c-.1-.7-.74-1.14-1.42-1.02-.67.2-1.12.8-1 1.5l.7 4-3.32-.3z"/><path d="M28.48 28.95c-.38.17-1 .4-1.85.64-2.92.7-6 .9-8.95-.2-5.98-2.17-9.8-8.5-10.54-19.9l-.1-1.4 1.38-.2c14.45-2.08 23.4 7.4 21.33 19.85l-1.9-.3.63 1.43zM10.24 10.77C11.12 20.14 14.2 25 18.7 26.6c2.27.83 4.76.74 7.14.1.4-.12.76-.23 1.07-.35 1.2-9.6-5.4-16.57-16.6-15.58z"/></g></g></svg>')
}

.i-objects {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M11.04 16.7c0-4.85 4.02-8.76 8.96-8.76 4.94 0 8.96 3.9 8.96 8.76 0 2.54-1.12 4.9-3 6.54v1.87c0 1.28-1.02 2.27-2.26 2.27h-7.37c-1.23 0-2.25-1-2.25-2.22V23.3c-1.9-1.65-3.04-4-3.04-6.58zm11.9 5.82c0-.48.24-.93.63-1.22 1.5-1.08 2.4-2.77 2.4-4.6 0-3.17-2.67-5.76-5.97-5.76s-5.96 2.6-5.96 5.76c0 1.84.9 3.54 2.42 4.62.4.28.62.74.62 1.22v1.8h5.87V22.5z"/><path d="M21.76 28.78c-.22.05-.42.1-.62.13-.5.1-.9.2-1.1.2-.24 0-.62-.04-1.08-.12l-.74-.15-.08-.02v-2.93c0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5v4.1c0 .68.44 1.27 1.1 1.45l.38.1.94.23c.3.1.6.15.87.2.62.1 1.16.17 1.6.17.47 0 1.03-.1 1.7-.2l.7-.17.95-.22c.18-.03.32-.1.4-.1.64-.2 1.08-.76 1.08-1.43v-4.1c0-.83-.67-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5v2.9c-.03 0-.07 0-.1.02z"/></g></g></svg>')
}

.i-objects, .i-people {
    content: "";
    height: 25px;
    margin: auto;
    width: 25px
}

.i-people {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M20 34c-7.73 0-14-6.27-14-14S12.27 6 20 6s14 6.27 14 14-6.27 14-14 14zm0-3c6.08 0 11-4.92 11-11S26.08 9 20 9 9 13.92 9 20s4.92 11 11 11z"/><circle cx="15.3474348" cy="16.7705459" r="2.34743481"/><circle cx="24.4703784" cy="16.7705459" r="2.34743481"/><path d="M20 27.9c2.7 0 4.88-2.18 4.88-4.88 0-2.7-9.76-2.7-9.76 0S17.3 27.9 20 27.9z"/></g></g></svg>')
}

.i-symbols {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.37 7.95c-4.48 0-8.06 3.9-8.06 8.64 0 3.5 2.2 6.9 5.8 10.3 1.2 1.1 2.5 2.2 3.9 3.1.84.6 1.5 1 1.98 1.3l.27.15.8.5 1.1-.6c.5-.27 1.18-.7 2-1.25 1.34-.9 2.66-1.9 3.9-3 3.57-3.28 5.75-6.8 5.75-10.6 0-4.74-3.6-8.65-8.1-8.65v3.3c2.6 0 4.76 2.4 4.76 5.35 0 2.65-1.72 5.43-4.7 8.13-1.1 1-2.27 1.9-3.5 2.7-.43.3-.83.54-1.17.74-.35-.2-.76-.5-1.2-.83-1.24-.87-2.4-1.83-3.54-2.87-2.95-2.76-4.7-5.5-4.7-7.9 0-2.98 2.2-5.35 4.78-5.35 1.3 0 2.5.6 3.4 1.6L20 14.3l1.25-1.43c.9-1.03 2.1-1.6 3.38-1.6v-3.3c-1.68 0-3.3.56-4.63 1.57-1.34-1-2.95-1.57-4.63-1.57z"/></g></g></svg>')
}

.i-symbols, .i-travel {
    content: "";
    height: 25px;
    margin: auto;
    width: 25px
}

.i-travel {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M25.46 11.2s-2.67 2.58-3.94 3.95l-10.6-2.13c-.12-.02-.25.04-.3.15l-.8 1.6c-.07.13 0 .3.12.37l7.75 3.88L13.4 24c-.5-.16-1.1-.33-1.66-.3-.3 0-.6.06-.85.25-.3.2-.4.5-.4.9s.1.74.3.98l3.2 3.23c.3.23.7.34 1 .34.4 0 .7-.13.9-.37.2-.23.24-.53.25-.84 0-.6-.15-1.2-.3-1.7l4.97-4.3 3.9 7.76c.06.13.23.2.36.12l1.6-.8c.13-.07.2-.2.17-.3l-2.12-10.6c1.4-1.28 3.95-3.95 3.96-3.96.86-.88 1.4-1.93 1.4-2.87 0-.5-.17-1-.5-1.33-.37-.36-.87-.5-1.38-.5-.95 0-2 .52-2.88 1.4zm2.87-4.4c1.28 0 2.54.44 3.5 1.4.93.93 1.38 2.2 1.38 3.47 0 1.8-.8 3.54-2.2 4.94-.4.5-1.7 1.8-2.8 2.9l1.8 9c.3 1.5-.4 2.9-1.7 3.6l-1.62.8c-1.62.8-3.6.1-4.36-1.4L20 27.1l-.7.6v.62c-.03.92-.28 1.8-.92 2.6-.8 1-1.98 1.5-3.22 1.5-1.03 0-2.12-.37-2.96-1.1l-.16-.14-3.22-3.22-.1-.12c-.75-.83-1.12-1.9-1.12-3 0-1.24.5-2.43 1.48-3.22.8-.6 1.68-.9 2.62-.9h.62l.6-.7-4.27-2.1c-1.65-.8-2.33-2.8-1.52-4.4l.8-1.64c.67-1.3 2.14-2.02 3.57-1.73l9 1.8 1.36-1.33 1.5-1.48c1.42-1.4 3.17-2.27 4.97-2.27z"/></g></g></svg>')
}

.button-emoji {
    margin-bottom: -5px
}

.ql-emojiblot {
    display: inline-block;
    vertical-align: text-top
}

.ap {
    background-image: url("/themes/stavkiblog/assets/images/smiles.png");
    background-repeat: no-repeat;
    background-size: 820px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 20px;
    height: 20px;
    line-height: 1;
    margin-top: -3px;
    overflow: hidden;
    text-indent: -999px;
    width: 20px
}

.ap-copyright {
    background-position: 0 0
}

.ap-registered {
    background-position: 0 -20px
}

.ap-bangbang {
    background-position: 0 -40px
}

.ap-interrobang {
    background-position: 0 -60px
}

.ap-tm {
    background-position: 0 -80px
}

.ap-information_source {
    background-position: 0 -100px
}

.ap-left_right_arrow {
    background-position: 0 -120px
}

.ap-arrow_up_down {
    background-position: 0 -140px
}

.ap-arrow_upper_left {
    background-position: 0 -160px
}

.ap-arrow_upper_right {
    background-position: 0 -180px
}

.ap-arrow_lower_right {
    background-position: 0 -200px
}

.ap-arrow_lower_left {
    background-position: 0 -220px
}

.ap-leftwards_arrow_with_hook {
    background-position: 0 -240px
}

.ap-arrow_right_hook {
    background-position: 0 -260px
}

.ap-watch {
    background-position: 0 -280px
}

.ap-hourglass {
    background-position: 0 -300px
}

.ap-keyboard {
    background-position: 0 -320px
}

.ap-fast_forward {
    background-position: 0 -360px
}

.ap-rewind {
    background-position: 0 -380px
}

.ap-arrow_double_up {
    background-position: 0 -400px
}

.ap-arrow_double_down {
    background-position: 0 -420px
}

.ap-black_right_pointing_double_triangle_with_vertical_bar {
    background-position: 0 -440px
}

.ap-black_left_pointing_double_triangle_with_vertical_bar {
    background-position: 0 -460px
}

.ap-black_right_pointing_triangle_with_double_vertical_bar {
    background-position: 0 -480px
}

.ap-alarm_clock {
    background-position: 0 -500px
}

.ap-stopwatch {
    background-position: 0 -520px
}

.ap-timer_clock {
    background-position: 0 -540px
}

.ap-hourglass_flowing_sand {
    background-position: 0 -560px
}

.ap-double_vertical_bar {
    background-position: 0 -580px
}

.ap-black_square_for_stop {
    background-position: 0 -600px
}

.ap-black_circle_for_record {
    background-position: 0 -620px
}

.ap-m {
    background-position: 0 -640px
}

.ap-black_small_square {
    background-position: 0 -660px
}

.ap-white_small_square {
    background-position: 0 -680px
}

.ap-arrow_forward {
    background-position: 0 -700px
}

.ap-arrow_backward {
    background-position: 0 -720px
}

.ap-white_medium_square {
    background-position: 0 -740px
}

.ap-black_medium_square {
    background-position: 0 -760px
}

.ap-white_medium_small_square {
    background-position: 0 -780px
}

.ap-black_medium_small_square {
    background-position: 0 -800px
}

.ap-sunny {
    background-position: -20px 0
}

.ap-cloud {
    background-position: -20px -20px
}

.ap-umbrella {
    background-position: -20px -40px
}

.ap-snowman {
    background-position: -20px -60px
}

.ap-comet {
    background-position: -20px -80px
}

.ap-phone, .ap-telephone {
    background-position: -20px -100px
}

.ap-ballot_box_with_check {
    background-position: -20px -120px
}

.ap-umbrella_with_rain_drops {
    background-position: -20px -140px
}

.ap-coffee {
    background-position: -20px -160px
}

.ap-shamrock {
    background-position: -20px -180px
}

.ap-point_up {
    background-position: -20px -200px
}

.ap-skull_and_crossbones {
    background-position: -20px -320px
}

.ap-radioactive_sign {
    background-position: -20px -340px
}

.ap-biohazard_sign {
    background-position: -20px -360px
}

.ap-orthodox_cross {
    background-position: -20px -380px
}

.ap-star_and_crescent {
    background-position: -20px -400px
}

.ap-peace_symbol {
    background-position: -20px -420px
}

.ap-yin_yang {
    background-position: -20px -440px
}

.ap-wheel_of_dharma {
    background-position: -20px -460px
}

.ap-white_frowning_face {
    background-position: -20px -480px
}

.ap-relaxed {
    background-position: -20px -500px
}

.ap-aries {
    background-position: -20px -520px
}

.ap-taurus {
    background-position: -20px -540px
}

.ap-gemini {
    background-position: -20px -560px
}

.ap-cancer {
    background-position: -20px -580px
}

.ap-leo {
    background-position: -20px -600px
}

.ap-virgo {
    background-position: -20px -620px
}

.ap-libra {
    background-position: -20px -640px
}

.ap-scorpius {
    background-position: -20px -660px
}

.ap-sagittarius {
    background-position: -20px -680px
}

.ap-capricorn {
    background-position: -20px -700px
}

.ap-aquarius {
    background-position: -20px -720px
}

.ap-pisces {
    background-position: -20px -740px
}

.ap-spades {
    background-position: -20px -760px
}

.ap-clubs {
    background-position: -20px -780px
}

.ap-hearts {
    background-position: -20px -800px
}

.ap-diamonds {
    background-position: -40px 0
}

.ap-hotsprings {
    background-position: -40px -20px
}

.ap-recycle {
    background-position: -40px -40px
}

.ap-wheelchair {
    background-position: -40px -60px
}

.ap-hammer_and_pick {
    background-position: -40px -80px
}

.ap-anchor {
    background-position: -40px -100px
}

.ap-crossed_swords {
    background-position: -40px -120px
}

.ap-scales {
    background-position: -40px -140px
}

.ap-alembic {
    background-position: -40px -160px
}

.ap-gear {
    background-position: -40px -180px
}

.ap-atom_symbol {
    background-position: -40px -200px
}

.ap-fleur_de_lis {
    background-position: -40px -220px
}

.ap-warning {
    background-position: -40px -240px
}

.ap-zap {
    background-position: -40px -260px
}

.ap-white_circle {
    background-position: -40px -280px
}

.ap-black_circle {
    background-position: -40px -300px
}

.ap-coffin {
    background-position: -40px -320px
}

.ap-funeral_urn {
    background-position: -40px -340px
}

.ap-soccer {
    background-position: -40px -360px
}

.ap-baseball {
    background-position: -40px -380px
}

.ap-snowman_without_snow {
    background-position: -40px -400px
}

.ap-partly_sunny {
    background-position: -40px -420px
}

.ap-thunder_cloud_and_rain {
    background-position: -40px -440px
}

.ap-ophiuchus {
    background-position: -40px -460px
}

.ap-pick {
    background-position: -40px -480px
}

.ap-helmet_with_white_cross {
    background-position: -40px -500px
}

.ap-chains {
    background-position: -40px -520px
}

.ap-no_entry {
    background-position: -40px -540px
}

.ap-shinto_shrine {
    background-position: -40px -560px
}

.ap-church {
    background-position: -40px -580px
}

.ap-mountain {
    background-position: -40px -600px
}

.ap-beach_umbrella, .ap-umbrella_on_ground {
    background-position: -40px -620px
}

.ap-fountain {
    background-position: -40px -640px
}

.ap-golf {
    background-position: -40px -660px
}

.ap-ferry {
    background-position: -40px -680px
}

.ap-boat {
    background-position: -40px -700px
}

.ap-skier {
    background-position: -40px -720px
}

.ap-ice_skate {
    background-position: -40px -740px
}

.ap-person_with_ball {
    background-position: -40px -760px
}

.ap-tent {
    background-position: -60px -60px
}

.ap-fuelpump {
    background-position: -60px -80px
}

.ap-scissors {
    background-position: -60px -100px
}

.ap-white_check_mark {
    background-position: -60px -120px
}

.ap-airplane {
    background-position: -60px -140px
}

.ap-email {
    background-position: -60px -160px
}

.ap-fist {
    background-position: -60px -180px
}

.ap-hand {
    background-position: -60px -300px
}

.ap-v {
    background-position: -60px -420px
}

.ap-writing_hand {
    background-position: -60px -540px
}

.ap-pencil2 {
    background-position: -60px -660px
}

.ap-black_nib {
    background-position: -60px -680px
}

.ap-heavy_check_mark {
    background-position: -60px -700px
}

.ap-heavy_multiplication_x {
    background-position: -60px -720px
}

.ap-latin_cross {
    background-position: -60px -740px
}

.ap-star_of_david {
    background-position: -60px -760px
}

.ap-sparkles {
    background-position: -60px -780px
}

.ap-eight_spoked_asterisk {
    background-position: -60px -800px
}

.ap-eight_pointed_black_star {
    background-position: -80px 0
}

.ap-snowflake {
    background-position: -80px -20px
}

.ap-sparkle {
    background-position: -80px -40px
}

.ap-x {
    background-position: -80px -60px
}

.ap-negative_squared_cross_mark {
    background-position: -80px -80px
}

.ap-question {
    background-position: -80px -100px
}

.ap-grey_question {
    background-position: -80px -120px
}

.ap-grey_exclamation {
    background-position: -80px -140px
}

.ap-exclamation {
    background-position: -80px -160px
}

.ap-heavy_heart_exclamation_mark_ornament {
    background-position: -80px -180px
}

.ap-heart {
    background-position: -80px -200px
}

.ap-heavy_plus_sign {
    background-position: -80px -220px
}

.ap-heavy_minus_sign {
    background-position: -80px -240px
}

.ap-heavy_division_sign {
    background-position: -80px -260px
}

.ap-arrow_right {
    background-position: -80px -280px
}

.ap-curly_loop {
    background-position: -80px -300px
}

.ap-loop {
    background-position: -80px -320px
}

.ap-arrow_heading_up {
    background-position: -80px -340px
}

.ap-arrow_heading_down {
    background-position: -80px -360px
}

.ap-arrow_left {
    background-position: -80px -380px
}

.ap-arrow_up {
    background-position: -80px -400px
}

.ap-arrow_down {
    background-position: -80px -420px
}

.ap-black_large_square {
    background-position: -80px -440px
}

.ap-white_large_square {
    background-position: -80px -460px
}

.ap-star {
    background-position: -80px -480px
}

.ap-o {
    background-position: -80px -500px
}

.ap-wavy_dash {
    background-position: -80px -520px
}

.ap-part_alternation_mark {
    background-position: -80px -540px
}

.ap-congratulations {
    background-position: -80px -560px
}

.ap-secret {
    background-position: -80px -580px
}

.ap-mahjong {
    background-position: -80px -600px
}

.ap-black_joker {
    background-position: -80px -620px
}

.ap-a {
    background-position: -80px -640px
}

.ap-b {
    background-position: -80px -660px
}

.ap-o2 {
    background-position: -80px -680px
}

.ap-parking {
    background-position: -80px -700px
}

.ap-ab {
    background-position: -80px -720px
}

.ap-cl {
    background-position: -80px -740px
}

.ap-cool {
    background-position: -80px -760px
}

.ap-free {
    background-position: -80px -780px
}

.ap-id {
    background-position: -80px -800px
}

.ap-new {
    background-position: -100px 0
}

.ap-ng {
    background-position: -100px -20px
}

.ap-ok {
    background-position: -100px -40px
}

.ap-sos {
    background-position: -100px -60px
}

.ap-up {
    background-position: -100px -80px
}

.ap-vs {
    background-position: -100px -100px
}

.ap-koko {
    background-position: -100px -120px
}

.ap-sa {
    background-position: -100px -140px
}

.ap-u7121 {
    background-position: -100px -160px
}

.ap-u6307 {
    background-position: -100px -180px
}

.ap-u7981 {
    background-position: -100px -200px
}

.ap-u7a7a {
    background-position: -100px -220px
}

.ap-u5408 {
    background-position: -100px -240px
}

.ap-u6e80 {
    background-position: -100px -260px
}

.ap-u6709 {
    background-position: -100px -280px
}

.ap-u6708 {
    background-position: -100px -300px
}

.ap-u7533 {
    background-position: -100px -320px
}

.ap-u5272 {
    background-position: -100px -340px
}

.ap-u55b6 {
    background-position: -100px -360px
}

.ap-ideograph_advantage {
    background-position: -100px -380px
}

.ap-accept {
    background-position: -100px -400px
}

.ap-cyclone {
    background-position: -100px -420px
}

.ap-foggy {
    background-position: -100px -440px
}

.ap-closed_umbrella {
    background-position: -100px -460px
}

.ap-night_with_stars {
    background-position: -100px -480px
}

.ap-sunrise_over_mountains {
    background-position: -100px -500px
}

.ap-sunrise {
    background-position: -100px -520px
}

.ap-city_sunset {
    background-position: -100px -540px
}

.ap-city_sunrise {
    background-position: -100px -560px
}

.ap-rainbow {
    background-position: -100px -580px
}

.ap-bridge_at_night {
    background-position: -100px -600px
}

.ap-ocean {
    background-position: -100px -620px
}

.ap-volcano {
    background-position: -100px -640px
}

.ap-milky_way {
    background-position: -100px -660px
}

.ap-earth_africa {
    background-position: -100px -680px
}

.ap-earth_americas {
    background-position: -100px -700px
}

.ap-earth_asia {
    background-position: -100px -720px
}

.ap-globe_with_meridians {
    background-position: -100px -740px
}

.ap-new_moon {
    background-position: -100px -760px
}

.ap-waxing_crescent_moon {
    background-position: -100px -780px
}

.ap-first_quarter_moon {
    background-position: -100px -800px
}

.ap-moon {
    background-position: -120px 0
}

.ap-full_moon {
    background-position: -120px -20px
}

.ap-waning_gibbous_moon {
    background-position: -120px -40px
}

.ap-last_quarter_moon {
    background-position: -120px -60px
}

.ap-waning_crescent_moon {
    background-position: -120px -80px
}

.ap-crescent_moon {
    background-position: -120px -100px
}

.ap-new_moon_with_face {
    background-position: -120px -120px
}

.ap-first_quarter_moon_with_face {
    background-position: -120px -140px
}

.ap-last_quarter_moon_with_face {
    background-position: -120px -160px
}

.ap-full_moon_with_face {
    background-position: -120px -180px
}

.ap-sun_with_face {
    background-position: -120px -200px
}

.ap-star2 {
    background-position: -120px -220px
}

.ap-stars {
    background-position: -120px -240px
}

.ap-thermometer {
    background-position: -120px -260px
}

.ap-mostly_sunny {
    background-position: -120px -280px
}

.ap-barely_sunny {
    background-position: -120px -300px
}

.ap-partly_sunny_rain {
    background-position: -120px -320px
}

.ap-rain_cloud {
    background-position: -120px -340px
}

.ap-snow_cloud {
    background-position: -120px -360px
}

.ap-lightning {
    background-position: -120px -380px
}

.ap-tornado {
    background-position: -120px -400px
}

.ap-fog {
    background-position: -120px -420px
}

.ap-wind_blowing_face {
    background-position: -120px -440px
}

.ap-hotdog {
    background-position: -120px -460px
}

.ap-taco {
    background-position: -120px -480px
}

.ap-burrito {
    background-position: -120px -500px
}

.ap-chestnut {
    background-position: -120px -520px
}

.ap-seedling {
    background-position: -120px -540px
}

.ap-evergreen_tree {
    background-position: -120px -560px
}

.ap-deciduous_tree {
    background-position: -120px -580px
}

.ap-palm_tree {
    background-position: -120px -600px
}

.ap-cactus {
    background-position: -120px -620px
}

.ap-hot_pepper {
    background-position: -120px -640px
}

.ap-tulip {
    background-position: -120px -660px
}

.ap-cherry_blossom {
    background-position: -120px -680px
}

.ap-rose {
    background-position: -120px -700px
}

.ap-hibiscus {
    background-position: -120px -720px
}

.ap-sunflower {
    background-position: -120px -740px
}

.ap-blossom {
    background-position: -120px -760px
}

.ap-corn {
    background-position: -120px -780px
}

.ap-ear_of_rice {
    background-position: -120px -800px
}

.ap-herb {
    background-position: -140px 0
}

.ap-four_leaf_clover {
    background-position: -140px -20px
}

.ap-maple_leaf {
    background-position: -140px -40px
}

.ap-fallen_leaf {
    background-position: -140px -60px
}

.ap-leaves {
    background-position: -140px -80px
}

.ap-mushroom {
    background-position: -140px -100px
}

.ap-tomato {
    background-position: -140px -120px
}

.ap-eggplant {
    background-position: -140px -140px
}

.ap-grapes {
    background-position: -140px -160px
}

.ap-melon {
    background-position: -140px -180px
}

.ap-watermelon {
    background-position: -140px -200px
}

.ap-tangerine {
    background-position: -140px -220px
}

.ap-lemon {
    background-position: -140px -240px
}

.ap-banana {
    background-position: -140px -260px
}

.ap-pineapple {
    background-position: -140px -280px
}

.ap-apple {
    background-position: -140px -300px
}

.ap-green_apple {
    background-position: -140px -320px
}

.ap-pear {
    background-position: -140px -340px
}

.ap-peach {
    background-position: -140px -360px
}

.ap-cherries {
    background-position: -140px -380px
}

.ap-strawberry {
    background-position: -140px -400px
}

.ap-hamburger {
    background-position: -140px -420px
}

.ap-pizza {
    background-position: -140px -440px
}

.ap-meat_on_bone {
    background-position: -140px -460px
}

.ap-poultry_leg {
    background-position: -140px -480px
}

.ap-rice_cracker {
    background-position: -140px -500px
}

.ap-rice_ball {
    background-position: -140px -520px
}

.ap-rice {
    background-position: -140px -540px
}

.ap-curry {
    background-position: -140px -560px
}

.ap-ramen {
    background-position: -140px -580px
}

.ap-spaghetti {
    background-position: -140px -600px
}

.ap-bread {
    background-position: -140px -620px
}

.ap-fries {
    background-position: -140px -640px
}

.ap-sweet_potato {
    background-position: -140px -660px
}

.ap-dango {
    background-position: -140px -680px
}

.ap-oden {
    background-position: -140px -700px
}

.ap-sushi {
    background-position: -140px -720px
}

.ap-fried_shrimp {
    background-position: -140px -740px
}

.ap-fish_cake {
    background-position: -140px -760px
}

.ap-icecream {
    background-position: -140px -780px
}

.ap-shaved_ice {
    background-position: -140px -800px
}

.ap-ice_cream {
    background-position: -160px 0
}

.ap-doughnut {
    background-position: -160px -20px
}

.ap-cookie {
    background-position: -160px -40px
}

.ap-chocolate_bar {
    background-position: -160px -60px
}

.ap-candy {
    background-position: -160px -80px
}

.ap-lollipop {
    background-position: -160px -100px
}

.ap-custard {
    background-position: -160px -120px
}

.ap-honey_pot {
    background-position: -160px -140px
}

.ap-cake {
    background-position: -160px -160px
}

.ap-bento {
    background-position: -160px -180px
}

.ap-stew {
    background-position: -160px -200px
}

.ap-egg {
    background-position: -160px -220px
}

.ap-fork_and_knife {
    background-position: -160px -240px
}

.ap-tea {
    background-position: -160px -260px
}

.ap-sake {
    background-position: -160px -280px
}

.ap-wine_glass {
    background-position: -160px -300px
}

.ap-cocktail {
    background-position: -160px -320px
}

.ap-tropical_drink {
    background-position: -160px -340px
}

.ap-beer {
    background-position: -160px -360px
}

.ap-beers {
    background-position: -160px -380px
}

.ap-baby_bottle {
    background-position: -160px -400px
}

.ap-knife_fork_plate {
    background-position: -160px -420px
}

.ap-champagne {
    background-position: -160px -440px
}

.ap-popcorn {
    background-position: -160px -460px
}

.ap-ribbon {
    background-position: -160px -480px
}

.ap-gift {
    background-position: -160px -500px
}

.ap-birthday {
    background-position: -160px -520px
}

.ap-jack_o_lantern {
    background-position: -160px -540px
}

.ap-christmas_tree {
    background-position: -160px -560px
}

.ap-santa {
    background-position: -160px -580px
}

.ap-fireworks {
    background-position: -160px -700px
}

.ap-sparkler {
    background-position: -160px -720px
}

.ap-balloon {
    background-position: -160px -740px
}

.ap-tada {
    background-position: -160px -760px
}

.ap-confetti_ball {
    background-position: -160px -780px
}

.ap-tanabata_tree {
    background-position: -160px -800px
}

.ap-crossed_flags {
    background-position: -180px 0
}

.ap-bamboo {
    background-position: -180px -20px
}

.ap-dolls {
    background-position: -180px -40px
}

.ap-flags {
    background-position: -180px -60px
}

.ap-wind_chime {
    background-position: -180px -80px
}

.ap-rice_scene {
    background-position: -180px -100px
}

.ap-school_satchel {
    background-position: -180px -120px
}

.ap-mortar_board {
    background-position: -180px -140px
}

.ap-medal {
    background-position: -180px -160px
}

.ap-reminder_ribbon {
    background-position: -180px -180px
}

.ap-studio_microphone {
    background-position: -180px -200px
}

.ap-level_slider {
    background-position: -180px -220px
}

.ap-control_knobs {
    background-position: -180px -240px
}

.ap-film_frames {
    background-position: -180px -260px
}

.ap-admission_tickets {
    background-position: -180px -280px
}

.ap-carousel_horse {
    background-position: -180px -300px
}

.ap-ferris_wheel {
    background-position: -180px -320px
}

.ap-roller_coaster {
    background-position: -180px -340px
}

.ap-fishing_pole_and_fish {
    background-position: -180px -360px
}

.ap-microphone {
    background-position: -180px -380px
}

.ap-movie_camera {
    background-position: -180px -400px
}

.ap-cinema {
    background-position: -180px -420px
}

.ap-headphones {
    background-position: -180px -440px
}

.ap-art {
    background-position: -180px -460px
}

.ap-tophat {
    background-position: -180px -480px
}

.ap-circus_tent {
    background-position: -180px -500px
}

.ap-ticket {
    background-position: -180px -520px
}

.ap-clapper {
    background-position: -180px -540px
}

.ap-performing_arts {
    background-position: -180px -560px
}

.ap-video_game {
    background-position: -180px -580px
}

.ap-dart {
    background-position: -180px -600px
}

.ap-slot_machine {
    background-position: -180px -620px
}

.ap-8ball {
    background-position: -180px -640px
}

.ap-game_die {
    background-position: -180px -660px
}

.ap-bowling {
    background-position: -180px -680px
}

.ap-flower_playing_cards {
    background-position: -180px -700px
}

.ap-musical_note {
    background-position: -180px -720px
}

.ap-notes {
    background-position: -180px -740px
}

.ap-saxophone {
    background-position: -180px -760px
}

.ap-guitar {
    background-position: -180px -780px
}

.ap-musical_keyboard {
    background-position: -180px -800px
}

.ap-trumpet {
    background-position: -200px 0
}

.ap-violin {
    background-position: -200px -20px
}

.ap-musical_score {
    background-position: -200px -40px
}

.ap-running_shirt_with_sash {
    background-position: -200px -60px
}

.ap-tennis {
    background-position: -200px -80px
}

.ap-ski {
    background-position: -200px -100px
}

.ap-basketball {
    background-position: -200px -120px
}

.ap-checkered_flag {
    background-position: -200px -140px
}

.ap-snowboarder {
    background-position: -200px -160px
}

.ap-runner {
    background-position: -200px -180px
}

.ap-surfer {
    background-position: -200px -300px
}

.ap-sports_medal {
    background-position: -200px -420px
}

.ap-trophy {
    background-position: -200px -440px
}

.ap-horse_racing {
    background-position: -200px -460px
}

.ap-football {
    background-position: -200px -480px
}

.ap-rugby_football {
    background-position: -200px -500px
}

.ap-swimmer {
    background-position: -200px -520px
}

.ap-weight_lifter {
    background-position: -200px -640px
}

.ap-golfer {
    background-position: -200px -760px
}

.ap-racing_motorcycle {
    background-position: -200px -780px
}

.ap-racing_car {
    background-position: -200px -800px
}

.ap-cricket_bat_and_ball {
    background-position: -220px 0
}

.ap-volleyball {
    background-position: -220px -20px
}

.ap-field_hockey_stick_and_ball {
    background-position: -220px -40px
}

.ap-ice_hockey_stick_and_puck {
    background-position: -220px -60px
}

.ap-table_tennis_paddle_and_ball {
    background-position: -220px -80px
}

.ap-snow_capped_mountain {
    background-position: -220px -100px
}

.ap-camping {
    background-position: -220px -120px
}

.ap-beach_with_umbrella {
    background-position: -220px -140px
}

.ap-building_construction {
    background-position: -220px -160px
}

.ap-house_buildings {
    background-position: -220px -180px
}

.ap-cityscape {
    background-position: -220px -200px
}

.ap-derelict_house_building {
    background-position: -220px -220px
}

.ap-classical_building {
    background-position: -220px -240px
}

.ap-desert {
    background-position: -220px -260px
}

.ap-desert_island {
    background-position: -220px -280px
}

.ap-national_park {
    background-position: -220px -300px
}

.ap-stadium {
    background-position: -220px -320px
}

.ap-house {
    background-position: -220px -340px
}

.ap-house_with_garden {
    background-position: -220px -360px
}

.ap-office {
    background-position: -220px -380px
}

.ap-post_office {
    background-position: -220px -400px
}

.ap-european_post_office {
    background-position: -220px -420px
}

.ap-hospital {
    background-position: -220px -440px
}

.ap-bank {
    background-position: -220px -460px
}

.ap-atm {
    background-position: -220px -480px
}

.ap-hotel {
    background-position: -220px -500px
}

.ap-love_hotel {
    background-position: -220px -520px
}

.ap-convenience_store {
    background-position: -220px -540px
}

.ap-school {
    background-position: -220px -560px
}

.ap-department_store {
    background-position: -220px -580px
}

.ap-factory {
    background-position: -220px -600px
}

.ap-izakaya_lantern {
    background-position: -220px -620px
}

.ap-japanese_castle {
    background-position: -220px -640px
}

.ap-european_castle {
    background-position: -220px -660px
}

.ap-waving_white_flag {
    background-position: -220px -680px
}

.ap-waving_black_flag {
    background-position: -220px -700px
}

.ap-rosette {
    background-position: -220px -720px
}

.ap-label {
    background-position: -220px -740px
}

.ap-badminton_racquet_and_shuttlecock {
    background-position: -220px -760px
}

.ap-bow_and_arrow {
    background-position: -220px -780px
}

.ap-amphora {
    background-position: -220px -800px
}

.ap-skin-tone-2 {
    background-position: -240px 0
}

.ap-skin-tone-3 {
    background-position: -240px -20px
}

.ap-skin-tone-4 {
    background-position: -240px -40px
}

.ap-skin-tone-5 {
    background-position: -240px -60px
}

.ap-skin-tone-6 {
    background-position: -240px -80px
}

.ap-rat {
    background-position: -240px -100px
}

.ap-mouse2 {
    background-position: -240px -120px
}

.ap-ox {
    background-position: -240px -140px
}

.ap-water_buffalo {
    background-position: -240px -160px
}

.ap-cow2 {
    background-position: -240px -180px
}

.ap-tiger2 {
    background-position: -240px -200px
}

.ap-leopard {
    background-position: -240px -220px
}

.ap-rabbit2 {
    background-position: -240px -240px
}

.ap-cat2 {
    background-position: -240px -260px
}

.ap-dragon {
    background-position: -240px -280px
}

.ap-crocodile {
    background-position: -240px -300px
}

.ap-whale2 {
    background-position: -240px -320px
}

.ap-snail {
    background-position: -240px -340px
}

.ap-snake {
    background-position: -240px -360px
}

.ap-racehorse {
    background-position: -240px -380px
}

.ap-ram {
    background-position: -240px -400px
}

.ap-goat {
    background-position: -240px -420px
}

.ap-sheep {
    background-position: -240px -440px
}

.ap-monkey {
    background-position: -240px -460px
}

.ap-rooster {
    background-position: -240px -480px
}

.ap-chicken {
    background-position: -240px -500px
}

.ap-dog2 {
    background-position: -240px -520px
}

.ap-pig2 {
    background-position: -240px -540px
}

.ap-boar {
    background-position: -240px -560px
}

.ap-elephant {
    background-position: -240px -580px
}

.ap-octopus {
    background-position: -240px -600px
}

.ap-shell {
    background-position: -240px -620px
}

.ap-bug {
    background-position: -240px -640px
}

.ap-ant {
    background-position: -240px -660px
}

.ap-bee {
    background-position: -240px -680px
}

.ap-beetle {
    background-position: -240px -700px
}

.ap-fish {
    background-position: -240px -720px
}

.ap-tropical_fish {
    background-position: -240px -740px
}

.ap-blowfish {
    background-position: -240px -760px
}

.ap-turtle {
    background-position: -240px -780px
}

.ap-hatching_chick {
    background-position: -240px -800px
}

.ap-baby_chick {
    background-position: -260px 0
}

.ap-hatched_chick {
    background-position: -260px -20px
}

.ap-bird {
    background-position: -260px -40px
}

.ap-penguin {
    background-position: -260px -60px
}

.ap-koala {
    background-position: -260px -80px
}

.ap-poodle {
    background-position: -260px -100px
}

.ap-dromedary_camel {
    background-position: -260px -120px
}

.ap-camel {
    background-position: -260px -140px
}

.ap-dolphin {
    background-position: -260px -160px
}

.ap-mouse {
    background-position: -260px -180px
}

.ap-cow {
    background-position: -260px -200px
}

.ap-tiger {
    background-position: -260px -220px
}

.ap-rabbit {
    background-position: -260px -240px
}

.ap-cat {
    background-position: -260px -260px
}

.ap-dragon_face {
    background-position: -260px -280px
}

.ap-whale {
    background-position: -260px -300px
}

.ap-horse {
    background-position: -260px -320px
}

.ap-monkey_face {
    background-position: -260px -340px
}

.ap-dog {
    background-position: -260px -360px
}

.ap-pig {
    background-position: -260px -380px
}

.ap-frog {
    background-position: -260px -400px
}

.ap-hamster {
    background-position: -260px -420px
}

.ap-wolf {
    background-position: -260px -440px
}

.ap-bear {
    background-position: -260px -460px
}

.ap-panda_face {
    background-position: -260px -480px
}

.ap-pig_nose {
    background-position: -260px -500px
}

.ap-feet {
    background-position: -260px -520px
}

.ap-chipmunk {
    background-position: -260px -540px
}

.ap-eyes {
    background-position: -260px -560px
}

.ap-eye {
    background-position: -260px -580px
}

.ap-ear {
    background-position: -260px -600px
}

.ap-nose {
    background-position: -260px -720px
}

.ap-lips {
    background-position: -280px -20px
}

.ap-tongue {
    background-position: -280px -40px
}

.ap-point_up_2 {
    background-position: -280px -60px
}

.ap-point_down {
    background-position: -280px -180px
}

.ap-point_left {
    background-position: -280px -300px
}

.ap-point_right {
    background-position: -280px -420px
}

.ap-facepunch {
    background-position: -280px -540px
}

.ap-wave {
    background-position: -280px -660px
}

.ap-ok_hand {
    background-position: -280px -780px
}

.ap-thumbsup {
    background-position: -300px -80px
}

.ap--1, .ap-thumbsdown {
    background-position: -300px -200px
}

.ap-clap {
    background-position: -300px -320px
}

.ap-open_hands {
    background-position: -300px -440px
}

.ap-crown {
    background-position: -300px -560px
}

.ap-womans_hat {
    background-position: -300px -580px
}

.ap-eyeglasses {
    background-position: -300px -600px
}

.ap-necktie {
    background-position: -300px -620px
}

.ap-shirt {
    background-position: -300px -640px
}

.ap-jeans {
    background-position: -300px -660px
}

.ap-dress {
    background-position: -300px -680px
}

.ap-kimono {
    background-position: -300px -700px
}

.ap-bikini {
    background-position: -300px -720px
}

.ap-womans_clothes {
    background-position: -300px -740px
}

.ap-purse {
    background-position: -300px -760px
}

.ap-handbag {
    background-position: -300px -780px
}

.ap-pouch {
    background-position: -300px -800px
}

.ap-mans_shoe {
    background-position: -320px 0
}

.ap-athletic_shoe {
    background-position: -320px -20px
}

.ap-high_heel {
    background-position: -320px -40px
}

.ap-sandal {
    background-position: -320px -60px
}

.ap-boot {
    background-position: -320px -80px
}

.ap-footprints {
    background-position: -320px -100px
}

.ap-bust_in_silhouette {
    background-position: -320px -120px
}

.ap-busts_in_silhouette {
    background-position: -320px -140px
}

.ap-boy {
    background-position: -320px -160px
}

.ap-girl {
    background-position: -320px -280px
}

.ap-man {
    background-position: -320px -400px
}

.ap-woman {
    background-position: -320px -520px
}

.ap-family {
    background-position: -320px -640px
}

.ap-couple {
    background-position: -320px -660px
}

.ap-two_men_holding_hands {
    background-position: -320px -680px
}

.ap-two_women_holding_hands {
    background-position: -320px -700px
}

.ap-cop {
    background-position: -320px -720px
}

.ap-dancers {
    background-position: -340px -20px
}

.ap-bride_with_veil {
    background-position: -340px -40px
}

.ap-person_with_blond_hair {
    background-position: -340px -160px
}

.ap-man_with_gua_pi_mao {
    background-position: -340px -280px
}

.ap-man_with_turban {
    background-position: -340px -400px
}

.ap-older_man {
    background-position: -340px -520px
}

.ap-older_woman {
    background-position: -340px -640px
}

.ap-baby {
    background-position: -340px -760px
}

.ap-construction_worker {
    background-position: -360px -60px
}

.ap-princess {
    background-position: -360px -180px
}

.ap-japanese_ogre {
    background-position: -360px -300px
}

.ap-japanese_goblin {
    background-position: -360px -320px
}

.ap-ghost {
    background-position: -360px -340px
}

.ap-angel {
    background-position: -360px -360px
}

.ap-alien {
    background-position: -360px -480px
}

.ap-space_invader {
    background-position: -360px -500px
}

.ap-imp {
    background-position: -360px -520px
}

.ap-skull {
    background-position: -360px -540px
}

.ap-information_desk_person {
    background-position: -360px -560px
}

.ap-guardsman {
    background-position: -360px -680px
}

.ap-dancer {
    background-position: -360px -800px
}

.ap-lipstick {
    background-position: -380px -100px
}

.ap-nail_care {
    background-position: -380px -120px
}

.ap-massage {
    background-position: -380px -240px
}

.ap-haircut {
    background-position: -380px -360px
}

.ap-barber {
    background-position: -380px -480px
}

.ap-syringe {
    background-position: -380px -500px
}

.ap-pill {
    background-position: -380px -520px
}

.ap-kiss {
    background-position: -380px -540px
}

.ap-love_letter {
    background-position: -380px -560px
}

.ap-ring {
    background-position: -380px -580px
}

.ap-gem {
    background-position: -380px -600px
}

.ap-couplekiss {
    background-position: -380px -620px
}

.ap-bouquet {
    background-position: -380px -640px
}

.ap-couple_with_heart {
    background-position: -380px -660px
}

.ap-wedding {
    background-position: -380px -680px
}

.ap-heartbeat {
    background-position: -380px -700px
}

.ap-broken_heart {
    background-position: -380px -720px
}

.ap-two_hearts {
    background-position: -380px -740px
}

.ap-sparkling_heart {
    background-position: -380px -760px
}

.ap-heartpulse {
    background-position: -380px -780px
}

.ap-cupid {
    background-position: -380px -800px
}

.ap-blue_heart {
    background-position: -400px 0
}

.ap-green_heart {
    background-position: -400px -20px
}

.ap-yellow_heart {
    background-position: -400px -40px
}

.ap-purple_heart {
    background-position: -400px -60px
}

.ap-gift_heart {
    background-position: -400px -80px
}

.ap-revolving_hearts {
    background-position: -400px -100px
}

.ap-heart_decoration {
    background-position: -400px -120px
}

.ap-diamond_shape_with_a_dot_inside {
    background-position: -400px -140px
}

.ap-bulb {
    background-position: -400px -160px
}

.ap-anger {
    background-position: -400px -180px
}

.ap-bomb {
    background-position: -400px -200px
}

.ap-zzz {
    background-position: -400px -220px
}

.ap-boom {
    background-position: -400px -240px
}

.ap-sweat_drops {
    background-position: -400px -260px
}

.ap-droplet {
    background-position: -400px -280px
}

.ap-dash {
    background-position: -400px -300px
}

.ap-hankey {
    background-position: -400px -320px
}

.ap-muscle {
    background-position: -400px -340px
}

.ap-dizzy {
    background-position: -400px -460px
}

.ap-speech_balloon {
    background-position: -400px -480px
}

.ap-thought_balloon {
    background-position: -400px -500px
}

.ap-white_flower {
    background-position: -400px -520px
}

.ap-100 {
    background-position: -400px -540px
}

.ap-moneybag {
    background-position: -400px -560px
}

.ap-currency_exchange {
    background-position: -400px -580px
}

.ap-heavy_dollar_sign {
    background-position: -400px -600px
}

.ap-credit_card {
    background-position: -400px -620px
}

.ap-yen {
    background-position: -400px -640px
}

.ap-dollar {
    background-position: -400px -660px
}

.ap-euro {
    background-position: -400px -680px
}

.ap-pound {
    background-position: -400px -700px
}

.ap-money_with_wings {
    background-position: -400px -720px
}

.ap-chart {
    background-position: -400px -740px
}

.ap-seat {
    background-position: -400px -760px
}

.ap-computer {
    background-position: -400px -780px
}

.ap-briefcase {
    background-position: -400px -800px
}

.ap-minidisc {
    background-position: -420px 0
}

.ap-floppy_disk {
    background-position: -420px -20px
}

.ap-cd {
    background-position: -420px -40px
}

.ap-dvd {
    background-position: -420px -60px
}

.ap-file_folder {
    background-position: -420px -80px
}

.ap-open_file_folder {
    background-position: -420px -100px
}

.ap-page_with_curl {
    background-position: -420px -120px
}

.ap-page_facing_up {
    background-position: -420px -140px
}

.ap-date {
    background-position: -420px -160px
}

.ap-calendar {
    background-position: -420px -180px
}

.ap-card_index {
    background-position: -420px -200px
}

.ap-chart_with_upwards_trend {
    background-position: -420px -220px
}

.ap-chart_with_downwards_trend {
    background-position: -420px -240px
}

.ap-bar_chart {
    background-position: -420px -260px
}

.ap-clipboard {
    background-position: -420px -280px
}

.ap-pushpin {
    background-position: -420px -300px
}

.ap-round_pushpin {
    background-position: -420px -320px
}

.ap-paperclip {
    background-position: -420px -340px
}

.ap-straight_ruler {
    background-position: -420px -360px
}

.ap-triangular_ruler {
    background-position: -420px -380px
}

.ap-bookmark_tabs {
    background-position: -420px -400px
}

.ap-ledger {
    background-position: -420px -420px
}

.ap-notebook {
    background-position: -420px -440px
}

.ap-notebook_with_decorative_cover {
    background-position: -420px -460px
}

.ap-closed_book {
    background-position: -420px -480px
}

.ap-book {
    background-position: -420px -500px
}

.ap-green_book {
    background-position: -420px -520px
}

.ap-blue_book {
    background-position: -420px -540px
}

.ap-orange_book {
    background-position: -420px -560px
}

.ap-books {
    background-position: -420px -580px
}

.ap-name_badge {
    background-position: -420px -600px
}

.ap-scroll {
    background-position: -420px -620px
}

.ap-memo {
    background-position: -420px -640px
}

.ap-telephone_receiver {
    background-position: -420px -660px
}

.ap-pager {
    background-position: -420px -680px
}

.ap-fax {
    background-position: -420px -700px
}

.ap-satellite_antenna {
    background-position: -420px -720px
}

.ap-loudspeaker {
    background-position: -420px -740px
}

.ap-mega {
    background-position: -420px -760px
}

.ap-outbox_tray {
    background-position: -420px -780px
}

.ap-inbox_tray {
    background-position: -420px -800px
}

.ap-package {
    background-position: -440px 0
}

.ap-e-mail {
    background-position: -440px -20px
}

.ap-incoming_envelope {
    background-position: -440px -40px
}

.ap-envelope_with_arrow {
    background-position: -440px -60px
}

.ap-mailbox_closed {
    background-position: -440px -80px
}

.ap-mailbox {
    background-position: -440px -100px
}

.ap-mailbox_with_mail {
    background-position: -440px -120px
}

.ap-mailbox_with_no_mail {
    background-position: -440px -140px
}

.ap-postbox {
    background-position: -440px -160px
}

.ap-postal_horn {
    background-position: -440px -180px
}

.ap-newspaper {
    background-position: -440px -200px
}

.ap-iphone {
    background-position: -440px -220px
}

.ap-calling {
    background-position: -440px -240px
}

.ap-vibration_mode {
    background-position: -440px -260px
}

.ap-mobile_phone_off {
    background-position: -440px -280px
}

.ap-no_mobile_phones {
    background-position: -440px -300px
}

.ap-signal_strength {
    background-position: -440px -320px
}

.ap-camera {
    background-position: -440px -340px
}

.ap-camera_with_flash {
    background-position: -440px -360px
}

.ap-video_camera {
    background-position: -440px -380px
}

.ap-tv {
    background-position: -440px -400px
}

.ap-radio {
    background-position: -440px -420px
}

.ap-vhs {
    background-position: -440px -440px
}

.ap-film_projector {
    background-position: -440px -460px
}

.ap-prayer_beads {
    background-position: -440px -480px
}

.ap-twisted_rightwards_arrows {
    background-position: -440px -500px
}

.ap-repeat {
    background-position: -440px -520px
}

.ap-repeat_one {
    background-position: -440px -540px
}

.ap-arrows_clockwise {
    background-position: -440px -560px
}

.ap-arrows_counterclockwise {
    background-position: -440px -580px
}

.ap-low_brightness {
    background-position: -440px -600px
}

.ap-high_brightness {
    background-position: -440px -620px
}

.ap-mute {
    background-position: -440px -640px
}

.ap-speaker {
    background-position: -440px -660px
}

.ap-sound {
    background-position: -440px -680px
}

.ap-loud_sound {
    background-position: -440px -700px
}

.ap-battery {
    background-position: -440px -720px
}

.ap-electric_plug {
    background-position: -440px -740px
}

.ap-mag {
    background-position: -440px -760px
}

.ap-mag_right {
    background-position: -440px -780px
}

.ap-lock_with_ink_pen {
    background-position: -440px -800px
}

.ap-closed_lock_with_key {
    background-position: -460px 0
}

.ap-key {
    background-position: -460px -20px
}

.ap-lock {
    background-position: -460px -40px
}

.ap-unlock {
    background-position: -460px -60px
}

.ap-bell {
    background-position: -460px -80px
}

.ap-no_bell {
    background-position: -460px -100px
}

.ap-bookmark {
    background-position: -460px -120px
}

.ap-link {
    background-position: -460px -140px
}

.ap-radio_button {
    background-position: -460px -160px
}

.ap-back {
    background-position: -460px -180px
}

.ap-end {
    background-position: -460px -200px
}

.ap-on {
    background-position: -460px -220px
}

.ap-soon {
    background-position: -460px -240px
}

.ap-top {
    background-position: -460px -260px
}

.ap-underage {
    background-position: -460px -280px
}

.ap-keycap_ten {
    background-position: -460px -300px
}

.ap-capital_abcd {
    background-position: -460px -320px
}

.ap-abcd {
    background-position: -460px -340px
}

.ap-1234 {
    background-position: -460px -360px
}

.ap-symbols {
    background-position: -460px -380px
}

.ap-abc {
    background-position: -460px -400px
}

.ap-fire {
    background-position: -460px -420px
}

.ap-flashlight {
    background-position: -460px -440px
}

.ap-wrench {
    background-position: -460px -460px
}

.ap-hammer {
    background-position: -460px -480px
}

.ap-nut_and_bolt {
    background-position: -460px -500px
}

.ap-hocho {
    background-position: -460px -520px
}

.ap-gun {
    background-position: -460px -540px
}

.ap-microscope {
    background-position: -460px -560px
}

.ap-telescope {
    background-position: -460px -580px
}

.ap-crystal_ball {
    background-position: -460px -600px
}

.ap-six_pointed_star {
    background-position: -460px -620px
}

.ap-beginner {
    background-position: -460px -640px
}

.ap-trident {
    background-position: -460px -660px
}

.ap-black_square_button {
    background-position: -460px -680px
}

.ap-white_square_button {
    background-position: -460px -700px
}

.ap-red_circle {
    background-position: -460px -720px
}

.ap-large_blue_circle {
    background-position: -460px -740px
}

.ap-large_orange_diamond {
    background-position: -460px -760px
}

.ap-large_blue_diamond {
    background-position: -460px -780px
}

.ap-small_orange_diamond {
    background-position: -460px -800px
}

.ap-small_blue_diamond {
    background-position: -480px 0
}

.ap-small_red_triangle {
    background-position: -480px -20px
}

.ap-small_red_triangle_down {
    background-position: -480px -40px
}

.ap-arrow_up_small {
    background-position: -480px -60px
}

.ap-arrow_down_small {
    background-position: -480px -80px
}

.ap-om_symbol {
    background-position: -480px -100px
}

.ap-dove_of_peace {
    background-position: -480px -120px
}

.ap-kaaba {
    background-position: -480px -140px
}

.ap-mosque {
    background-position: -480px -160px
}

.ap-synagogue {
    background-position: -480px -180px
}

.ap-menorah_with_nine_branches {
    background-position: -480px -200px
}

.ap-clock1 {
    background-position: -480px -220px
}

.ap-clock2 {
    background-position: -480px -240px
}

.ap-clock3 {
    background-position: -480px -260px
}

.ap-clock4 {
    background-position: -480px -280px
}

.ap-clock5 {
    background-position: -480px -300px
}

.ap-clock6 {
    background-position: -480px -320px
}

.ap-clock7 {
    background-position: -480px -340px
}

.ap-clock8 {
    background-position: -480px -360px
}

.ap-clock9 {
    background-position: -480px -380px
}

.ap-clock10 {
    background-position: -480px -400px
}

.ap-clock11 {
    background-position: -480px -420px
}

.ap-clock12 {
    background-position: -480px -440px
}

.ap-clock130 {
    background-position: -480px -460px
}

.ap-clock230 {
    background-position: -480px -480px
}

.ap-clock330 {
    background-position: -480px -500px
}

.ap-clock430 {
    background-position: -480px -520px
}

.ap-clock530 {
    background-position: -480px -540px
}

.ap-clock630 {
    background-position: -480px -560px
}

.ap-clock730 {
    background-position: -480px -580px
}

.ap-clock830 {
    background-position: -480px -600px
}

.ap-clock930 {
    background-position: -480px -620px
}

.ap-clock1030 {
    background-position: -480px -640px
}

.ap-clock1130 {
    background-position: -480px -660px
}

.ap-clock1230 {
    background-position: -480px -680px
}

.ap-candle {
    background-position: -480px -700px
}

.ap-mantelpiece_clock {
    background-position: -480px -720px
}

.ap-hole {
    background-position: -480px -740px
}

.ap-man_in_business_suit_levitating {
    background-position: -480px -760px
}

.ap-sleuth_or_spy {
    background-position: -480px -780px
}

.ap-dark_sunglasses {
    background-position: -500px -80px
}

.ap-spider {
    background-position: -500px -100px
}

.ap-spider_web {
    background-position: -500px -120px
}

.ap-joystick {
    background-position: -500px -140px
}

.ap-linked_paperclips {
    background-position: -500px -160px
}

.ap-lower_left_ballpoint_pen {
    background-position: -500px -180px
}

.ap-lower_left_fountain_pen {
    background-position: -500px -200px
}

.ap-lower_left_paintbrush {
    background-position: -500px -220px
}

.ap-lower_left_crayon {
    background-position: -500px -240px
}

.ap-raised_hand_with_fingers_splayed {
    background-position: -500px -260px
}

.ap-middle_finger {
    background-position: -500px -380px
}

.ap-spock-hand {
    background-position: -500px -500px
}

.ap-desktop_computer {
    background-position: -500px -620px
}

.ap-printer {
    background-position: -500px -640px
}

.ap-three_button_mouse {
    background-position: -500px -660px
}

.ap-trackball {
    background-position: -500px -680px
}

.ap-frame_with_picture {
    background-position: -500px -700px
}

.ap-card_index_dividers {
    background-position: -500px -720px
}

.ap-card_file_box {
    background-position: -500px -740px
}

.ap-file_cabinet {
    background-position: -500px -760px
}

.ap-wastebasket {
    background-position: -500px -780px
}

.ap-spiral_note_pad {
    background-position: -500px -800px
}

.ap-spiral_calendar_pad {
    background-position: -520px 0
}

.ap-compression {
    background-position: -520px -20px
}

.ap-old_key {
    background-position: -520px -40px
}

.ap-rolled_up_newspaper {
    background-position: -520px -60px
}

.ap-dagger_knife {
    background-position: -520px -80px
}

.ap-speaking_head_in_silhouette {
    background-position: -520px -100px
}

.ap-left_speech_bubble {
    background-position: -520px -120px
}

.ap-right_anger_bubble {
    background-position: -520px -140px
}

.ap-ballot_box_with_ballot {
    background-position: -520px -160px
}

.ap-world_map {
    background-position: -520px -180px
}

.ap-mount_fuji {
    background-position: -520px -200px
}

.ap-tokyo_tower {
    background-position: -520px -220px
}

.ap-statue_of_liberty {
    background-position: -520px -240px
}

.ap-japan {
    background-position: -520px -260px
}

.ap-moyai {
    background-position: -520px -280px
}

.ap-grinning {
    background-position: -520px -300px
}

.ap-grin {
    background-position: -520px -320px
}

.ap-joy {
    background-position: -520px -340px
}

.ap-smiley {
    background-position: -520px -360px
}

.ap-smile {
    background-position: -520px -380px
}

.ap-sweat_smile {
    background-position: -520px -400px
}

.ap-laughing {
    background-position: -520px -420px
}

.ap-innocent {
    background-position: -520px -440px
}

.ap-smiling_imp {
    background-position: -520px -460px
}

.ap-wink {
    background-position: -520px -480px
}

.ap-blush {
    background-position: -520px -500px
}

.ap-yum {
    background-position: -520px -520px
}

.ap-relieved {
    background-position: -520px -540px
}

.ap-heart_eyes {
    background-position: -520px -560px
}

.ap-sunglasses {
    background-position: -520px -580px
}

.ap-smirk {
    background-position: -520px -600px
}

.ap-neutral_face {
    background-position: -520px -620px
}

.ap-expressionless {
    background-position: -520px -640px
}

.ap-unamused {
    background-position: -520px -660px
}

.ap-sweat {
    background-position: -520px -680px
}

.ap-pensive {
    background-position: -520px -700px
}

.ap-confused {
    background-position: -520px -720px
}

.ap-confounded {
    background-position: -520px -740px
}

.ap-kissing {
    background-position: -520px -760px
}

.ap-kissing_heart {
    background-position: -520px -780px
}

.ap-kissing_smiling_eyes {
    background-position: -520px -800px
}

.ap-kissing_closed_eyes {
    background-position: -540px 0
}

.ap-stuck_out_tongue {
    background-position: -540px -20px
}

.ap-stuck_out_tongue_winking_eye {
    background-position: -540px -40px
}

.ap-stuck_out_tongue_closed_eyes {
    background-position: -540px -60px
}

.ap-disappointed {
    background-position: -540px -80px
}

.ap-worried {
    background-position: -540px -100px
}

.ap-angry {
    background-position: -540px -120px
}

.ap-rage {
    background-position: -540px -140px
}

.ap-cry {
    background-position: -540px -160px
}

.ap-persevere {
    background-position: -540px -180px
}

.ap-triumph {
    background-position: -540px -200px
}

.ap-disappointed_relieved {
    background-position: -540px -220px
}

.ap-frowning {
    background-position: -540px -240px
}

.ap-anguished {
    background-position: -540px -260px
}

.ap-fearful {
    background-position: -540px -280px
}

.ap-weary {
    background-position: -540px -300px
}

.ap-sleepy {
    background-position: -540px -320px
}

.ap-tired_face {
    background-position: -540px -340px
}

.ap-grimacing {
    background-position: -540px -360px
}

.ap-sob {
    background-position: -540px -380px
}

.ap-open_mouth {
    background-position: -540px -400px
}

.ap-hushed {
    background-position: -540px -420px
}

.ap-cold_sweat {
    background-position: -540px -440px
}

.ap-scream {
    background-position: -540px -460px
}

.ap-astonished {
    background-position: -540px -480px
}

.ap-flushed {
    background-position: -540px -500px
}

.ap-sleeping {
    background-position: -540px -520px
}

.ap-dizzy_face {
    background-position: -540px -540px
}

.ap-no_mouth {
    background-position: -540px -560px
}

.ap-mask {
    background-position: -540px -580px
}

.ap-smile_cat {
    background-position: -540px -600px
}

.ap-joy_cat {
    background-position: -540px -620px
}

.ap-smiley_cat {
    background-position: -540px -640px
}

.ap-heart_eyes_cat {
    background-position: -540px -660px
}

.ap-smirk_cat {
    background-position: -540px -680px
}

.ap-kissing_cat {
    background-position: -540px -700px
}

.ap-pouting_cat {
    background-position: -540px -720px
}

.ap-crying_cat_face {
    background-position: -540px -740px
}

.ap-scream_cat {
    background-position: -540px -760px
}

.ap-slightly_frowning_face {
    background-position: -540px -780px
}

.ap-slightly_smiling_face {
    background-position: -540px -800px
}

.ap-upside_down_face {
    background-position: -560px 0
}

.ap-face_with_rolling_eyes {
    background-position: -560px -20px
}

.ap-no_good {
    background-position: -560px -40px
}

.ap-ok_woman {
    background-position: -560px -160px
}

.ap-bow {
    background-position: -560px -280px
}

.ap-see_no_evil {
    background-position: -560px -400px
}

.ap-hear_no_evil {
    background-position: -560px -420px
}

.ap-speak_no_evil {
    background-position: -560px -440px
}

.ap-raising_hand {
    background-position: -560px -460px
}

.ap-raised_hands {
    background-position: -560px -580px
}

.ap-person_frowning {
    background-position: -560px -700px
}

.ap-person_with_pouting_face {
    background-position: -580px 0
}

.ap-pray {
    background-position: -580px -120px
}

.ap-rocket {
    background-position: -580px -240px
}

.ap-helicopter {
    background-position: -580px -260px
}

.ap-steam_locomotive {
    background-position: -580px -280px
}

.ap-railway_car {
    background-position: -580px -300px
}

.ap-bullettrain_side {
    background-position: -580px -320px
}

.ap-bullettrain_front {
    background-position: -580px -340px
}

.ap-train2 {
    background-position: -580px -360px
}

.ap-metro {
    background-position: -580px -380px
}

.ap-light_rail {
    background-position: -580px -400px
}

.ap-station {
    background-position: -580px -420px
}

.ap-tram {
    background-position: -580px -440px
}

.ap-train {
    background-position: -580px -460px
}

.ap-bus {
    background-position: -580px -480px
}

.ap-oncoming_bus {
    background-position: -580px -500px
}

.ap-trolleybus {
    background-position: -580px -520px
}

.ap-busstop {
    background-position: -580px -540px
}

.ap-minibus {
    background-position: -580px -560px
}

.ap-ambulance {
    background-position: -580px -580px
}

.ap-fire_engine {
    background-position: -580px -600px
}

.ap-police_car {
    background-position: -580px -620px
}

.ap-oncoming_police_car {
    background-position: -580px -640px
}

.ap-taxi {
    background-position: -580px -660px
}

.ap-oncoming_taxi {
    background-position: -580px -680px
}

.ap-car {
    background-position: -580px -700px
}

.ap-oncoming_automobile {
    background-position: -580px -720px
}

.ap-blue_car {
    background-position: -580px -740px
}

.ap-truck {
    background-position: -580px -760px
}

.ap-articulated_lorry {
    background-position: -580px -780px
}

.ap-tractor {
    background-position: -580px -800px
}

.ap-monorail {
    background-position: -600px 0
}

.ap-mountain_railway {
    background-position: -600px -20px
}

.ap-suspension_railway {
    background-position: -600px -40px
}

.ap-mountain_cableway {
    background-position: -600px -60px
}

.ap-aerial_tramway {
    background-position: -600px -80px
}

.ap-ship {
    background-position: -600px -100px
}

.ap-rowboat {
    background-position: -600px -120px
}

.ap-speedboat {
    background-position: -600px -240px
}

.ap-traffic_light {
    background-position: -600px -260px
}

.ap-vertical_traffic_light {
    background-position: -600px -280px
}

.ap-construction {
    background-position: -600px -300px
}

.ap-rotating_light {
    background-position: -600px -320px
}

.ap-triangular_flag_on_post {
    background-position: -600px -340px
}

.ap-door {
    background-position: -600px -360px
}

.ap-no_entry_sign {
    background-position: -600px -380px
}

.ap-smoking {
    background-position: -600px -400px
}

.ap-no_smoking {
    background-position: -600px -420px
}

.ap-put_litter_in_its_place {
    background-position: -600px -440px
}

.ap-do_not_litter {
    background-position: -600px -460px
}

.ap-potable_water {
    background-position: -600px -480px
}

.ap-non-potable_water {
    background-position: -600px -500px
}

.ap-bike {
    background-position: -600px -520px
}

.ap-no_bicycles {
    background-position: -600px -540px
}

.ap-bicyclist {
    background-position: -600px -560px
}

.ap-mountain_bicyclist {
    background-position: -600px -680px
}

.ap-walking {
    background-position: -600px -800px
}

.ap-no_pedestrians {
    background-position: -620px -100px
}

.ap-children_crossing {
    background-position: -620px -120px
}

.ap-mens {
    background-position: -620px -140px
}

.ap-womens {
    background-position: -620px -160px
}

.ap-restroom {
    background-position: -620px -180px
}

.ap-baby_symbol {
    background-position: -620px -200px
}

.ap-toilet {
    background-position: -620px -220px
}

.ap-wc {
    background-position: -620px -240px
}

.ap-shower {
    background-position: -620px -260px
}

.ap-bath {
    background-position: -620px -280px
}

.ap-bathtub {
    background-position: -620px -400px
}

.ap-passport_control {
    background-position: -620px -420px
}

.ap-customs {
    background-position: -620px -440px
}

.ap-baggage_claim {
    background-position: -620px -460px
}

.ap-left_luggage {
    background-position: -620px -480px
}

.ap-couch_and_lamp {
    background-position: -620px -500px
}

.ap-sleeping_accommodation {
    background-position: -620px -520px
}

.ap-shopping_bags {
    background-position: -620px -540px
}

.ap-bellhop_bell {
    background-position: -620px -560px
}

.ap-bed {
    background-position: -620px -580px
}

.ap-place_of_worship {
    background-position: -620px -600px
}

.ap-hammer_and_wrench {
    background-position: -620px -620px
}

.ap-shield {
    background-position: -620px -640px
}

.ap-oil_drum {
    background-position: -620px -660px
}

.ap-motorway {
    background-position: -620px -680px
}

.ap-railway_track {
    background-position: -620px -700px
}

.ap-motor_boat {
    background-position: -620px -720px
}

.ap-small_airplane {
    background-position: -620px -740px
}

.ap-airplane_departure {
    background-position: -620px -760px
}

.ap-airplane_arriving {
    background-position: -620px -780px
}

.ap-satellite {
    background-position: -620px -800px
}

.ap-passenger_ship {
    background-position: -640px 0
}

.ap-zipper_mouth_face {
    background-position: -640px -20px
}

.ap-money_mouth_face {
    background-position: -640px -40px
}

.ap-face_with_thermometer {
    background-position: -640px -60px
}

.ap-nerd_face {
    background-position: -640px -80px
}

.ap-thinking_face {
    background-position: -640px -100px
}

.ap-face_with_head_bandage {
    background-position: -640px -120px
}

.ap-robot_face {
    background-position: -640px -140px
}

.ap-hugging_face {
    background-position: -640px -160px
}

.ap-the_horns {
    background-position: -640px -180px
}

.ap-crab {
    background-position: -640px -300px
}

.ap-lion_face {
    background-position: -640px -320px
}

.ap-scorpion {
    background-position: -640px -340px
}

.ap-turkey {
    background-position: -640px -360px
}

.ap-unicorn_face {
    background-position: -640px -380px
}

.ap-cheese_wedge {
    background-position: -640px -400px
}

.ap-hash {
    background-position: -640px -420px
}

.ap-keycap_star {
    background-position: -640px -440px
}

.ap-zero {
    background-position: -640px -460px
}

.ap-one {
    background-position: -640px -480px
}

.ap-two {
    background-position: -640px -500px
}

.ap-three {
    background-position: -640px -520px
}

.ap-four {
    background-position: -640px -540px
}

.ap-five {
    background-position: -640px -560px
}

.ap-six {
    background-position: -640px -580px
}

.ap-seven {
    background-position: -640px -600px
}

.ap-eight {
    background-position: -640px -620px
}

.ap-nine {
    background-position: -640px -640px
}

.ap-flag-ac {
    background-position: -640px -660px
}

.ap-flag-ad {
    background-position: -640px -680px
}

.ap-flag-ae {
    background-position: -640px -700px
}

.ap-flag-af {
    background-position: -640px -720px
}

.ap-flag-ag {
    background-position: -640px -740px
}

.ap-flag-ai {
    background-position: -640px -760px
}

.ap-flag-al {
    background-position: -640px -780px
}

.ap-flag-am {
    background-position: -640px -800px
}

.ap-flag-ao {
    background-position: -660px 0
}

.ap-flag-aq {
    background-position: -660px -20px
}

.ap-flag-ar {
    background-position: -660px -40px
}

.ap-flag-as {
    background-position: -660px -60px
}

.ap-flag-at {
    background-position: -660px -80px
}

.ap-flag-au {
    background-position: -660px -100px
}

.ap-flag-aw {
    background-position: -660px -120px
}

.ap-flag-ax {
    background-position: -660px -140px
}

.ap-flag-az {
    background-position: -660px -160px
}

.ap-flag-ba {
    background-position: -660px -180px
}

.ap-flag-bb {
    background-position: -660px -200px
}

.ap-flag-bd {
    background-position: -660px -220px
}

.ap-flag-be {
    background-position: -660px -240px
}

.ap-flag-bf {
    background-position: -660px -260px
}

.ap-flag-bg {
    background-position: -660px -280px
}

.ap-flag-bh {
    background-position: -660px -300px
}

.ap-flag-bi {
    background-position: -660px -320px
}

.ap-flag-bj {
    background-position: -660px -340px
}

.ap-flag-bl {
    background-position: -660px -360px
}

.ap-flag-bm {
    background-position: -660px -380px
}

.ap-flag-bn {
    background-position: -660px -400px
}

.ap-flag-bo {
    background-position: -660px -420px
}

.ap-flag-bq {
    background-position: -660px -440px
}

.ap-flag-br {
    background-position: -660px -460px
}

.ap-flag-bs {
    background-position: -660px -480px
}

.ap-flag-bt {
    background-position: -660px -500px
}

.ap-flag-bv {
    background-position: -660px -520px
}

.ap-flag-bw {
    background-position: -660px -540px
}

.ap-flag-by {
    background-position: -660px -560px
}

.ap-flag-bz {
    background-position: -660px -580px
}

.ap-flag-ca {
    background-position: -660px -600px
}

.ap-flag-cc {
    background-position: -660px -620px
}

.ap-flag-cd {
    background-position: -660px -640px
}

.ap-flag-cf {
    background-position: -660px -660px
}

.ap-flag-cg {
    background-position: -660px -680px
}

.ap-flag-ch {
    background-position: -660px -700px
}

.ap-flag-ci {
    background-position: -660px -720px
}

.ap-flag-ck {
    background-position: -660px -740px
}

.ap-flag-cl {
    background-position: -660px -760px
}

.ap-flag-cm {
    background-position: -660px -780px
}

.ap-flag-cn {
    background-position: -660px -800px
}

.ap-flag-co {
    background-position: -680px 0
}

.ap-flag-cp {
    background-position: -680px -20px
}

.ap-flag-cr {
    background-position: -680px -40px
}

.ap-flag-cu {
    background-position: -680px -60px
}

.ap-flag-cv {
    background-position: -680px -80px
}

.ap-flag-cw {
    background-position: -680px -100px
}

.ap-flag-cx {
    background-position: -680px -120px
}

.ap-flag-cy {
    background-position: -680px -140px
}

.ap-flag-cz {
    background-position: -680px -160px
}

.ap-flag-de {
    background-position: -680px -180px
}

.ap-flag-dg {
    background-position: -680px -200px
}

.ap-flag-dj {
    background-position: -680px -220px
}

.ap-flag-dk {
    background-position: -680px -240px
}

.ap-flag-dm {
    background-position: -680px -260px
}

.ap-flag-do {
    background-position: -680px -280px
}

.ap-flag-dz {
    background-position: -680px -300px
}

.ap-flag-ea {
    background-position: -680px -320px
}

.ap-flag-ec {
    background-position: -680px -340px
}

.ap-flag-ee {
    background-position: -680px -360px
}

.ap-flag-eg {
    background-position: -680px -380px
}

.ap-flag-eh {
    background-position: -680px -400px
}

.ap-flag-er {
    background-position: -680px -420px
}

.ap-flag-es {
    background-position: -680px -440px
}

.ap-flag-et {
    background-position: -680px -460px
}

.ap-flag-eu {
    background-position: -680px -480px
}

.ap-flag-fi {
    background-position: -680px -500px
}

.ap-flag-fj {
    background-position: -680px -520px
}

.ap-flag-fk {
    background-position: -680px -540px
}

.ap-flag-fm {
    background-position: -680px -560px
}

.ap-flag-fo {
    background-position: -680px -580px
}

.ap-flag-fr {
    background-position: -680px -600px
}

.ap-flag-ga {
    background-position: -680px -620px
}

.ap-flag-gb {
    background-position: -680px -640px
}

.ap-flag-gd {
    background-position: -680px -660px
}

.ap-flag-ge {
    background-position: -680px -680px
}

.ap-flag-gf {
    background-position: -680px -700px
}

.ap-flag-gg {
    background-position: -680px -720px
}

.ap-flag-gh {
    background-position: -680px -740px
}

.ap-flag-gi {
    background-position: -680px -760px
}

.ap-flag-gl {
    background-position: -680px -780px
}

.ap-flag-gm {
    background-position: -680px -800px
}

.ap-flag-gn {
    background-position: -700px 0
}

.ap-flag-gp {
    background-position: -700px -20px
}

.ap-flag-gq {
    background-position: -700px -40px
}

.ap-flag-gr {
    background-position: -700px -60px
}

.ap-flag-gs {
    background-position: -700px -80px
}

.ap-flag-gt {
    background-position: -700px -100px
}

.ap-flag-gu {
    background-position: -700px -120px
}

.ap-flag-gw {
    background-position: -700px -140px
}

.ap-flag-gy {
    background-position: -700px -160px
}

.ap-flag-hk {
    background-position: -700px -180px
}

.ap-flag-hm {
    background-position: -700px -200px
}

.ap-flag-hn {
    background-position: -700px -220px
}

.ap-flag-hr {
    background-position: -700px -240px
}

.ap-flag-ht {
    background-position: -700px -260px
}

.ap-flag-hu {
    background-position: -700px -280px
}

.ap-flag-ic {
    background-position: -700px -300px
}

.ap-flag-id {
    background-position: -700px -320px
}

.ap-flag-ie {
    background-position: -700px -340px
}

.ap-flag-il {
    background-position: -700px -360px
}

.ap-flag-im {
    background-position: -700px -380px
}

.ap-flag-in {
    background-position: -700px -400px
}

.ap-flag-io {
    background-position: -700px -420px
}

.ap-flag-iq {
    background-position: -700px -440px
}

.ap-flag-ir {
    background-position: -700px -460px
}

.ap-flag-is {
    background-position: -700px -480px
}

.ap-flag-it {
    background-position: -700px -500px
}

.ap-flag-je {
    background-position: -700px -520px
}

.ap-flag-jm {
    background-position: -700px -540px
}

.ap-flag-jo {
    background-position: -700px -560px
}

.ap-flag-jp {
    background-position: -700px -580px
}

.ap-flag-ke {
    background-position: -700px -600px
}

.ap-flag-kg {
    background-position: -700px -620px
}

.ap-flag-kh {
    background-position: -700px -640px
}

.ap-flag-ki {
    background-position: -700px -660px
}

.ap-flag-km {
    background-position: -700px -680px
}

.ap-flag-kn {
    background-position: -700px -700px
}

.ap-flag-kp {
    background-position: -700px -720px
}

.ap-flag-kr {
    background-position: -700px -740px
}

.ap-flag-kw {
    background-position: -700px -760px
}

.ap-flag-ky {
    background-position: -700px -780px
}

.ap-flag-kz {
    background-position: -700px -800px
}

.ap-flag-la {
    background-position: -720px 0
}

.ap-flag-lb {
    background-position: -720px -20px
}

.ap-flag-lc {
    background-position: -720px -40px
}

.ap-flag-li {
    background-position: -720px -60px
}

.ap-flag-lk {
    background-position: -720px -80px
}

.ap-flag-lr {
    background-position: -720px -100px
}

.ap-flag-ls {
    background-position: -720px -120px
}

.ap-flag-lt {
    background-position: -720px -140px
}

.ap-flag-lu {
    background-position: -720px -160px
}

.ap-flag-lv {
    background-position: -720px -180px
}

.ap-flag-ly {
    background-position: -720px -200px
}

.ap-flag-ma {
    background-position: -720px -220px
}

.ap-flag-mc {
    background-position: -720px -240px
}

.ap-flag-md {
    background-position: -720px -260px
}

.ap-flag-me {
    background-position: -720px -280px
}

.ap-flag-mf {
    background-position: -720px -300px
}

.ap-flag-mg {
    background-position: -720px -320px
}

.ap-flag-mh {
    background-position: -720px -340px
}

.ap-flag-mk {
    background-position: -720px -360px
}

.ap-flag-ml {
    background-position: -720px -380px
}

.ap-flag-mm {
    background-position: -720px -400px
}

.ap-flag-mn {
    background-position: -720px -420px
}

.ap-flag-mo {
    background-position: -720px -440px
}

.ap-flag-mp {
    background-position: -720px -460px
}

.ap-flag-mq {
    background-position: -720px -480px
}

.ap-flag-mr {
    background-position: -720px -500px
}

.ap-flag-ms {
    background-position: -720px -520px
}

.ap-flag-mt {
    background-position: -720px -540px
}

.ap-flag-mu {
    background-position: -720px -560px
}

.ap-flag-mv {
    background-position: -720px -580px
}

.ap-flag-mw {
    background-position: -720px -600px
}

.ap-flag-mx {
    background-position: -720px -620px
}

.ap-flag-my {
    background-position: -720px -640px
}

.ap-flag-mz {
    background-position: -720px -660px
}

.ap-flag-na {
    background-position: -720px -680px
}

.ap-flag-nc {
    background-position: -720px -700px
}

.ap-flag-ne {
    background-position: -720px -720px
}

.ap-flag-nf {
    background-position: -720px -740px
}

.ap-flag-ng {
    background-position: -720px -760px
}

.ap-flag-ni {
    background-position: -720px -780px
}

.ap-flag-nl {
    background-position: -720px -800px
}

.ap-flag-no {
    background-position: -740px 0
}

.ap-flag-np {
    background-position: -740px -20px
}

.ap-flag-nr {
    background-position: -740px -40px
}

.ap-flag-nu {
    background-position: -740px -60px
}

.ap-flag-nz {
    background-position: -740px -80px
}

.ap-flag-om {
    background-position: -740px -100px
}

.ap-flag-pa {
    background-position: -740px -120px
}

.ap-flag-pe {
    background-position: -740px -140px
}

.ap-flag-pf {
    background-position: -740px -160px
}

.ap-flag-pg {
    background-position: -740px -180px
}

.ap-flag-ph {
    background-position: -740px -200px
}

.ap-flag-pk {
    background-position: -740px -220px
}

.ap-flag-pl {
    background-position: -740px -240px
}

.ap-flag-pm {
    background-position: -740px -260px
}

.ap-flag-pn {
    background-position: -740px -280px
}

.ap-flag-pr {
    background-position: -740px -300px
}

.ap-flag-ps {
    background-position: -740px -320px
}

.ap-flag-pt {
    background-position: -740px -340px
}

.ap-flag-pw {
    background-position: -740px -360px
}

.ap-flag-py {
    background-position: -740px -380px
}

.ap-flag-qa {
    background-position: -740px -400px
}

.ap-flag-re {
    background-position: -740px -420px
}

.ap-flag-ro {
    background-position: -740px -440px
}

.ap-flag-rs {
    background-position: -740px -460px
}

.ap-flag-ru {
    background-position: -740px -480px
}

.ap-flag-rw {
    background-position: -740px -500px
}

.ap-flag-sa {
    background-position: -740px -520px
}

.ap-flag-sb {
    background-position: -740px -540px
}

.ap-flag-sc {
    background-position: -740px -560px
}

.ap-flag-sd {
    background-position: -740px -580px
}

.ap-flag-se {
    background-position: -740px -600px
}

.ap-flag-sg {
    background-position: -740px -620px
}

.ap-flag-sh {
    background-position: -740px -640px
}

.ap-flag-si {
    background-position: -740px -660px
}

.ap-flag-sj {
    background-position: -740px -680px
}

.ap-flag-sk {
    background-position: -740px -700px
}

.ap-flag-sl {
    background-position: -740px -720px
}

.ap-flag-sm {
    background-position: -740px -740px
}

.ap-flag-sn {
    background-position: -740px -760px
}

.ap-flag-so {
    background-position: -740px -780px
}

.ap-flag-sr {
    background-position: -740px -800px
}

.ap-flag-ss {
    background-position: -760px 0
}

.ap-flag-st {
    background-position: -760px -20px
}

.ap-flag-sv {
    background-position: -760px -40px
}

.ap-flag-sx {
    background-position: -760px -60px
}

.ap-flag-sy {
    background-position: -760px -80px
}

.ap-flag-sz {
    background-position: -760px -100px
}

.ap-flag-ta {
    background-position: -760px -120px
}

.ap-flag-tc {
    background-position: -760px -140px
}

.ap-flag-td {
    background-position: -760px -160px
}

.ap-flag-tf {
    background-position: -760px -180px
}

.ap-flag-tg {
    background-position: -760px -200px
}

.ap-flag-th {
    background-position: -760px -220px
}

.ap-flag-tj {
    background-position: -760px -240px
}

.ap-flag-tk {
    background-position: -760px -260px
}

.ap-flag-tl {
    background-position: -760px -280px
}

.ap-flag-tm {
    background-position: -760px -300px
}

.ap-flag-tn {
    background-position: -760px -320px
}

.ap-flag-to {
    background-position: -760px -340px
}

.ap-flag-tr {
    background-position: -760px -360px
}

.ap-flag-tt {
    background-position: -760px -380px
}

.ap-flag-tv {
    background-position: -760px -400px
}

.ap-flag-tw {
    background-position: -760px -420px
}

.ap-flag-tz {
    background-position: -760px -440px
}

.ap-flag-ua {
    background-position: -760px -460px
}

.ap-flag-ug {
    background-position: -760px -480px
}

.ap-flag-um {
    background-position: -760px -500px
}

.ap-flag-us {
    background-position: -760px -520px
}

.ap-flag-uy {
    background-position: -760px -540px
}

.ap-flag-uz {
    background-position: -760px -560px
}

.ap-flag-va {
    background-position: -760px -580px
}

.ap-flag-vc {
    background-position: -760px -600px
}

.ap-flag-ve {
    background-position: -760px -620px
}

.ap-flag-vg {
    background-position: -760px -640px
}

.ap-flag-vi {
    background-position: -760px -660px
}

.ap-flag-vn {
    background-position: -760px -680px
}

.ap-flag-vu {
    background-position: -760px -700px
}

.ap-flag-wf {
    background-position: -760px -720px
}

.ap-flag-ws {
    background-position: -760px -740px
}

.ap-flag-xk {
    background-position: -760px -760px
}

.ap-flag-ye {
    background-position: -760px -780px
}

.ap-flag-yt {
    background-position: -760px -800px
}

.ap-flag-za {
    background-position: -780px 0
}

.ap-flag-zm {
    background-position: -780px -20px
}

.ap-flag-zw {
    background-position: -780px -40px
}

.ap-man-man-boy {
    background-position: -780px -60px
}

.ap-man-man-boy-boy {
    background-position: -780px -80px
}

.ap-man-man-girl {
    background-position: -780px -100px
}

.ap-man-man-girl-boy {
    background-position: -780px -120px
}

.ap-man-man-girl-girl {
    background-position: -780px -140px
}

.ap-man-woman-boy-boy {
    background-position: -780px -160px
}

.ap-man-woman-girl {
    background-position: -780px -180px
}

.ap-man-woman-girl-boy {
    background-position: -780px -200px
}

.ap-man-woman-girl-girl {
    background-position: -780px -220px
}

.ap-man-heart-man {
    background-position: -780px -240px
}

.ap-man-kiss-man {
    background-position: -780px -260px
}

.ap-woman-woman-boy {
    background-position: -780px -280px
}

.ap-woman-woman-boy-boy {
    background-position: -780px -300px
}

.ap-woman-woman-girl {
    background-position: -780px -320px
}

.ap-woman-woman-girl-boy {
    background-position: -780px -340px
}

.ap-woman-woman-girl-girl {
    background-position: -780px -360px
}

.ap-woman-heart-woman {
    background-position: -780px -380px
}

.ap-woman-kiss-woman {
    background-position: -780px -400px
}@charset "UTF-8";

/* ------------------------------------- */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #22272e;
  --secondary: #ebebeb;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #565f65;
  --vk: #0077FF;
  --telegram: #0088cc;
  --youtube: #ff0000;
  --gray: #8e8e8e;
  --red: #da4039;
  --brightred: #e00000;
  --brightpink: #f9695f;
  --darkcard: #424b59;
  --pinky: #ff89cb;
  --highlight: #1dab3d;
  --bad: #ff6a6a;
  --good: #3eb100;
  --lightgray: #cacaca;
  --1xbetlight: #3476C9;
  --1xbetdark: #182C5D;
  --telegramclr: #0088CC;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 1020px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #22272e;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #010202;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1020px) {
  .container {
    max-width: 1020px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-24,
.col-xl-23,
.col-xl-22,
.col-xl-21,
.col-xl-20,
.col-xl-19,
.col-xl-18,
.col-xl-17,
.col-xl-16,
.col-xl-15,
.col-xl-14,
.col-xl-13,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-24,
.col-lg-23,
.col-lg-22,
.col-lg-21,
.col-lg-20,
.col-lg-19,
.col-lg-18,
.col-lg-17,
.col-lg-16,
.col-lg-15,
.col-lg-14,
.col-lg-13,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-24,
.col-md-23,
.col-md-22,
.col-md-21,
.col-md-20,
.col-md-19,
.col-md-18,
.col-md-17,
.col-md-16,
.col-md-15,
.col-md-14,
.col-md-13,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-24,
.col-sm-23,
.col-sm-22,
.col-sm-21,
.col-sm-20,
.col-sm-19,
.col-sm-18,
.col-sm-17,
.col-sm-16,
.col-sm-15,
.col-sm-14,
.col-sm-13,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-24,
.col-23,
.col-22,
.col-21,
.col-20,
.col-19,
.col-18,
.col-17,
.col-16,
.col-15,
.col-14,
.col-13,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 25;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

  .order-sm-15 {
    order: 15;
  }

  .order-sm-16 {
    order: 16;
  }

  .order-sm-17 {
    order: 17;
  }

  .order-sm-18 {
    order: 18;
  }

  .order-sm-19 {
    order: 19;
  }

  .order-sm-20 {
    order: 20;
  }

  .order-sm-21 {
    order: 21;
  }

  .order-sm-22 {
    order: 22;
  }

  .order-sm-23 {
    order: 23;
  }

  .order-sm-24 {
    order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }

  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }

  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }

  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }

  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}

@media (min-width: 1020px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 25;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

  .order-md-15 {
    order: 15;
  }

  .order-md-16 {
    order: 16;
  }

  .order-md-17 {
    order: 17;
  }

  .order-md-18 {
    order: 18;
  }

  .order-md-19 {
    order: 19;
  }

  .order-md-20 {
    order: 20;
  }

  .order-md-21 {
    order: 21;
  }

  .order-md-22 {
    order: 22;
  }

  .order-md-23 {
    order: 23;
  }

  .order-md-24 {
    order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.1666666667%;
  }

  .offset-md-2 {
    margin-left: 8.3333333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.6666666667%;
  }

  .offset-md-5 {
    margin-left: 20.8333333333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.1666666667%;
  }

  .offset-md-8 {
    margin-left: 33.3333333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.6666666667%;
  }

  .offset-md-11 {
    margin-left: 45.8333333333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.1666666667%;
  }

  .offset-md-14 {
    margin-left: 58.3333333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.6666666667%;
  }

  .offset-md-17 {
    margin-left: 70.8333333333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.1666666667%;
  }

  .offset-md-20 {
    margin-left: 83.3333333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.6666666667%;
  }

  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 25;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

  .order-lg-15 {
    order: 15;
  }

  .order-lg-16 {
    order: 16;
  }

  .order-lg-17 {
    order: 17;
  }

  .order-lg-18 {
    order: 18;
  }

  .order-lg-19 {
    order: 19;
  }

  .order-lg-20 {
    order: 20;
  }

  .order-lg-21 {
    order: 21;
  }

  .order-lg-22 {
    order: 22;
  }

  .order-lg-23 {
    order: 23;
  }

  .order-lg-24 {
    order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }

  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }

  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }

  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }

  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 25;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

  .order-xl-15 {
    order: 15;
  }

  .order-xl-16 {
    order: 16;
  }

  .order-xl-17 {
    order: 17;
  }

  .order-xl-18 {
    order: 18;
  }

  .order-xl-19 {
    order: 19;
  }

  .order-xl-20 {
    order: 20;
  }

  .order-xl-21 {
    order: 21;
  }

  .order-xl-22 {
    order: 22;
  }

  .order-xl-23 {
    order: 23;
  }

  .order-xl-24 {
    order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1c3c4;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8c8f92;
}

.table-hover .table-primary:hover {
  background-color: #b4b6b8;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4b6b8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f9f9f9;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: whitesmoke;
}

.table-hover .table-secondary:hover {
  background-color: #ececec;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ececec;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d0d2d4;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a7acaf;
}

.table-hover .table-dark:hover {
  background-color: #c3c5c8;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c3c5c8;
}

.table-vk,
.table-vk > th,
.table-vk > td {
  background-color: #b8d9ff;
}

.table-vk th,
.table-vk td,
.table-vk thead th,
.table-vk tbody + tbody {
  border-color: #7ab8ff;
}

.table-hover .table-vk:hover {
  background-color: #9fcbff;
}

.table-hover .table-vk:hover > td,
.table-hover .table-vk:hover > th {
  background-color: #9fcbff;
}

.table-telegram,
.table-telegram > th,
.table-telegram > td {
  background-color: #b8def1;
}

.table-telegram th,
.table-telegram td,
.table-telegram thead th,
.table-telegram tbody + tbody {
  border-color: #7ac1e4;
}

.table-hover .table-telegram:hover {
  background-color: #a3d4ed;
}

.table-hover .table-telegram:hover > td,
.table-hover .table-telegram:hover > th {
  background-color: #a3d4ed;
}

.table-youtube,
.table-youtube > th,
.table-youtube > td {
  background-color: #ffb8b8;
}

.table-youtube th,
.table-youtube td,
.table-youtube thead th,
.table-youtube tbody + tbody {
  border-color: #ff7a7a;
}

.table-hover .table-youtube:hover {
  background-color: #ff9f9f;
}

.table-hover .table-youtube:hover > td,
.table-hover .table-youtube:hover > th {
  background-color: #ff9f9f;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #dfdfdf;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #c4c4c4;
}

.table-hover .table-gray:hover {
  background-color: #d2d2d2;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #d2d2d2;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f5cac8;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #ec9c98;
}

.table-hover .table-red:hover {
  background-color: #f1b5b2;
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f1b5b2;
}

.table-brightred,
.table-brightred > th,
.table-brightred > td {
  background-color: #f6b8b8;
}

.table-brightred th,
.table-brightred td,
.table-brightred thead th,
.table-brightred tbody + tbody {
  border-color: #ef7a7a;
}

.table-hover .table-brightred:hover {
  background-color: #f3a1a1;
}

.table-hover .table-brightred:hover > td,
.table-hover .table-brightred:hover > th {
  background-color: #f3a1a1;
}

.table-brightpink,
.table-brightpink > th,
.table-brightpink > td {
  background-color: #fdd5d2;
}

.table-brightpink th,
.table-brightpink td,
.table-brightpink thead th,
.table-brightpink tbody + tbody {
  border-color: #fcb1ac;
}

.table-hover .table-brightpink:hover {
  background-color: #fcbeba;
}

.table-hover .table-brightpink:hover > td,
.table-hover .table-brightpink:hover > th {
  background-color: #fcbeba;
}

.table-darkcard,
.table-darkcard > th,
.table-darkcard > td {
  background-color: #cacdd1;
}

.table-darkcard th,
.table-darkcard td,
.table-darkcard thead th,
.table-darkcard tbody + tbody {
  border-color: #9da1a9;
}

.table-hover .table-darkcard:hover {
  background-color: #bcc0c5;
}

.table-hover .table-darkcard:hover > td,
.table-hover .table-darkcard:hover > th {
  background-color: #bcc0c5;
}

.table-pinky,
.table-pinky > th,
.table-pinky > td {
  background-color: #ffdef0;
}

.table-pinky th,
.table-pinky td,
.table-pinky thead th,
.table-pinky tbody + tbody {
  border-color: #ffc2e4;
}

.table-hover .table-pinky:hover {
  background-color: #ffc5e4;
}

.table-hover .table-pinky:hover > td,
.table-hover .table-pinky:hover > th {
  background-color: #ffc5e4;
}

.table-highlight,
.table-highlight > th,
.table-highlight > td {
  background-color: #c0e7c9;
}

.table-highlight th,
.table-highlight td,
.table-highlight thead th,
.table-highlight tbody + tbody {
  border-color: #89d39a;
}

.table-hover .table-highlight:hover {
  background-color: #aee0b9;
}

.table-hover .table-highlight:hover > td,
.table-hover .table-highlight:hover > th {
  background-color: #aee0b9;
}

.table-bad,
.table-bad > th,
.table-bad > td {
  background-color: #ffd5d5;
}

.table-bad th,
.table-bad td,
.table-bad thead th,
.table-bad tbody + tbody {
  border-color: #ffb2b2;
}

.table-hover .table-bad:hover {
  background-color: #ffbcbc;
}

.table-hover .table-bad:hover > td,
.table-hover .table-bad:hover > th {
  background-color: #ffbcbc;
}

.table-good,
.table-good > th,
.table-good > td {
  background-color: #c9e9b8;
}

.table-good th,
.table-good td,
.table-good thead th,
.table-good tbody + tbody {
  border-color: #9bd67a;
}

.table-hover .table-good:hover {
  background-color: #bae3a5;
}

.table-hover .table-good:hover > td,
.table-hover .table-good:hover > th {
  background-color: #bae3a5;
}

.table-lightgray,
.table-lightgray > th,
.table-lightgray > td {
  background-color: #f0f0f0;
}

.table-lightgray th,
.table-lightgray td,
.table-lightgray thead th,
.table-lightgray tbody + tbody {
  border-color: #e3e3e3;
}

.table-hover .table-lightgray:hover {
  background-color: #e3e3e3;
}

.table-hover .table-lightgray:hover > td,
.table-hover .table-lightgray:hover > th {
  background-color: #e3e3e3;
}

.table-1xbetlight,
.table-1xbetlight > th,
.table-1xbetlight > td {
  background-color: #c6d9f0;
}

.table-1xbetlight th,
.table-1xbetlight td,
.table-1xbetlight thead th,
.table-1xbetlight tbody + tbody {
  border-color: #95b8e3;
}

.table-hover .table-1xbetlight:hover {
  background-color: #b2cceb;
}

.table-hover .table-1xbetlight:hover > td,
.table-hover .table-1xbetlight:hover > th {
  background-color: #b2cceb;
}

.table-1xbetdark,
.table-1xbetdark > th,
.table-1xbetdark > td {
  background-color: #bec4d2;
}

.table-1xbetdark th,
.table-1xbetdark td,
.table-1xbetdark thead th,
.table-1xbetdark tbody + tbody {
  border-color: #8791ab;
}

.table-hover .table-1xbetdark:hover {
  background-color: #afb6c8;
}

.table-hover .table-1xbetdark:hover > td,
.table-hover .table-1xbetdark:hover > th {
  background-color: #afb6c8;
}

.table-telegramclr,
.table-telegramclr > th,
.table-telegramclr > td {
  background-color: #b8def1;
}

.table-telegramclr th,
.table-telegramclr td,
.table-telegramclr thead th,
.table-telegramclr tbody + tbody {
  border-color: #7ac1e4;
}

.table-hover .table-telegramclr:hover {
  background-color: #a3d4ed;
}

.table-hover .table-telegramclr:hover > td,
.table-hover .table-telegramclr:hover > th {
  background-color: #a3d4ed;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1019.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #586577;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(34, 39, 46, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 480px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 46, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 46, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
  color: #fff;
  background-color: #121418;
  border-color: #0c0e11;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(67, 71, 77, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c0e11;
  border-color: #070809;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(67, 71, 77, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #ebebeb;
  border-color: #ebebeb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d2d2d2;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(205, 205, 206, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #cbcbcb;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(205, 205, 206, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #565f65;
  border-color: #565f65;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-dark:hover {
  color: #fff;
  background-color: #444c50;
  border-color: #3f4549;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(111, 119, 124, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #565f65;
  border-color: #565f65;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3f4549;
  border-color: #393f43;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(111, 119, 124, 0.5);
}

.btn-vk {
  color: #fff;
  background-color: #0077FF;
  border-color: #0077FF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-vk:hover {
  color: #fff;
  background-color: #0065d9;
  border-color: #005fcc;
}

.btn-vk:focus,
.btn-vk.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 139, 255, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
  color: #fff;
  background-color: #0077FF;
  border-color: #0077FF;
}

.btn-vk:not(:disabled):not(.disabled):active,
.btn-vk:not(:disabled):not(.disabled).active,
.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #005fcc;
  border-color: #0059bf;
}

.btn-vk:not(:disabled):not(.disabled):active:focus,
.btn-vk:not(:disabled):not(.disabled).active:focus,
.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 139, 255, 0.5);
}

.btn-telegram {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-telegram:hover {
  color: #fff;
  background-color: #006fa6;
  border-color: #006699;
}

.btn-telegram:focus,
.btn-telegram.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}

.btn-telegram.disabled,
.btn-telegram:disabled {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}

.btn-telegram:not(:disabled):not(.disabled):active,
.btn-telegram:not(:disabled):not(.disabled).active,
.show > .btn-telegram.dropdown-toggle {
  color: #fff;
  background-color: #006699;
  border-color: #005e8c;
}

.btn-telegram:not(:disabled):not(.disabled):active:focus,
.btn-telegram:not(:disabled):not(.disabled).active:focus,
.show > .btn-telegram.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-youtube:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}

.btn-youtube:focus,
.btn-youtube.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-gray:hover {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #757575;
}

.btn-gray:focus,
.btn-gray.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(159, 159, 159, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #6e6e6e;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(159, 159, 159, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #da4039;
  border-color: #da4039;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-red:hover {
  color: #fff;
  background-color: #c72c25;
  border-color: #bd2a23;
}

.btn-red:focus,
.btn-red.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(224, 93, 87, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #da4039;
  border-color: #da4039;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2a23;
  border-color: #b22821;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(224, 93, 87, 0.5);
}

.btn-brightred {
  color: #fff;
  background-color: #e00000;
  border-color: #e00000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-brightred:hover {
  color: #fff;
  background-color: #ba0000;
  border-color: #ad0000;
}

.btn-brightred:focus,
.btn-brightred.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(229, 38, 38, 0.5);
}

.btn-brightred.disabled,
.btn-brightred:disabled {
  color: #fff;
  background-color: #e00000;
  border-color: #e00000;
}

.btn-brightred:not(:disabled):not(.disabled):active,
.btn-brightred:not(:disabled):not(.disabled).active,
.show > .btn-brightred.dropdown-toggle {
  color: #fff;
  background-color: #ad0000;
  border-color: #a00000;
}

.btn-brightred:not(:disabled):not(.disabled):active:focus,
.btn-brightred:not(:disabled):not(.disabled).active:focus,
.show > .btn-brightred.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(229, 38, 38, 0.5);
}

.btn-brightpink {
  color: #fff;
  background-color: #f9695f;
  border-color: #f9695f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-brightpink:hover {
  color: #fff;
  background-color: #f8463a;
  border-color: #f73b2e;
}

.btn-brightpink:focus,
.btn-brightpink.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(250, 128, 119, 0.5);
}

.btn-brightpink.disabled,
.btn-brightpink:disabled {
  color: #fff;
  background-color: #f9695f;
  border-color: #f9695f;
}

.btn-brightpink:not(:disabled):not(.disabled):active,
.btn-brightpink:not(:disabled):not(.disabled).active,
.show > .btn-brightpink.dropdown-toggle {
  color: #fff;
  background-color: #f73b2e;
  border-color: #f72f22;
}

.btn-brightpink:not(:disabled):not(.disabled):active:focus,
.btn-brightpink:not(:disabled):not(.disabled).active:focus,
.show > .btn-brightpink.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 128, 119, 0.5);
}

.btn-darkcard {
  color: #fff;
  background-color: #424b59;
  border-color: #424b59;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-darkcard:hover {
  color: #fff;
  background-color: #323843;
  border-color: #2c323c;
}

.btn-darkcard:focus,
.btn-darkcard.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(94, 102, 114, 0.5);
}

.btn-darkcard.disabled,
.btn-darkcard:disabled {
  color: #fff;
  background-color: #424b59;
  border-color: #424b59;
}

.btn-darkcard:not(:disabled):not(.disabled):active,
.btn-darkcard:not(:disabled):not(.disabled).active,
.show > .btn-darkcard.dropdown-toggle {
  color: #fff;
  background-color: #2c323c;
  border-color: #272c34;
}

.btn-darkcard:not(:disabled):not(.disabled):active:focus,
.btn-darkcard:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkcard.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(94, 102, 114, 0.5);
}

.btn-pinky {
  color: #212529;
  background-color: #ff89cb;
  border-color: #ff89cb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-pinky:hover {
  color: #212529;
  background-color: #ff63ba;
  border-color: #ff56b5;
}

.btn-pinky:focus,
.btn-pinky.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 122, 179, 0.5);
}

.btn-pinky.disabled,
.btn-pinky:disabled {
  color: #212529;
  background-color: #ff89cb;
  border-color: #ff89cb;
}

.btn-pinky:not(:disabled):not(.disabled):active,
.btn-pinky:not(:disabled):not(.disabled).active,
.show > .btn-pinky.dropdown-toggle {
  color: #fff;
  background-color: #ff56b5;
  border-color: #ff49af;
}

.btn-pinky:not(:disabled):not(.disabled):active:focus,
.btn-pinky:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinky.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 122, 179, 0.5);
}

.btn-highlight {
  color: #fff;
  background-color: #1dab3d;
  border-color: #1dab3d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-highlight:hover {
  color: #fff;
  background-color: #178a31;
  border-color: #167f2d;
}

.btn-highlight:focus,
.btn-highlight.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 184, 90, 0.5);
}

.btn-highlight.disabled,
.btn-highlight:disabled {
  color: #fff;
  background-color: #1dab3d;
  border-color: #1dab3d;
}

.btn-highlight:not(:disabled):not(.disabled):active,
.btn-highlight:not(:disabled):not(.disabled).active,
.show > .btn-highlight.dropdown-toggle {
  color: #fff;
  background-color: #167f2d;
  border-color: #14742a;
}

.btn-highlight:not(:disabled):not(.disabled):active:focus,
.btn-highlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-highlight.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 184, 90, 0.5);
}

.btn-bad {
  color: #212529;
  background-color: #ff6a6a;
  border-color: #ff6a6a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-bad:hover {
  color: #fff;
  background-color: #ff4444;
  border-color: #ff3737;
}

.btn-bad:focus,
.btn-bad.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 96, 96, 0.5);
}

.btn-bad.disabled,
.btn-bad:disabled {
  color: #212529;
  background-color: #ff6a6a;
  border-color: #ff6a6a;
}

.btn-bad:not(:disabled):not(.disabled):active,
.btn-bad:not(:disabled):not(.disabled).active,
.show > .btn-bad.dropdown-toggle {
  color: #fff;
  background-color: #ff3737;
  border-color: #ff2a2a;
}

.btn-bad:not(:disabled):not(.disabled):active:focus,
.btn-bad:not(:disabled):not(.disabled).active:focus,
.show > .btn-bad.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 96, 96, 0.5);
}

.btn-good {
  color: #fff;
  background-color: #3eb100;
  border-color: #3eb100;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-good:hover {
  color: #fff;
  background-color: #318b00;
  border-color: #2c7e00;
}

.btn-good:focus,
.btn-good.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(91, 189, 38, 0.5);
}

.btn-good.disabled,
.btn-good:disabled {
  color: #fff;
  background-color: #3eb100;
  border-color: #3eb100;
}

.btn-good:not(:disabled):not(.disabled):active,
.btn-good:not(:disabled):not(.disabled).active,
.show > .btn-good.dropdown-toggle {
  color: #fff;
  background-color: #2c7e00;
  border-color: #287100;
}

.btn-good:not(:disabled):not(.disabled):active:focus,
.btn-good:not(:disabled):not(.disabled).active:focus,
.show > .btn-good.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(91, 189, 38, 0.5);
}

.btn-lightgray {
  color: #212529;
  background-color: #cacaca;
  border-color: #cacaca;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-lightgray:hover {
  color: #212529;
  background-color: #b7b7b7;
  border-color: #b1b1b1;
}

.btn-lightgray:focus,
.btn-lightgray.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(177, 177, 178, 0.5);
}

.btn-lightgray.disabled,
.btn-lightgray:disabled {
  color: #212529;
  background-color: #cacaca;
  border-color: #cacaca;
}

.btn-lightgray:not(:disabled):not(.disabled):active,
.btn-lightgray:not(:disabled):not(.disabled).active,
.show > .btn-lightgray.dropdown-toggle {
  color: #212529;
  background-color: #b1b1b1;
  border-color: #aaaaaa;
}

.btn-lightgray:not(:disabled):not(.disabled):active:focus,
.btn-lightgray:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightgray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 177, 178, 0.5);
}

.btn-1xbetlight {
  color: #fff;
  background-color: #3476C9;
  border-color: #3476C9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-1xbetlight:hover {
  color: #fff;
  background-color: #2c64ab;
  border-color: #2a5ea0;
}

.btn-1xbetlight:focus,
.btn-1xbetlight.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 139, 209, 0.5);
}

.btn-1xbetlight.disabled,
.btn-1xbetlight:disabled {
  color: #fff;
  background-color: #3476C9;
  border-color: #3476C9;
}

.btn-1xbetlight:not(:disabled):not(.disabled):active,
.btn-1xbetlight:not(:disabled):not(.disabled).active,
.show > .btn-1xbetlight.dropdown-toggle {
  color: #fff;
  background-color: #2a5ea0;
  border-color: #275896;
}

.btn-1xbetlight:not(:disabled):not(.disabled):active:focus,
.btn-1xbetlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-1xbetlight.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 139, 209, 0.5);
}

.btn-1xbetdark {
  color: #fff;
  background-color: #182C5D;
  border-color: #182C5D;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-1xbetdark:hover {
  color: #fff;
  background-color: #101e3f;
  border-color: #0e1934;
}

.btn-1xbetdark:focus,
.btn-1xbetdark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(59, 76, 117, 0.5);
}

.btn-1xbetdark.disabled,
.btn-1xbetdark:disabled {
  color: #fff;
  background-color: #182C5D;
  border-color: #182C5D;
}

.btn-1xbetdark:not(:disabled):not(.disabled):active,
.btn-1xbetdark:not(:disabled):not(.disabled).active,
.show > .btn-1xbetdark.dropdown-toggle {
  color: #fff;
  background-color: #0e1934;
  border-color: #0b142a;
}

.btn-1xbetdark:not(:disabled):not(.disabled):active:focus,
.btn-1xbetdark:not(:disabled):not(.disabled).active:focus,
.show > .btn-1xbetdark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 76, 117, 0.5);
}

.btn-telegramclr {
  color: #fff;
  background-color: #0088CC;
  border-color: #0088CC;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-telegramclr:hover {
  color: #fff;
  background-color: #006fa6;
  border-color: #006699;
}

.btn-telegramclr:focus,
.btn-telegramclr.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}

.btn-telegramclr.disabled,
.btn-telegramclr:disabled {
  color: #fff;
  background-color: #0088CC;
  border-color: #0088CC;
}

.btn-telegramclr:not(:disabled):not(.disabled):active,
.btn-telegramclr:not(:disabled):not(.disabled).active,
.show > .btn-telegramclr.dropdown-toggle {
  color: #fff;
  background-color: #006699;
  border-color: #005e8c;
}

.btn-telegramclr:not(:disabled):not(.disabled):active:focus,
.btn-telegramclr:not(:disabled):not(.disabled).active:focus,
.show > .btn-telegramclr.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}

.btn-outline-primary {
  color: #22272e;
  border-color: #22272e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 46, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #22272e;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(34, 39, 46, 0.5);
}

.btn-outline-secondary {
  color: #ebebeb;
  border-color: #ebebeb;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ebebeb;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #565f65;
  border-color: #565f65;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #565f65;
  border-color: #565f65;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 95, 101, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #565f65;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #565f65;
  border-color: #565f65;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(86, 95, 101, 0.5);
}

.btn-outline-vk {
  color: #0077FF;
  border-color: #0077FF;
}

.btn-outline-vk:hover {
  color: #fff;
  background-color: #0077FF;
  border-color: #0077FF;
}

.btn-outline-vk:focus,
.btn-outline-vk.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 255, 0.5);
}

.btn-outline-vk.disabled,
.btn-outline-vk:disabled {
  color: #0077FF;
  background-color: transparent;
}

.btn-outline-vk:not(:disabled):not(.disabled):active,
.btn-outline-vk:not(:disabled):not(.disabled).active,
.show > .btn-outline-vk.dropdown-toggle {
  color: #fff;
  background-color: #0077FF;
  border-color: #0077FF;
}

.btn-outline-vk:not(:disabled):not(.disabled):active:focus,
.btn-outline-vk:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vk.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 119, 255, 0.5);
}

.btn-outline-telegram {
  color: #0088cc;
  border-color: #0088cc;
}

.btn-outline-telegram:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}

.btn-outline-telegram:focus,
.btn-outline-telegram.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}

.btn-outline-telegram.disabled,
.btn-outline-telegram:disabled {
  color: #0088cc;
  background-color: transparent;
}

.btn-outline-telegram:not(:disabled):not(.disabled):active,
.btn-outline-telegram:not(:disabled):not(.disabled).active,
.show > .btn-outline-telegram.dropdown-toggle {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}

.btn-outline-telegram:not(:disabled):not(.disabled):active:focus,
.btn-outline-telegram:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-telegram.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}

.btn-outline-youtube {
  color: #ff0000;
  border-color: #ff0000;
}

.btn-outline-youtube:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-outline-youtube:focus,
.btn-outline-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-youtube.disabled,
.btn-outline-youtube:disabled {
  color: #ff0000;
  background-color: transparent;
}

.btn-outline-youtube:not(:disabled):not(.disabled):active,
.btn-outline-youtube:not(:disabled):not(.disabled).active,
.show > .btn-outline-youtube.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-outline-youtube:not(:disabled):not(.disabled):active:focus,
.btn-outline-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-youtube.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-gray {
  color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 142, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #8e8e8e;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(142, 142, 142, 0.5);
}

.btn-outline-red {
  color: #da4039;
  border-color: #da4039;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #da4039;
  border-color: #da4039;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 64, 57, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #da4039;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #da4039;
  border-color: #da4039;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 64, 57, 0.5);
}

.btn-outline-brightred {
  color: #e00000;
  border-color: #e00000;
}

.btn-outline-brightred:hover {
  color: #fff;
  background-color: #e00000;
  border-color: #e00000;
}

.btn-outline-brightred:focus,
.btn-outline-brightred.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 0, 0, 0.5);
}

.btn-outline-brightred.disabled,
.btn-outline-brightred:disabled {
  color: #e00000;
  background-color: transparent;
}

.btn-outline-brightred:not(:disabled):not(.disabled):active,
.btn-outline-brightred:not(:disabled):not(.disabled).active,
.show > .btn-outline-brightred.dropdown-toggle {
  color: #fff;
  background-color: #e00000;
  border-color: #e00000;
}

.btn-outline-brightred:not(:disabled):not(.disabled):active:focus,
.btn-outline-brightred:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brightred.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(224, 0, 0, 0.5);
}

.btn-outline-brightpink {
  color: #f9695f;
  border-color: #f9695f;
}

.btn-outline-brightpink:hover {
  color: #fff;
  background-color: #f9695f;
  border-color: #f9695f;
}

.btn-outline-brightpink:focus,
.btn-outline-brightpink.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 105, 95, 0.5);
}

.btn-outline-brightpink.disabled,
.btn-outline-brightpink:disabled {
  color: #f9695f;
  background-color: transparent;
}

.btn-outline-brightpink:not(:disabled):not(.disabled):active,
.btn-outline-brightpink:not(:disabled):not(.disabled).active,
.show > .btn-outline-brightpink.dropdown-toggle {
  color: #fff;
  background-color: #f9695f;
  border-color: #f9695f;
}

.btn-outline-brightpink:not(:disabled):not(.disabled):active:focus,
.btn-outline-brightpink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brightpink.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(249, 105, 95, 0.5);
}

.btn-outline-darkcard {
  color: #424b59;
  border-color: #424b59;
}

.btn-outline-darkcard:hover {
  color: #fff;
  background-color: #424b59;
  border-color: #424b59;
}

.btn-outline-darkcard:focus,
.btn-outline-darkcard.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 75, 89, 0.5);
}

.btn-outline-darkcard.disabled,
.btn-outline-darkcard:disabled {
  color: #424b59;
  background-color: transparent;
}

.btn-outline-darkcard:not(:disabled):not(.disabled):active,
.btn-outline-darkcard:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkcard.dropdown-toggle {
  color: #fff;
  background-color: #424b59;
  border-color: #424b59;
}

.btn-outline-darkcard:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkcard:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkcard.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 75, 89, 0.5);
}

.btn-outline-pinky {
  color: #ff89cb;
  border-color: #ff89cb;
}

.btn-outline-pinky:hover {
  color: #212529;
  background-color: #ff89cb;
  border-color: #ff89cb;
}

.btn-outline-pinky:focus,
.btn-outline-pinky.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 203, 0.5);
}

.btn-outline-pinky.disabled,
.btn-outline-pinky:disabled {
  color: #ff89cb;
  background-color: transparent;
}

.btn-outline-pinky:not(:disabled):not(.disabled):active,
.btn-outline-pinky:not(:disabled):not(.disabled).active,
.show > .btn-outline-pinky.dropdown-toggle {
  color: #212529;
  background-color: #ff89cb;
  border-color: #ff89cb;
}

.btn-outline-pinky:not(:disabled):not(.disabled):active:focus,
.btn-outline-pinky:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pinky.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 137, 203, 0.5);
}

.btn-outline-highlight {
  color: #1dab3d;
  border-color: #1dab3d;
}

.btn-outline-highlight:hover {
  color: #fff;
  background-color: #1dab3d;
  border-color: #1dab3d;
}

.btn-outline-highlight:focus,
.btn-outline-highlight.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 171, 61, 0.5);
}

.btn-outline-highlight.disabled,
.btn-outline-highlight:disabled {
  color: #1dab3d;
  background-color: transparent;
}

.btn-outline-highlight:not(:disabled):not(.disabled):active,
.btn-outline-highlight:not(:disabled):not(.disabled).active,
.show > .btn-outline-highlight.dropdown-toggle {
  color: #fff;
  background-color: #1dab3d;
  border-color: #1dab3d;
}

.btn-outline-highlight:not(:disabled):not(.disabled):active:focus,
.btn-outline-highlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-highlight.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 171, 61, 0.5);
}

.btn-outline-bad {
  color: #ff6a6a;
  border-color: #ff6a6a;
}

.btn-outline-bad:hover {
  color: #212529;
  background-color: #ff6a6a;
  border-color: #ff6a6a;
}

.btn-outline-bad:focus,
.btn-outline-bad.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 106, 0.5);
}

.btn-outline-bad.disabled,
.btn-outline-bad:disabled {
  color: #ff6a6a;
  background-color: transparent;
}

.btn-outline-bad:not(:disabled):not(.disabled):active,
.btn-outline-bad:not(:disabled):not(.disabled).active,
.show > .btn-outline-bad.dropdown-toggle {
  color: #212529;
  background-color: #ff6a6a;
  border-color: #ff6a6a;
}

.btn-outline-bad:not(:disabled):not(.disabled):active:focus,
.btn-outline-bad:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bad.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 106, 106, 0.5);
}

.btn-outline-good {
  color: #3eb100;
  border-color: #3eb100;
}

.btn-outline-good:hover {
  color: #fff;
  background-color: #3eb100;
  border-color: #3eb100;
}

.btn-outline-good:focus,
.btn-outline-good.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 177, 0, 0.5);
}

.btn-outline-good.disabled,
.btn-outline-good:disabled {
  color: #3eb100;
  background-color: transparent;
}

.btn-outline-good:not(:disabled):not(.disabled):active,
.btn-outline-good:not(:disabled):not(.disabled).active,
.show > .btn-outline-good.dropdown-toggle {
  color: #fff;
  background-color: #3eb100;
  border-color: #3eb100;
}

.btn-outline-good:not(:disabled):not(.disabled):active:focus,
.btn-outline-good:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-good.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(62, 177, 0, 0.5);
}

.btn-outline-lightgray {
  color: #cacaca;
  border-color: #cacaca;
}

.btn-outline-lightgray:hover {
  color: #212529;
  background-color: #cacaca;
  border-color: #cacaca;
}

.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
  color: #cacaca;
  background-color: transparent;
}

.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightgray.dropdown-toggle {
  color: #212529;
  background-color: #cacaca;
  border-color: #cacaca;
}

.btn-outline-lightgray:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightgray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightgray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}

.btn-outline-1xbetlight {
  color: #3476C9;
  border-color: #3476C9;
}

.btn-outline-1xbetlight:hover {
  color: #fff;
  background-color: #3476C9;
  border-color: #3476C9;
}

.btn-outline-1xbetlight:focus,
.btn-outline-1xbetlight.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 118, 201, 0.5);
}

.btn-outline-1xbetlight.disabled,
.btn-outline-1xbetlight:disabled {
  color: #3476C9;
  background-color: transparent;
}

.btn-outline-1xbetlight:not(:disabled):not(.disabled):active,
.btn-outline-1xbetlight:not(:disabled):not(.disabled).active,
.show > .btn-outline-1xbetlight.dropdown-toggle {
  color: #fff;
  background-color: #3476C9;
  border-color: #3476C9;
}

.btn-outline-1xbetlight:not(:disabled):not(.disabled):active:focus,
.btn-outline-1xbetlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-1xbetlight.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 118, 201, 0.5);
}

.btn-outline-1xbetdark {
  color: #182C5D;
  border-color: #182C5D;
}

.btn-outline-1xbetdark:hover {
  color: #fff;
  background-color: #182C5D;
  border-color: #182C5D;
}

.btn-outline-1xbetdark:focus,
.btn-outline-1xbetdark.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 44, 93, 0.5);
}

.btn-outline-1xbetdark.disabled,
.btn-outline-1xbetdark:disabled {
  color: #182C5D;
  background-color: transparent;
}

.btn-outline-1xbetdark:not(:disabled):not(.disabled):active,
.btn-outline-1xbetdark:not(:disabled):not(.disabled).active,
.show > .btn-outline-1xbetdark.dropdown-toggle {
  color: #fff;
  background-color: #182C5D;
  border-color: #182C5D;
}

.btn-outline-1xbetdark:not(:disabled):not(.disabled):active:focus,
.btn-outline-1xbetdark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-1xbetdark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(24, 44, 93, 0.5);
}

.btn-outline-telegramclr {
  color: #0088CC;
  border-color: #0088CC;
}

.btn-outline-telegramclr:hover {
  color: #fff;
  background-color: #0088CC;
  border-color: #0088CC;
}

.btn-outline-telegramclr:focus,
.btn-outline-telegramclr.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}

.btn-outline-telegramclr.disabled,
.btn-outline-telegramclr:disabled {
  color: #0088CC;
  background-color: transparent;
}

.btn-outline-telegramclr:not(:disabled):not(.disabled):active,
.btn-outline-telegramclr:not(:disabled):not(.disabled).active,
.show > .btn-outline-telegramclr.dropdown-toggle {
  color: #fff;
  background-color: #0088CC;
  border-color: #0088CC;
}

.btn-outline-telegramclr:not(:disabled):not(.disabled):active:focus,
.btn-outline-telegramclr:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-telegramclr.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #22272e;
  text-decoration: none;
}

.btn-link:hover {
  color: #010202;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1020px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #22272e;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #22272e;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1019.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1020px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 7.5px;
}

@media (min-width: 480px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 7.5px;
}

@media (min-width: 480px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 480px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #22272e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #010202;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 46, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #22272e;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0c0e11;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 46, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #ebebeb;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #d2d2d2;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #565f65;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #3f4549;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 95, 101, 0.5);
}

.badge-vk {
  color: #fff;
  background-color: #0077FF;
}

a.badge-vk:hover,
a.badge-vk:focus {
  color: #fff;
  background-color: #005fcc;
}

a.badge-vk:focus,
a.badge-vk.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 255, 0.5);
}

.badge-telegram {
  color: #fff;
  background-color: #0088cc;
}

a.badge-telegram:hover,
a.badge-telegram:focus {
  color: #fff;
  background-color: #006699;
}

a.badge-telegram:focus,
a.badge-telegram.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}

.badge-youtube {
  color: #fff;
  background-color: #ff0000;
}

a.badge-youtube:hover,
a.badge-youtube:focus {
  color: #fff;
  background-color: #cc0000;
}

a.badge-youtube:focus,
a.badge-youtube.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-gray {
  color: #fff;
  background-color: #8e8e8e;
}

a.badge-gray:hover,
a.badge-gray:focus {
  color: #fff;
  background-color: #757575;
}

a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 142, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #da4039;
}

a.badge-red:hover,
a.badge-red:focus {
  color: #fff;
  background-color: #bd2a23;
}

a.badge-red:focus,
a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 64, 57, 0.5);
}

.badge-brightred {
  color: #fff;
  background-color: #e00000;
}

a.badge-brightred:hover,
a.badge-brightred:focus {
  color: #fff;
  background-color: #ad0000;
}

a.badge-brightred:focus,
a.badge-brightred.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 0, 0, 0.5);
}

.badge-brightpink {
  color: #fff;
  background-color: #f9695f;
}

a.badge-brightpink:hover,
a.badge-brightpink:focus {
  color: #fff;
  background-color: #f73b2e;
}

a.badge-brightpink:focus,
a.badge-brightpink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 105, 95, 0.5);
}

.badge-darkcard {
  color: #fff;
  background-color: #424b59;
}

a.badge-darkcard:hover,
a.badge-darkcard:focus {
  color: #fff;
  background-color: #2c323c;
}

a.badge-darkcard:focus,
a.badge-darkcard.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(66, 75, 89, 0.5);
}

.badge-pinky {
  color: #212529;
  background-color: #ff89cb;
}

a.badge-pinky:hover,
a.badge-pinky:focus {
  color: #212529;
  background-color: #ff56b5;
}

a.badge-pinky:focus,
a.badge-pinky.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 203, 0.5);
}

.badge-highlight {
  color: #fff;
  background-color: #1dab3d;
}

a.badge-highlight:hover,
a.badge-highlight:focus {
  color: #fff;
  background-color: #167f2d;
}

a.badge-highlight:focus,
a.badge-highlight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 171, 61, 0.5);
}

.badge-bad {
  color: #212529;
  background-color: #ff6a6a;
}

a.badge-bad:hover,
a.badge-bad:focus {
  color: #212529;
  background-color: #ff3737;
}

a.badge-bad:focus,
a.badge-bad.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 106, 0.5);
}

.badge-good {
  color: #fff;
  background-color: #3eb100;
}

a.badge-good:hover,
a.badge-good:focus {
  color: #fff;
  background-color: #2c7e00;
}

a.badge-good:focus,
a.badge-good.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 177, 0, 0.5);
}

.badge-lightgray {
  color: #212529;
  background-color: #cacaca;
}

a.badge-lightgray:hover,
a.badge-lightgray:focus {
  color: #212529;
  background-color: #b1b1b1;
}

a.badge-lightgray:focus,
a.badge-lightgray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}

.badge-1xbetlight {
  color: #fff;
  background-color: #3476C9;
}

a.badge-1xbetlight:hover,
a.badge-1xbetlight:focus {
  color: #fff;
  background-color: #2a5ea0;
}

a.badge-1xbetlight:focus,
a.badge-1xbetlight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 118, 201, 0.5);
}

.badge-1xbetdark {
  color: #fff;
  background-color: #182C5D;
}

a.badge-1xbetdark:hover,
a.badge-1xbetdark:focus {
  color: #fff;
  background-color: #0e1934;
}

a.badge-1xbetdark:focus,
a.badge-1xbetdark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 44, 93, 0.5);
}

.badge-telegramclr {
  color: #fff;
  background-color: #0088CC;
}

a.badge-telegramclr:hover,
a.badge-telegramclr:focus {
  color: #fff;
  background-color: #006699;
}

a.badge-telegramclr:focus,
a.badge-telegramclr.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #121418;
  background-color: #d3d4d5;
  border-color: #c1c3c4;
}

.alert-primary hr {
  border-top-color: #b4b6b8;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #7a7a7a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.alert-secondary hr {
  border-top-color: #ececec;
}

.alert-secondary .alert-link {
  color: #616161;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #2d3135;
  background-color: #dddfe0;
  border-color: #d0d2d4;
}

.alert-dark hr {
  border-top-color: #c3c5c8;
}

.alert-dark .alert-link {
  color: #161819;
}

.alert-vk {
  color: #003e85;
  background-color: #cce4ff;
  border-color: #b8d9ff;
}

.alert-vk hr {
  border-top-color: #9fcbff;
}

.alert-vk .alert-link {
  color: #002652;
}

.alert-telegram {
  color: #00476a;
  background-color: #cce7f5;
  border-color: #b8def1;
}

.alert-telegram hr {
  border-top-color: #a3d4ed;
}

.alert-telegram .alert-link {
  color: #002537;
}

.alert-youtube {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

.alert-youtube hr {
  border-top-color: #ff9f9f;
}

.alert-youtube .alert-link {
  color: #520000;
}

.alert-gray {
  color: #4a4a4a;
  background-color: #e8e8e8;
  border-color: #dfdfdf;
}

.alert-gray hr {
  border-top-color: #d2d2d2;
}

.alert-gray .alert-link {
  color: #313131;
}

.alert-red {
  color: #71211e;
  background-color: #f8d9d7;
  border-color: #f5cac8;
}

.alert-red hr {
  border-top-color: #f1b5b2;
}

.alert-red .alert-link {
  color: #491513;
}

.alert-brightred {
  color: #740000;
  background-color: #f9cccc;
  border-color: #f6b8b8;
}

.alert-brightred hr {
  border-top-color: #f3a1a1;
}

.alert-brightred .alert-link {
  color: #410000;
}

.alert-brightpink {
  color: #813731;
  background-color: #fee1df;
  border-color: #fdd5d2;
}

.alert-brightpink hr {
  border-top-color: #fcbeba;
}

.alert-brightpink .alert-link {
  color: #5c2723;
}

.alert-darkcard {
  color: #22272e;
  background-color: #d9dbde;
  border-color: #cacdd1;
}

.alert-darkcard hr {
  border-top-color: #bcc0c5;
}

.alert-darkcard .alert-link {
  color: #0c0e11;
}

.alert-pinky {
  color: #85476a;
  background-color: #ffe7f5;
  border-color: #ffdef0;
}

.alert-pinky hr {
  border-top-color: #ffc5e4;
}

.alert-pinky .alert-link {
  color: #643550;
}

.alert-highlight {
  color: #0f5920;
  background-color: #d2eed8;
  border-color: #c0e7c9;
}

.alert-highlight hr {
  border-top-color: #aee0b9;
}

.alert-highlight .alert-link {
  color: #082d10;
}

.alert-bad {
  color: #853737;
  background-color: #ffe1e1;
  border-color: #ffd5d5;
}

.alert-bad hr {
  border-top-color: #ffbcbc;
}

.alert-bad .alert-link {
  color: #612828;
}

.alert-good {
  color: #205c00;
  background-color: #d8efcc;
  border-color: #c9e9b8;
}

.alert-good hr {
  border-top-color: #bae3a5;
}

.alert-good .alert-link {
  color: #0e2900;
}

.alert-lightgray {
  color: dimgray;
  background-color: #f4f4f4;
  border-color: #f0f0f0;
}

.alert-lightgray hr {
  border-top-color: #e3e3e3;
}

.alert-lightgray .alert-link {
  color: #505050;
}

.alert-1xbetlight {
  color: #1b3d69;
  background-color: #d6e4f4;
  border-color: #c6d9f0;
}

.alert-1xbetlight hr {
  border-top-color: #b2cceb;
}

.alert-1xbetlight .alert-link {
  color: #112540;
}

.alert-1xbetdark {
  color: #0c1730;
  background-color: #d1d5df;
  border-color: #bec4d2;
}

.alert-1xbetdark hr {
  border-top-color: #afb6c8;
}

.alert-1xbetdark .alert-link {
  color: #020307;
}

.alert-telegramclr {
  color: #00476a;
  background-color: #cce7f5;
  border-color: #b8def1;
}

.alert-telegramclr hr {
  border-top-color: #a3d4ed;
}

.alert-telegramclr .alert-link {
  color: #002537;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #22272e;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
  margin-bottom: 0;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
}

@media (min-width: 480px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1020px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #121418;
  background-color: #c1c3c4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #121418;
  background-color: #b4b6b8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #121418;
  border-color: #121418;
}

.list-group-item-secondary {
  color: #7a7a7a;
  background-color: #f9f9f9;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7a7a7a;
  background-color: #ececec;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #2d3135;
  background-color: #d0d2d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #2d3135;
  background-color: #c3c5c8;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2d3135;
  border-color: #2d3135;
}

.list-group-item-vk {
  color: #003e85;
  background-color: #b8d9ff;
}

.list-group-item-vk.list-group-item-action:hover,
.list-group-item-vk.list-group-item-action:focus {
  color: #003e85;
  background-color: #9fcbff;
}

.list-group-item-vk.list-group-item-action.active {
  color: #fff;
  background-color: #003e85;
  border-color: #003e85;
}

.list-group-item-telegram {
  color: #00476a;
  background-color: #b8def1;
}

.list-group-item-telegram.list-group-item-action:hover,
.list-group-item-telegram.list-group-item-action:focus {
  color: #00476a;
  background-color: #a3d4ed;
}

.list-group-item-telegram.list-group-item-action.active {
  color: #fff;
  background-color: #00476a;
  border-color: #00476a;
}

.list-group-item-youtube {
  color: #850000;
  background-color: #ffb8b8;
}

.list-group-item-youtube.list-group-item-action:hover,
.list-group-item-youtube.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}

.list-group-item-youtube.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-gray {
  color: #4a4a4a;
  background-color: #dfdfdf;
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #4a4a4a;
  background-color: #d2d2d2;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.list-group-item-red {
  color: #71211e;
  background-color: #f5cac8;
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #71211e;
  background-color: #f1b5b2;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #71211e;
  border-color: #71211e;
}

.list-group-item-brightred {
  color: #740000;
  background-color: #f6b8b8;
}

.list-group-item-brightred.list-group-item-action:hover,
.list-group-item-brightred.list-group-item-action:focus {
  color: #740000;
  background-color: #f3a1a1;
}

.list-group-item-brightred.list-group-item-action.active {
  color: #fff;
  background-color: #740000;
  border-color: #740000;
}

.list-group-item-brightpink {
  color: #813731;
  background-color: #fdd5d2;
}

.list-group-item-brightpink.list-group-item-action:hover,
.list-group-item-brightpink.list-group-item-action:focus {
  color: #813731;
  background-color: #fcbeba;
}

.list-group-item-brightpink.list-group-item-action.active {
  color: #fff;
  background-color: #813731;
  border-color: #813731;
}

.list-group-item-darkcard {
  color: #22272e;
  background-color: #cacdd1;
}

.list-group-item-darkcard.list-group-item-action:hover,
.list-group-item-darkcard.list-group-item-action:focus {
  color: #22272e;
  background-color: #bcc0c5;
}

.list-group-item-darkcard.list-group-item-action.active {
  color: #fff;
  background-color: #22272e;
  border-color: #22272e;
}

.list-group-item-pinky {
  color: #85476a;
  background-color: #ffdef0;
}

.list-group-item-pinky.list-group-item-action:hover,
.list-group-item-pinky.list-group-item-action:focus {
  color: #85476a;
  background-color: #ffc5e4;
}

.list-group-item-pinky.list-group-item-action.active {
  color: #fff;
  background-color: #85476a;
  border-color: #85476a;
}

.list-group-item-highlight {
  color: #0f5920;
  background-color: #c0e7c9;
}

.list-group-item-highlight.list-group-item-action:hover,
.list-group-item-highlight.list-group-item-action:focus {
  color: #0f5920;
  background-color: #aee0b9;
}

.list-group-item-highlight.list-group-item-action.active {
  color: #fff;
  background-color: #0f5920;
  border-color: #0f5920;
}

.list-group-item-bad {
  color: #853737;
  background-color: #ffd5d5;
}

.list-group-item-bad.list-group-item-action:hover,
.list-group-item-bad.list-group-item-action:focus {
  color: #853737;
  background-color: #ffbcbc;
}

.list-group-item-bad.list-group-item-action.active {
  color: #fff;
  background-color: #853737;
  border-color: #853737;
}

.list-group-item-good {
  color: #205c00;
  background-color: #c9e9b8;
}

.list-group-item-good.list-group-item-action:hover,
.list-group-item-good.list-group-item-action:focus {
  color: #205c00;
  background-color: #bae3a5;
}

.list-group-item-good.list-group-item-action.active {
  color: #fff;
  background-color: #205c00;
  border-color: #205c00;
}

.list-group-item-lightgray {
  color: dimgray;
  background-color: #f0f0f0;
}

.list-group-item-lightgray.list-group-item-action:hover,
.list-group-item-lightgray.list-group-item-action:focus {
  color: dimgray;
  background-color: #e3e3e3;
}

.list-group-item-lightgray.list-group-item-action.active {
  color: #fff;
  background-color: dimgray;
  border-color: dimgray;
}

.list-group-item-1xbetlight {
  color: #1b3d69;
  background-color: #c6d9f0;
}

.list-group-item-1xbetlight.list-group-item-action:hover,
.list-group-item-1xbetlight.list-group-item-action:focus {
  color: #1b3d69;
  background-color: #b2cceb;
}

.list-group-item-1xbetlight.list-group-item-action.active {
  color: #fff;
  background-color: #1b3d69;
  border-color: #1b3d69;
}

.list-group-item-1xbetdark {
  color: #0c1730;
  background-color: #bec4d2;
}

.list-group-item-1xbetdark.list-group-item-action:hover,
.list-group-item-1xbetdark.list-group-item-action:focus {
  color: #0c1730;
  background-color: #afb6c8;
}

.list-group-item-1xbetdark.list-group-item-action.active {
  color: #fff;
  background-color: #0c1730;
  border-color: #0c1730;
}

.list-group-item-telegramclr {
  color: #00476a;
  background-color: #b8def1;
}

.list-group-item-telegramclr.list-group-item-action:hover,
.list-group-item-telegramclr.list-group-item-action:focus {
  color: #00476a;
  background-color: #a3d4ed;
}

.list-group-item-telegramclr.list-group-item-action.active {
  color: #fff;
  background-color: #00476a;
  border-color: #00476a;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #22272e !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0c0e11 !important;
}

.bg-secondary {
  background-color: #ebebeb !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d2d2d2 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #565f65 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3f4549 !important;
}

.bg-vk {
  background-color: #0077FF !important;
}

a.bg-vk:hover,
a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  background-color: #005fcc !important;
}

.bg-telegram {
  background-color: #0088cc !important;
}

a.bg-telegram:hover,
a.bg-telegram:focus,
button.bg-telegram:hover,
button.bg-telegram:focus {
  background-color: #006699 !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

a.bg-youtube:hover,
a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #cc0000 !important;
}

.bg-gray {
  background-color: #8e8e8e !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #757575 !important;
}

.bg-red {
  background-color: #da4039 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #bd2a23 !important;
}

.bg-brightred {
  background-color: #e00000 !important;
}

a.bg-brightred:hover,
a.bg-brightred:focus,
button.bg-brightred:hover,
button.bg-brightred:focus {
  background-color: #ad0000 !important;
}

.bg-brightpink {
  background-color: #f9695f !important;
}

a.bg-brightpink:hover,
a.bg-brightpink:focus,
button.bg-brightpink:hover,
button.bg-brightpink:focus {
  background-color: #f73b2e !important;
}

.bg-darkcard {
  background-color: #424b59 !important;
}

a.bg-darkcard:hover,
a.bg-darkcard:focus,
button.bg-darkcard:hover,
button.bg-darkcard:focus {
  background-color: #2c323c !important;
}

.bg-pinky {
  background-color: #ff89cb !important;
}

a.bg-pinky:hover,
a.bg-pinky:focus,
button.bg-pinky:hover,
button.bg-pinky:focus {
  background-color: #ff56b5 !important;
}

.bg-highlight {
  background-color: #1dab3d !important;
}

a.bg-highlight:hover,
a.bg-highlight:focus,
button.bg-highlight:hover,
button.bg-highlight:focus {
  background-color: #167f2d !important;
}

.bg-bad {
  background-color: #ff6a6a !important;
}

a.bg-bad:hover,
a.bg-bad:focus,
button.bg-bad:hover,
button.bg-bad:focus {
  background-color: #ff3737 !important;
}

.bg-good {
  background-color: #3eb100 !important;
}

a.bg-good:hover,
a.bg-good:focus,
button.bg-good:hover,
button.bg-good:focus {
  background-color: #2c7e00 !important;
}

.bg-lightgray {
  background-color: #cacaca !important;
}

a.bg-lightgray:hover,
a.bg-lightgray:focus,
button.bg-lightgray:hover,
button.bg-lightgray:focus {
  background-color: #b1b1b1 !important;
}

.bg-1xbetlight {
  background-color: #3476C9 !important;
}

a.bg-1xbetlight:hover,
a.bg-1xbetlight:focus,
button.bg-1xbetlight:hover,
button.bg-1xbetlight:focus {
  background-color: #2a5ea0 !important;
}

.bg-1xbetdark {
  background-color: #182C5D !important;
}

a.bg-1xbetdark:hover,
a.bg-1xbetdark:focus,
button.bg-1xbetdark:hover,
button.bg-1xbetdark:focus {
  background-color: #0e1934 !important;
}

.bg-telegramclr {
  background-color: #0088CC !important;
}

a.bg-telegramclr:hover,
a.bg-telegramclr:focus,
button.bg-telegramclr:hover,
button.bg-telegramclr:focus {
  background-color: #006699 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #22272e !important;
}

.border-secondary {
  border-color: #ebebeb !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #565f65 !important;
}

.border-vk {
  border-color: #0077FF !important;
}

.border-telegram {
  border-color: #0088cc !important;
}

.border-youtube {
  border-color: #ff0000 !important;
}

.border-gray {
  border-color: #8e8e8e !important;
}

.border-red {
  border-color: #da4039 !important;
}

.border-brightred {
  border-color: #e00000 !important;
}

.border-brightpink {
  border-color: #f9695f !important;
}

.border-darkcard {
  border-color: #424b59 !important;
}

.border-pinky {
  border-color: #ff89cb !important;
}

.border-highlight {
  border-color: #1dab3d !important;
}

.border-bad {
  border-color: #ff6a6a !important;
}

.border-good {
  border-color: #3eb100 !important;
}

.border-lightgray {
  border-color: #cacaca !important;
}

.border-1xbetlight {
  border-color: #3476C9 !important;
}

.border-1xbetdark {
  border-color: #182C5D !important;
}

.border-telegramclr {
  border-color: #0088CC !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1020px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1020px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 1020px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1020px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 1020px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #22272e !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #010202 !important;
}

.text-secondary {
  color: #ebebeb !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #c5c5c5 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #565f65 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #33383c !important;
}

.text-vk {
  color: #0077FF !important;
}

a.text-vk:hover,
a.text-vk:focus {
  color: #0053b3 !important;
}

.text-telegram {
  color: #0088cc !important;
}

a.text-telegram:hover,
a.text-telegram:focus {
  color: #005580 !important;
}

.text-youtube {
  color: #ff0000 !important;
}

a.text-youtube:hover,
a.text-youtube:focus {
  color: #b30000 !important;
}

.text-gray {
  color: #8e8e8e !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #686868 !important;
}

.text-red {
  color: #da4039 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #a7251f !important;
}

.text-brightred {
  color: #e00000 !important;
}

a.text-brightred:hover,
a.text-brightred:focus {
  color: #940000 !important;
}

.text-brightpink {
  color: #f9695f !important;
}

a.text-brightpink:hover,
a.text-brightpink:focus {
  color: #f62415 !important;
}

.text-darkcard {
  color: #424b59 !important;
}

a.text-darkcard:hover,
a.text-darkcard:focus {
  color: #21262d !important;
}

.text-pinky {
  color: #ff89cb !important;
}

a.text-pinky:hover,
a.text-pinky:focus {
  color: #ff3da9 !important;
}

.text-highlight {
  color: #1dab3d !important;
}

a.text-highlight:hover,
a.text-highlight:focus {
  color: #126a26 !important;
}

.text-bad {
  color: #ff6a6a !important;
}

a.text-bad:hover,
a.text-bad:focus {
  color: #ff1e1e !important;
}

.text-good {
  color: #3eb100 !important;
}

a.text-good:hover,
a.text-good:focus {
  color: #236500 !important;
}

.text-lightgray {
  color: #cacaca !important;
}

a.text-lightgray:hover,
a.text-lightgray:focus {
  color: #a4a4a4 !important;
}

.text-1xbetlight {
  color: #3476C9 !important;
}

a.text-1xbetlight:hover,
a.text-1xbetlight:focus {
  color: #24528c !important;
}

.text-1xbetdark {
  color: #182C5D !important;
}

a.text-1xbetdark:hover,
a.text-1xbetdark:focus {
  color: #080f20 !important;
}

.text-telegramclr {
  color: #0088CC !important;
}

a.text-telegramclr:hover,
a.text-telegramclr:focus {
  color: #005580 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "\41E\431\44B\447\43D\44B\439";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "\417\430\433\43E\43B\43E\432\43E\43A   1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "\417\430\433\43E\43B\43E\432\43E\43A   2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "\417\430\433\43E\43B\43E\432\43E\43A   3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "\417\430\433\43E\43B\43E\432\43E\43A   4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "\417\430\433\43E\43B\43E\432\43E\43A   5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "\417\430\433\43E\43B\43E\432\43E\43A   6";
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "\41E\431\44B\447\43D\44B\439";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "\41C\430\43B\435\43D\44C\43A\438\439";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "\411\43E\43B\44C\448\43E\439";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "\41E\433\440\43E\43C\43D\44B\439";
}

.ql-snow .ql-tooltip::before {
  content: "\41F\43E\441\435\442\438\442\44C   URL:";
}

.down-banner {
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.down-banner-container {
  position: relative;
}

a.down-banner-close {
  position: absolute;
  right: 1rem;
  top: -2rem;
}

@media (min-width: 1020px) {
  a.down-banner-close {
    right: -24px;
    top: -24px;
  }
}

.site-top-banner img {
  max-width: 100%;
  height: auto;
}

.avatar-online-badge {
  position: relative;
  bottom: 15px;
}

.avatar-online-badge p {
  margin: 0px;
}

.main-page-card-body h1 {
  font-size: 1rem;
}

.main-page-card-body h2 {
  font-size: 1.5rem;
}

.main-page-card-body h3 {
  font-size: 1.4rem;
}

.main-page-card-header {
  font-size: 1.5rem;
  margin: 0;
}

.lnxScrollToTop {
  background: #ffffff36 !important;
}

@media (max-width: 1279.98px) {
  .ql-tooltip {
    white-space: normal !important;
    width: 80%;
  }
}

.font-weight-600 {
  font-weight: 600;
}

.forum-stat {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 1279.98px) {
  .forum-stat {
    font-size: 0.8rem;
  }
}

blockquote img {
  max-width: 100%;
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.inner-content h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  padding-top: 1rem;
}

.navbar {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: 30px;
  padding: 0;
  height: 60px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #A7A9AB;
  height: 60px;
  padding-top: 1rem;
}

li.nav-item.active:after {
  content: "";
  display: block;
  margin: auto auto 3px;
  height: 2px;
  width: 100%;
  background: #e26d68;
}

a.nav-link.active {
  color: #ffffff !important;
}

.navlink-anim li:after {
  content: "";
  display: block;
  margin: auto auto 3px;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.navlink-anim li:hover:after {
  width: 100%;
  background: #e26d68;
}

.nav-gift {
  width: 39px;
  cursor: pointer;
}

.popover {
  z-index: 1020 !important;
}

.popover-header {
  text-align: center;
}

.popover-body img {
  width: 100% !important;
  height: auto;
}

.pop-userinfo .name {
  font-weight: 400;
}

.pop-userinfo p {
  margin: 0;
}

@media (max-width: 479.98px) {
  .member-status-container {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    width: 75%;
    margin: 0 auto;
  }
}

.member-status {
  font-size: 0.8rem;
}

.status {
  font-size: 0.8rem;
}

.stars {
  font-size: 0.9rem;
}

@media (max-width: 1279.98px) {
  .stars {
    font-size: 0.7rem;
  }
}

.star {
  color: #FFD700;
}

.urls {
  font-size: 1.2rem;
}

@media (max-width: 479.98px) {
  .urls {
    font-size: 1.2rem;
    margin-top: -3px;
  }
}

.profile-urls .urls {
  font-size: 2.5rem;
}

.profile-preview-urls > .profile-urls .urls {
  font-size: 1.7rem;
}

.profile-preview-statistics {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin: 0 -20px -20px -20px;
}

.profile-preview-statistics p {
  font-size: 1rem;
}

span.profile-preview-statistics-counter {
  font-size: 3rem;
}

.forum-username {
  font-size: 0.9rem;
}

.card-header {
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  /* Приближение из-за подстановки шрифтов */
  line-height: 30px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 600;
  background-color: #e9ecef;
}

.bg-primary {
  border: 0;
}

.card-bookmakers-news {
  margin-bottom: 2rem;
}

.card-bookmakers-news .card {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.card-bookmakers-news .card .card-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
}

.bg-darkcard a {
  color: #fff;
}

.card {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

footer {
  background-color: #22272e;
  height: 288px;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  color: #fff;
}

footer ul.navbar-nav {
  flex-direction: row;
  color: #fff;
  justify-content: space-evenly;
}

footer ul.navbar-nav li a {
  font-family: Montserrat, sans-serif;
  color: #6683b3;
}

footer ul.navbar-nav li a:hover {
  color: #fff;
}

footer .copyright {
  font-family: Montserrat, sans-serif;
  color: #4f668b;
}

.footer-links {
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(83, 98, 120, 0.37);
}

.footer-copyright {
  padding-top: 1rem;
}

input.nav-search-field {
  border-radius: 20px;
  background-color: #fff0;
}

.top-indik {
  text-align: right;
}

.tops h5 {
  font-size: 0.9rem;
  font-weight: 500;
}

.tops p {
  color: #A6AEB5;
  font-size: 0.8rem;
}

.tops a {
  color: #fff;
  text-decoration: none;
}

.tops a:hover {
  text-decoration: underline;
}

.top-indik {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.top-indik .value {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.top-footer {
  text-align: center;
  font-size: 0.8rem;
}

.title {
  font-family: Montserrat, sans-serif;
  color: #7b8388;
  font-weight: 700;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.title-inner {
  margin: 0;
  margin-bottom: 1.9rem;
}

.card-inner {
  background: url("/themes/stavkiblog/assets/images/card-layer.png") center;
  background-size: cover;
}

.card-parameters-row {
  background: #00000082;
  margin: -21px;
  padding-top: 21px;
  padding-right: 11px;
  padding-left: 11px;
  padding-bottom: 11px;
  margin-top: auto;
}

.rating-mark-inner .rating-mark-title,
.rating-mark-inner .rating-mark-value,
.rating-mark-inner .rating-mark-value .rating-mark-value-current {
  color: #fff;
}

.card-parameters-row .rating-parameter p {
  margin: 0;
  margin-bottom: 3px;
  color: #fff;
}

.breadcrumb {
  background: 0;
  font-family: Montserrat, sans-serif;
  color: #abb6bd;
  font-size: 12.73px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: 30px;
  /* Приближение из-за подстановки шрифтов */
  text-align: left;
  transform: scaleY(1.0212);
  /* свойства ширины и высоты были исключены, поскольку было выполнено трансформирование */
  margin: 0px 0px 1.1rem;
  padding: 0 0 0 0.3rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.inner-content {
  font-family: Open Sans, sans-serif;
  color: #5a5a5a;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 5rem;
}

.inner-content p {
  margin-bottom: 0.7rem;
}

.inner-content img {
  max-width: 100%;
  cursor: pointer;
}

.content img {
  max-width: 100%;
}

.rating-category-menu ul {
  list-style: none;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b1b6bd;
  padding: 0 0 10px;
}

.rating-category-menu ul li {
  display: inline;
  padding-right: 2rem;
}

.rating-category-menu ul li a {
  font-family: Montserrat, sans-serif;
  color: #abb6bd;
  font-size: 20px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: 30px;
  /* Приближение из-за подстановки шрифтов */
  text-align: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

.rating-category-menu ul li a.active {
  color: #7b8388;
  border-bottom: 4px solid;
  font-weight: 700;
  padding-bottom: 10px;
}

.rating-category-description {
  font-family: Open Sans, sans-serif;
  color: #5a5a5a;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}

.rating-card-header h3 {
  font-family: Montserrat, sans-serif;
  color: #212529;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.col.rating-buttons {
  text-align: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.rating-buttons .btn {
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rating-buttons a.btn {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.rating-buttons a.btn.btn-outline-darkcard {
  color: #000;
}

.rating-buttons a.btn.btn-outline-darkcard:hover {
  color: #fff;
}

.rating-buttons a {
  font-family: Montserrat, sans-serif;
  color: #f9695f;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
}

.rating-buttons-comments {
  font-family: Montserrat, sans-serif;
  color: #7b8388;
  font-weight: 400;
}

.rating-mark-title {
  font-family: Open Sans, sans-serif;
  color: #7b8388;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 600;
}

span.rating-mark-value-current {
  font-family: Montserrat, sans-serif;
  color: #222c3c;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

.rating-mark-value {
  font-family: Montserrat, sans-serif;
  color: #9ca2a6;
  font-size: 2rem;
  font-weight: 400;
}

.rating-parameter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-family: Montserrat;
  color: #7b8388;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 600;
}

.col.rating-parameter p {
  padding: 0;
  margin: 0;
}

p.rating-parameter-title {
  font-family: Open Sans;
  color: #7b8388;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 600;
  text-align: center;
}

.btn-xxl {
  padding: 9px;
}

.comment .card-header {
  background-color: #fff;
  border: 0;
}

.comment .card-body {
  padding-top: 0rem;
  font-weight: 600;
  font-size: 0.9em;
  color: #7b8388;
}

.comment {
  font-family: Open Sans, sans-serif;
  color: rgba(90, 90, 90, 0.59);
}

.comment-avatar {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 15px;
}

.comment .card-header {
  font-weight: normal;
}

.comment .card-header p {
  padding: 0;
  margin: 0;
  line-height: 1.4rem;
}

.comment-answer a {
  font-family: Montserrat, sans-serif;
  color: #898989;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
}

.last-comment h5 {
  font-size: 14px;
}

.last-comment {
  font-size: 0.8rem;
  margin-top: 1.2rem;
}

.last-comment:first-child {
  margin-top: 0;
}

.img-rounded {
  border-radius: 50px;
}

.card-deck-blog {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.card-deck-blog .card {
  margin-right: 1rem;
  width: 49%;
}

.card-deck-blog .card:last-child {
  margin-right: 0;
}

.rating-category-menu a.nav-link.active {
  font-family: Montserrat, sans-serif;
  color: #abb6bd;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: initial;
}

.rating-category-menu ul.nav.nav-pills {
  list-style: none;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b1b6bd;
  padding: 0px;
}

.rating-category-menu a.nav-link.active {
  color: #7b8388;
  border-bottom: 4px solid;
  font-weight: 700;
  padding-bottom: 10px;
}

.rating-category-menu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #7b8388;
  background-color: inherit;
}

span.forecast-time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}

.forecast-date-span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: -1rem;
}

.forecast {
  border: 2px solid #09aa4f;
  padding: 1rem;
  border-radius: 8px;
  padding-left: 58px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.forecast a {
  color: #08aa4f;
  text-decoration: underline;
}

.forecast p {
  padding: 0;
  margin: 0;
}

.forecast-img-wrapper {
  position: absolute;
  left: 15px;
  width: 30px;
}

.team-name {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.warning-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.warning-text {
  background-color: #F6F6F6;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.warning-footer {
  text-align: center;
  padding-top: 1rem;
}

.warning-footer .btn {
  border-radius: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.dismiss button {
  position: absolute;
  right: -12px;
  top: -12px;
  border: 0;
  border-radius: 100%;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem;
  box-shadow: -1px 3px 12px 0px #7b7b7b;
}

.dismiss button span {
  display: block;
  position: absolute;
  top: -2px;
  left: 7px;
}

.nav-forum-link a.nav-link:after {
  content: "\2022";
  font-size: 2rem;
  line-height: 0rem;
  color: #e11800;
  vertical-align: super;
}

.account-panel-avatar {
  cursor: pointer;
  text-align: center;
}

.account-panel-avatar img {
  border-radius: 5px;
}

ul.account-panel-controls {
  text-align: center;
}

div#uLogincc2d7f33 {
  text-align: center;
  margin-bottom: 1rem;
}

.post-content a {
  color: #f73b2e;
  font-weight: 600;
}

.post-content a:hover {
  color: #f73b2e;
  text-decoration: underline;
}

.card-news {
  width: 220px;
}

.text-small {
  font-size: 0.8em;
}

.subforums-title {
  font-weight: 600;
}

ul.subforums-list {
  padding-left: 2em;
}

.root-channel th {
  font-weight: 400;
}

.counter-column {
  font-weight: 400;
  color: #8d949c;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.channel-title-th {
  width: 50%;
}

.topic-title {
  width: 35%;
}

.text blockquote {
  padding-left: 0.8rem;
  border-left: 3px solid #4f97e0;
  background: aliceblue;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #22272e;
}

.text blockquote:hover {
  background: #e1f6ff;
}

div#replied {
  max-height: 90px;
  overflow: hidden;
}

.text iframe {
  max-width: 100%;
}

.text img {
  max-width: 100%;
}

td.activity-column {
  font-size: 0.8em;
}

.indicator-column {
  width: 56px;
}

.channel-info {
  font-size: 0.8rem;
}

.wysiwyg {
  min-height: 450px;
  overflow: hidden;
}

iframe.ql-video {
  width: 100%;
  height: 300px;
}

.textarea-emoji-control {
  top: initial !important;
  bottom: 10px;
}

.bem {
  margin: 4px !important;
}

#textarea-emoji {
  bottom: 40px;
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "\412\432\435\434\438\442\435   \441\441\44B\43B\43A\443   \43D\430   youtube:";
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: "\412\441\442\430\432\438\442\44C";
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "\412\432\435\434\438\442\435   \441\441\44B\43B\43A\443:";
}

.forum-post .text {
  font-size: 0.9em;
}

.forum-post .text a {
  color: #f9695f;
  text-decoration: underline;
}

.table .thead-dark th {
  border: none;
}

.alert-telegram {
  display: none;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}

.notification-stack {
  position: relative;
}

.notification-stack-badge {
  position: absolute;
  right: -10px;
  bottom: 20px;
}

@media (max-width: 1019.98px) {
  .channel-title-th {
    width: 80%;
  }

  .topic-title {
    width: 80%;
  }

  .alert-telegram {
    z-index: 20000;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    /* padding-top: 30px; */
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    background: #dddfe0d6;
  }

  .m-social-link {
    height: 40px;
  }
}

@media (max-width: 1279.98px) {
  .navbar {
    height: auto;
  }

  .navbar-expand-lg > .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-collapse {
    background: #22272e;
    z-index: 1001;
  }

  footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
  }

  footer ul.navbar-nav {
    display: inherit;
    -moz-column-count: 2;
         column-count: 2;
  }

  .card-news {
    width: auto;
  }

  .subscribe .img-fluid {
    max-width: 120px;
  }

  .subscribe .col {
    text-align: center;
  }

  .card-deck-blog {
    flex-direction: column;
  }

  .card-deck-blog .card {
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .rating-category-menu ul li {
    display: inline;
    padding-right: 1rem;
  }
}

.responsiv-uploader-fileupload.style-image-single .upload-object .info {
  height: 56px !important;
}

.bootstrap-debug {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  color: #00ff00;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 10000;
}

