body {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  margin: 0 auto;
  color: #333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none !important;
  margin: 0 !important; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

.input-plus-login {
  display: flex;
  align-items: center;
  /*padding: .375rem .75rem;*/
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 0.25rem;
}
.default-link:hover {
  text-decoration: none;
}

/* Ant changings */

.editable-cell-2{
  padding: 4px 11px!important;
  border: 1px solid #fff!important;
  border-radius: 2px!important;
}

.editable-cell-2:hover{
  border: 1px solid #d9d9d9!important;
}

.ant-transfer-operation{
  align-items: flex-start;
  transform: rotate(0deg);
}

.ant-transfer-list{
  width: auto!important;
}

.table-input {
  width: 40% !important;
}

.ant-picker-time-panel-column {
  overflow: scroll !important;
}

.ant-collapse-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.ant-form-item-control {
  margin: 0 !important;
}

.ant-form-item-explain-error {
  position: absolute !important;
  top: 100%;
}

.ant-form-item-label {
  display: none !important;
}

.ant-form-item {
  margin: 0 !important;
}

.ant-input-number-handler-wrap {
  display: none !important;
}

.ant-card-head-title {
  font-size: 1.2em;
}

.ant-card-body {
  padding: 12px 24px !important;
}

.ant-modal-body {
  padding: 10px 24px !important;
}

.ant-tooltip-disabled-compatible-wrapper {
  width: 100%;
  height: 100%;
}

.ant-layout-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ant-layout-header {
  height: 75px !important;
  width: 100%;
  padding: 0 15px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .ant-layout-content,
  .ant-layout-header {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .ant-layout-content,
  .ant-layout-header {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .ant-layout-content,
  .ant-layout-header {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .ant-layout-content,
  .ant-layout-header {
    max-width: 1140px;
  }
}

.ant-drawer-close {
  padding: 15px !important;
}

/* ----------------- */

.user-pic {
  display: flex;
  align-items: center;
  font-size: 24px;
  border-radius: 20px;
  object-fit: cover;
}
.dropdown-menu {
  right: 0 !important;
  left: inherit !important;
}
/* Header */
.navbar-brand {
  font-weight: 600;
}
.navbar-nav {
  flex-direction: row !important;
}
.route-button {
  background: #ffffff;
  color: #333;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid #333;
  padding: 8px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  border-radius: 10px;
}
.route-button:hover {
  background: #0070f3;
  color: #fff;
  border: 1px solid #0070f3;
  transition: all 0.5s;
}
.nav-link {
  font-size: 16px;
  align-items: center;
}
.account-link,
.account-link:hover {
  color: #000000;
  text-decoration: none;
}
.badge {
  font-size: 14px !important;
  width: fit-content;
}
.spinner-block {
  position: absolute;
  top: 40%;
}
.account-name {
  font-size: 1em;
  margin-top: 12px;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0;
}
.account-role {
  font-size: 0.7em;
  margin-top: 0;
  margin-right: 20px;
  padding-top: 0;
  float: right;
}
.seminar-cogs {
  text-decoration: none;
  transition: 0.5s;
  color: #17a2b8;
}
.seminar-cogs:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
.order-modal {
  border: 1px solid #000;
}
.admin-as-user-input {
  width: 200px;
}
/* Main-page */
.main-page {
  height: 40vh;
  display: flex;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(https://cdn.pixabay.com/photo/2019/03/09/21/30/downtown-4045036_960_720.jpg);
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  width: 100%;
}
.main-title {
  font-size: 48px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  align-items: center;
  padding: 10vh;
  margin: auto;
}
.select-title {
  font-size: 18px;
  font-weight: 300;
}
.select-settings-seminar {
  font-size: 24px;
  font-weight: 600;
}
.occupants-modal {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
/* Placement-card */
.placement-card {
  background-color: #02476c;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
}
.form-control:focus {
  border: 1px solid #ced4da !important;
  border-color: none !important;
  box-shadow: none !important;
}

.place-card-adaptive {
  display: flex;
}
.place-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-right: auto;
  display: flex;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
.place-card-title:hover {
  color: #53a6ff !important;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
.place-card-date {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: flex;
  margin: 0;
}
.place-card-location {
  font-size: 18px;
  margin: 0;
  transition: 0.5s;
}
.map-pic {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.place-card-booked {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.fa-check-circle {
  font-size: 16px;
  font-weight: 300;
}
.place-card-address {
  font-size: 18px;
  margin-top: 20px;
}
.place-card-map-location {
  font-size: 14px;
  transition: 0.5s;
  align-items: center;
  text-decoration: none;
  color: #007bff;
}
.place-card-map-location:hover {
  text-decoration: none !important;
  color: #53a6ff !important;
}
.place-card-separator {
  margin: 0 7px;
  font-size: 18px;
  display: flex;
  font-weight: 300;
  align-items: center;
}
.place-card-free-space {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.place-card-free-seats {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
.place-card-free-rooms {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  display: flex;
  align-items: center;
}
.place-check-button {
  background-color: #fff;
  color: #000;
  text-align: center;
  transition: all 0.5s;
  border: none;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
  border-radius: 8px;
}
.place-check-button:hover {
  background-color: #ececec;
}

/* Dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* Placement-block */
.placement-block {
  padding: 30px 15px;
  background-color: #02476c;
  color: #fff;
  margin-bottom: 40px;
}
.place-button {
  background-color: #fff;
  color: #000;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid #02476c;
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  border-radius: 15px;
}
.button-active {
  background-color: #0070f3;
  color: #ffffff;
}
.button-disable {
  background-color: #dbdbdb;
}

/* Profile-page */
.profile-page {
  height: 100px;
  display: flex;
  background-image: linear-gradient(rgba(2, 71, 108, 1), rgba(2, 71, 108, 0.8));
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  width: 100%;
}
.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  object-fit: cover;
}

/* Login-page */
.login-title {
  font-size: 48px;
  display: flex;
  text-align: center;
  font-weight: 300;
  justify-content: center;
  margin: 0;
}
.login-subtitle {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.login-button {
  background: #0070f3;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 15px;
  margin: 20px 0;
}
.login-button:hover {
  background: #005ac7;
  transition: all 0.5s;
}
.login-icon {
  margin: 0 10px;
  font-size: 16px;
  color: #ffffff;
}
.logo {
  height: 60px;
}
.profile-image {
  font-size: 75px;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 77px;
  height: 79px;
}
.profile-image-block {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  top: 25px;
  width: 300px;
}
.profile-initials {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-left: 1.5rem;
}
.clip {
  white-space: nowrap; /* Запрещаем перенос строк */
  overflow: hidden; /* Обрезаем все, что не помещается в область */
  text-overflow: ellipsis;
}
.fa-user:before,
.fa-graduation-cap:before,
.fa-power-off:before {
  margin: auto;
}
.menu-pic {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
  margin-right: 10px;
}
.dropdown-item {
  padding: 0.25rem 1em !important;
}

/* Loader */

.spinner {
  height: 64px;
  width: 64px;
}

/* -------------- */

.await-on-link-check {
  font-size: 120px;
}
.await-on-link-title {
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
}
.await-on-link-subtitle {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 20px auto;
}

.animation-ctn {
  text-align: center;
  margin-top: 5em;
}

.w4rAnimated_checkmark svg {
  width: 120px;
  display: block;
}
.w4rAnimated_checkmark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.w4rAnimated_checkmark .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.w4rAnimated_checkmark .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.w4rAnimated_checkmark .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* other styles */

.management-title {
  display: flex;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 1.2rem;
  align-items: center;
}

.inlinesvg .svg svg {
  display: inline;
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

.modal-paragraph {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .ant-transfer{
    display: block!important;
  }
  .ant-transfer-operation{
    align-items: center;
    transform: rotate(90deg);
  }
  .main-title {
    font-size: 36px;
    padding: 7vh;
  }
  .mobile-input {
    width: 100% !important;
  }
  .table-input {
    width: 100% !important;
  }
  .ant-divider-horizontal.ant-divider-with-text{
    white-space: normal!important;
  }
}

@media screen and (max-width: 576px) {
  .main-title {
    font-size: 32px;
    padding: 5vh;
  }
  .admin-as-user-input {
    width: 60px;
    margin-right: 10px;
  }
  .btn {
    font-size: 12px;
  }
  .modal-title {
    font-size: 16px;
  }
  .logo {
    height: 40px;
  }
  .place-card-adaptive {
    display: block;
  }
  .place-check-button {
    margin-top: 10px;
  }
  .badge {
    font-size: 11px !important;
  }
}

.console-input.focus,
.console-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 none !important;
}

.console-output.focus,
.console-output:focus {
  -webkit-box-shadow: none !important;
  overflow: auto;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 none !important;
}

.console {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1000;
  opacity: 0.92;
}

@media screen and (max-width: 600px) {
  .console {
    position: static;
    opacity: 1;
    height: 40%;
  }
}
