.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-recalculate {
    padding: 7px 15px;
}

.btn-delete {
    background-color: red;
    padding: 7px;
    border: none;
    border-radius: 5px;
}

.coord-side {
  color: transparent;
  user-select: none;
}

.calibration-details {
    flex-direction: row;
    gap: 20px;
}

pre {
    font-family: Arial, sans-serif;
}


ul li {
    list-style: none;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
  color: aliceblue;
  user-select: none;
}

.alert {
    position: fixed;
    z-index: 1003;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

main {
    height: 100%;
    background-image: url('/static/images/background-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    border-radius: 79px;
    flex: 1;
    top: 97px;
    overflow-x: auto;
}

button[type=submit], button[type=button] {
  color: white;
  border-radius: 20px;
  padding: 6px 35px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

button[type=submit] {
  background: linear-gradient(to bottom, #e8e8e8, #656565);
  border: #d3d2d2 2px solid;
}

button[type=submit]:hover {
  background: linear-gradient(to bottom, #656565, #3a3a3a);
  box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}

.button-return-back, .edit-company-button, .company-employee-details, .edit-user-button {
  background: linear-gradient(to bottom, #f5b1b1, #c00);
  color: white;
  border: 2px solid #ff0000;
  border-radius: 20px;
  padding: 6px 35px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

a.badge, button.badge {
   color: white;
   border-radius: 20px;
   font-size: 12px;
   font-weight: bold;
   cursor: pointer;
   transition: 0.3s ease;
   box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

a.badge.text-bg-info {
    background: linear-gradient(to bottom, #cce8ff, #00889c);
}
a.badge.text-bg-info:hover {
  background: linear-gradient(to bottom, #00889c, #104049);
  box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}

button.badge.text-bg-danger {
    background: linear-gradient(to bottom, #f5b1b1, #c00);
    padding: 6px;
}
button.badge.text-bg-danger:hover {
  background: linear-gradient(to bottom, #c00, #861b1b);
  box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}

.button-return-back:hover, .edit-company-button:hover, .company-employee-details:hover, .edit-user-button:hover {
  background: linear-gradient(to bottom, #c00, #861b1b);
  box-shadow: 0 6px 10px rgba(0,0,0,0.3);
    color: white !important;
}


.link {
    color: white;
}

input {
  outline: none;
  border: none;
  height: 30px;
}

select:focus-visible {
  outline: none;
}

a {
   color: #ffffff;
   text-decoration: none;
   font-size: 15px;
}

p, a, .navbar-text, div {
    font-family: "Ubuntu";
}
nav {
    font-size: 14px !important;
}

.nav-item {
   font-size: 14px !important;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a:hover {
    color: rgb(157, 154, 154);
    text-decoration: none;
}

.employees-list, .logs-list {
    max-height: 550px;
    overflow-y: auto;
}

.employees-list {
    width: 900px;
}

.company-employees-list {
    max-height: 800px;
    overflow-y: auto;
    width: 725px;
}

.machines-types-list {
    overflow-y: auto;
    max-height: 416px;
}

.machine-type {
    max-width: 416px;
    margin: 0 auto;
}

.filters-panel {
    background-color: black;
    border: solid 2px #e5e4e4;
    padding: 0 1pc 0px;
}

h3 {
    text-transform: uppercase;
    padding: 45px 0px 45px 0;
    display: block;
    font-size: 23px;
}

button.badge {
    border: none;
}

select {
    max-height: 106px;
    height: 32px;

    appearance: none !important;        /* remove default arrow */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('/static/images/calendar-logs-icons/arrow-dropdown.png') !important; /* custom icon */
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    background-size: 32px;
    padding-left: 5px;
    padding-right: 29px;
}

.coordinates {
    font-family: 'EB Garamond', serif !important;
    font-feature-settings: "onum" 1 !important;
    font-size: 16px;
}

img {
   text-align: center;
}

input[type=text], input[type=password], input[type=email], input[type=search], select {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


h2 {
    font-size: 2rem;
}

#main-container {
   padding: 109px 42px;
}

.btns-position {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-size {
    height: 80px;
    object-fit: contain;
}

@media (max-width: 1292px) {
  .col-lg-3 {
    width: 33% !important;
  }

  .card {
    margin-bottom: 10px;
  }

}

@media (max-width: 1060px) {
  .col-lg-3 {
    width: 40% !important;
    margin: 0 20px;
  }
}

@media (max-width: 993px) {
    #main-container {
        padding: 109px 14px !important;
    }
}


@media (max-width: 800px) {
    .col-sm-12 {
        width: 100% !important;
    }
    input, .field-content, select, .ui-autocomplete, option {
        font-size: 10px;
    }
    main {
        border-radius: 20px;
        min-height: 67dvh;
    }
    .icon-size {
        height: 50px !important;
    }
}
