nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    background-color: #1d6272 !important;
}

.navbar {
    padding: 0 !important;
}

.navbar .container-fluid {
    display: block !important;
    padding: 0 !important;
}

.logo-cont, nav ul {
    display: block;
    width: 100%;
}

.logo-cont img {
    width: 330px;
    margin: 0 auto;
    display: block;
}

nav ul li {
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

nav ul li a, nav ul li a:hover {
    color: white;
    text-decoration: none;
}

nav ul {
    background: #7BBFC6!important;
    margin-bottom: 0 !important;
    text-align: center;
    padding-bottom: 5px;
    padding-left: 0 !important;
}

.percentes, .back-percent, .top-percent {
    width: 100%;
    height: 25px;
}

.percentes {
    position: relative;
    margin-bottom: 20px;
}

.back-percent, .top-percent {
    position: absolute;
    top: 0;
    left: 0;
}

.back-percent {
    background: #7BBFC6!important;
}

.top-percent {
    background-color: #1d6272 !important;
}

.single-project-image {
    margin-bottom: 50px;
}

.single-project-image img {
    width: 100%;
    margin-bottom: 15px;
}

textarea {
    width: 100%;
}

.title-line-cont {
    border-left: 8px solid #7BBFC6;
    padding-left: 10px;
}

.title-line-cont h3, .title-investor h3,
.title-line-cont h3 input, .title-investor h3 input {
    color: #1d6272;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

.title-line-cont p, .title-investor p,
.title-line-cont p input, .title-investor p input {
    margin-bottom: 0;
    color: #9a9a9a;
    font-size: 18px;
}

.title-line-cont p input, .title-investor p input {
    margin-top: 15px;
    width: 95%;
    border: none;
    border-bottom: 2px solid #1d6272;
    outline: none !important;
}

.title-line-cont h3 input, .title-investor h3 input {
    width: 95%;
    border: none;
    border-bottom: 2px solid #1d6272;
    outline: none !important;
}

.title-investor p input {
    margin-top: 20px;
}

.single-project-first-row {
    border-bottom: 4px solid #1d6272;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.single-project-container .col-md-6, .single-edit-project-container .col-md-6 {
    padding: 0;
}

.project-comments {
    width: 95%;
    background: #ededed;
    padding: 10px 10px 5px 10px;
    margin-bottom: 30px;
}

.project-comments p {
    color: black;
}

textarea#comment {
    width: 95%;
    border: 2px solid #1d6272;
    padding: 10px 20px;
    border-radius: 5px;
}

i.fa-solid.fa-pen-to-square {
    color: #7BBFC6;
}

input#post-comment {
    width: 83%;
    text-align: center;
    cursor: pointer;
    background: #7BBFC6;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #7BBFC6;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    outline: none !important;
    vertical-align: top;
}

input#marked {
    position: relative;
    height: 40px;
    width: 11%;
    vertical-align: top;
    bottom: 0px;
}

input#post-comment:hover {
    background: #1d6272;
    color: white;
    border-color: #1d6272;
}

.container.single-project-container, .single-edit-project-container {
    max-width: 750px !important;
}

.project-info h5 {
    color: #1d6272;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.top-percent span {
    width: 100%;
    display: block;
    color: white;
    text-align: center;
}

.project-info p {
    color: #9a9a9a;
    margin-bottom: 0;
}

.project-info p span {
    float: right;
    font-weight: bold;
}

.project-info p span a {
    color: #1d6272 !important;
}

.project-info {
    margin-bottom: 40px;
}

.marked {
    color: red !important;
    font-weight: bold;
}

.title-investor i {
    float: right;
}

input#percent {
    width: 100%;
}

.single-edit-project-container .project-info p {
    margin-bottom: 20px;
}

.single-edit-project-container input#contract_number {
    width: 75%;
    float: right;
}

button.btn.btn-primary {
    width: 100%;
}

#update-project, .new-investor input[type="submit"], #create-project, button.btn.btn-primary {
    text-align: center;
    cursor: pointer;
    background: #7BBFC6;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #7BBFC6;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    outline: none !important;
}

#update-project:hover, .new-investor input[type="submit"]:hover, #create-project:hover, button.btn.btn-primary:hover {
    color: white !important;
    border-color: #1d6272 !important;
    background: #1d6272 !important;
}

