.logo-content {
  font-size: 25px;
  margin-left: 10px;
}
.error-div {
  margin: 5px 5px;
}
.success-div {
  margin: 5px 5px;
}
.success-msg {
  color: green;
}
.form-error {
  color: #ff0000;
}
span.error {
  font-size: .885em !important;
  color: #dc3545 !important;
}
.select2-search--inline {
  display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}
.select2-search__field:placeholder-shown {
  width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}
/* Setting button spinner loader display none as by default. */
.spin-loader {
  display: none;
}
.admin {
  position: relative;
}
/* Css For Change Profile Picture */
.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.profile-pic input {
  display: none;
}
.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 165px;
  height: 165px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.profile-pic .-label {
  cursor: pointer;
  height: 165px;
  width: 165px;
}
.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
}
.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
/* End Css For Change Profile Picture */
.search-form select {
  background: #fff url(../../images/arrow.svg) no-repeat right 8px center;
  border: 1px solid #d9dcdd;
  letter-spacing: 0.5px;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  color: #6b6f86;
  text-align: left !important;
  padding-left: 8px;
  padding-right: 20px;
}
.selectDefaultOption {
  display: none;
}
.p-viewer {
  float: right;
  margin-top: -35px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  cursor:pointer;
  color: #204348;
} 
.excel-btn {
  margin-left: 10px;
}
.excel-btn .buttons-excel {
  background: #222e3c;
  border-radius: 4px;
  color: #fff;
  border: 0;
  height: 40px;
  padding: 5px 14px;
  font-size: 16px;
}