    .navbar .nav-item .dropdown-menu{ display: none;  z-index: 10000;}
    .navbar .nav-item:hover .nav-link{    }
    .navbar .nav-item:hover .dropdown-menu{ display: block; position: absolute;overflow: hidden;  z-index: 100; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
    .navbar-toggle
    {
        z-index: 10000;
    }


    /* Links inside the dropdown */
    .dropdown-item a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.avatar {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


    .item .item-content {
        padding: 30px 35px
    }

    .image-upload {
        width: 100%;
        height: 120px;
        margin-bottom: 20px;
        position: relative;
        text-align: center;
        color: #666;
        overflow: hidden
    }

    .image-upload i {
        font-size: 3em;
        color: #ccc
    }

    .image-upload input {
        cursor: pointer;
        opacity: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0
    }

    .item-wrapper input {
        height: 43px;
        line-height: 43px;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 20px
    }

.user-menu a{text-decoration: none}
