main {
    background-image: url("../img/background.jpg");
    background-size: cover;
}


#sidebarMenu {
    min-width: 300px;
    max-width: 350px;
    background: #8dc63f;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}


#sidebarMenu.active {
    margin-left: 0px;
}

#sidebarMenu.active .custom-menu {
    margin-right: 0px;
}

#sidebarMenu.active .btn.btn-primary:before {
    content: "\f053";
    font-family: "FontAwesome";
    right: 2px !important;
}

#sidebarMenu.active .btn.btn-primary:after {
    display: none;
}


#sidebarMenu ul.components {
    padding: 0;
}

#sidebarMenu ul li {
    font-size: 16px;
}

#sidebarMenu ul li>ul {
    margin-left: 0px;
}

#sidebarMenu ul li>ul li {
    font-size: 14px;
}

#sidebarMenu ul li a {
    padding: 15px 10px;
    display: block;
    color: #022e18;
    text-decoration: none;
    transition : all 0.7s;
}

#sidebarMenu ul li a:hover {
    color: #fff;
    background: #8dc63f;
    border-bottom: 1px solid #8dc63f;
}


#sidebarMenu ul li.active>a {
    background: transparent;
    color: #022e18;
}

#sidebarMenu ul li.active>a:hover {
    background: #8dc63f;
    border-bottom: 1px solid #8dc63f;
}


.tight-spacing {
    margin-bottom: 5px;
    line-height: 1.2;
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
}

.nav-control.collapsed .arrow-icon {
    transform: rotate(180deg);
}

.position-relative {
    position: relative;
}


.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.home-box-shadow {
    box-shadow: 0px 8px 10px 0px #b7bfc2;
}

.logo {
    width:150px;
}



/*Skeleton*/

.skeleton {
    display: flex;
    align-items: center;
    padding: 10px;
}

.skeleton-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
}

.skeleton-content {
    flex: 1;
}

.skeleton-line {
    width: 100%;
    height: 10px;
    background-color: #ccc;
    margin-bottom: 5px;
}

/* Animation */
@keyframes skeleton-loading {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: 200px 0;
    }
}

.skeleton-line {
    animation: skeleton-loading 1s infinite linear;
}

/*End Skeleton*/


/*Notification*/
body {
    background-color: #fcfcfc;
}

#row {
    margin: auto;
    padding: 30px;
    width: 80%;
    display: flex;
    flex-flow: column;
    .card

{
    width: 100%;
    margin-bottom: 5px;
    display: block;
    transition: opacity 0.3s;
}

}


.card-body {
    padding: 0.5rem;
    .table

{
    width: 100%;
    tr

{
    display: flex;
    td

{
    a .btn

{
    font-size: 0.8rem;
    padding: 3px;
}

}

td:nth-child(2) {
    text-align: right;
    justify-content: space-around;
}

}
}
}

.card-title:before {
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 1.1rem;
    text-align: center;
    border: 2px solid grey;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding-bottom: 3px;
    margin-right: 10px;
}

.notification-invitation {
    .card-body

{
    .card-title:before

{
    color: #90CAF9;
    border-color: #90CAF9;
    content: "\f007";
}

}
}

.notification-warning {
    .card-body

{
    .card-title:before

{
    color: #FFE082;
    border-color: #FFE082;
    content: "\f071";
}

}
}

.notification-danger {
    .card-body

{
    .card-title:before

{
    color: #FFAB91;
    border-color: #FFAB91;
    content: "\f00d";
}

}
}

.notification-reminder {
    .card-body

{
    .card-title:before

{
    color: #CE93D8;
    border-color: #CE93D8;
    content: "\f017";
}

}
}

.card.display-none {
    display: none;
    transition: opacity 2s;
}

.asterix {
    color: #e44002;
}

legend {
    font-size: small;
    font-weight: 300;
    text-align: start;
    border: 1px solid #6c757d;
    background: #6c757d;
    padding-right: 5px;
    margin-bottom: 5px;
    color: white;
    margin-top: 5px;
}


