.text-primary {
    color: #00838f !important;
}

.header {
    background-image: linear-gradient(56deg, #165c68 0%, #163d68 100%) !important;
}

.header {
    background-image: linear-gradient(56deg, #163d68 0%, #165c68 100%) !important;
}

/* .nav-header {
    background-image: linear-gradient(56deg, #165c68 0%, #163d68 100%) !important;
} */

/* .deznav{
    background-image: linear-gradient(56deg, #165c68 0%, #163d68 100%) !important;
} */
[data-headerbg="color_9"][data-theme-version="dark"] .header-right .search-area .input-group-append .input-group-text,
[data-headerbg="color_9"][data-theme-version="dark"] .header-right .search-area .form-control,
[data-headerbg="color_9"][data-theme-version="dark"] .header-right .notification_dropdown .nav-link,
[data-headerbg="color_9"] .header-right .search-area .input-group-append .input-group-text,
[data-headerbg="color_9"] .header-right .search-area .form-control,
[data-headerbg="color_9"] .header-right .notification_dropdown .nav-link {
    background-color: #55A4BF;
}

[data-headerbg="color_9"][data-theme-version="dark"] .nav-control,
[data-headerbg="color_9"] .nav-control {
    background-color: #55A4BF;
}

[data-primary="color_9"] .nav-header .hamburger .line {
    background: #fff;
}

.main-profile img {
    height: 91px;
    border-radius: 14px;
    margin-bottom: 18px;
    width: unset;
}

.deznav .metismenu>li>a svg {
    color: #969BA0;
}

.deznav .metismenu>li>a:hover svg {
    color: #00838f;
}

.chatbox .contacts li>a:hover {
    color: #00838f;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    color: #00838f !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    background: #00838f !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
    background: #00838f !important;
}

.bg-coin-menu {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #000;
    padding: 15px;
}

.menu-toggle .deznav .metismenu>li:hover>a svg {
    color: #fff;
}

.menu-toggle .deznav .metismenu>li.mm-active>a svg {
    color: #fff;
}

.deznav .metismenu>li.mm-active>a svg {
    color: #00838f;
}

.btn-success {
    color: #fff;
}

[data-primary="color_9"][data-sidebar-style="modern"][data-layout="vertical"] .deznav .metismenu>li:hover>a svg,
[data-primary="color_9"][data-sidebar-style="modern"][data-layout="vertical"] .deznav .metismenu>li.mm-active>a svg,
[data-primary="color_9"][data-sidebar-style="overlay"][data-layout="vertical"] .deznav .metismenu>li:hover>a svg,
[data-primary="color_9"][data-sidebar-style="overlay"][data-layout="vertical"] .deznav .metismenu>li.mm-active>a svg,
[data-primary="color_9"][data-sidebar-style="icon-hover"][data-layout="vertical"] .deznav .metismenu>li:hover>a svg,
[data-primary="color_9"][data-sidebar-style="icon-hover"][data-layout="vertical"] .deznav .metismenu>li.mm-active>a svg {
    color: #00838f;
}

.form-wizard .nav-wizard li .nav-link.done:after {
    background: #00838F !important;
}

.form-wizard .nav-wizard li .nav-link.active:after {
    background: #f1f1f1 !important;

}

div .error {
    color: red;
    margin-bottom: 10px;
    font-size: 13px;
}

.sw-theme-default>.nav {
    box-shadow: none !important;
}

.sw-theme-default {
    border: 0px;
}

.btn.btn-outline-primary:hover {
    color: #fff !important;
}

a:hover {
    color: #175568;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #175568 !important;
}

.sublabel {
    font-size: 13px;
}

.btn-outline-success:hover {
    color: #fff;
}

.btn-warning {
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
}

.error-message {
    color: #E9765B;
    font-size: 13px;
    margin-top: 10px;
}

.form-error{
    border:1px solid #E9765B;
}
.error-container label{
    color:#E9765B;
}

.btn-success.disabled, .btn-success:disabled{
    color: #fff;
}

input:disabled {
    opacity: 0.5 !important;
    /* Fade effect */
    cursor: not-allowed;
    /* Cursor change to disabled state*/
}
select:disabled {
    opacity: 0.5 !important;
    /* Fade effect */
    cursor: not-allowed;
    /* Cursor change to disabled state*/
}

.project-list-group {
    .card {
        margin-bottom: 17px;
        border: 1px solid;
        border-style: dashed;
        border-width: 2px;
        border-color: transparent;

        &:hover {
            border-color: #cccccc;
        }
    }
}

.project-media {
    img {
        height: 48px;
        width: 48px;
        border-radius: 50px;

        @include respond ('phone') {
            height: 44px;
            width: 44px;
        }
    }

    .img-placeholder {
        height: 48px;
        width: 48px;
        border-radius: 50px;
        line-height: 48px;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        display: inline-block;
    }
}

.project-info {
    padding: 5px 15px;
    flex-flow: wrap;
    display: flex;
    align-items: center;

    @include custommq($max: 1600px) {
        font-size: 13px;

        h5 {
            font-size: 15px;
        }
    }

    @include respond ('phone') {
        padding: 10px 0px;
    }
}

.project-nav {
    margin-bottom: 30px;
    border-bottom: 2px solid $border-color;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;

    @include respond ('tab-land') {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    @include respond ('phone-land') {
        display: block;
    }

    @include respond ('phone') {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.power-ic {
    i {
        font-size: 34px;
        height: 48px;
        width: 48px;
        text-align: center;
        line-height: 48px;
        border-radius: 50px;
        color: white;
        font-weight: bold;
        background: var(--primary);
    }

    @include respond ('phone') {
        i {
            font-size: 24px;
            height: 44px;
            width: 44px;
            line-height: 44px;
        }
    }
}

.project-status {
    justify-content: space-between;
}

.project-card {
    .dz-media {
        height: 80px;
        width: 80px;
        min-width: 80px;
        border-radius: $radius;
        overflow: hidden;

        img {
            height: 100%;
        }
    }

    .border-bx {
        border: 1px solid;
        padding: 7px 13px;
        border-radius: $radius;
        border-color: #c1c1c1;
        border-style: dashed;
    }
}

.dt-icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
    border-radius: $radius;
    line-height: 45px;
    text-align: center;
}

.users-lg {
    display: flex;

    li {
        margin-right: -10px;

        img {
            height: 40px;
            width: 40px;
            border-radius: 45px;
            border: 2px solid #fff;
        }
    }
}

.line-through {
    text-decoration: line-through;
}

.img-placeholder {
    height: 88px;
    width: 88px;
    border-radius: 50px;
    line-height: 86px;
    font-weight: 600;
    font-size: 33px;
    text-align: center;
    display: inline-block;
}

[data-primary="color_9"] .badge-primary {
    color: #fff;
}
