.forml {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/Cupsfoot.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    display: flex;
    overflow: hidden;
    margin: auto;
}
/*
#8b8b8b
#8d8d8d
#006afe
#13426c
006afe
#fafafa
#2799fa
#c9e5fd
*/
.skin-blue .main-header .navbar {
    background-color: #337ab7;
}
.skin-blue .main-header .logo {
    background-color: #3c8dbc;
    color: #fff;
    /* border-bottom: 2px solid #0a0a0a; */
}
.skin-blue .main-header .logo:hover {
    /* background-color: #006afe; */
}
.skin-blue .main-header .navbar .nav>li>a:hover {
    background-color: 006afe;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: 006afe;
}
.skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a {
    color: #8d8d8d;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color:#fafafa ;
}
.skin-blue .sidebar a {
    color: #000000;
    font-size: 16px;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    background: #006afe;
    border-left-color: #006afe;
    border-radius: 1rem;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #a3e5db;
    border-radius: 1rem;
}
.skin-blue .treeview-menu>li>a {
    color: #fff;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
    color: #8d8d8d;
}

.breadcrumb>.active {
    color: #8d8d8d;
}
.content-header>h1 {
    margin: 0;
    font-size: 24px;
    color: #8d8d8d;
}
.small-box {
    border-radius: 1.5rem;
    position: relative;
    display: block;
    margin: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #8d8d8d;

}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgb(0 0 0 / 78%);
    text-decoration: none;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.small-box>.inner {
    padding: 10px;
    background-color: #fafafa;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;

}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 0;
    font-size: 50px;
    color: #8a6d3b;
}
.small-box:hover {
    text-decoration: none;
    color: 006afe;
}
.small-box:hover .icon {
    font-size: 55px;
}
.small-box a.small-box-footer {
    color: 006afe;
}

/* table */
.table .thead-dark th {
    background-color: #8d8d8d!important;
    color: #ffffff!important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
}
.table {
    color: #000000;
}
.box-title {
    color: #000000;
}
td {
    color: #000000;
}
.bg-purple {
    background-color: #006afe !important;
}
.box {
    position: relative;
    border-radius: 2rem;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    margin-bottom: 5px;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-info {
    color: #2cddc0;
    border-color: #2cddc0;
    margin-bottom: 5px;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #2cddc0;
    border-color: #2cddc0;
}
button {
    background-color: #fff;
}

.btn-outline-warning {
    color: #fc5c12;
    border-color: #fc5c12;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #fc5c12;
    border-color: #fc5c12;
}
.btn-outline-success {
    color: #4bc704;
    border-color: #4bc704;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #4bc704;
    border-color: #4bc704;
}
.btn-outline-primary {
    color: #8b8b8b;
    border-color: #8b8b8b;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b;
}
.btn-ad-primary {
    color: #006afe;
    border-color: #006afe;
}
.btn-ad-primary:hover {
    color: #fff;
    background-color: #006afe;
    border-color: #006afe
}
.btn-default {
    background-color: #18aaef;
    color: #fff;
    border-color: #18aaef;
}
/* room */
.small-box-roomE {
    position: relative;
    display: block;
    margin: 15px;
    border: 1px solid #8d8d8d;
    color: #8d8d8d;

}
.small-box-roomE>.inner-roomE {
    padding: 10px;
    background-color: #ffffff;

}

.small-box-roomE>.small-box-footer-roomE {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: #ffffff;
    text-decoration: none;
}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #8d8d8d;
}
/* form */
.form-control {
    border-radius: 1rem;
    box-shadow: none;
    border-color: #eff1f6;
    background-color: #eff1f6;
    color: #8d8d8d;
}
.btn-primary{
    background-color: #006afe;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color: #006afe;
}
