.loader-wrapper {
    background-color: #eef5f9;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    overflow: hidden;
}

.loader-header {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #28315E;
}

.loader-sidebar {
    width: 240px;
    background-color: #fff;
    height: calc(100vh - 70px);
    position: relative;
    display: inline-block;
}

.loader-partner {
    width: 140px;
    height: 140px;
    background-color: #ccc !important;
    border-radius: 50%;
    margin: 35px auto 0;
}

.loader-sidebar ul {
    list-style: none;
    padding: 50px 25px 0;
}

.loader-image {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.loader-logo {
    position: absolute;
    left: 39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 162px;
    height: 30px;
}

.loader-sidebar-item {
    height: 18px;
    width: 100%;
    background-color: #ccc !important;
    margin-bottom: 32px;
}

.loader-main {
    flex: 1;
}

.loader-headline-wrapper {
    padding-top: 25px;
    padding-left: 30px;
    height: 86px;
}

.loader-headline {
    height: 20px;
    width: 230px;
    background-color: #ccc !important;
    margin-bottom: 15px;
}

.loader-text {
    height: 20px;
    width: 130px;
    background-color: #ccc !important;
}

.loader-dashboard {
    padding: 30px;
}

.loader-dashboard-item-top {
    height: 92px;
    margin-bottom: 30px;
    background-color: #ccc !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loader-dashboard-item-middle {
    height: 152px;
    margin-bottom: 30px;
    background-color: #ccc !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loader-dashboard-item-bottom {
    height: 407px;
    background-color: #ccc !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loader-pulse {
    animation: loader-pulse 1.5s infinite;
    background-color: #eee;
}

@keyframes loader-pulse {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.3;
    }
}
