@import url("components/side-menu.03ecf2ec4be6.css");
@import url("components/richtext.180e27e87e93.css");
:root {
  --bronze-color: 213, 162, 66;
  --variable: rgb(213, 162, 66);

  --blue-color: 0, 77, 168;
  --variable: rgb(0, 77, 168);

  --white-color: 255, 255, 255;
  --variable: #ffffff;

  --main-text-color: 255, 255, 255;
  --variable: rgb(255, 255, 255);

  --black-color: 0, 0, 0;
  --variable: rgb(0, 0, 0);

  --main-color: 0, 77, 168;
  --variable: rgb(0, 77, 168);

  --input-background-color: 30, 99, 187;
  --variable: rgb(30, 99, 187);

  --hover-color: 78, 127, 187;
  --variable: rgb(255, 255, 255);

  --gold-color: 250, 215, 19;
  --variable: rgb(250, 215, 19);
  /* add-new-re-design-pages#2 */
  --gray-color: 162, 165, 173;
  --variable: rgb(217, 217, 217) --border: 217, 217, 217;
  --variable: rgb(217, 217, 217);

  --input-search-main: 231, 233, 237;
  --variable: rgb(231, 233, 237);

  --light-gray-color: 233, 233, 233;
  --variable: rgb(233, 233, 233);

  --body-background-color: 0, 77, 168;
  --variable: rgb(0, 77, 168);

  --light-color: 248, 249, 250;
  --variable: rgb(248, 249, 250);

  --danger-color: 207, 108, 108;
  --variable: rgb(207, 108, 108);

  --succes-color: 207, 108, 108;
  --variable: rgb(207, 108, 108);
}

@font-face {
 /*font-family: "Kz_Century_Gothic"; src: url("/static/css/fonts/KZ_GOTHIC_0.076394986eca.ttf") format("truetype");*/
  font-weight: normal;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}

html,
body {
  overflow-x: hidden;
  background: rgb(var(--body-background-color), 1);
  /* width: 100%; height: 100%; */
  /* min-width: 100vw; */
  /* min-height: 100vh; */
}

html {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  transition: 0.1s;
  font-family: "Kz_Century_Gothic", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

svg {
  overflow: visible;
}

img,
svg {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  max-width: 100%;
}

li {
  list-style-position: inside;
}

a,
p {
  margin: 0;
  padding: 0;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
}

a,
a:hover {
  cursor: default;
  /* color: inherit; */
}

a[href] {
  cursor: pointer;
  color: rgb(var(--black-color), 1);
}

a[href]:hover {
  cursor: pointer;
}

::selection {
  background-color: rgb(var(--gold-color), 0.75);
  color: rgb(var(--white-color), 1);
}

address {
  font-style: normal;
}

/*
SCROLL BAR
*/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(var(--white-color), 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(var(--bronze-color), 1);
}



.unSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.skeletonLoading *,
html.skeletonLoading *::placeholder {
  color: rgb(var(--white-color), 0) !important;
  background: rgb(var(--gray-color), 0.25) !important;
  border: none !important;
  animation: skeletonLoading 1s infinite alternate;
}

html.skeletonLoading img,
html.skeletonLoading svg {
  visibility: hidden;
  /* opacity: 0; */
}

@keyframes skeletonLoading {
  from {
    background: rgb(var(--white-color), 0.05) !important;
    filter: blur(2px);
  }
}

.OH {
  overflow: hidden !important;
}

.container {
  margin: 0 auto;
}

/* .page-container {
    max-width: 1700px;
    min-height: calc(100vh - 450px);
    margin: 0 auto;

    display: flex;
    align-items: flex-start;
} */

/* Main content */
.page-content {
  flex: 1;
  min-width: 0;
  /* prevents overflow */
}

/*.common-page-content p:not(:last-child) {
  padding-bottom: 10px;
}

.common-page-content p:not(:first-child) {
  padding-top: 10px;
}
*/
.menu_content div:first-child {
  margin-top: 0 !important;
}

/* Content */
.contentBlock {
  position: relative;
}

.contentBlock p {
  line-height: calc(1ex / 0.32);
}

blockquote {
  position: relative;
  line-height: 1.6;
  padding: 1rem;
  margin: 1rem 0;
  color: #555555;
  border-left: 8px solid rgb(var(--main-color));
  background: #ededed;
}

*:disabled {
  cursor: not-allowed;
}

@media (min-width: 1600px) {
  .has-right-menu .page-content .container {
    padding-right: max(0px, calc(980px - 50vw));
  }
}
