.az-signin-wrapper {
  background-color: #eee;
}
.az-card-signin {
  border: none !important;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset !important;
}

.user_input {
  border-radius: 10px;
  border: 1px solid #000;
}
.btn-block {
  border-radius: 10px;
}

.bg-gradient-primary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#da8cff),
    to(#9a55ff)
  ) !important;
  background: linear-gradient(to right, #da8cff, #9a55ff) !important;
}

.bg-gradient-secondary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e7ebf0),
    to(#868e96)
  ) !important;
  background: linear-gradient(to right, #e7ebf0, #868e96) !important;
}

.bg-gradient-success {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#84d9d2),
    to(#07cdae)
  ) !important;
  background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}

.bg-gradient-info {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#90caf9),
    color-stop(99%, #047edf)
  ) !important;
  background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}

.bg-gradient-warning {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6e384),
    to(#ffd500)
  ) !important;
  background: linear-gradient(to right, #f6e384, #ffd500) !important;
}

.bg-gradient-danger {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffbf96),
    to(#fe7096)
  ) !important;
  background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.bg-gradient-light {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f4f4),
    to(#e4e4e9)
  ) !important;
  background: linear-gradient(to bottom, #f4f4f4, #e4e4e9) !important;
}

.bg-gradient-dark {
  background: linear-gradient(89deg, #5e7188, #3e4b5b) !important;
}

.stretch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border: none;
  border-radius: 0.3125rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card.card-img-holder {
  position: relative;
}
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.grid-margin,
.purchase-popup {
  margin-bottom: 2rem;
}
.tabs_div {
  text-align: center;
  /* line-height: 2rem; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab_css {
  font-size: 12px;
  padding: 5px;
}
.leads_buttons {
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}
.box_div {
  margin: 10px;
  padding: 10px;
}
.select_div {
  width: 120px;
  border-radius: 5px;
  /* white-space: pre;  */
  margin-top: 10px;
  height: 35px;
}
.input_div {
  border-radius: 5px;
  margin-top: 10px;
  /* height: 35px; */
}
.box_align {
  text-align: -webkit-right;
  font-size: 12px;
}
input.checkbox_css {
  width: 30px;
  height: 30px;
}
.alert_css {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.drop-zone {
  max-width: 100%;
  height: 100px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed grey;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background: lightgray;
  margin: 2px;
  border-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-bottom: 3px solid #9a55ff;
  background: #000;
  color: #fff;
  margin: 2px;
  border-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #9a55ff;
  background: #000;
  color: #fff;
  margin: 2px;
  border-radius: 10px;
}
.label_div {
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
}
.total_css {
  color: green;
  background-color: #bdf1cd;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

/* .az-header {
  background: #000;
}

a.nav-link
 {
  text-decoration: none;
  color: #fff !important;
} */

.az-content-dashboard {
  height: calc(100vh - 29px);
  overflow-y: scroll;
}
.az-content-dashboard::-webkit-scrollbar {
  display: none;
}


@media screen and (max-width: 768px) {
  .az-card-signin {
    box-shadow: none !important;
  }
  .select_div {
    width: 100%;
  }
  .fc button, .fc table, body .fc {
    font-size: 10px;
}
.box_align {
  text-align: -webkit-center;
}
}
