.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  padding: 20px;
}

.swal2-container {
  z-index: 20000 !important;
}

.bootstrap-select>.dropdown-toggle {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 2;
}

.filter-select {
  display: inline;
  float: right;
  /* width: 100%; */
  padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
  -moz-padding-start: calc(0.875rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 17px 12px;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile-logo {
  display: flex;
  position: relative;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  display: block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}

.profile-cover {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.edit-button {
  position: absolute;
  top: 10px;
  /* Adjust the top position as needed */
  right: 10px;
  /* Adjust the right position as needed */
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 20px;
  color: #555;
}

.background-edit {
  color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0px 0px 40px 0px;
  height: 40px;
  width: 40px;
  padding: 8px 8px 8px 8px;
  background: rgba(0, 0, 0, 0.5);
}

.background-edit:hover {
  color: #ffffff;
  cursor: pointer;
}

.logo-edit {
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  width: 180px;
  height: 180px;
  background: linear-gradient(transparent 0% 85%, rgba(0, 0, 0, 0.5) 85% 100%);
  text-align: center;
  padding-top: 158px;


}

.logo-edit:hover {
  color: #ffffff;
  cursor: pointer;
}

#update_profile_map {
  width: 100%;
  border: 1px solid #dee2e6;
}
