/* Sidebar start*/

.veritcal {
  min-width: 11rem;
  width: 11rem;
  height: 100vh;
  /* position: fixed;
  top: 0;
  left: 0; */
  transition: all 0.4s;
}
.page-content {
  width: calc(100%-11rem);
  margin-left: 11rem;
  transition: all 0.4s;
}
#sbar.active {
  margin-left: -11rem;
}
#content.active {
  width: 100%;
  margin: 0;
}
/* .btn-hide {
  display: none;
} */
.btnns {
  padding: 4px !important;
}
/* Sidebar end*/
.bg1 {
  background-image: linear-gradient(
    192.03deg,
    rgba(0, 0, 0, 0.97) -2.63%,
    rgba(33, 15, 7, 0.88) 25.4%,
    rgba(126, 57, 26, 0.9) 55.86%,
    #9f4a21 100%
  );
}
.bg2 {
  background-color: #fef8f1;
}

.logo--hd {
  font-size: 24px;
  color: #fff;
  font-style: normal;
  line-height: 60px;
}

a.btn-sm {
  border: 1px solid #bbb;
  color: #bbb;
}

a.waves-effect.active {
  background: whitesmoke !important;
  border-left: 2px solid;
}

.login-btn {
  border: none;
  color: white;
  padding: 10px 100px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 24px;
  background: linear-gradient(
    270deg,
    #2b201b -10.67%,
    #a0683d 52.12%,
    #a45e30 100%
  );
}

.login-btn:hover {
  background-color: greenyellow !important;
  transition: 0.5s;
}

.bg-color {
  background: linear-gradient(
    270deg,
    #2b201b -10.67%,
    #a0683d 52.12%,
    #a45e30 100%
  );
}

.create-btn {
  background-color: #330766 !important;
  border: #330766 !important;
}
.create-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.create-btn:hover {
  background-color: #f89808 !important;
}
.media-body h4 {
  font-size: 18px;
}
.card-ht {
  height: 150px;
}
.avatar-title {
  background: #556ee6;
}
@media only screen and (max-width: 768px) {
  #sbar {
    margin-left: -11rem;
  }
  #sbar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 11rem;
    width: calc(100%-11rem);
  }
}
@media only screen and (max-width: 820px) {
  .card-ht {
    height: 169px;
  }
}
@media only screen and (max-width: 1042px) {
  .card-ht {
    height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .btn-hide {
    display: block;
  }
  #sbar {
    display: block;
  }
}

@media only screen and (max-width: 380px) {
  .btn-hide {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 993px) {
  .page-content {
    width: calc(100%-11rem);
    margin-left: 0;
    transition: all 0.4s;
  }
  .btn-hide {
    display: none;
  }
  .main-content {
    margin-left: 220px;
    overflow: hidden;
  }
}
