body {
    background: #030e1d;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    line-height: 1.6;
}


::selection {
    background: #6b91bd !important;
}


p {
    font-size: 14px;
    white-space: pre-line;
}

.container {
    width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}


select#drop_select {
    display: none;
}

div#rni_project {
    font-size: 12px;
    padding-top: 2px;
    color: aqua;
}

.logo, .card-login {
        text-align: center;
}

b#seconde_short_link {
    animation-name: seconde_short_link;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes seconde_short_link {
    from {opacity: 1;}
    to {opacity: 0.6;}
  }


.card-login {
    margin-top: 25px;
    margin-bottom: 25px;
}

h2 {
    font-weight: 100;
    margin: 0;
    font-size: 23px;
}

h1 {
    font-weight: 900;
    margin: 0;
    font-size: 26px;
}

th#link {
    text-align: left;
    padding-left: 15px;
}

img#redirect_link_icon {
    margin-top: 28px;
}


.dashboard-information h2 {
    font-weight: 100;
    margin: 0;
    font-size: 13px;
}

.message-dashboard  h1 {
    font-weight: 900;
    margin: 0;
    font-size: 30px;
}


img#link-icon {
    padding-left: 2px;
}


.login {
    text-align: center;
}

input, select {
    border: none;
    background: #081527;
    border-radius: 15px;
    width: 230px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
    padding: 5px;
    text-align: center;
}

h1#showhistory {
    font-weight: 400;
    font-size: 13px;
}

input#remember {
    width: 13px;
    height: 13px;
    margin: 0 auto;
}

.go-button button {
    background: #105efb;
    color: #fff;
    border: none;
    border-radius: 60px;
    width: 230px;
    height: 40px;
    margin: 10px;
    margin-top: 0px;
    text-align: center;
}

div#profile2 {
    background: white;
    border-radius: 50px;
    border: 1px solid;
    width: 60px;
    margin: 5px;
    text-align: center;
    display: inline-block;

}

div#profile2 img {
    border-radius: 70px;
    object-fit: cover;
}


div#profile_3 {
    background: white;
    border-radius: 50px;
    border: 1px solid;
    width: 30px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

div#profile_3 img {
    border-radius: 70px;
    object-fit: cover;
}

.go-button button:hover {
    background: #0d2442;
    transition: 0.5s;
}


th#table-step a p {
    display: inline;
}


.go-button  {
    margin-top: 15px;
}


li#download_step {
    background: #026bff;
}


img#steplink_preview {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}


img#steplink {
    padding-right: 5px;
}



.footer {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    color: #346ec5 !important;
}

.dashboard-information {
    text-align: center;
    font-size: 9px;
}

.message-dashboard {
    text-align: center;
    display: flex;
    width: 290px;
    margin: 0 auto;
}

.message-dashboard h2 {
    line-height: 45px;
}

.content {
    margin: 20 0 20 0;
    text-align: center;
}


.content-download {
    margin: 20 0 20 0;
    text-align: center;
}

  .logo {
    margin-bottom: 20px;
}

.error-login, .navigation, .navigation-dark {
    text-align: center;
    margin: 10px;
}

a.dropdown-item {
    color: white;
}

.projects-icon {
    background: #006bff;
    width: 103px;
    max-height: 20px;
    min-height: 20px;
    overflow: hidden;
    padding: 10px 10px 14px 10px;
}

.projects-icon-dark {
    background: #102442;
    width: 103px;
    max-height: 20px;
    min-height: 20px;
    overflow: hidden;
    padding: 10px 10px 14px 10px;

}

.projects-icon-dark-in {
    background: #102442;
    width: 103px;
    max-height: 20px;
    min-height: 20px;
    overflow: hidden;
    border-bottom: 2px solid;
    padding: 10px 10px 14px 10px;
}

.projects-icon-dark:hover {
    background: #006bff;
    transition: 0.5s;
}


.projects-icon:hover {
    background: #102442;
    transition: 0.4s;
}


.navigation-button li:hover , input#Update-button:hover {
    transition: 0.4s;
    border: 1px solid #026bff;
    background: #fff;
    color: #026bff;
}

.footer-links ul li a:hover {
    color: #026bff !important;
    transition: 0.4s;
}



