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%;
}

.navbar {
    margin-top: 0px;
}

.page-content {
    margin-bottom: -10px;
}

.bg-home {
    padding: 300px 0 370px 0;
    background-color: #283039;
    color: #cfd1d2;
}

.bg-subscribe {
    bottom: -10px;
}

.bg-footer {
    bottom: -10px;
}

.footer-alt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.page-title-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-title-box h3 {
    padding-top: 50px;
}

.dataTable {
    width: 100% !important;
}

.homeslider .swiper-slide img {
    height: 700px !important;
}

.bg-home3 {
    padding: 160px 0 95px 0;
}

.img-fluid {
    width: 100% !important;
}

.hover-image {
    display: none;
    width: 100%;
}

.img-post{
    height: 180px !important;
}

.img-post-edit {
    width: 200px;
    height: 200px;
}

.delete-file-button {
    position: absolute;
    top: -10px;
    right: 0px;
    background-color: rgba(255, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
}

    .delete-file-button:hover {
        background-color: rgba(255, 0, 0, 1);
    }

.bootstrap-tagsinput {
    padding: 10px;
    font-size: 14px;
    border-color: #dbdfe2;
    font-weight: 500;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    padding: .625rem 1.25rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.tag {
    color: #fff;
    background-color: #007bff;
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}