/*----------MAIN BODY-----------*/

html {
  scroll-behavior: smooth;
}

body { 
    padding-top: 3rem; 
    background-color: #858f99;
}
.main-body {
    /* margin-left: 100px; */
    width: 100%;
}
#loading {
    text-align: center;
    background: url('images/loading.gif') no-repeat center;
    height: 150px;
}

.navbar-menu-pos {
  padding-left: 20px!important;
}

.horvert-center {
  margin-top: auto;
  margin-bottom: auto;
}

.link-success {
  color: #e3e3e3;
}
.link-success:hover, .link-success:focus {
  color: #fbdcdc;
}
.col-img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-uploader {
  padding-top: 10px;
  padding-bottom: 0px;
}

.col-text {
  padding-top: 10px;
  padding-bottom: 5px;
}

.col-title {
  background-color: #5c646b!important;
  height: 80px;
  scroll-margin-top: 3em;
}
@media (max-width: 500px) {
  .col-title {
    background-color: #5c646b!important;
    height: 80px;
    scroll-margin-top: 6em;
  }
}

.wish-bg-custom {
  margin: 1px;
  border: 2px solid #444b51;
  border-radius: 5px;
  background-color: #5c646b!important;
}

.order-button {
  border-color: #e3e3e3!important;
  color: #e3e3e3!important;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.order-text {
  color: #e3e3e3!important;
}

.navbar .nav-link.active {
  border-bottom: 3px solid #e3e3e3!important;
  color: #e3e3e3!important;
}

/*----------SIDEBAR-----------*/
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  width:300px;
  color: #f8f9fa;
  font-size: small;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  /* overflow-x: hidden;
  overflow-y: auto; */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}
.sidebar .nav-link.active {
  color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
.sidebar-dropdown-custom {
  font-size: small;
  height: 33px;
  /* color: #f8f9fa; */
  /* width: 147px!important; */
}

/*----------COLLAPSE-----------*/
.collapse-card-custom {
  border: 0px!important;    
}
.collapse-head-custom {
  background-color: #444b51;
  max-height: 60px;
  padding: 0px;
}
.collapse-btn-custom {
  color: #f8f9fa!important;
  width: 100%;
  height: 40px;
}
.collapse-body-custom {
  background-color: #343a40;
}

/*----------INPUT-----------*/
.col-form-label .label-light-custom {
  color: #f8f9fa !important
}
.input-custom {
  width:250px;
  height: 31px;
  font-size: small;
}
.btn-custom {
  color: #f8f9fa!important;
  width: 100%;
  height: 40px;
  background-color: #ffffff33;
}
.modal-backdrop {
  z-index: 99!important;
}
.modal-content {
  background-color:#343a40!important;
}
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-group.custom {
  margin-bottom: 4px;
  height: 30px;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.form-group.row.row2 {
  width: 260px;
  margin-left: 5px;
  margin-right: 5px;
}

.modal-avatar-custom {
  height: 200px;
  top: -100px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
}
/*----------Info-----------*/