.navigation img, .navigation-dark img {
    margin-right: 5;
    vertical-align: text-top;
}

.navigation, .navigation-dark {
    display: flex;
    margin: 0 auto;
}

.nav, .nav-dark {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}



.nav-dark li {
    padding-right: 10px;
}



.nav-dark li:last-child {
    padding-right: 0px;
}


a {
    color: white !important;
    text-decoration: none!important;
    cursor: pointer;
}

button, input {
    cursor: pointer;
}


input#message-home {
    height: 49px !important;
    background:#081527;
    margin: 0 auto;
    width: 100%;
}

li.msg-format {
    background: #081527;
    border: 1px solid #102442;
    border-radius: 5px 5px 5px 0px;
    margin: 0 auto;
    margin-top: 0px;
    color: #fff;
    width: 100%;
    min-height: 60px;
    opacity: 1 !important;
}


div#profile {
    background: white;
    float: left;
    border-radius: 50px;
    border: 1px solid;
}



.msg-block li:nth-child(12) {
    opacity: 0.8;
}

.msg-block li:nth-child(13) {
    opacity: 0.6;
}


img#king {
    position: absolute;
    margin-top: -17px;
    margin-left: -21px;
}


img#meme {
    position: absolute;
    margin-top: 22px;
    margin-left: -22px;
}


.msg-block li:nth-child(14) {
    opacity: 0.4;
}

.msg-block li:nth-child(15) {
    opacity: 0.2;
}



div#message-info {
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
    padding-bottom: 10px;
    color: #026bff;
}


div#message-like {
    float: right;
}


div#profile img {
    border-radius: 70px;
    object-fit: cover;
}



.message-infos-vlass {
    font-size: 14px;
    margin-top: 2px;
}


li.msg-format p {
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    word-break: break-word;
}

li#msg-infos {
    color: #006bff;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 7px;
}

li.msg-infos2 {
    color: #006bff;
    font-size: 12px;
    margin-bottom: 0px;
}


table.message-25 {
    margin-right: 0;
    width: 100%;
}


  ::placeholder {
    color: #184177;
}

hr {
    border: 1px solid #346ec538;
}


li.msg-format:nth-child(29), li.msg-infos2:nth-child(30) {
    color: #346ec5 !important;
}

li.msg-format:nth-child(27),li.msg-infos2:nth-child(28) {
    opacity: 0.4;
}

li.msg-format:nth-child(25),li.msg-infos2:nth-child(26) {
    opacity: 0.6;
}

li.msg-format:nth-child(23),li.msg-infos2:nth-child(24) {
    opacity: 0.8;
}



img#love {
    vertical-align: text-bottom;
    margin-right: 3px;
    margin-left: 3px;
}

li.msg-infos2 form {
    display: inline-flex;
}


input#likes-cont {
    margin-top: 0px;
    color: #026bff;
    border: 1px solid #102442;
    font-size: 12px;
    min-width: 80px;
    height: auto;
    width: auto;
}


div#message-info img {
    padding: 0px 5px 0px 5px;
    position: relative;
    top: 2px;
}



input#project-input {
    width: 100%;
}

