html {
  font-family: sans-serif;
}

.form-center {
  width: 650px;
  margin: auto;
}

form {
  background: #ccc;
  margin: 10px auto;
  padding: 0 20px;
  border: 1px solid black;
  border-radius: 5px;
}

form div {
  margin: 20px auto;
}

form ol {
  padding-left: 0;
}

form li,
div>span {
  width: 340px;
  padding-left: 10px;
  line-height: 25px;
  height: 25px;
  background: #eee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  list-style-type: none;
  border: 1px solid black;
}

li {
  display: none;
}

form img {
  display: none;
}

form p {
  line-height: 32px;
  padding-left: 10px;
  margin-bottom: 0px;
}

form label,
form button,
#btnClose {
  background-color: #7f9ccb;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px ridge black;
  font-size: 0.8rem;
  height: auto;
}

.btn {
  width: 90px;
}

#btn-lb {
  width: 125px;
}

#search-lb {
  width: 125px;
  text-align: center;
}

form label:hover,
form button:hover,
#btnClose:hover {
  background-color: #2d5ba3;
  color: white;
  cursor: pointer;
}

form label:active,
form button:active,
#btnClose:active {
  background-color: #0d3f8f;
  color: white;
}

.regDiv {
  display: block;
  padding-top: 100px;
  text-align: center;
  width: 500px;
  padding-bottom: 15px;
}

.reg {
  width: 400px;
}

.required {
  color: rgb(213, 29, 29);
}

#q {
  font-size: 8px;
  cursor: pointer;
}

a {
  color: #0d3f8f;
  font-size: 10px;
  margin: 0 5px;
}

.index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
}

input[type=search] {
  width: 350px;
  height: 25px;
  background-color: #eee;
  border: 1px solid black;
  font-size: 18px;
  padding-left: 10px;
}

input[type=file] {
  display: none;
}

.select-file {
  display: inline-block;
  height: 25px;
  width: 340px;
  background-color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.div-select-file {
  height: 26px;
}

.iw-modal:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.iw-modal-wrapper {
  margin: auto;
  margin-top: 25vh;
}

.iw-modal-header {
  border-radius: 5px;
  color: white;
  text-align: center;
  padding: 25px;
  background: #7f9ccb;
  position: relative;
}

#btnClose {
  margin-top: 15px;
}

.iw-modal-title {
  font-size: 18px;
  color: #0d3f8f;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

/**MEDIA**/
@media (min-width: 350px) {
  .iw-modal-wrapper {
    max-width: 350px;
  }
}

.message {
  border: 1px solid black;
  border-radius: 5px;
  width: 300px;
}

.message p {
  font-size: 10px;
  line-height: 150%;
}

.valid {
  color: green;
  margin: 0 auto;
}

.valid:before {
  content: "✔";
}

.invalid {
  color: red;
  margin: 0 auto;
}

.invalid:before {
  content: "✖";
}

.validP2 {
  color: green;
  margin: 0 auto;
}

.validP2:before {
  content: "✔ Пароли совпадают";
}

.invalidP2 {
  color: red;
  margin: 0 auto;
}

.invalidP2:before {
  content: "✖ Пароли НЕ совпадают";
}

.visOff {
  display: none;
}

.visOn {
  display: block;
}

table.iksweb {
  width: 100%;
  border-collapse: collapse;
  height: auto;
  margin-bottom: 15px;
}

table.iksweb,
table.iksweb td,
table.iksweb th {
  border: 1px solid #595959;
}

table.iksweb td,
table.iksweb th {
  padding: 3px;
  width: 30px;
  height: 10px;
}

table.iksweb th {
  background: #4e6982;
  color: #fff;
  font-weight: normal;
}

td {
  text-align: center;
}

#nameSch {
  text-align: center;
  margin-top: 5px;
}

#topLink {
  margin-top: 15px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

textarea {
  height: 150px;
  resize: none
}

.headerName {
  text-align: left;
}

.headerNameFlex {
  display: flex;
  justify-content: space-between;
}

.headerYearsFlex {
  text-align: center;
}

.headerNameB {
  border-left-style: hidden !important;
  border-right-style: hidden !important;
}

table.iksweb tr:first-child {
  border-top-style: hidden;
}

.swal-modal span {
  border: none;
}

.swal-footer {
  text-align: center;
}

.swal-icon--error__x-mark span,
.swal-icon--success__line {
  padding: 0;
}

.swal-modal button {
  color: #2d5ba3;
}

.swal-text {
  text-align: center;
}

.swal-icon--success__ring {
  border: 4px solid hsla(98, 97%, 14%, 0.2);
}

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

.modal-content {
  width: 25%;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swal-icon--warning__body {
  padding: 0;
}

.years {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-top: 30px;
}

.checkboxes {
  background-color: #ccc;
}

.drop {
  display: none;
  margin: 0 0 5px 0;
}

.checkbox {
  border-radius: 5px;
  border: solid 1px;
}

.labelYears,
.labelYears:hover {
  background-color: transparent;
  border: none;
  padding: 0 5px;
  cursor: pointer;
  color: black;
  font-size: 18px;
}

#subscriptionTermination {
  font-size: 14px;
  color: red;
}

