@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* ---- Custom ---- */

a {
    text-decoration: none;
}

.btn-w
{
    width:140px;
}

.btn-w2 {
    width: 82px;
}

.btn-w3 {
    width: 254px;
}

.messages-container {
    background-color: #EEE;
    height: 35%;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0px;
}

.messages-header {
    background-color: #EEE;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.messages {
    height: 85%;
    overflow: scroll;
}
    .messages > p {
        margin: 2px;
    }

.messages::-webkit-scrollbar {
    display: none;
}

.btn-outline-muted {
    color: #BBB;
    background-color: transparent;
    background-image: none;
    border-color: #BBB;
}

    .btn-outline-muted:hover {
        color: #EEE;
        background-color: #BBB;
        border-color: #BBB
    }

.excel-content {
    height:50%;
    overflow-y: auto;
    position: fixed;
}
   /* .excel-content::-webkit-scrollbar {
        display: none;
    }*/