a li.status-button, li#category-40-40, li#category-30-30, li#category-20-20, li#category-10-10, li#category-35-35 {
    background: #026bff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 0px;
    color: #fff;
    padding: 5px 5%;
    text-align: left;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #020f1e;
    }


    .status-button li a b {
        float: right;
    }

    .status-button li {
        background: #026bff;
        border-radius: 5px;
        margin: 0 auto;
        margin-top: 0px;
        color: #fff;
        padding: 5px 5%;
        text-align: left;
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #020f1e;
        }



    button#show-more {
        border: none;
        height: 10px;
        width: 30px;
        background: none;
        margin: 0 auto;
        padding: 0;
        opacity: 0.6;
        outline: none;
    }

    .status-button li b {
        float: right;
    }


    button#show-more:hover {
        opacity: 1;
    }


    img#message_image {
        object-fit: cover;
        margin-top: 15px;
        margin-bottom: 15px;
    }



    #myDIV {
        width: 90%;
        padding: 20px 0;
        text-align: center;
        border: 1px solid #026bff;
        display: none;
        margin: 0 auto;
        margin-top: 20px;
        padding-bottom: 0px;
      }



    li.project_in_projects {
    border: none;
    border-bottom:1px solid #102442;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 10px;

    }




    input#likes-cont {

    margin-top: 0px;
    color: #ffffff;
    border: 1px solid #102442;
    font-size: 12px;
    min-width: 80px;
    height: auto;
    width: auto;
    background: #006AFE;

    }

    li.project_in_projects a {
        color: #346ec5 !important;
        }


    a li.status-button b, li#category-40-40 b, li#category-30-30 b, li#category-20-20 b, li#category-10-10 b {
        color: #fff;
        font-weight: 900;
        float: right;
        padding-right: 0px;
    }


    .statut-padd {
        margin-top: 20px;
        margin-bottom: 25px;
    }



    .title-projects {
        text-align: left;
        border-left: 5px solid #006bff;
        padding-left: 10px;
        font-size: 13px;
        margin-bottom: 25px;
    }

    .title-projects-2 {
        text-align: left;
        border-left: 5px solid #006bff;
        padding-left: 10px;
        font-size: 13px;
        margin-bottom: 25px;
        margin-top: 20px;
    }



    .title-messages {
        text-align: left;
        border-left: 5px solid #006bff;
        padding-left: 10px;
        font-size: 13px;
        margin-bottom: 25px;
        margin-top: 15px;
        margin-left: 20px;
    }

    div#myDIV h3 {
        font-size: 14px;
        font-weight: 200;
        margin: 0 auto;
        color: #026bff;
    }


    a .status-button li:last-child {
        background: #346ec5 !important;
        opacity: 0.5;
    }

    .navigation-button {
        display: inline-flex;
        margin-bottom: 15px;
    }


    .navigation-button li {
        border: 1px solid;
        width: auto;
        padding: 5px 10px;
        color: #026bff;
        font-size: 13px;
        border-radius: 20px;
    }

    .navigation-button li:first-child,     .navigation-dark-button li:first-child {
        margin-right: 10px;
    }


    li.project_in_projects table {
        width: 100%;
        font-size: 13;
        color: #689ce896;
    }


    li.project_in_projects table th:nth-child(even) {
        padding: 5px;
    }


    th {
        font-weight: 100;
    }


   .project-body {
        border: none;
        background: #081527;
        border-radius: 5px;
        margin: 0 auto;
        margin-top: 0px;
        color: #fff;
        padding: 15px 10px;
        text-align: center;
    }


    .project-body b {
        font-weight: 100;
        color: #006bff;
        font-size: 13px;
    }

    .project-body h1 {
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 10px;
        font-weight: 900;
        white-space: pre;
    }

    input#Update-button {
        animation-name: statutedit;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        margin-top: 20px;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        background: #026bff;
    }

    @keyframes statutedit {
        from {    border: 1px solid #ffffff}
        to {    border: 1px solid #030e1d;}

      }




    .project-edit b {
        font-weight: 100;
        color: #006bff;
        font-size: 13px;
        margin-bottom: 5px;
        display: block;
    }


    select {
        padding-left: 15px;
    }


    .category_edit select {
        width: 70%;
    }


    input#project-input-edit {
        width: 70%;
    }

    .footer_edit_examples li {
        font-size: 12;
        text-align: left;
    }

    .footer_edit_examples {
        margin-top: 25px;
        margin-bottom: 25px;
    }


    .page-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }


    .alert.alert-success {
        color: #55ff55;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    input#Update-button-step {
        animation-name: statutedit;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        margin-top: 0px;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        background: #026bff;
        width: 60%;
    }

    input.addstage {
        width: 40%;
        margin-top: 20px;
        border: 1px solid #346ec5;
    }

    input.addtime {
        width: 20%;
        margin-top: 20px;
        border: 1px solid #346ec5;
    }


    .youtube-infos a {
        color: #346ec5 !important;
        font-size: 14px;
    }

    .youtube-infos {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .carte-infos p {
        margin: 0;
        font-size: 13px;
        color: #346ec5 !important;
    }


    .carte-infos {
        margin-top: 10px;
        margin-bottom: 20px;
    }


    .carte-infos p a {
        text-decoration: underline!important;
        color: #346ec5 !important;
    }

    div#name-project-show {
        font-size: 23px;
        font-weight: 200;
    }

    .project-type {
        display: inline-flex;
    }

    div#statut-project-show {
        font-size: 14px;
        border-radius: 30px;
        padding: 9px 15px;
        margin-left: 10px;
        border: 1px dashed;
    }

    div#client-project-show {
        font-size: 30px;
        font-weight: 900;
    }


    input#link-client {
        width: 50%;
    }


    .stages li:first-child .stages-client tbody tr th {
        color: #fff;
    }


    table.stages-client th {
        background: none;
        font-weight: 400;

    }


    table.stages-client {
        border-collapse: collapse;
        width: 100%;
    }


    table.stages-client th {
        font-size: 15px;
    }

      th#stage-edit img {
        opacity: 0.1;
    }


    .stages li {
        background: #081527;
        padding: 15px 5px;
    }

    .stages {
        padding: 20px 0px;
    }


    .stages li:first-child {
        animation-name: stage;
        animation-duration: 0.5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        border-left: 2px solid #105efb;
        color: #fff;
    }

    @keyframes stage {
        from { border-left: 3px solid #fff; background: #11366d;}
        to {   border-left: 3px solid #026bff; background: #081527;}
      }



      th#table-date {
        width: 25%;
        color: #346ec5 !important;
        font-size: 13px;
    }


    th#table-time {
        width: 25%;
        font-size: 13px;
        color: #346ec5 !important;
    }



    th#table-step {
        width: 50%;
        padding-left: 20px;
        text-align: left;
        font-size: 13px;
        line-break: auto;
    }

    .stages li:first-child {
        background: #102442;
    }


    .title-projects-step {
        text-align: left;
        margin-top: 20px;
        border-left: 5px solid #006bff;
        padding-left: 10px;
        text-transform: lowercase;
        font-size: 13px;
        color: #346ec5 !important;
    }

    .title-projects-step::first-letter {
        text-transform: capitalize;
    }


    .title-projects-info {
        text-align: left;
        margin-top: 20px;
        padding-left: 10px;
        text-transform: lowercase;
        font-size: 13px;
        color: #346ec5 !important;
    }

    .title-projects-info::first-letter {
        text-transform: capitalize;
    }


    img#icons {
        margin-right:3px;
    }


    .cat-title {
        font-size: 23px;
        font-weight: 700;
        margin: 20px;
    }



    li.project_in_category {
        border: none;
        background: #081527;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        border-bottom: 1px solid #0d203c;
    }



    li.branding_in_project {
        border: none;
        background: #081527;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        border-bottom: 1px solid #0d203c;
    }



    li.project_urgent {
        border: none;
        background: #081527;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        border-bottom: 1px solid #0d203c;
        animation-name: urgent;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }


    @keyframes urgent {
        from {background: #ff3f3f;}
        to {background: #081527;}
      }



    @keyframes important {
        from {background: #ff9a3f;}
        to {background: #081527;}
      }


      li.project_important {
        border: none;
        background: #081527;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        border-bottom: 1px solid #0d203c;
        animation-name: important;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }


      div#urgent-notion {
        background: #ff3f3f;
        margin-bottom: 15px;
        padding: 10px;
        animation-name: urgent;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }


    li.project_urgent a {
        color: #fff !important;

    }

    li.project_urgent table,  li.project_important table {
        width: 100%;
        font-size: 13;
        color: #689ce896;
    }


    li.project_urgent table th:nth-child(even) ,     li.project_important table th:nth-child(even) {
        padding: 15px 5px;
    }


    input#likes-cont:hover, li#message-link:hover, li#message-link-2:hover, label.label-file:hover {
        background: #071628;
        transition: 0.5s ease;
    }



    input#message-link {
        padding: 0;
        margin: 5px;
    }


    th#urgent-icon img {
        margin-left: 15px;
    }


    li.project_in_category a {
        color: #fff !important;

    }

    li.project_in_category table {
        width: 100%;
        font-size: 13;
    }


    li.project_in_category table th:nth-child(even) {
        padding: 15px 5px;
    }



    li.branding_in_project a {
        color: #fff !important;

    }

    li.branding_in_project table {
        width: 100%;
        font-size: 13;
        color: #689ce896;
    }


    li.branding_in_project table th:nth-child(even) {
        padding: 15px 5px;
    }



    img#edit-img:hover {
        color: #346ec5 !important;
        transition: 0.3s;
    }

    h3#guest-page-date {
        font-weight: 100;
        margin: 0;
        font-size: 14;
    }

    button#button-copier {
        background: #006bff;
        color: #fff;
        border: none;
        border-radius: 60px;
        height: 40px;
        width: 100px;
        margin-top: 0px;
        padding: 5px;
        text-align: center;
    }


    th#table-date img {
        color: #346ec5 !important;
        float: right;
        margin-top: 2px;
    }


    textarea#project-input-edit {
        color: white;
        text-align: left;
        background: #081527;
        border-radius: 15px;
        border: none;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        max-width: 70%;
        min-width: 70%;
        font-family: 'Montserrat', sans-serif !important;
        padding: 10px;
        min-height: 180px;
    }

    textarea#idea-input-edit {
        color: white;
        text-align: right;
        direction: rtl;
        background: #081527;
        border-radius: 15px;
        border: none;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        max-width: 70%;
        min-width: 70%;
        font-family: 'Montserrat', sans-serif !important;
        padding: 10px;
        min-height: 180px;
    }


    li.status-button-add:hover, li#category-youtube-60:hover, li#category-youtube-50:hover, li#category-youtube-30:hover  {
        background: #081527;
        transition: 0.5s;
    }


    li.project_in_category img {
        color: #346ec5 !important;
    }


    li.branding_in_project img {
        color: #346ec5 !important;
    }


    div#urgent-notion img {
        padding-right: 5px;
        top: 2px;
        position: relative;
    }



    li.status-button-add {

        border: none;
        background: #346ec5;
        border-radius: 15px;
        margin: 0 auto;
        margin-top: 0px;
        color: #fff;
        padding: 15px 10px;
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #020f1e;

        }


        li.status-button-add b {
            color: #fff;
            font-weight: 100;
            font-size: 12px;
            margin-left: 10px;
        }

        li.status-button-add:hover {
            border: 1px solid #006bff;
            transition: 0.5s;
        }



        .project-body-ar h1 {
            font-size: 16px;
            margin-top: 2px;
            margin-bottom: 10px;
            font-weight: 100;
            white-space: pre;
        }


        .project-body-ar h5 {
            font-size: 18px;
            margin-top: 2px;
            margin-bottom: 10px;
            font-weight: 100;
            white-space: pre;
            font-family: 'Tajawal', sans-serif !important;
        }


        .project-body-ar {
            border: none;
            background: #081527;
            border-radius: 15px;
            margin: 0 auto;
            margin-top: 0px;
            color: #fff;
            padding: 15px 10px;
            text-align: center;
        }


        .project-body-ar b {
            font-weight: 100;
            color: #006bff;
            font-size: 13px;
        }


        div#client-project-show-ar {
            font-size: 26px;
            font-weight: 900;
            margin-bottom: 5px;
            margin-top: 5px;
            font-family: 'Tajawal', sans-serif !important;
        }


        table#footer {
            font-size: 13px;
            margin: 0 auto;
            border-collapse: collapse;
            width: 100%;
            text-align: left;
            margin-top: 20;
            margin-bottom: 20;
        }



        table#footer tr th {
            color: #006bff;
            font-weight: 800;
            padding-bottom: 10px;
        }


        .tooltip:hover .tooltiptext {
            visibility: visible;
          }

          .tooltip {
            position: relative;
            display: inline-block;
          }

          .tooltip .tooltiptext {
            visibility: hidden;
            width: 177px;
            background-color: rgb(0 0 0 / 84%);
            color: #fff;
            text-align: left;
            border-radius: 5px;
            font-size: 13px;
            position: absolute;
            right: 15px;
            z-index: 1;
            padding: 10;
            line-height: 1.6;
          }



          th#name {
            font-size: 13px;
            color: #346ec5 !important;
            width: 20%;
        }


          .link:hover .tool_link {
            visibility: visible;
          }

          .link {
            position: relative;
            display: inline-block;
          }

          .link .tool_link {
            visibility: hidden;
            width: auto;
            background-color: rgba(0, 0, 0, 0.712);
            color: #fff;
            text-align: center;
            border-radius: 5px;
            font-size: 13px;
            position: absolute;
            padding: 10px;
            top: -12px;
            z-index: 1;
          }


          input#short-link{
            background: #081527;
            border-radius: 15px;
            height: 30px;
            margin-bottom: 0px;
            margin-top: 0px;
            color: #1F437B !important;
            padding: 5px;
            text-align: center;
            border: 1px solid;
            width: 150px;
        }


        button#short-link {
            background: #006bff;
            color: #fff;
            border: none;
            border-radius: 60px;
            height: 30px;
            width: 100px;
            margin-top: 0px;
            padding: 5px;
            text-align: center;
            margin-left: 4px;
        }


        .alert.alert-success a {
            color: #55ff55 !important;
            font-weight: 900;
            text-decoration: underline !important;
        }


        .link-over {
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }




        .footer-links ul {
            font-size: 13;
            list-style: none;
            padding-left: 0;
            display: inline-block;
            margin-left: 50px;
            width: 197px;
            vertical-align: top;
            text-align: left;
            line-height: 1.2 !important;
        }


        li.branding:first-child {
            background: aqua !important;
            border-top: 5px solid #fff !important;
        }


        .footer-links ul:first-child {
            margin-left: 0px;
        }



        img#img-branding {
            vertical-align: text-top;
            padding-right: 5px;
        }



        .footer-links ul li:first-child {
            color: #006bff;
            font-weight: 800;
            padding-bottom: 10px;
        }


        .footer-links ul li {
            margin-bottom: 5px;
        }


        .footer-links {
            width: 700px;
        }



        li.goal_in_goals {
            border: none;
            border-bottom:1px solid #102442;
            border-radius: 15px;
            margin: 0 auto;
            margin-top: 0px;
            text-align: center;
            margin-bottom: 10px;

            }


            li.pgoal_in_goals a {
                color: #346ec5 !important;
                }


            li.goal_in_goals {
                border: 1px solid #102442;
                border-radius: 15px;
                margin: 0 auto;
                margin-top: 0px;
                text-align: center;
                margin-bottom: 10px;
                padding: 15px 15px 15px 0px;
                background: #346ec5;
            }

            li.goal_in_goals a {
                color: #ebeff5;
            }


            .title-over {
                text-align: left;
                font-weight: 900;
            }




    input#button-make-done {
        animation-name: statutedit;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        margin-top: 20px;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        background: #026bff;
        width: 120;
        height: 120;
        border-radius: 130px !important;
    }



    div#goal-show {
        font-size: 26px;
        font-weight: 200;
        color: #026bff;
    }


    div#goal-details {
        font-size: 18px;
        font-weight: 200;
    }


    th#goal a {
        color: #026bff !important;
    }


    .icons-goal img {
        margin-right: 2px;
    }


    button.destroy-goal {
        background: none;
        border: none;
        padding: 0;
    }


    .icons-goal {
        display: inline-flex;
        padding-top: 14px;
    }



    li.project_title {
        border: none;
        background: #346ec5;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 10px;
    }


    li.project_title a {
    color: #346ec5 !important;
    }


    li.project_title table {
        width: 100%;
        font-size: 13;
        color: #ffffff;
    }


    li.project_title table th:nth-child(even) {
        padding: 5px;
    }



    .login input {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }




    li.invoice-button {

    border: none;
    background: #346ec5;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 0px;
    color: #fff;
    padding: 15px 10%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #020f1e;

    }


    li.invoice-button:first-child {
        margin-top: 20px;
    }


    li.invoice-button:last-child {
        margin-bottom: 30px;
    }


    li.invoice-button b {
        color: #fff;
        font-weight: 100;
        float: right;
        padding-right: 20px;
    }


    li.invoice-button:hover {
        border: 1px solid #006bff;
        transition: 0.5s;
    }


