#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  white-space: nowrap;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}
#sidebar-wrapper .badge {
  position: absolute;
  top: 10px;
  margin-left: 5px;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.pointer {
  cursor: pointer;
}
.remove-tab, .remove-menu-position {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 24px;
}
.dashed {
  border-top: 1px dashed #ccc;
}
.list-group-item.active {
  color: #667;
  font-weight: bold;
}

#expandSettings, #shrinkMenus, #cardBodyMenus {
  display: none;
}
#headerLogo, #footerLogo {
  background-color: #ccc;
}
.menu-pos:not(:last-child) {
  border-right: 1px solid #ccc;
}
#accordion .collapsed {
  border-bottom: 0!important;
}
.chewron-holder {
    position: absolute;
    right: 10px;
    z-index: 1049;
    top: 14px;
}
.rotated-icon {
  transform: rotate(180deg);
}
.chewron-icon {
  transition: all 0.5s ease;
}
.list-group-custom li {
  list-style-type: none;
}
#accordion .card-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
#accordion .card-body ul {
  max-height: 170px;
  overflow-y: auto;
}
#accordion .list-group {
  border: solid 1px #ddd;
  background-color: #fdfdfd;
  padding: 10px;
}
.select-link {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  transition: .05s border-color ease-in-out;
}
.select-link:checked:before {
  content: "\f00c";
  margin: 0 0 0 0;
  color: #1e8cbe;
}
.select-link:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-outline-secondary {
  color: #6c757d!important;
}
.btn-outline-secondary:hover {
  color: #fff!important;
}
.type-div {
  position: absolute;
  right: 30px;
  white-space: nowrap;
}
ol li {
  margin-top: 5px!important;
}

.border-danger {
  box-shadow: 0 0 5px #e3342f!important;
}
.check-fix {
  margin-top: 12px;
}
.list-group-item.active {
  border-color: #3490dc!important;
}

.table td, .table th {
  font-size: 14px;
}
.btn {
  font-size: 14px;
}
.card-body {
  overflow: auto;
}
th, td {
  white-space: nowrap;
  text-align: center;
}
.all-scroll {cursor: all-scroll;}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:plum;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }

  .disabled {
    cursor: not-allowed;
  }
  .disabled {
    pointer-events: none;
  }

.title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 4rem;
    font-weight: 900;
}

.subtitle {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 2rem;
}

.postp {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.img-1-h {
  height: 70%;
  z-index: 5;
  right: -80%;
  position: relative;
}

.image-1 {
    height: 70%;
    z-index: 5;
    position: relative;
    max-height: 400px;
}

.button-blog {
  z-index: 12;
  position: relative;
}

span.pointer {
  position: relative;
}

.select-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  white-space: nowrap;
  color: white;
  text-shadow:  0 0 5px black;
}

.select-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: white;
  text-shadow:  0 0 5px black;
}
.modal-lg {
  max-width: 90%;
}

.image-gallery {
  height: 200px;
}

.upload-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}

.images .close {
  padding: 0 5px;
  background-color: red;
  right: -5px;
  border-radius: 5px;
  opacity: 1;
  transition: all 1s;
  top: -5px;
  color: white!important;
  border: 1px solid crimson;
  position: absolute;
  z-index: 5;
}
.info {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .4);
}
.image-chooser:hover {
  transition: all 1s;
  opacity: 0.5;
  border: 2px solid green;
}