* {
    border-radius: 0!important;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
body {
    overflow-x: auto!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.cur-not {
    cursor: not-allowed!important;
}

.alert {
    margin-top: 1rem;
    margin-top: 1rem;
}

.hidden {
    display: none;
}

.tox-tinymce {
    min-height: 60vh!important;;
}


#gift-counter {
    border-radius: 10px!important;
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    padding: 1px 6.5px;
    font-weight: bold;
}
.nav-item:hover #gift-counter {
    background-color: rgba(255, 0, 0, 0.7);
}
.nav-item.active #gift-counter {
    background-color: rgba(255, 0, 0, 0.9);
}


/* ---------- ---------- ---------- ---------- ---------- */
/* STATUS Colors */
.status-d,
.status-x,
.status-n,
.status-i
{
    background-color: rgba(255, 0, 0, 0.2);
}
.status-w
{
    background-color: rgba(255, 145, 0, 0.2);
}
.status-c
{
    background-color: rgba(15, 255, 0, 0.2);
}




/* ---------- ---------- ---------- ---------- ---------- */
/* Side Bar Menu */
#content .cont-menu {
    padding: 0px;
}

#content .cont-menu .btn {
    line-height: 2.0;
}

#content .cont-data {
    border: 1px solid grey;
    padding: 10px;
}
#content .cont-data .cont {
    display: none;
}




/* ---------- ---------- ---------- ---------- ---------- */
#holding {
    width: 1300px;
    min-width: 1300px;
    min-height: 100vh;
    margin: auto;
    background-color: white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}
#holding.max {
    width: 100%;
}


/* ---------- ---------- ---------- ---------- ---------- */
.navbar {
    border-bottom: 1px solid grey;
    
}
.navbar .nav-item {
    border-bottom: 3px solid transparent;
}
.navbar .nav-item:hover,
.navbar .nav-item.show {
    margin-bottom: 0;
}
.navbar .nav-item .nav-link {
    padding: 5px 20px;
}


/* ---------- ---------- ---------- ---------- ---------- */
#container {
    padding: 20px;
}


/* ---------- ---------- ---------- ---------- ---------- */
.title {
    width: 600px;
    border-bottom: 1px solid grey;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

@media print{
    nav {
        display: none;
    }
    #holding {
        width: 100%;
        min-height: auto;
        border: 0;
    }
}


/* ---------- ---------- ---------- ---------- ---------- */
#loader { 
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1e1e1ea6;
    z-index: 1000;
    height: 100%;
}
#loader .holding {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}