li.invoice-button-add {

    background: #346ec5;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 0px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #020f1e;

    }


    li.invoice-button-add b {
        color: #006bff;
        font-weight: 100;
        font-size: 12px;
        margin-left: 10px;
    }

    li.invoice-button-add:hover {
        border: 1px solid #006bff;
        transition: 0.5s;
    }



    select#option-invoices {
        width: 70%;
    }


    select {text-align-last:center; }



    th#status-color {
        width: 7px;
        height: 35px;
        display: block;
        border-radius: 50px;
        position: absolute;
        margin-top: 5px;
        padding: 0;
    }

    th#status-text {
        text-align: left;
        padding-left: 5px;
    }




    li.status-button:hover, .status-button a li:hover {
        background: #002352;
        transition: 0.5s;
        border: 1px solid #006bff;
    }



    hr#tracking {
        margin-bottom: 20px;
    }



    .download {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        padding-bottom: 15px;
        display: inline;
    }



    .download a img {
        margin-top: 20px;
        margin-bottom: 10px;
    }



    @keyframes download {
        from {    border: 1px solid #fff}
        to {    border: 1px solid #030e1d;}

      }




    img#show-icon {
        padding-top: 3px;
    }



    .download h2 {
        font-size: 13px;
    }


    .download li {
        display: inline-flex;
        padding-right: 10px;
        padding-bottom: 10px;
    }


    .download li:last-child {
        padding-right: 0px;
    }


    .button-download {
        width: 100;
        height: 100;
        border: 1px solid #006bff;
        background: #006bff;
        animation-name: download;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        border-radius: 10px;
        margin: 0 auto;
    }


    .button-download:hover {
        background: #073f8c;
        transition: 0.5s;
    }

    h3#download {
        font-size: 14px;
        color: #fff !important;
        font-weight: 100;
    }


    div#info-link-tracking {
        float: right;
        display: inline;
        font-size: 14px;
        color: #346ec5;
        padding-right: 10px;
    }


    h1#download {
        margin-bottom: 20px;
        font-weight: 100;
        margin-top: 15px;
        font-size: 22px;
    }

    div#link-notion {
        background: #006bff;
        margin-bottom: 15px;
        padding: 10px;
        animation-name: download;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        text-align: left;
        padding-left: 20px;
    }


    @keyframes download {
        from {    background:#006bff}
        to {    background: #003277;}

      }



      img#attention {
        vertical-align: middle;
        animation-name: attention;
        animation-duration: 0.5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        opacity: 1;
        position: relative;
        top: -2px;
        padding-left: 10px;
    }


    @keyframes attention {
        from {            opacity: 1;}
        to {            opacity: 0;}

      }



    div#link-notion img {
        padding-right: 5px;
        top: 2px;
        position: relative;
    }



    div#link-notion a {
        color: #fff;
    }


    .project-body p {
        white-space: pre-line;
        text-align: left;
        padding: 15px;
        line-height: 1.6;
        line-break: anywhere;
    }

    .page-title b {
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: 4px solid #006bff;
    }



    .short-title h2 {
        font-size: 18px;
        font-weight: 900;
        padding: 10px;
        border: 1px solid #006bff;
        width: 30%;
        margin: 0 auto;
        border-radius: 10px;
    }


    .short-title {
        margin-top: 25px;
        margin-bottom: 25px;
    }



    a img#edit-short-link {
        float: right;
        padding-top: 2;
    }



    div#error-input {
        color: #ff4d4d;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
    }



    th#in-progress, th#to-be-aproved, th#programmed, th#complated {
        display: block;
        margin: 0 auto;
        border-radius: 76px;
        margin-top: 8px;
        width: 2px;
        margin-right: 0;
    }

    .category-infos {
        width: 20%;
        background: #1f1f1f;
    }



    li#category-20, th#in-progress, li#category-20-20, li#category-youtube-30, li#category-youtube-50{
        background: #da5d4e;
    }


    li#category-30, th#to-be-aproved, li#category-30-30, li.category-Programed.\/.Published.-\37 0 , li#category-youtube-60{
        background: #19c8a6;
    }


    li#category-40, li#category-35 {
        display: none;
    }


    th#programmed {
        background: #006bff;;
    }


    th#complated {
        background: #073061;;
    }


    th#status-title {
        text-align: left;
        padding-left: 10px;
    }


    div#carbon-attention {
    color: #fff;
    animation-name: carbon-attention;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    opacity: 1;
}


