html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.arrow-icon-img {
    width: 32px !important;
    height: 32px;
    padding: 0 !important;
    margin-bottom: 12px;
    margin-right: 12px;
}

.arrow-container-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arrow-container-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.height-vertical-pusher {
    /*height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;*/
    flex: 1;
}

.favor-auto-content-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.arrow-between-number-sort-order {
    margin-bottom: 12px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-between-number-sort-order.vertical {
    justify-content: flex-start;
    padding-left: 12px;
}

.add-block-img-icon {
    width: 32px;
    height: 32px;
}

.add-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.add-block-text {
    text-align: center;
}

.edit-page-row-block-thin-border.row > * {
    border: 1px solid #cccccc;
}

.carousel-item img {
    width: auto;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
}

video {
    width: 100%;
    height: auto;
}