html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

li {
    display: block;
}

p {
    margin-bottom: 0;
}
/**
    CSS FOR OVERRIDING BOOTSTRAP
*/

.navbar-ovr {
    padding-top: 0;
    padding-bottom: 0;
}

.container-ovr {
    padding: 2.5% 4%;
}

.btn-ovr {
    border-radius: 0px;
    padding: 2px 15px;
    height: 30px;
    background-color: #0078D4;
}

    .btn-ovr:hover {
        background-color: #0060AC;
    }

/**
    CSS FOR OVERRIDING BOOTSTRAP
*/

/**
    CSS 
*/

.height-fit {
    height: 93.4%;
}

.side {
    background-color: gray;
    height: 100%;
    transition: 0.5s;
    position: fixed;
    z-index: 1;
    width: 20%;
    border-radius: 1.4rem;
}

.Open {
    width: 20%;
}

.Close {
    width: 0%;
}

    .Close span {
        display: none;
    }



.sidebarStyle {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.listSelected {
    padding: 2% 3%;
    background: #4070f4;
    font-weight: bold;
    border-radius: 0.5rem;
    justify-content: center;
}

    .listSelected ion-icon {
        color: #ffffff;
    }

    .listSelected span {
        color: #ffffff;
    }

    .listSelected a {
        text-decoration: none;
        align-items: center
    }

.bgsidebar {
    box-shadow: 10px 10px 27px #dbdbdb;
    border-radius: 20px;
}

.listSelected .default {
    display: none;
}

.list {
    padding: 2% 3%;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0.5rem;
    justify-content: center;
}

    .list:hover {
        background: #f4f2f2;
    }

    .list a {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #605e5e;
        font-size: 13px;
        text-decoration: none;
    }

    .list .selected {
        display: none;
    }


.card-ovr {
    padding: 1.5%;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.f1 {
    flex: 1;
}

.colHeader {
    font-weight: 600;
    font-size: 14px;
}

.cell {
    font-size: 14px;
}

.formInputDiv {
    padding: 0rem 1rem;
}

.w-20 {
    width: 20%;
}

.flag {
    background: #25451e;
    color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    width: 5rem;
}

.toast-ovr {
    position: absolute;
    right: 2rem;
    background: #f22f2f;
    min-width: 15rem;
    top: 2rem;
    border-radius: 0.5rem;
    padding: 0.25rem;
    border: 0.15rem solid #f29e9e;
    color: white;
    font-size: 1.25rem;
    transition: 0.5s;
    opacity: 0;
}

.containerHorizontal {
    padding: 0% 4%;
}

.wrapper {
    flex-wrap: wrap;
    gap: 0rem 2.5rem;
}

.cardsSmall {
    min-width: 14rem;
}

ion-icon {
    font-size: 1.5rem;
}

.iconssidebar {
    font-size: 1.2rem;
    color: #717171;
    margin-right: 10px
}

.glass {
    background: linear-gradient( to bottom, rgba(180,180,180,0.8) 0%, rgba(180,180,180,0.5) 3%, rgba(180,180,180,0.1) 45%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 28%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.3) 65%, rgba(255,255,255,0.3) 90%, rgba(0,0,0,0.3) 95%, rgba(0,0,0,0.3) 100% ); /* W3C */
    border-color: rgba(0, 0, 0, 0.6);
    border-image: none;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
}

.arrow {
    top: 50%;
    position: fixed;
    transition: 0.5s;
}

.arrowIconSidebar:hover {
    color: #000 !important;
}

.arrowIconSidebar {
    transition: 0.5s;
    color: #b9b9b9;
}

/**
    CSS 
*/