@keyframes carbon-attention {
    from {            opacity: 1;}
    to {            opacity: 0.1;}

  }


  h1#buton-idea {
    width: 140px;
    background: #026bff;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 40px;
    padding: 8px;
}


h1#buton-idea:hover {
    background: #102442;
    transition: 0.5s;
}


  th#client-5156 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}


th#client-47444 {
    text-align: center;
    padding-left: 15px;
}


a.dropdown-item {
    color: #346ec5 !important;
}


.important-infos-create {
    border: 1px solid #026bff;
    padding: 15px;
}



img#show-icon:hover, div#link-notion a:hover {
    opacity: 0.2;
    transition: 0.5s;
}



.nav li, .nav-dark {
    display: inline-flex;
    padding: 5px 3px;
}

textarea {
    font-family: 'Montserrat', sans-serif;
}


textarea#message-home {
    background: #081527;
    text-align: left;
    padding: 10px;
    border: 1px solid #102442;
    color: #fff;
    border-radius: 10px;
    max-width: 100%;
    max-height: 400px;
    min-height: 60px;
    width: 100% !important;
}


th#message-8761 {
    padding: 0;
    margin: 0 auto;
}


th#message-7858 {
    padding: 0px;
    margin: 0 auto;
}


input#submit {
    width: 60px;
    background: #026bff;
    height: 60px;
    float: right;
    border-radius: 50px;
    background-image: url(/img/SVG/send.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    margin: 0 auto;
    border: 1px solid #102442;
}

