@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap);* {
  font-family: "Poppins", sans-serif;
}

.ion-android-create {
  font-size: 26px;
}

.ion-ios-trash {
  font-size: 26px;
}

.ion-ios-locked {
  font-size: 26px;
}

.ion-ios-close-outline {
  font-size: 52px;
}

.error {
  color: red;
}
.fc-event-time {
    display: none;
}
.editItem{
    color: orange !important;
}
.deleteItem{
    color: red !important;
}
.deleteUser {
  color: red !important;
}

.field-icon{
    float: right;
    margin-right: 6px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.custom-padding {
  padding: 0px !important;
  margin: 0px !important;
}

.btn-auth {
  display: block;
  width: 50%;
  border-radius: 20px;
  padding: 10px;
  color: white;
}

.auth-input {
  border-radius: 20px;
  padding: 20px;
}

.auth-title {
  color: grey;
}

.auth-remember {
  color: grey;
}

#error {
  color: red;
}

.denied-title {
  font-size: 20px;
}

.move-left {
  width: auto;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #3490dc !important;
  border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #3490dc !important;
}

.sidebar-container {
  overflow-y: hidden;
}

.profile-cover {
  background: linear-gradient(to right, #5B86E5, #36D1DC);
  min-height: 10vh;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.12), 0 1px 2px rgba(255, 255, 255, 0.24);
}

.profile-cover h4 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
}

.profile-cover p {
  font-size: 15px;
}

.add-new {
  padding-bottom: 50px;
}