.new-investor input, .new-project input, .new-investor select {
    border-radius: 5px;
    padding: 3px 10px;
    border: 1px solid #1d6272;
}

.new-investor select {
    margin: 10px 0;
    width: 100%;
}

input#update-project:hover, button.btn.btn-primary:hover {
    background: white;
    color: #1d6272;
}

.single-comment p {
    position: relative;
}

.single-comment p .mark-edit {
    position: absolute;
    top: 8px;
    right: 0px;
}

.fa-trash {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

.new-project, .new-investor {
    width: 700px;
    margin: 0 auto;
}

.new-project .form-group input {
    float: right;
}

.new-project .form-group {
    margin-bottom: 20px;
}

#create-project, .new-investor input {
    width: 100%;
}

.new-investor input {
    margin-bottom: 20px;
}

.new-images input {
    width: 100%;
}

.projects-actions a {
    width: 45%;
    text-align: center;
    cursor: pointer;
    background: #7BBFC6;
    color: white;
    text-transform: uppercase;
    border: 2px solid #7BBFC6;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    outline: none !important;
    display: inline-block;
    border-radius: 50px;
}

.projects-actions a {
    width: 100%;
}

.single-project img {
    width: 100%;
}

.projects-container {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
}

.projects-actions a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.projects-actions a:hover {
    background: #1d6272;
    color: white !important;
    border-color: #1d6272;
}

.single-project h2 {
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #9a9a9a;
}

.projects-container .row {
    margin: 10vh 0;
}

.projects-container a {
    text-decoration: none !important;
}

.new-investor {
    margin-top: 100px;
}

.new-images input {
    margin-bottom: 20px;
}

.new-project input {
    width: 100%;
    margin-bottom: 20px;
}

.new-images input {
    border-width: 0 !important;
    padding-left: 0 !important;
}

input[type="range"] {
    accent-color: #1d6272;
}

.single-project-image {
    position: relative;
}

.projects-container .col-md-4 {
    position: relative;
}

.projects-container i, .single-project-image i {
    background: #7BBFC6;
    color: white;
    padding: 7px 10px;
    border-radius: 100%;
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 5px;
}

.single-project-image i {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    height: 30px !important;
}

.linkovi {
    margin-bottom: 30px;
    max-width: 950px !important;
    padding: 0 !important;
}

.linkovi a:first-child {
    padding-left: 0 !important;
}

.linkovi a, .logout {
    color: #1d6272;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.linkovi a:hover {
    color: #1d6272;
}

.projects-actions p {
    height: 70px;
    margin-top: 20px;
}

.logout {
    margin-left: 8%;
}

.langs {
    margin-top: 40px !important;
}

.langs .form-group input {
    width: 100%;
    border-radius: 5px;
    padding: 3px 10px;
    border: 1px solid #1d6272;
    margin-bottom: 20px;
}

#update-project {
    margin-top: 40px !important;
}

.mobile-menu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .projects-actions .col-md-4 {
        margin-top: 20px;
    }

    .single-project h2 {
        font-size: 20px;
    }

    .linkovi a {
        display: block;
        margin-left: 0 !important;
        padding-left: 20px !important;
    }

    .linkovi a:first-child {
        padding-left: 20px !important;
    }

    .projects-container .row {
        margin: 0;
    }

    .container.single-project-container {
        width: 90% !important;
    }

    .title-line-cont {
        margin-bottom: 20px;
    }

    form#update-project-form {
        width: 90%;
        margin: 0 auto;
    }

    .mobile-menu ul {
        background-color: #1d6272 !important;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        padding: 0 5% !important;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .mobile-menu ul.active {
        opacity: 1;
        visibility: visible;
        max-height: 600px;
        padding: 5% !important;
    }

    .mobile-menu ul li {
        font-size: 14px;
        border-bottom: 1px solid rgba(0,0,0,.03);
        display: block;
        text-align: left;
        text-transform: none !important;
        padding: 5px 0 !important;
    }

    .mobile-menu p {
        background: #7BBFC6;
        padding: 5px 5%;
        color: white;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        border-bottom: 3px solid white;
    }

    .mobile-menu i {
        float: right;
        font-size: 20px;
    }
}