input#submit:hover {
    background: #071628;
    background-image: url(/img/SVG/send.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    transition: 0.3s;
}


li#message-link {
    float: right;
    margin-top: 1px;
    color: #ffffff;
    border: 1px solid #102442;
    font-size: 12px;
    min-width: 110px;
    height: auto;
    width: auto;
    background: #19c8a6;
    padding: 2px 0px;
    margin-right: 5px;
    border-radius: 30px;
}


li#message-link-2 {
    float: right;
    margin-top: -14px;
    color: #ffffff;
    border: 1px solid #102442;
    font-size: 12px;
    min-width: 110px;
    height: auto;
    width: auto;
    background: #da5d4e;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 30px;
}


h3#message_image {
    padding-bottom: 13px;
}


input#upload-file {
    background: 0;
}



div#invoice_icon_active {
    font-weight: 800;
    background: #026bff;
    width: 15px;
    padding: 3px;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
    margin: 1px;
}

div#invoice_icon_inactive {
    font-weight: 800;
    background: #1c3b6b;
    width: 15px;
    padding: 3px;
    border-radius: 3px;
    vertical-align: middle;
    opacity: 0.1;
    pointer-events:none;
    display: inline-block;
    margin: 1px;
}



div#expense_icon_active {
    font-weight: 800;
    background: #58ff6c;
    width: 15px;
    padding: 3px;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
    margin: 1px;
}

