[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.dash-aside {
    width: 18%;
    z-index: 8;
}

.dash-aside .logo {
    padding: 15px 15px 20px 15px;
}

.dash-aside .logo .photo {
    width: 60px;
    height: 60px;
}

.dash-aside .links {
    height: 80vh;
    margin-top: 0;
    padding: 50px 15px;
}

.dash-aside .links {
    height: 80vh;
    margin-top: 0;
    padding: 40px 15px;
}

.dash-aside .links ul li {
    margin-bottom: 50px;
}

.dash-aside.command .links ul li {
    margin-bottom: 45px;
}

.dash-aside .links ul li:nth-last-child(1),
.dash-aside.command .links ul li:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.dash-aside .links ul li svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.dash-aside .links ul li.active {
    padding: 10px 15px 10px 5px;
    font-weight: 900;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-flex;
    background-color: var(--c-white);
    opacity: 0.5;
}

.dash-aside .links ul li.active svg,
.dash-aside .links ul li.active a {
    color: var(--c-green);
}

.dash-aside .links ul li.logout {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.dash-content-area {
    width: 82%;
    float: right;
    padding: 15px 25px 30px 25px;
}

.dash-content-area .top-bar .title {
    width: 40%;
}

.dash-content-area .top-bar .icons {
    width: 60%;
}

.dash-content-area .top-bar .icons ul {
    display: inline-flex;
    align-items: center;
}

.dash-content-area .top-bar .icons ul li {
    margin-left: 5px;
    line-height: 0;
}

.dash-content-area .top-bar .icons ul li:nth-child(1) {
    margin-left: 0;
}

.dash-content-area .top-bar .icons ul li svg {
    width: 40px;
    height: 40px;
}

.dash-content-area .top-bar .icons ul li.menu {
    display: none;
}

.dash-content-area .the-body .stat-card .child {
    width: 25%;
}

.dash-content-area .the-body .stat-card .child {
    border-right: 1px solid var(--c-grey);
}

.dash-content-area .the-body .stat-card .child:nth-last-child(1) {
    border-right: none;
}

.dash-content-area .the-body .stat-card .child svg {
    width: 32px;
    height: 32px;
}

.dash-content-area .the-body .library .top-boy .file-type {
    width: 40%;
}

.dash-content-area .the-body .library .top-boy .file-type svg {
    width: 30px;
    height: 30px;
}

.dash-content-area .the-body .library .top-boy .file-size {
    width: 60%;
}

.dash-content-area .the-body .tab-cover {
    padding: 12px 20px 0 20px;
}

.dash-content-area .the-body .profile-body .passport-frame .passport {
    width: 40%;
}

.dash-content-area .the-body .profile-body .passport-frame .replacer {
    width: 60%;
}

.dash-content-area .the-body .subscriptions {
    grid-row-gap: 30px;
}

.dash-content-area .the-body .subscriptions .child {
    padding: 10px 15px 20px 15px;
}


.dash-content-area .the-body .subscriptions .child .line {
    padding: 30px 0;
    border-bottom: 1px solid var(--c-grey);
}

.dash-content-area .the-body .subscriptions .child .line:nth-child(1) {
    padding-top: 0;
}

.dash-content-area .the-body .subscriptions .child .line:nth-last-child(1) {
    border-bottom: 0;
    padding: 0;
}

.dash-content-area .the-body .subscriptions .child .line .name {
    width: 60%;
}

.dash-content-area .the-body .subscriptions .child .line .price {
    width: 40%;
}

.dash-content-area .the-body .subscriptions .child .info svg {
    width: 25px;
    height: 25px;
}

.dash-content-area .the-body .application-upload .child {
    margin-bottom: 30px;
}

.dash-content-area .the-body .application-upload .child:nth-last-child(1) {
    margin-bottom: 0;
}

.dash-content-area .the-body .application-upload .child .file-selector {
    padding: 30px 20px;
}

.dash-content-area .the-body .application-upload .child .file-selector svg {
    width: 40px;
    height: 40px;
}

.dash-float-icon {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
}

.dash-float-icon svg {
    width: 22px;
    height: 22px;
}

.dash-auth.login,
.dash-auth.register {
    min-height: 100vh;
    padding: 20px;
}

.dash-auth.login .frame {
    width: 400px;
}

.dash-auth.register .frame {
    width: 50%;
}

.dash-auth.register .frame .title .name {
    width: 80%;
}

.dash-auth.register .frame .title .step {
    width: 20%;
}

.dash-placeholder-frame {
    height: 60vh;
}



.dash-loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--c-green);
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

@media(max-width:900px) {
    .dash-aside {
        width: 70%;
        display: none;
    }

    .dash-aside.open-it {
        display: block;
    }

    .dash-content-area {
        width: 100%;
        float: right;
        padding: 15px 12px 20px 12px;
    }

    .dash-content-area .top-bar .icons ul li.menu {
        display: block;
    }


    .dash-content-area .the-body .stat-card .child {
        width: 100%;
    }

    .dash-content-area .the-body .stat-card .child {
        border-right: none;
        border-bottom: 1px solid var(--c-grey);
    }

    .dash-content-area .the-body .stat-card .child:nth-last-child(1) {
        border-right: none;
        border-bottom: none;
    }

    .dash-auth.login,
    .dash-auth.register {
        padding: 12px;
    }

    .dash-auth.login .frame {
        width: 100%;
    }

    .dash-auth.register .frame {
        width: 100%;
    }

    .dash-auth.register .frame .title .name {
        width: 70%;
    }

    .dash-auth.register .frame .title .step {
        width: 30%;
    }
}