html {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#footer {
  margin-top: 100px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100vw;
  padding: 5px 0 15px;
  background: #2b323f;
}

#footer img {
  z-index: 5;
  height: 50px;
}

#footer #bord {
  bottom: 70px;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #2b323f transparent;
}

#avatar {
  width: 120px;
  height: auto;
  max-height: 200px;
  overflow: hidden;
}

#avatar img {
  width: 100%;
}

.panel-body {
  overflow-x: auto;
}

.card-tools .pagination {
  margin-bottom: 0 !important;
}

.hover-to-right {
  transition: all 200ms ease-in-out;
}

.hover-to-right:hover,
.hover-to-right.active {
  text-decoration: none;
  margin-left: 5px;
  color: #333;
  font-weight: bold;
}

.table-vertical td {
  vertical-align: middle;
}

.table-vertical td .handle {
  cursor: move;
  color: #999;
  transition: all 150ms ease-in-out;
}

.table-vertical td .handle:hover {
  color: #333;
}

.flip-list-move {
  transition: transform 0.5s;
}

.no-move {
  transition: transform 0s;
}

.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

.sortable-chosen {
  background-color: #0d6aad !important;
}

.sortable-ghost {
  background-color: #bfbfbf !important;
}

.table > tr > thead > th {
  white-space: nowrap;
}

@-webkit-keyframes rotate {
  0% {
    border-color: #3097d1;
    transform: rotateZ(0deg);
  }

  50% {
    border-color: black;
    transform: rotateZ(1440deg);
  }

  100% {
    border-color: #3097d1;
    transform: rotateZ(0deg);
  }
}

@keyframes rotate {
  0% {
    border-color: #3097d1;
    transform: rotateZ(0deg);
  }

  50% {
    border-color: black;
    transform: rotateZ(1440deg);
  }

  100% {
    border-color: #3097d1;
    transform: rotateZ(0deg);
  }
}

#spinner {
  position: fixed;
  width: 120px;
  height: 120px;
  left: calc(50vw - 60px);
  top: 30%;
  z-index: 10;
  border-right: 3px solid #3097d1;
  border-left: 3px solid #3097d1;
  border-top: 3px solid #3097d1;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#curve_chart {
  margin: 0 auto;
}

.pagination {
  margin-bottom: 5px !important;
}

.loading {
  opacity: 0.5;
}

.link-img img {
  padding: 2px;
  border: 5px solid #343a40;
  transition: all 200ms ease-in-out;
}

.link-img:hover img {
  border: 5px solid #007bff;
}

.ribbon:hover {
  opacity: 0.9;
}

.custom-file-label-sm,
.custom-file-label-sm::after {
  height: auto;
  padding-top: 4px;
  padding-bottom: 0;
}

.error select,
.error input,
.error .custom-file-label {
  border: 2px solid brown;
}

.error label {
  color: brown;
}

.icon-hover {
  cursor: pointer;
}

.icon-hover:hover {
  opacity: 0.8;
}

.badge .close {
  line-height: 0.5;
  margin-left: 5px;
}

.column {
  -moz-column-width: 200px;
  column-width: 200px;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}