div#paid_icon_2 {
    font-size: 11px !important;
    color: #58ff6c !important;
}


div#paid_icon, a#paid_icon {
    color: #58ff6c !important;
}

img#freelance_icon {
    margin-right: 5px;
}


li.project_title table tbody tr th:last-child {
    border-right: none;
}
li.project_title table tbody tr th {
    border-right: 1px solid #ffffff21;
}



/* Mobile */


@media screen and (max-width: 700px) {

    .container {
        width: 100%;
    }

    .stages {
        padding: 20px 10px;
    }


    .title-projects-step {
        margin-left: 10px;
    }


    th#name {
        display: none;
    }


    .footer-links ul:first-child {
        margin-left: 50px;
    }


    .footer-links {
        width: 80%;
    }

    .footer-links ul {
        font-size: 14px;
        line-height: 1.4 !important;
        width: 100%;
    }

    th#status-title, th#refresh {
        display: none;
    }


    th#date-6256 {
        width: 30%;
    }


    input#message-home{
        width: 80%;
    }

    a li.status-button, .title-projects-2, li#category-40-40,li.msg-format, li.status-button-add, li#category-30-30, li#category-20-20, li#category-10-10,.carte-infos, .dashboard-information h2, li.project_title, li.project_urgent, li.project_important ,li.project_in_category , .title-projects {
        margin-left: 15px;
        margin-right: 15px;
    }



    .project-type {
        display: block;
    }


    div#statut-project-show {
        width: 50%;
        margin: 0 auto;
        margin-top: 10px;
    }

    table.message-25 {
        margin-left: 15px;
        margin-right: 15px;
        width: 90%;
    }


    div#message-like {
        float: right;
        margin-right: 15px;
    }




}
