/* Авторизация */
.form-to-center {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-signin label {
  color: #949494;
}

.form-signin {
  width: 100%;
  max-width: 450px;
  padding: 30px;
  margin: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 17%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 17%);
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin #email,
.form-signin #login,
.form-signin #password {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin #phone {
  border-radius: 0;
  margin-bottom: -1px;
}

.form-signin #register,
.form-signin #log_in,
.form-signin #restore_password {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* HEADER MENU */
.top-right-menu {
  position: absolute;
  right: 5px;
  top: 0px;
}

/* G-Menu */
.nav-scroller {
  overflow-y: hidden;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.nav-scroller__items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.nav-scroller__item {
  color: #424242;
  display: flex;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
}

.nav-scroller__item:not(:last-child) {
  border-right: 1px solid #eee;
}

.nav-scroller__item_active {
  background-color: #fff59d;
}

/* content */
.card.card-content {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 0px !important;
}

i.tariff_new {
  cursor: pointer;
}

#card_request_list {
  min-height: 150px;
}

.form-label {
  margin-top: 0.8rem;
  line-height: 1;
  color: #0164d9;
  font-size: 14px;
}

.dash_in {
  background-color: #fff3e6;
  padding: 15px;
  border-radius: 4px;
}

#data_table {
  font-size: 14px;
  line-height: 1.2;
}
#data_table tbody tr td {
  vertical-align: middle;
}

.history_in {
  background-color: #f2f4ff;
  padding: 15px;
  border-radius: 4px;
}

/* sweetalert2 */
.ajax_error {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
}

/* LOADER */
.loader-center {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.loader-center .loader-container-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* DEBUGGING */
#debugging_block {
  position: absolute;
  bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
}
