@import "bootstrap-icons/font/bootstrap-icons.css";

/**THEME**/
body {
    color: #2C2C2EEF;
    font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.base-color{
    color:  #47817F !important;
}

.profile-header {
    background-color: #47817F;
    padding:0;
    color: #BFFCF9;
}

.header-bg{
    background-color: #47817F;
    color: #BFFCF9;
}

.base-bg {
    background-color: rgba(41, 66, 64, 0.43);
}

.sidebar {
    background-color: rgb(2, 12, 7);
}

.page-h-menu {
    margin-top:10px;
}

.page-v-menu {
    background-color: #EEEEEE;
}

.logo-text{
    color: white;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
    background-color: rgba(0, 255, 255, 0.22);
    color: #000 !important;
    border: 1px solid #3ec1c1 !important;
}

.btn-primary:hover {
    background-color: #00C9C8;
    color: #000000;
}

.btn-primary:active {
    background-color: rgba(0, 255, 255, 0.22) !important;
    box-shadow: none; /* Remove box shadow */
}

.btn:disabled {
    background-color: rgba(0, 255, 255, 0.22);
    background-color: #BFFCF9;
}

.highlight .item {
    min-width: 150px;
    @media only screen and (max-width: 575px) {
        min-width: 49%;
    }

    padding:20px;
    margin:1px;
}
/** THEME**/



.display-6 {
    font-size: 2.0rem;
}

.loading{
    /*display: none;*/
    height: 100vh;
    width: 100vw;
    opacity: 0.1;
    position: absolute;
}

.page {
    vertical-align: middle;
    padding-bottom: 10px;
}

.view {
    padding: 0 10px 0 10px;
}

.page h1 {
    margin: 0 !important;
    padding:0 !important;
}

.v-menu-box{
    /*padding:10px;*/
    width:70%;
    margin: 5px auto 0 auto;
}

.sidebar{
    padding:0;
    width: 100px;
    min-width: 240px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #8696A026;
}

.sidebar .nav-item{
    padding: 5px;
}

.sidebar .nav .active {
    background-color: rgb(28, 28, 28) !important;
}

.sidebar .nav-item:hover{
    background-color: rgb(28, 28, 28) !important;
}

.sidebar .nav-link {
    color: #bbb;
}

.sidebar .nav-link:hover{
    color: #bbb;
}

.sidebar .nav .bi {
    margin-right:5px;
}

.row-action {
    margin-right: 5px;
}

.highlight .item .figure {
    font-weight: bold;
}

.highlight .item .name {
    font-size: 11px;
}

.page-heading-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-heading-flex h1 {
    display: inline-block;
}

.page-heading-flex .last-updated {
    font-size:10px;
    padding:10px;
}

p.label-with-value {
    font-weight: bold;
    font-size: 14px;
    margin:0 0 5px 0;
}

p.label-with-value span{
    font-weight: normal;
}

.tab-content {
    background-color: white;
    padding:15px;
    border-left:1px solid #dee2e5;
    border-right:1px solid #dee2e5;
    border-bottom:1px solid #dee2e5
}

.list-group {
    font-size:11px;
}

@media only screen and (max-width: 575px) {
    .sidebar .nav {
        position:fixed;
        bottom:0;
        width: 100%;
        background-color: black;
        z-index: 1000;
    }

    .page{
        padding-bottom: 70px;
    }
}

.btn {
    border-radius: 1px;
}

.sec-menu{
    border-bottom: 1px solid #bbb;
}

.sec-menu a {
    display: block;
    padding:5px 10px 5px 10px;
    text-decoration: none;
    color: #2C2C2EEF;
}

.sec-menu a:hover, .sec-menu a.active {
    border-bottom: 1px solid #47817F;
}

.sec-menu a.active {
    font-weight: bold;
}

.no-data{
    padding:5px;
    border-radius: 5px;
}

#drop-zone {
    border:1px dotted #000;
    padding:10px;
    width: 100%;
    height: 100px;
    margin: 5px auto 0 auto;
}

.table-bg {
    margin-top:20px;
}
.table-bg h6{
    /*margin-bottom: 50px;*/
}

.table-bg .table-responsive{
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #8696A014;
    padding-top:1px;
    padding-bottom:1px;
}

.table-bg table {
    margin-bottom: 0;
}

.table-bg td, .table-bg th {
    background-color: #8696A014;
}

.section-bg {
    border: 1px solid #ddd;
    background-color: #8696A014;
}