/* You can add global styles to this file, and also import other style files */
.loader, .loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.loader {
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader-color-dark {
    border-top: 2px solid rgba(80, 80, 80, 0.2);
    border-right: 2px solid rgba(80, 80, 80, 0.2);
    border-bottom: 2px solid rgba(80, 80, 80, 0.2);
    border-left: 2px solid #505050;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* countdown */
.countdown {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    max-width: 300px;
}

.countdown-box-container {
    width: calc(100% / 4);
}

.countdown-box {
    height: 60px;
    width: 100%;
    display: flex;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.countdown-box-text {
    margin: auto;
    font-size: 30px;
    font-weight: 400;
}

.countdown-box-description {
    width: 100%;
    margin: 12px 10px 0;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

.swiper-slide {
    display: flex;
    text-align: center;
    background: #ffffff;
}

.swiper-slide img {
    height: 350px;
    width: auto;
    margin: auto;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #505050;
    opacity: .5;
    outline: none !important;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

.swiper-pagination-bullet {
    background-color: #505050;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background-color: #f7ce97;
    opacity: 1;
}

.title-image {
    width: calc(100% + 10px);
    margin-left: -5px;
}

.row, button, .ui-button, .ui-box-list-link, .ui-menu-link, .ui-header, .ui-header-button-announcement-image, .ui-button-container, .ui-form-color-list, .statistic-progress, .ui-box-list-link-image, .ui-information-sub-header, .ui-information-sub-header-time, .ui-task-list-entry, .col, body, main, .main, form, .text-fill-space, .logo-container, .statistic-progress-circle {
    display: flex;
    flex-direction: row;
}

.col, body, main, .main, form, .text-fill-space, .logo-container, .statistic-progress-circle {
    flex-direction: column;
}

.only-desktop {
    display: none;
}

.only-mobile {
    display: block;
}

body {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}

main, .main {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    min-height: -moz-calc(100vh - 60px);
    min-height: -webkit-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
}

h1, h2, p, a, button, input, textarea, select, body {
    color: #505050;
    font-family: myriad-devanagari, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
}

h2, a, button, .ui-header-time {
    font-size: 22px;
}

p {
    margin-bottom: 20px;
    font-weight: 300;
}

button, a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

button:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button, .ui-button, .ui-box-list-link, .ui-menu-link {
    background: none;
    outline: none;
    border: none;
}

button img, .ui-button img, .ui-box-list-link img, .ui-menu-link img {
    width: 20px;
    height: 20px;
    margin: auto;
}

button span, .ui-button span, .ui-box-list-link span, .ui-menu-link span {
    margin: auto;
}

button-text-small, .ui-button-text-small, .ui-box-list-link-text-small, .ui-menu-link-text-small {
    font-size: 18px;
}

.ui-box-list-link-additional {
    font-weight: 300;
}

a {
    text-decoration: none;
}

input, textarea, select {
    height: 60px;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 auto 20px;
    padding: 0 30px;
    background: none;
    outline: 0;
    border: 2px solid #e8e4e4;
    border-radius: 25px;
    -webkit-appearance: none;
}

select {
    background: url("assets/arrow-down-icon.svg") 0 center no-repeat;
    background-position-x: -moz-calc(100% - 30px);
    background-position-x: -webkit-calc(100% - 30px);
    background-position-x: calc(100% - 30px);
    background-size: 20px;
}

textarea {
    resize: none;
}

form {
    width: 100%;
}

.text {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 40px;
}

.text-special h1 {
    font-family: spumante, sans-serif;
}

.text-fill-space {
    margin: 0 auto 0;
    height: -moz-calc(100vh - 180px - 20px - 80px);
    height: -webkit-calc(100vh - 180px - 20px - 80px);
    height: calc(100vh - 180px - 20px - 80px);
}

.text-image {
    position: absolute;
    z-index: 50;
}

.text-image svg, .text-image-medium {
    height: 60px;
    width: 60px;
    z-index: 100;
    top: -moz-calc(50% - 60px / 2 - 10px);
    top: -webkit-calc(50% - 60px / 2 - 10px);
    top: calc(50% - 60px / 2 - 10px);
    left: -moz-calc(50% - 60px / 2);
    left: -webkit-calc(50% - 60px / 2);
    left: calc(50% - 60px / 2);
}

.text-image-large {
    height: 100px;
    width: 100px;
    top: -moz-calc(50% - 100px / 2);
    top: -webkit-calc(50% - 100px / 2);
    top: calc(50% - 100px / 2);
    left: -moz-calc(50% - 100px / 2);
    left: -webkit-calc(50% - 100px / 2);
    left: calc(50% - 100px / 2);
}

.video {
    width: 100%;
    height: 250px;
}

.shadow-1, .ui-header-button-announcement-image, .ui-form-color-list-button-selected svg, .statistic-progress-circle, .ui-task-list {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.shadow-2, .ui-task-list-entry {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.ui-header {
    height: 60px;
}

.ui-header h2 {
    margin: auto;
}

.ui-header-button {
    height: 60px;
    width: 60px;
    border-radius: 25px;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
}

.ui-header-button-right {
    right: 0;
    margin-left: auto;
}

.ui-header-button-submit {
    width: fit-content;
}

.ui-header-button-submit span {
    margin: 0 40px;
}

.ui-header-button-announcement-image {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
}

.ui-header-button-announcement-image img {
    height: 20px;
    width: 20px;
    margin: auto;
}

.ui-header-time {
    margin: auto 20px auto auto;
    z-index: 50;
}

.ui-button {
    height: 60px;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 40px 20px;
    background: #f7ce97;
    border-radius: 25px;
}

.ui-button-without-background {
    background: transparent !important;
}

.ui-button-small {
    margin-right: 0;
    width: -moz-calc(50% - 40px - 10px);
    width: -webkit-calc(50% - 40px - 10px);
    width: calc(50% - 40px - 10px);
}

.ui-button-small-right {
    margin-left: auto;
    margin-right: 40px;
}

.ui-button-loading {
    opacity: 0.75;
}

.logo-container {
    margin: 0 auto 0;
    height: -moz-calc(100vh - 180px - 20px - 80px);
    height: -webkit-calc(100vh - 180px - 20px - 80px);
    height: calc(100vh - 180px - 20px - 80px);
}

.logo-container img {
    margin: auto;
}

.world-image {
    width: 80%;
    margin: 10% 10%;
    animation: float 5s infinite;
}

@keyframes float {
    50% {
        transform: scale(1.1);
    }
}

.ui-form {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ui-form textarea {
    padding: 15px 30px;
}

.ui-form .ng-touched.ng-invalid {
    border-color: #e35959;
}

.ui-form-task textarea {
    min-height: 80px;
    font-size: 22px;
    padding: 20px;
}

.ui-form-task textarea.textarea-height-1 {
    height: -moz-calc(80px + 24px * 0);
    height: -webkit-calc(80px + 24px * 0);
    height: calc(80px + 24px * 0);
}

.ui-form-task textarea.textarea-height-2 {
    height: -moz-calc(80px + 24px * 1);
    height: -webkit-calc(80px + 24px * 1);
    height: calc(80px + 24px * 1);
}

.ui-form-task textarea.textarea-height-3 {
    height: -moz-calc(80px + 24px * 2);
    height: -webkit-calc(80px + 24px * 2);
    height: calc(80px + 24px * 2);
}

.ui-form-task textarea.textarea-height-4 {
    height: -moz-calc(80px + 24px * 3);
    height: -webkit-calc(80px + 24px * 3);
    height: calc(80px + 24px * 3);
}

.ui-form-task textarea.textarea-height-5 {
    height: -moz-calc(80px + 24px * 4);
    height: -webkit-calc(80px + 24px * 4);
    height: calc(80px + 24px * 4);
}

.ui-form-task textarea.textarea-height-6 {
    height: -moz-calc(80px + 24px * 5);
    height: -webkit-calc(80px + 24px * 5);
    height: calc(80px + 24px * 5);
}

.ui-form-task textarea.textarea-height-7 {
    height: -moz-calc(80px + 24px * 6);
    height: -webkit-calc(80px + 24px * 6);
    height: calc(80px + 24px * 6);
}

.ui-form-task textarea.textarea-height-8 {
    height: -moz-calc(80px + 24px * 7);
    height: -webkit-calc(80px + 24px * 7);
    height: calc(80px + 24px * 7);
}

.ui-form-task textarea.textarea-height-9 {
    height: -moz-calc(80px + 24px * 8);
    height: -webkit-calc(80px + 24px * 8);
    height: calc(80px + 24px * 8);
}

.ui-form-task textarea.textarea-height-10 {
    height: -moz-calc(80px + 24px * 9);
    height: -webkit-calc(80px + 24px * 9);
    height: calc(80px + 24px * 9);
}

.ui-form-task .ng-touched.ng-invalid {
    border-color: #e8e4e4;
}

.ui-form-color-list {
    flex-grow: 4;
    flex-wrap: wrap;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 0 10px;
}

.ui-form-color-list svg, .ui-form-color-list-button {
    border-radius: 50%;
    width: -moz-calc((100vw - 100px - 40px) / 4);
    width: -webkit-calc((100vw - 100px - 40px) / 4);
    width: calc((100vw - 100px - 40px) / 4);
    height: -moz-calc((100vw - 100px - 40px) / 4);
    height: -webkit-calc((100vw - 100px - 40px) / 4);
    height: calc((100vw - 100px - 40px) / 4);
}

.ui-form-color-list-button {
    margin: 0 10px 20px;
}

.ui-form-color-list-button:nth-child(n+5) {
    margin-bottom: 0;
}

.ui-form-color-list-button-selected svg {
    border: 1px solid #505050;
}

.ui-form-message {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 auto 40px;
    padding: 0 30px;
}

.ui-form-message-center {
    text-align: center;
}

.ui-form-message-success {
    color: #177305;
}

.ui-form-message-error {
    color: #e35959;
}

.ui-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    background: #fff;
}

.ui-menu-link {
    height: 60px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    border-radius: 25px;
    padding: 0 30px 0 0;
    background-color: #e8e4e4;
    background-color: rgba(232, 228, 228, 0.25);
}

.ui-menu-link img {
    margin: auto 20px;
}

.ui-menu-link span {
    margin-left: 0;
}

.ui-menu .ui-header-button {
    z-index: 200;
}

img circle {
    fill: #505050 !important;
}

.statistic-progress {
    height: 80px;
    margin: 40px 0 40px 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #e8e4e4;
    background-color: rgba(232, 228, 228, 0.25);
}

.statistic-progress-description {
    width: 60px;
    margin-left: 20px;
    text-align: left;
}

.statistic-progress-description h1 {
    margin: 10px 0 0;
}

.statistic-progress-description p {
    margin: -10px 0 0 3px;
}

.statistic-progress-circle {
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    margin-top: -10px;
    margin-left: -moz-calc(100% - 80px - 100px - 60px + 20px);
    margin-left: -webkit-calc(100% - 80px - 100px - 60px + 20px);
    margin-left: calc(100% - 80px - 100px - 60px + 20px);
}

.statistic-progress-circle h2 {
    width: 60px;
    text-align: left;
    margin: auto;
    padding: 15px 0 0 10px;
}

.statistic-progress-circle p {
    width: 60px;
    text-align: right;
    margin: auto;
    padding: 0 10px 15px 0;
}

.statistic-progress-circle:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #505050;
    margin: 50px 0 0 25px;
    position: absolute;
    transform: rotate(135deg);
}

.statistic-progress-circle-border {
    position: absolute;
    height: 130px;
    width: 130px;
    margin-top: -20px;
    margin-left: -moz-calc(100% - 80px - 110px);
    margin-left: -webkit-calc(100% - 80px - 110px);
    margin-left: calc(100% - 80px - 110px);
}

.statistic-progress-circle-border svg {
    transform: rotate(180deg);
}

.box-progress, .ui-box-list {
    margin-bottom: 80px;
}

.ui-box-list-link {
    height: 60px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    border-radius: 25px;
    padding: 0 30px;
    background: url("assets/arrow-right-icon.svg") 0 center no-repeat;
    background-position-x: -moz-calc(100% - 10px);
    background-position-x: -webkit-calc(100% - 10px);
    background-position-x: calc(100% - 10px);
    background-size: 20px 20px;
    background-color: #e8e4e4;
    background-color: rgba(232, 228, 228, 0.25);
}

.ui-box-list-link span {
    margin-left: 0;
}

.ui-box-list-link span.ui-box-list-link-additional {
    margin-left: auto;
    margin-right: 10px;
    font-size: 18px;
    opacity: 0.5;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-box-list-link-image {
    height: 20px;
    width: 20px;
    margin: auto 10px auto auto;
}

.ui-box-list-link-image * {
    font-size: 0;
}

.ui-box-list-link-without-background {
    background: transparent;
}

.ui-information-sub-header {
    min-height: 40px;
    margin-bottom: 40px;
}

.ui-information-sub-header-headline {
    margin: auto 0;
}

.ui-information-sub-header-headline-with-time {
    width: 70%;
}

.ui-information-sub-header-time {
    margin: auto 0 auto auto;
    opacity: 0.5;
}

.ui-information-sub-header-time img {
    width: 20px;
    height: 20px;
    margin: auto;
}

.ui-information-sub-header-time p {
    margin: auto 0 auto 10px;
}

.ui-task-list {
    width: 100%;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #fff;
    z-index: 200;
    top: 60px;
    left: 0;
}

.ui-task-list-button {
    position: fixed;
    left: 0;
    z-index: 100;
    background: #fff;
    border-radius: 0;
}

.ui-task-list-entry {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    min-height: 60px;
    margin: 0 auto 20px;
    border-radius: 25px;
}

.ui-task-list-entry button {
    height: 60px;
    width: 60px;
    background-color: #e8e4e4;
    background-color: rgba(232, 228, 228, 0.25);
    border-radius: 25px;
    position: absolute;
    right: 40px;
    z-index: 50;
}

.ui-task-list-entry p {
    padding: 16px 30px;
    margin-bottom: 0;
    white-space: pre-wrap;
}

@media only screen and (min-width: 380px) {
    .ui-form-color-list svg, .ui-form-color-list-button {
        width: -moz-calc((380px - 100px - 40px) / 4);
        width: -webkit-calc((380px - 100px - 40px) / 4);
        width: calc((380px - 100px - 40px) / 4);
        height: -moz-calc((380px - 100px - 40px) / 4);
        height: -webkit-calc((380px - 100px - 40px) / 4);
        height: calc((380px - 100px - 40px) / 4);
    }

    .ui-task-list-entry button {
        left: -moz-calc(50% + 380px / 2 - 40px - 60px);
        left: -webkit-calc(50% + 380px / 2 - 40px - 60px);
        left: calc(50% + 380px / 2 - 40px - 60px);
    }

    .statistic-progress {
        margin-right: -moz-calc(-100vw + 50vw + 190px);
        margin-right: -webkit-calc(-100vw + 50vw + 190px);
        margin-right: calc(-100vw + 50vw + 190px);
    }

    .statistic-progress-circle {
        margin-left: -moz-calc(380px - 80px - 100px - 60px - 20px);
        margin-left: -webkit-calc(380px - 80px - 100px - 60px - 20px);
        margin-left: calc(380px - 80px - 100px - 60px - 20px);
    }

    .statistic-progress-circle-border {
        margin-left: -moz-calc(380px - 80px - 110px);
        margin-left: -webkit-calc(380px - 80px - 110px);
        margin-left: calc(380px - 80px - 110px);
    }
}

@media only screen and (min-width: 1200px) {
    .row-copy, .home-container, .task-container, .col-copy, .home-container .home-container-col, .box-progress, .box-form {
        display: flex;
        flex-direction: row;
    }

    .col-copy, .home-container .home-container-col, .box-progress, .box-form {
        flex-direction: column;
    }

    .only-desktop {
        display: block;
    }

    .only-mobile {
        display: none;
    }

    body.center main {
        width: 100%;
        align-items: center;
    }

    body.half-screen main {
        width: 50%;
        width: -moz-calc(50% - 100px / 2);
        width: -webkit-calc(50% - 100px / 2);
        width: calc(50% - 100px / 2);
        margin-left: 25px;
        transition: 0.4s;
    }

    body.with-menu {
        padding-left: 100px;
    }

    body.background {
        background-color: #e8e4e4;
        background-color: rgba(232, 228, 228, 0.25);
    }

    body.background main, body.background .main {
        max-width: 100%;
    }

    body.background .text {
        margin-left: 40px;
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }

    body.background .text-special {
        width: fit-content;
        margin-left: -moz-calc(50% - 470px - 40px);
        margin-left: -webkit-calc(50% - 470px - 40px);
        margin-left: calc(50% - 470px - 40px);
    }

    body.background .video {
        margin-left: 40px;
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }

    .shadow-1-copy, .ui-menu {
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    }

    .shadow-2-copy, .ui-box-list:hover, .box-progress, .box-form, .ui-menu-link:hover {
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    }

    .home-container .home-container-col {
        width: 470px;
    }

    .home-container .home-container-col:first-of-type {
        margin-right: 80px;
        margin-left: -moz-calc(50% - 470px - 40px);
        margin-left: -webkit-calc(50% - 470px - 40px);
        margin-left: calc(50% - 470px - 40px);
    }

    .home-container .home-container-col:last-of-type {
        margin-right: -moz-calc(50% - 470px - 40px);
        margin-right: -webkit-calc(50% - 470px - 40px);
        margin-right: calc(50% - 470px - 40px);
    }

    .text {
        width: 470px;
        margin-left: -moz-calc((470px - 380px) / 2 * -1);
        margin-left: -webkit-calc((470px - 380px) / 2 * -1);
        margin-left: calc((470px - 380px) / 2 * -1);
    }

    .text-special {
        margin-left: 0;
    }

    .text-special h1 {
        font-family: spumante, sans-serif;
        font-size: 60px;
    }

    .video {
        width: 470px;
        margin-left: -moz-calc((470px - 380px) / 2 * -1);
        margin-left: -webkit-calc((470px - 380px) / 2 * -1);
        margin-left: calc((470px - 380px) / 2 * -1);
    }

    .statistic-progress {
        background: none;
        position: absolute;
        margin-top: 0;
    }

    .statistic-progress-circle {
        margin-left: -moz-calc(470px - 100px - 80px - 10px);
        margin-left: -webkit-calc(470px - 100px - 80px - 10px);
        margin-left: calc(470px - 100px - 80px - 10px);
    }

    .statistic-progress-circle-border {
        margin-left: -moz-calc(470px - 110px - 80px - 10px);
        margin-left: -webkit-calc(470px - 110px - 80px - 10px);
        margin-left: calc(470px - 110px - 80px - 10px);
    }

    .box-form[hidden] {
        display: none;
    }

    .box-form, .box-progress, .ui-box-list {
        width: 470px;
        padding: 30px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 25px;
    }

    .box-progress {
        height: 300px;
    }

    .box-progress .ui-button {
        margin-top: auto;
    }

    .box-form {
        margin: 0 auto;
    }

    .ui-menu {
        width: 100px;
    }

    .ui-menu .ui-header {
        display: none;
    }

    .ui-menu-link {
        padding: 0;
    }

    .ui-menu-link span {
        display: none;
    }

    .ui-menu-link:hover {
        width: 250px;
        background-color: #fff;
    }

    .ui-menu-link:hover span {
        display: block;
    }

    .ui-task-list {
        width: -moz-calc(50% - 100px / 2);
        width: -webkit-calc(50% - 100px / 2);
        width: calc(50% - 100px / 2);
        height: 100%;
        border-bottom-left-radius: 50px;
        border-top-right-radius: 0;
        background: #fff;
        z-index: 0;
        top: 0;
        right: 0;
        margin-left: auto;
    }

    .ui-task-list-button {
        position: relative;
    }

    .ui-task-list-entry {
        max-width: 295px;
    }
}

.margin-top-large {
    margin-top: 80px;
}

.margin-top-medium {
    margin-top: 40px;
}

.margin-top-small {
    margin-top: 20px;
}

.margin-top-very-small {
    margin-top: 10px;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-large {
    margin-bottom: 80px;
}

.margin-bottom-medium {
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 20px;
}

.margin-bottom-very-small {
    margin-bottom: 10px;
}

.margin-bottom-none {
    margin-bottom: 0;
}
