﻿/* Login media queries */
:root {
    --CustomGreen: #11b7af;
    --TextBlack: #555555;
    --CustomLightGray: #929292;
    --ExtraLightGray: #dddddd;
    --CustomOrange: #ffa45c;
    --CustomBlue: #364F6b;
}

/*----------------------------*/
/*--------- HOME ---------*/
/*----------------------------*/

@media (max-height: 444px) {

    .pulse-btn--wrapper {
        min-height: calc(100vh - 65px) !important;
        padding-top: 0;
        display: block;
    }

    .progress-tracker--container {
        margin: 0 25px !important
    }

    .progress-tracker {
        font-size: .7rem;
    }

    .clock {
        font-size: 2.5rem
    }

    .clock-text {
        font-size: 0.8rem
    }

    .date-text {
        font-size: 0.7rem;
        margin-top: 0.8rem !important
    }

    .horizontal-ruler {
        margin: .5rem 0 !important;
    }

    .button-pulse {
        font-size: 2em;
        width: 10rem;
        height: 3rem;
        margin: 0.3rem 0.3rem
    }

    .wrapper {
        margin-top: 75px
    }

    .progress-title,
    .add-activity-text {
        font-size: 1rem
    }

    .pulse-btn--container {
        height: auto !important;
    }
}

@media (max-width: 1224px) {
    .main-wrapper {
        width: 40%;
    }

    .popup {
        width: 45%
    }

    .addActivity {
        width: 50vw;
        background: white;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
}

@media (max-width: 876px) {
    .main-wrapper {
        width: 60%;
    }

    .popup {
        width: 80%
    }

    .datepicker-container {
        transform: translateY(-22%);
    }

    .addActivity {
        width: 75vw;
        background: white;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
}

@media (width: 578px) {
    .main-wrapper {
        width: 90%;
    }

    .sign-up-text {
        font-size: 1rem !important;
    }

    .popup {
        width: 80%
    }

        .popup h4 {
            font-size: 18px
        }

        .popup h6 {
            font-size: 15px
        }

        .popup i {
            font-size: 12px
        }

    .pulse-btn--wrapper {
        margin-top: 0px !important
    }

    .progress-tracker--container {
        margin-top: 25px !important
    }
}


@media (max-width: 641px) {
    .pulse-btn--wrapper {
        height: auto;
        margin-top: 65px
    }

    .addActivity {
        width: 100vw;
        max-height: 85vh;
        position: fixed;
        left: 50%;
        top: 100%;
        transform: translate(-50%, -100%);
        z-index: 999;
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .addActivity-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 390px) {
    .main-wrapper {
        width: 90%;
    }

    .sign-up-text {
        font-size: 0.9rem !important;
    }

    .btn-custom {
        font-size: 1rem !important;
        padding: 8px 35px;
        margin: 10px 0;
    }


    .input-element {
        font-size: 1rem !important;
    }

    .main-wrapper {
        height: 75%;
    }

    .icon {
        width: 18px;
        height: 18px;
    }

    .input-animated-labels {
        font-size: 0.8rem;
    }

    .popup {
        width: 95%
    }
}

/* Home media queries */
@media (max-width: 991px) {
    .navigation {
        width: 60%;
    }
}

@media (max-width: 768px) {

    #projects_wrapper,
    #activities_wrapper {
        max-height: unset;
        overflow: unset;
    }

    .addActivity_scroll--container {
        overflow-y: auto;
        max-height: 50vh;
    }

    .addActivity_txt--desktop {
        display: none;
    }

    .addActivity_txt--mobile {
        display: flex;
        align-items: center;
    }

    .popup-close--wrapper {
        position: relative;
        margin-left: auto;
        right: 15px;
    }

    .tutorial-modal--wrapper {
        display: none
    }

    .hamburger-menu {
        display: inline-block;
    }
    /* navigation container */
    /* navigation */
    .navigation {
        width: 100%;
        z-index: 999;
        position: fixed;
        top: 65px;
        right: -100%;
        max-height: calc(var(--vh, 1vh) * 100 - 65px);
        background-color: white;
        overflow-y: auto;
        box-shadow: inset 0px 0px 5px rgba(0,0,0,.1);
    }

        .navigation > div {
            min-height: calc(var(--vh, 1vh) * 100 - 65px);
        }

        .navigation ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .navigation ul li {
                width: 100%;
                display: block;
                padding: 20px;
                overflow-x: hidden
            }

                .navigation ul li:last-child {
                    text-align: center;
                }

    .signout-form-hamburger > form {
        padding: 20px;
    }

        .signout-form-hamburger > form .signout-link {
            width: 100%;
            padding: 10px 5px;
            background-color: var(--CustomOrange);
            color: white
        }

        .signout-form-hamburger > form svg {
            fill: white
        }

    /*navigation links */
    .link-costum {
        text-align: left;
        display: block;
    }

    .signout-form-navigation {
        display: none !important;
    }

    .signout-form-hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    /*progress-tracker*/
    .progress-tracker--container {
        font-size: .85rem;
        margin-top: 75px
    }

    .progress-tracker--wrapper {
        margin-top: 0px;
    }

    .pulse-btn--container {
        height: 100%;
        font-size: 0.53rem;
        margin-top: 0px;
    }

    .totalbreak-text {
        bottom: 16px;
    }
    /* toggle navigation */
    .toggle-nav {
        right: 0;
    }

    .dropdown-companyname {
        font-size: 1rem;
        color: white;
        padding-right: 5px
    }

    .dropdown-arrow {
        color: white
    }

    .pulse-btn--wrapper {
        padding-top: 0;
        display: block;
        padding: 40px 0;
        margin-bottom: -80px;
    }

    /*Calendar*/
    .custom-header h3 {
        font-size: 24px;
    }
    /*---*/

}

@media (width: 603px) {
    .wrapper {
        margin-top: 75px;
    }

    .progress-tracker--container {
        margin-top: 0 !important;
    }
}
/*Modal Pop up*/

