/* Custom fonts */
/*@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital@0;1&family=Roboto:ital,wght@0,300;1,300&display=swap");*/

/* *{
    border: 1px solid red;
}*/

body {
  font-family: "IBM Plex Sans", sans-serif;
}

/* text */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 45px;
  color: white;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  color: white;
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}

h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-weight: 100;
  color: white;
  line-height: 150%;
}

.VRITabHead#nav-tab-Main,
.VRITabHead#nav-tab-Sec,
.VRITabHead#nav-tab-Cond,
.VRITabHead#nav-tab-General,
.TZTabHead#editor-nav-terzone,
.TZTabHead#editor-nav-ago {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-weight: 100;
    line-height: 150%;
}

h2#section {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 128%;
  color: black;
}

h2#subsection {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 128%;
  color: black;
}

a#help {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

a#help:hover {
  text-decoration: underline;
}

p#descriptionMessage {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #a9afb4;
}

.accordion-button {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px !important;
  font-style: normal;
  font-weight: normal;
  font-weight: 100;
  line-height: 150%;
}

/* Buttons */
.btn,
#loadButton {
  font-family: "IBM Plex Sans", sans-serif;
  align-items: center;
  padding: 8px 20px;
  color: #2595e5;
  background: #edf7fd;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-transform: none;
  box-shadow: none;
  border-radius: 0px;
}

.dropdown-item {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #a9afb4;
}

.btn.btn-success {
  border-radius: 3px;
}

div#EditorPart .btn {
  border-radius: 3px;
}

div#EditorPart .btn i {
  width: 20px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
#loadButton:focus,
#loadButton:hover {
  color: #1679bf;
  background-color: #d7effd;
  box-shadow: none;
  cursor: pointer;
}

/* Tables */
.critErrorMessage {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: red;
}

th,
td {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #54595c;
  vertical-align: middle;
}

.fa-check-circle {
  margin-left: 20px;
  color: #2595e5;
}

.table-hover > tbody > tr:hover {
  background-color: #def1fd;
}

.nav-link {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  color: #54595c;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #2595e5;
  background-color: #edf7fd;
  border-color: #2595e5;
}

.nav-tabs .nav-link:hover {
  background-color: #f5fbff;
}

.accordion-button:not(.collapsed) {
  color: #2595e5;
}

.rowSelected {
  background-color: #cadeeb !important;
}

.nodata-input {
  border: 1px solid #ea0909;
  background-color: #ff00001a;
}

.required-field:invalid {
  border: 1px solid #ea0909;
  background-color: #ffe5e5;
}

ul.dropdown-menu {
  min-width: 40vw !important;
  max-width: 100vw;
}

ul.dropdown-menu li span.text {
  text-wrap: wrap;
}

ul.dropdown-menu li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}

.warning-icon-space{
  padding-left: 41px !important
}

ul.dropdown-menu>li>a.warning-icon-space{
padding-left: 10px;
}
ul.dropdown-menu>li>a.warning-style{
  padding-left: 10px;
}

ul.dropdown-menu>li>a.warning-icon-space span.text {
  margin-left: 4px;
}
ul.dropdown-menu>li>a.warning-style span.text {
  margin-left: 4px;
}
.custom-close {
    background: transparent; /* фон такой же как у модального окна */
    border: none; /* убираем рамку */
    font-size: 1.5rem; /* размер крестика */
    line-height: 1;
    color: #000; /* крестик чёрный */
    opacity: 0.7;
}

    .custom-close:hover {
        opacity: 1; /* при наведении становится ярче */
    }