.article-cover {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #112816;
    min-height: 553px;
    height: 553px;
}

.article-cover__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    opacity: 0.5;
}

.article-header {
    position: absolute !important;
    z-index: 2;
    left: 60px;
    right: 60px;
    bottom: 0;
}

.article-header {
    position: relative;
}

.article-header h1 {
    color: var(--grey-01);
    margin-bottom: 63px;
    max-width: 87%;
    font-size: 5rem;
}

.article-content {
    padding: 3rem 0;
}

@media (max-width: 767.98px) {
    .article-header h1 {
        font-size: 3rem;
    }
}

@media (max-width: 575.98px) {
    .article-cover {
        min-height: 353px;
        height: 353px;
    }
    .article-header {
        left: 1rem;
    }
    .article-header h1 {
        font-size: 2rem;
    }
}
.sidebar {
    padding-left: 0 !important;
    width: 334px !important;
    flex: 0 0 334px !important;
}

.sidebar .module {
    padding: 0 !important;
    border: none !important;
}

.sidebar .module {
    margin-top: 50px;
    border: 1px solid #f3f3f3;
    padding: 30px;
    border-radius: 3px;
}

.sidebar .module:first-child {
    margin-top: 0;
}

.sidebar .module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul.mod-list {
    position: fixed;
    width: 334px;
    top: 50px;
    right: 0;
    z-index: 3;
}

.sidebar .module ul li {
    display: block;
    border-bottom: none !important;
    position: relative;
    padding-top: 1px;
}

.sidebar .module ul li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}

.sidebar .module ul li:first-child {
    padding-top: 0;
}

.module ul li a {
    color: #252525;
}

.sidebar .module ul li a {
    padding: 0px !important;
    color: #fff !important;
}

.sidebar .module ul li a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
}

.sbanner-transp {
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    background-color: var(--blue-02);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.sidebar .sbanner-transp {
    width: 100%;
    height: calc((100vh - 50px) / 5);
    box-shadow: none !important;
}

.sbanner {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: opacity .1s ease, -webkit-filter .1s ease, opacity .1s ease, filter .1s ease;
    transition: opacity .1s ease, filter .1s ease;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: gray;
    filter: gray;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.sidebar .sbanner {
    width: 100%;
    height: calc((100vh - 50px) / 5);
}

.sidebar .sidebar-title {
    position: absolute;
    z-index: 2;
    font-size: 17px;
    bottom: 18px;
    left: 15px;
    right: 20px;
    margin: 0;
    padding: 0 30px 0 0;
}

.sidebar .sidebar-title:after {
    position: absolute;
    content: '';
    background: url(https://kapitanlogistics.com/images/img/fastinfo-ar.png);
    top: 50%;
    margin-top: -8px;
    right: 0;
    width: 10px;
    height: 17px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 17px);
    -ms-transform: translate(0, 17px);
    transform: translate(0, 17px);
    -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: opacity .1s ease, transform .1s ease;
}

.sidebar .sidebar-title:after {
    background-image: url(https://kapitanlogistics.com/images/img/fastinfo-ar.svg);
}

.sidebar .module ul li.sidebar-item:hover {
    z-index: 2;
}

.sidebar .module ul li:hover .sbanner-transp {
    background-color: var(--blue-01);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.7) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sidebar .module ul li:hover .sidebar-title:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sidebar .module ul li a:hover {
    color: #000 !important;
    z-index: 4;
}

@media (max-width: 1199.98px) {
    .sidebar {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 1rem;
    }
    .sidebar .module-content {
        position: relative;
        margin: 0;
        left: auto;
        right: auto;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sidebar ul.mod-list {
        position: relative !important;
        width: max-content;
        top: 0;
    }
    .sidebar .sbanner {
        width: 333px;
    }
    .sidebar .module ul li {
        display: inline-block !important;
        padding-right: .2rem;
    }
    .sidebar .module ul li:last-child {
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .sidebar .sbanner {
        width: 222px;
    }
    .sidebar .sidebar-title {
        padding: 0;
    }
    .sidebar .module ul li a {
        line-height: 26px;
    }
}
.profile-background {
    min-height: calc(100vh - 194px);
    background-color: blueviolet;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/storage/app/media/sliders/cropped-images/Wsj3BJN-0-0-0-0-1594043693.jpg");
    opacity: 1;
}

.user-background {
    min-height: calc(100vh - 190px);
    background-color: blueviolet;
    display: flex;
    justify-content: center;
    background-image: url("/storage/app/media/sliders/cropped-images/Wsj3BJN-0-0-0-0-1594043693.jpg");
    opacity: 1;
}

.profile-header {
    background-color: var(--blue-02);
    color: #fff;
}

.user-login {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .user-background .card {
    height: fit-content;
} */

#auth_form .nav-link {
    color: var(--blue-02);
}

#auth_form .nav-link:hover {
    color: var(--blue-01);
}

#auth_form h5 {
    color: var(--blue-02);
}

#user-menu .dropdown-menu {
    left: -140px;
}

@media (max-width: 575.98px) {
    .navbar-nav .dropdown-menu {
        max-width: 100%;
    }
}

#user-profile .card {
    border: 0;
}

.flash-message {
    position: fixed;
    width: 500px;
    left: 50%;
    top: 13px;
    margin-left: -250px;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 30px 10px 15px;
    z-index: 10000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.flash-message.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s, width 0s;
    transition: all 0.5s, width 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.flash-message.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.flash-message.success {
    background: #8da85e
}

.error {
    background: var(--blue-01) !important;
}

.flash-message.warning {
    background: #f0ad4e
}

.flash-message.info {
    background: #5fb6f5
}

.flash-message button {
    float: none;
    position: absolute;
    right: 10px;
    top: 8px;
    color: white
}

.flash-message button:hover {
    color: white
}

.flash-message.static {
    position: static !important;
    width: auto !important;
    display: block !important;
    margin-left: 0 !important
}