﻿body {
    background-color: #F5F5F7;
}

::-webkit-scrollbar {
    width: 10px;
    background: #c5cadf;
}

::-webkit-scrollbar-thumb {
    background: rgb(46 115 180 / 50%);
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(46 115 180 / 50%);
}


.ui.puntoexe.header {
    color: #2E73B4;
}

.ui.puntoexe.button {
    box-shadow: rgba(34, 36, 38, .15) inset;
}

.ui.puntoexe.button, .ui.puntoexe.buttons .button {
    background-color: #2E73B4;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

.icon.fa-classic, .icon.fa-regular, .icon.fa-solid, .icon.far, .icon.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.ui.bottom.menu {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    z-index: 101;
}

.customcontainer {
    margin: 14px;
    margin-bottom: 0;
    padding-bottom: 5em;
}

.customcontainer > .grid > .column > .card {
    height: 100%;
}

.ui.error.icon.message > .content > p {
    white-space: pre-line;
}