.bg-black {
    background-color: #000;
    background-image: none;
}

.bg-red {
    background-color: #fe000e;
    background-image: none;
}

.btn-danger {
  color: #fff;
  background-color: #fe000e;
  border-color: #dc3545;
}

.btn-warning {
  color: #fff;
  background-color: #d1b160;
  border-color: #d7c17a;
}

.text-warning-gradient{
    color: #fdeda0;
}

.btn-red-banner {
  background-color: #fe000e;
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}

.br-15-px {
    border-radius: 15px !important;
}

.br-30-px {
    border-radius: 30px !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

h6 {
    font-size: 16px !important;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.runtext-fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    /* z-index: 1; */
}

.sidebar-fixed {
    position: fixed;
    height: 100%;
    z-index: 2;
}

.container-sticky {
    position: inherit;
    width: inherit;
    margin: 95px 0 0 14rem !important;
    z-index: 3;
}

.banner-dashboard {
    margin-top: 140px;
}

.div-check-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 30px;
}

.div-check-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 30px;
}

.check-right,
.check-left {
    margin-left: -5px;
}

.table td,
.table th {
    font-size: 12px !important;
}

table thead th .center {
    text-align: center !important;
}

.border-top-white {
    border-top: 1px solid #fff;
}

@media(min-width:992px) {
    .devider-horizontal {
        border: 3px #4e73df solid;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .devider-horizontal {
        display: none;
    }
}