* {
  margin: 0;
  padding: 0; 
}

body {
  font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body,
.navbar,
.navbar-brand,
.dropdown-toggle,
.dropdown-menu,
.dropdown-menu a,
.container {
  transition: background-color 0.5s ease;
}

/*
h2,form {
  margin: 20px 0 0 20px;

}

input#name, input#url, input#executor {
    width:500px;
}

input#start_time, input#end_time {
  width: 50px;
  text-align: center;
}

label {
  display: inline-block;
  width: 200px;
  margin-bottom: 15px;
}

label.checks {
  display: inline-block;
  width: 50px;
  margin-bottom: 15px;
}

*/

/* ****************************************** */

/* Navbar */

.navbar       {
  justify-content: space-between; 
}

.navbar-brand {
  padding-left: 20px;
}

.toggle-theme {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: -13px 80px 0 0;
}

.toggle-theme .toggle-label {
  font-size: 18px;
  margin-right: 10px;
}

.toggle-theme input[type="checkbox"] {
  display: none;
}

.toggle-theme .slider {
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 15px;
  position: relative;
}

.toggle-theme .slider:before {
  content: "🌙"; /* Иконка луны */
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}

.toggle-theme input[type="checkbox"]:checked + .slider:before {
  content: "🌞"; /* Иконка солнца */
  
  transform: translateX(30px);
}

.col-md-4 .btn,
.col-md-3 .btn {
  display: block;

}

/* Контейнер */ 

.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}

/* #label_filter_option,
#label_start_date
#label_end_date {
  padding-bottom: 15px;
} */

#start_date,
#end_date, 
#button_submit {
  margin-right: 15px;
}

/* #button_submit_filter,
#button_reset_filter {
  width: inherit !important;
} */

#button_submit, #button_reset {
  width: 100px;
}

table.monitoringi {
  width: 100%;
  margin-bottom: 20px;
}
 
table.monitoringi tbody,
table.monitoringi tr th, 
table.monitoringi tr, 
table.monitoringi td  {
  border-width: 1px !important;
}

table.monitoringi tr th,
table.monitoringi td  {
  padding: 5px;
}

.login-form {
  padding-top: 5%;
}

.user_edit_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: none;
}

.user_edit_btns .edit-btn,
.user_edit_btns .delete-btn {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}

.card-header {
  font-size: 23px;

}

.card-body .form-group {
  padding-bottom: 10px;
}

div.col-md-3,
div.col-md-6,
div.col-md-12 {
  padding-bottom: 15px;
}

div.col-md-3 label,
div.col-md-6 label,
div.col-md-12 label {
  padding-bottom: 5px;
  font-size: large;
}

.col-md-6 .checks {
  padding-right: 10px;
}

.checks {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

input[type="checkbox"] {
  display: none;
}

.form-check-input {
  display: inherit !important;
}

select {
  display: block;
}


/* Форма регистрации */

.form-register {
  max-width: 80%;
  margin: auto;
  padding: 15px;
  /* border: 1px solid #ccc;*/
  border-radius: 10px; 
  /* background: #f7f7f7; */
}
.form-register input[type="text"],
.form-register input[type="password"],
.form-register input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
}
.form-register button {
    width: 100%;
    padding: 10px;
    /* background: #007bff; */
    border: none;
    /* color: white; */
    border-radius: 5px;
    cursor: pointer;
}

/* .form-register button:hover {
    background: #0056b3;
} */



/* .filter-form {
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; * /
    align-items: center;
}

.filter-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.filter-group label {
    margin-bottom: 5px;
}

.filter-group input[type="date"],
.filter-group select {
    width: 200px;
} */

.monitoringi_filters {
  display: block;
  width: 100%;
  height: 40px;
  padding: .475rem .85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  /* appearance: none; */
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-dialog.stat {
  width: 80%;
  max-width: none;
}