@import url('https://fonts.googleapis.com/css?family=DM+Sans:500,400,500|Inter|DM+Mono');

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

#progress {
    position: fixed;
    z-index: 1;
    top: 0;
    left: -6px;
    width: 1%;
    height: 5px;
    background-color: #000;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 600ms ease-out, opacity 500ms linear;
    -ms-transition: width 600ms ease-out, opacity 500ms linear;
    -o-transition: width 600ms ease-out, opacity 500ms linear;
    -webkit-transition: width 600ms ease-out, opacity 500ms linear;
    transition: width 1000ms ease-out, opacity 500ms linear;
    animation:topBarPreloader 2s linear infinite;
}
#progress b,
#progress i {
    position: absolute;
    top: 0;
    height: 5px;
    -moz-box-shadow: #777777 1px 0 6px 1px;
    -ms-box-shadow: #777777 1px 0 6px 1px;
    -webkit-box-shadow: #777777 1px 0 6px 1px;
    box-shadow: #777777 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#progress b {
    clip: rect(-6px, 22px, 14px, 10px);
    opacity: 0.6;
    width: 20px;
    right: 0;
}
#progress i {
    clip: rect(-6px, 90px, 14px, -6px);
    opacity: 0.6;
    width: 180px;
    right: -80px;
}
@keyframes topBarPreloader {
    0% {
        left:0%;
        right:100%;
        width:0%;
    }
    10% {
        left:0%;
        right:75%;
        width:25%;
    }
    90% {
        right:0%;
        left:75%;
        width:25%;
    }
    100% {
        left:100%;
        right:0%;
        width:0%;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar {
    background: transparent;
}
::-webkit-scrollbar-track {
    background: #EDECE9;
}
::-webkit-scrollbar-thumb {
    background:#D3D1CB;
}
::-webkit-scrollbar-thumb:hover {
    background:#AEACA6;
}

.wrapper {
    max-width: 1170px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.header {
    height: 80px;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 24px;
    box-shadow: 0 4px 70px 0px rgba(139, 131, 131, 0.1);
    position: sticky;
    top: 0px;
    z-index: 999;
}

.header-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}

.header-link-wp {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.add-project-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: white;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    column-gap: 12px;
    border-radius: 3px;
    text-decoration: none;
    border-style: none;
}

.project-title {
    font-size: 22px;
    align-self: center;
}

.add-project-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.projects-card-wp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 30px;
    max-width: 1170px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
    justify-content: flex-start;
}

.project-card {
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.project-content-wp {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.projects-stage {
    margin-top: 35px;
    margin-bottom: 35px;
    min-height: 70vh;
}

.project-content-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.project-name {
    font-size: 22px;
    line-height: 100%;
}

.project-icon-flex {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    max-width: 150px;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.project-thumbnail {
    max-width: 370px;
    border-radius: 4px;
    overflow: hidden;
    height : 230px;
}


img {
    max-width: 100%;
    display: block;
}

.project-link {
    text-decoration: underline;
    color: #040404;
    max-width: 100%;
}

.login-body {
    background-color: black;
    color: white;
}

.flex-center-wp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
}

.min-h {
    min-height: 100vh;
}

input {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding-top: 9px;
    padding-right: 18px;
    padding-bottom: 9px;
    padding-left: 18px;
    border-radius: 8px;
    width: 320px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.login-form {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
    justify-content: center;
}

.login-button {
    background-color: #0000ff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 2px;
    color: #ffffff;
    text-indent: 4px;
    border-style: none;
}

.add-project-form-wp {
    max-width: 700px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    min-height: 100vh;
}

.flex-block-wp {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.add-project-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}

.login-button:hover {
    border-style: none;
}

a {
    color: white;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.black {
    background-color: black;
    color: white;
}

.project-thumbnail:hover {
    box-shadow: 0px 8px 70px 4px rgba(139, 134, 134, 0.11);
}

.project-card:hover {
    padding-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d0d0;
}

.text-inactive {
    color: rgba(4, 4, 4, 0.5);
}

.error {
    padding: 12px;
    background-color: rgba(255, 0, 0, 0.75);
    border-radius: 12px;
    color: white;
    font-size: 11px;
    position: fixed;
    bottom: 12px;
    margin-right: auto;
    margin-left: auto;
    right: 24px;
    line-height: 140%;
    text-align: center;
    max-width: 250px;
}

.col {
    text-align: center;
    width: 50%;
}

.chip {
    padding: 8px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    column-gap: 12px;
}

.email {
    display: none;
}

label {
    font-size: 14px;
}

.ftp {
    display: none;
}

.updates-text-wp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    margin-bottom: 8px;
    margin-top: 8px;
}

.add-user-form-popup {
    background-color: black;
    color: white;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: 'DM Mono', monospace;
    row-gap: 24px;
    max-width: 50vw;
    box-shadow: 4px 4px 50px 20px rgba(124, 124, 124, 0.11);
    border-radius: 8px;
    position: relative;
    display: flex;
}

.add-user-form-wp {
    color: black;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.add-user-input-wp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px 24px;
    color: white;
}

.add-user-form {
    padding-bottom: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.esc {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.user-card {
    display: flex;
    flex-direction: row;
    row-gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 5px;
    margin-top: 16px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.popup-wp {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.gap-m {
    gap: 24px 24px;
}

.user-icon-wp {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}

.user-popup {
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

textarea {
    padding-top: 9px;
    padding-right: 18px;
    padding-bottom: 9px;
    padding-left: 18px;
    max-height: 320px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    width: 320px;
    max-width: 320px;
}

.hide {
    display: none;
}

.user-card-wp {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

footer {
    padding: 40px;
    background-color: #f8f8f8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea;
}

.footer-wp {
    width: 95%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    font-weight: 500;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.divider {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.font-black {
    color: black;
}

h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
}

p {
    margin: 0px;
}

.user-card:hover {
    box-shadow: 0px 4px 10px 0 #eaeaea;
}

button {
    border-width: 0px;
}

.guide-box {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    display: flex;
    flex-direction: row;
    gap: 24px 48px;
    align-items: flex-start;
    justify-content: space-between;
}

wrapper {
    padding-top: 48px;
    padding-right: 48;
}

.guide-video {
    width: 50%;
}

.guide-content-wp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

h2 {
    margin: 0px;
}

@media (max-width: 1152px) {
    .projects-card-wp {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .wrapper {
        position: sticky;
        top: 0px;
    }

    .add-project-flex {
        background-color: white;
        padding-bottom: 0px;
    }

    span {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .header-flex {
        padding-right: 12px;
        padding-left: 12px;
    }

    .add-project-login {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .add-project-form-wp {
        row-gap: 14px;
    }

    .updates-text-wp {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .projects-stage {
        min-height: 100%;
    }

    .add-user-input-wp {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 12px 24px;
    }

    .popup-wp {
        z-index: 1;
    }

    .add-user-form-popup {
        max-width: none;
    }

    input {
        width: 240px;
    }

    .m-flex {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .add-project-flex {
        padding-bottom: 10px;
    }
}
.is-active {
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

.search-notice {
    max-width: 45ch;
    text-align: center;
}

.underline {
    text-decoration: underline;
}