@import url(../font/IRANSans-numf/fontiran.css);
@import url(../font/dana/css/fontiran.css);

button, input, select {
    outline: none !important;
    box-shadow: none !important;
}

* {
    font-family: 'dana';
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:root {
    --btn-primary: #172f49;
    /*--btn-primary:#253745;*/
    --btn-primary-text: #926c2e;
    --btn-primary-hover: #926c2e;
    --gold-2: #926c2e;
    --main-bg-color: #f5f5f5;
    --gold-color: #EBCA91;
    --radius-card: 10px;
    --radius-button: 10px;
    --title-text: 18px;
    --normal-text: 15px;
    --normal-text-color: #444;
    --small-text: 14px;
    --small-text-color: #777;
    --border-item-color: #ddd;
    --navbar-bg-color: #172f49;
    --comp-text-color: #9fb6db;
}

.btn {
    border-radius: 30px;
    box-shadow: none !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background: var(--btn-primary);
    color: var(--gold-color);
    outline-color: var(--gold-color);
}

.btn-outline-primary {
    border-color: var(--btn-primary);
    color: var(--btn-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    border-color: var(--btn-primary-hover) !important;
    color: var(--btn-primary-hover) !important;
    background: transparent !important;
}

.btn-primary {
    background: var(--btn-primary);
    border: none;
}

.btn-primary:hover,
.btn-primary:active {
    background: var(--btn-primary-hover) !important;
    border-color: var(--btn-primary-hover) !important;
}

.bootstrap-select {
    border-radius: var(--radius-card);
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background-color: #f8f9fa !important;
    border: 1px solid #cecece !important;
}

.bootstrap-select .btn {
    border-radius: var(--radius-card);
    padding-left: 25px;
    padding-right: 20px;
    font-size: 13px;
    height: 45px !important;
    outline: none !important;
    border: 1px solid #cecece !important;


}

.bootstrap-select .btn span {
    text-align: right !important;
    padding-top: 6px;
}

.bootstrap-select .dropdown-toggle::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f107';
    border: none;
    position: absolute;
    top: 13px;
    left: 29px;
    color: #cecece;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .btn-light:hover,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: #eef1f4 !important;
    border: 1px solid #cecece !important;
    outline: none !important;
}

.bootstrap-select .dropdown-item {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
    color: #666;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--btn-primary);
    color: #FFF;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {

}

body {
    background: var(--main-bg-color);
}

main {
    /*margin-top: 80px;*/
    min-height: calc(100vh - 200px);
}

#AjaxViewModal-base {
}

#AjaxViewModal-base #AjaxViewModal-base-buttons {
    font-size: 13px;
}

#AjaxViewModal-base .modal-title {
    font-size: 14px;
    font-weight: 600;
}

#AjaxViewModal-base label {
    font-size: 13px;
    color: #122a44;
}

#AjaxViewModal-base .invalid-feedback {
    font-size: 11px;
    font-weight: 500;
    color: #ff8080;
}

#AjaxViewModal-base .invalid-feedback:before {
    content: '\f071';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-left: 3px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.modal-full-height {
    height: calc(100% - 20px) !important;
}

.modal-full-height .modal-content {
    height: calc(100% - 30px) !important;
}

.modal-full-height .modal-footer {
    padding-top: 1.3rem;
}

.modal-full-height .modal-body-base {
    /*
    overflow: scroll;
    */
    position: relative;
}

.modal-full-height .modal-body-base .mro-sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    z-index: 2;
    padding: 15px;
    border-bottom: 1px solid #cecece;
}

.box-full-height > .row {
    margin: 0 !important;
}

.box-full-height {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    height: 100%;
    overflow-y: scroll;
}

.box-full-height.w-mro-sticky {
    padding-top: 100px;
}

.w-mro-sticky.p140 {
    padding-top: 140px;
}

.navbar, footer {
    background: #172f49;
    color: #FFF;

}

.navbar a {
    color: #f1d198;
}

.main-nav {
    z-index: 20;
}

.main-nav .nav-item {
    margin-left: 15px;
}

.main-nav .head-link {
}

.main-nav .head-link {
    font-size: 15px;
}

.main-nav .head-link:after {
    display: none;
}

.main-nav .head-link i {
    font-size: 11px;
    position: relative;
    top: 1px;
    left: -3px;

}

.main-nav .main-drop {
    top: 50px;
    right: 0px;
    background: #0e2135;
    border-radius: 0;

}

.main-nav .main-drop .droped-link {
    font-size: 14px;
    margin-bottom: 5px;
}

.main-nav .main-drop .droped-link i {
    position: relative;
    right: -8px;
    font-size: 20px;
    top: 6px;
}

.main-nav .main-drop .droped-link small {
    display: block;
    padding-right: 24px;
    font-weight: 300;
}

.main-nav .main-drop .droped-link:hover,
.main-nav .main-drop .droped-link:active {
    background: #222;
    color: #f1d198;
}

@media (max-width: 991px) {
    .main-nav {
        height: 66px;
    }

    .main-nav .navbar-brand {
        position: absolute;
        top: 8px;
        right: 30px;
    }

    .main-nav > .container {
        justify-content: left;

    }

    .main-nav .navbar-nav {
        padding-right: 20px;
    }

    .main-nav .main-drop .droped-link {
        font-size: 17px;
        margin-bottom: 14px !important;
    }

    .main-nav .nav-item {
        margin-bottom: 15px;
    }

    .main-nav .nav-link {
        font-size: 19px;
    }
}


.head-toggl {
    color: #f1d198;
    font-size: 27px;
}

@media (max-width: 991px) {
    #navbarNav {
        padding: 90px 10px 0 0px;
        position: fixed;
        top: 0;
        right: 0;
        background: #172f49;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
}

.padder {
}

.card {
    border-radius: var(--radius-card);
    overflow: hidden;
}

.card.card-default {
}

.card .card-title {
    font-size: var(--title-text);
    font-weight: 500;

}

.project-list-title {
    font-size: var(--title-text);
    font-weight: 500;
}

.outcard-title {
    font-size: var(--title-text);
    font-weight: 500;

}

.outcard-title i {
    font-size: 25px;
}

.card .skills {
}

.card .skills .item {
    border-radius: 10px;
    border: 1px solid var(--border-item-color);
    color: #222;
    font-size: var(--small-text);
    font-size: 13px;
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: 300;

}

.skatch {
    position: absolute;
    height: 90%;
    top: 5%;
    left: 35px;

}

.wall-header {
    background: rgb(245, 203, 204);
    background: linear-gradient(90deg, rgba(245, 203, 204, 1) 0%, rgba(245, 231, 174, 1) 90%);
    padding-bottom: 0 !important;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
}

.wall-header .avatar-container {
    padding-top: 90px;
    margin-bottom: -60px;
}

.wall-header .avatar-container .avatar {
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #FFF;
}

.wall-header .avatar-container .avatar .image {
    width: 100%;
}

.user-data {
    padding-top: 90px;
}

.user-data .name {
    font-size: var(--title-text);
    font-weight: 600;
}

.user-data .city {
}

.user-data .city .flag-icon {
    width: 19px;
}

.user-data .city .a {
    font-size: var(--small-text);
    color: var(--normal-text-color);
}

.user-data .job-data {
}

.user-data .job-data .item {
    display: inline-block;
    font-size: var(--small-text);
    color: var(--small-text-color);
}

.user-data .job-data .item:after {
    content: '';
    width: 5px;
    width: 10px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: var(--small-text-color);
    background: transparent;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.user-data .job-data .item:last-child:after {
    display: none;
}

.user-data .actions {
}

.user-data .actions .btn {
    font-size: var(--small-text);
    margin-left: 10px;
    padding: 5px 7px;
}

.user-data .actions .btn i {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.wall-samples {
}

.wall-samples .sample-item {
    padding: 15px;
    padding-right: 40px;
    position: relative;
}

.wall-samples .sample-item .sample-icon {
    position: absolute;
    right: 12px;
    top: 14px;
    font-size: 22px;
}

.wall-samples .sample-item .name {
    font-size: 15px;
    font-weight: 500;
}

.wall-samples .sample-item .description {
    font-weight: 300;
}

.wall-samples .sample-item .date {
    color: var(--small-text-color);
    font-size: var(--small-text);
}

.wall-samples .sample-item .actions {
}

.wall-samples .sample-item .actions .btn {
    font-size: 13px;
    padding: 3px 7px;
    margin-left: 10px;
}


.wall-bio {
    font-size: var(--small-text);
    font-weight: 300;
}

.privacy-drop .dropdown-menu {
    left: 30px !important;
    background: #f0f0f0;
}

.privacy-drop {
    position: absolute;
    left: -20px;

    bottom: 0;

}

.privacy-btn {
    font-size: 25px;
    background: transparent;
}

.wall-playbtn i {
    position: relative;
    top: 2px;
}

.sample-row {
}

.sample-row .btn-action {
    width: 40px;
    height: 50px;
    float: right;
    color: var(--btn-primary-hover);
    font-size: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    right: -8px;
}

.sample-row .btn-action i {


}

.sample-row .data {
    width: calc(100% - 80px);
    padding-right: 0px;
    float: right;
}

.sample-row .data .name {
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3px;
    padding-top: 11px;
    color: var(--btn-primary);
}

.sample-row .data {
}

.sample-row .data .info {
}

.sample-row .data .info .item {
    display: inline-block;
    font-size: 13px;
    color: #777;
}

.sample-row .data .info .item i {
    font-size: 19px;
    position: relative;
    top: 3px;
}

.sample-row .timer {
    width: 30px;
    float: left;

}

.color-progress {
}

.color-progress .progress-line {
}

.color-progress .progress-line .caption {

}

.review-box {
}

.review-box .top-bar {
    padding-right: 70px;
    min-height: 80px;
    position: relative;
}

.review-box .top-bar .avatar-frame {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 5px;
    overflow: hidden;
    border-radius: var(--radius-card);
}

.review-box .top-bar .avatar-frame img {
    width: 100%;
}

.review-box .top-bar .name {
    font-weight: 500;
    padding-top: 10px;
}

.review-box .top-bar .info {
    font-weight: 300;
    font-size: var(--small-text);
}

.review-box .description {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
}

.wall-scores {
    border-radius: var(--radius-card);
    background: var(--btn-primary);
    background: #d3d3d3;
}

.wall-progress {
}

.wall-progress .progress-group {
    color: var(--btn-primary-text);
    color: #234165;
    margin-bottom: 15px;
    padding-right: 30px

}

.wall-progress .progress-group:first-child {
    margin-top: 5px;
}

.wall-progress .progress-group:last-child {
    margin-bottom: 15px;
}

.wall-progress .progress-group .caption-bar {
    font-size: 13px;
    margin-bottom: 5px;

}

.wall-progress .progress-group .caption-bar .label {
    float: right;
    font-weight: 500;
}

.wall-progress .progress-group .caption-bar .num {
    float: left;
}

.wall-progress .progress-group .progress-object {
    height: 8px;
    border-radius: 2px;
    position: relative;
}

.wall-progress .progress-group .progress-object:before {
    content: '';
    width: 25%;
    border-left: 3px solid #d3d3d3;
    border-right: 3px solid #d3d3d3;
    height: 8px;
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 1;
}

.wall-progress .progress-group .progress-object:after {
    content: '';
    width: 25%;
    border-right: 3px solid #d3d3d3;
    height: 8px;
    position: absolute;
    right: 25%;
    top: 0;
    z-index: 1;

}

.wall-progress .progress-group .progress-object .progress-fill {
    float: right;
    height: 8px;
    border-radius: 2px;
    position: relative;
}

.wall-progress .progress-group .progress-object.color-1 {
    background: rgba(235, 154, 27, 0.5);
    background: rgba(35, 65, 101, 0.5);
}

.wall-progress .progress-group .progress-object.color-1 .progress-fill {
    background: rgba(35, 65, 101, 1);
}

.wall-progress .progress-group .progress-object.color-2 {
    background: rgba(255, 220, 166, 0.5);
}

.wall-progress .progress-group .progress-object.color-2 .progress-fill {
    background: rgba(255, 220, 166, 1);
}

.wall-progress .progress-group .progress-object.color-3 {
    background: rgba(162, 101, 3, 0.5);
}

.wall-progress .progress-group .progress-object.color-3 .progress-fill {
    background: rgba(162, 101, 3, 1);
}

.wall-progress .progress-group .progress-object.color-4 {
    background: rgba(255, 204, 92, 0.5);

}

.wall-progress .progress-group .progress-object.color-4 .progress-fill {
    background: rgba(255, 204, 92, 1);
}

.wall-big-score {
    padding-top: 25px;
    color: var(--btn-primary-text);
    color: #234165;

    line-height: 75px;
}

.wall-big-score .num {
    font-size: 85px;
    font-weight: 600;

}

.wall-big-score .text {
    font-size: 20px;
    font-weight: 600;
}

.wall-scores-stars {
    padding-top: 70px;
    color: var(--btn-primary-text);
}

.wall-scores-stars .stars {
    font-size: 25px;
    color: #234165;
}

.wall-scores-stars .la-star-half-alt {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

.project-list-item {
}

.project-list-item .data-box {
}

.project-list-item .data-box .category-bar {
    font-size: 15px;
    font-weight: 300;
    color: #777;
}

.project-list-item .data-box .title-bar {

}

.project-list-item .data-box .title-bar a {
    font-weight: 500;
    font-size: 17px;
    color: #222;
}

.project-list-item .data-box .items {
}

.project-list-item .data-box .items .item {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #234165;
    display: inline-block;
    font-size: 12px;
    padding: 2px 9px 2px 9px;
    border-radius: 20px;
    margin-bottom: 10px;

}

.project-list-item .data-box .items .item.red {
    background: #ffd3d3;
    border: 1px solid #ffb0b0;
    color: #bb1818;
}

.project-list-item .data-box .items .item i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.project-list-item .actions {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.project-list-item .data-box .summary {
    font-size: 14px;
    color: #222;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.project-list-item .owner-link {
}

.project-list-item .owner-link .avatar-frame {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    position: relative;

}

.project-list-item .owner-link .avatar-frame img {
    width: 100%;
}

.project-list-item .owner-link .owner-name {
    display: inline-block;
    position: relative;
    top: -4px;
    font-size: 14px;
    margin-right: 5px;
    line-height: 13px;
    color: #777;
}

.project-list-item .owner-link .owner-name small {

}


.project-view {
}

.project-view .project-information {
}

.project-view .project-information .title {
    font-size: 22px;
    font-weight: 600;
}

.project-view .project-information .category-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--btn-primary);
}

.project-view .project-information .informations {
}

.project-view .project-information .informations .data {
    display: inline-block;
    font-size: 14px;
    background: #fafafa;
    padding: 4px 8px;
    border: 1px solid var(--border-item-color);
    border-radius: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.project-view .project-information .summary-text {
    font-weight: 500;
    font-size: 15px;
}

.project-view .project-information .description-text {
    font-size: 15px;
    font-weight: 300;
}

.project-view .project-view-owner {


    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.48);

    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.29);

}

.project-view .project-view-owner .owner-data {
    position: relative;
    padding-right: 70px;
    min-height: 90px;
}

.project-view .project-view-owner .owner-data .avatar-frame {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.project-view .project-view-owner .owner-data .avatar-frame img {
    width: 100%;
}

.project-view .project-view-owner .owner-data .name {
    font-weight: 600;
    padding-top: 4px;

}

.project-view .project-view-owner .owner-data .position {
    font-weight: 300;
    font-size: 14px;

}

.project-view .project-view-owner .action-buttons .btn {
    font-size: 14px;
}

.project-view .project-view-owner .action-buttons .btn i {
    font-size: 19px;
    position: relative;
    top: 3px;
}

.project-view .project-view-owner .action-buttons .apply-btn {
    width: calc(100% - 100px);
    float: right;

}

.project-view .project-view-owner .action-buttons .chat-btn {
    width: 90px;
    float: left;
}

.hidden {
    display: none;
}

.project-view .bx-owner {
    position: relative;
    padding-right: 70px;
    min-height: 90px;
}

.project-view .bx-owner .avatar-frame {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.project-view .bx-owner .avatar-frame img {
    width: 100%;
}

.project-view .bx-owner .name {
    font-weight: 600;
    padding-top: 4px;

}

.project-view .bx-owner .position {
    font-weight: 300;
    font-size: 14px;

}

.project-view .stats-row {
    padding-right: 40px;
    position: relative;
    margin-bottom: 20px;
}

.project-view .stats-row i {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 30px;
}

.project-view .stats-row .label {
    font-size: 13px;
    color: #777;
}

.project-view .stats-row .value {
}

@media (max-width: 991px) {
    .project-view.proposal-view .stats-row {
        background: #eee;
        padding: 15px;
        padding-right: 50px;

    }

    .project-view.proposal-view .stats-row i {
        top: 18px;
        right: 10px;
    }
}


.project-files {
}

.project-files .title {
    color: var(--btn-primary);
    position: relative;
    padding-right: 10px;
    padding-right: 0px;
}

.project-files .title:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    top: 15px;
    right: 0;
}

.project-files .title i {
    font-size: 20px;
    position: relative;
    top: 3px;

}

.project-files .title span {
    font-size: 14px;
    background: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    padding-right: 0;
}

.project-files .file-upl-box {
    color: var(--btn-primary);
    float: right;
    width: 100%;
    padding: 0;
    border: 1px solid #eaeaea;
    padding: 3px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    background: #fafafa;
}

.project-files .file-upl-box a {
    color: var(--btn-primary);
}

.project-files .file-upl-box .ic-box {
    margin: 0;
    width: 50px;
    height: 50px;

    float: right;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.project-files .file-upl-box .ic-box i {
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--btn-primary);
}

.project-files .file-upl-box .data-box {
    width: calc(100% - 60px);
    float: left;
    padding-top: 5px;

}

.project-files .file-upl-box .data-box .file-name {
    color: #222;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    width: 100%;
    padding-left: 40px;
}

.project-files .file-upl-box .data-box .file-info {

}

.project-files .file-upl-box .data-box .file-info .info-item {
    display: inline-block;
    font-size: 0.8em;
    color: #666;

}

.project-files .file-upl-box .data-box .file-info .info-item:after {
    content: '|';
    margin: 0 5px;
}

.project-files .file-upl-box .data-box .file-info .info-item:last-child:after {
    display: none;
}

.project-bottom-dock {
    padding: 20px 15px 0 15px;
    background: #FFF;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px -5px 20px -12px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px -5px 20px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px -5px 20px -12px rgba(0, 0, 0, 0.29);
    z-index: 1;
}

.btn-prdet {
    font-size: 12px;
}

.project-bottom-dock .apply-btn {
}

.project-bottom-dock .chat-btn {
}

.project-bottom-dock .btn {
    font-size: 16px;
}

.project-bottom-dock .btn i {
    font-size: 19px;
    position: relative;
    top: 3px;
}

.project-bottom-dock .apply-btn {
    width: calc(100% - 100px);
    float: right;

}

.project-bottom-dock .chat-btn {
    width: 90px;
    float: left;
}

.create-select-category-btn {
    width: 100%;
    display: block;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background: #f8f9fa;
    text-align: right;
    padding-right: 20px;
    position: relative;
    border-radius: var(--radius-card);
    font-size: 13px;
}

.create-select-category-btn i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #cecece;
}

.create-select-category-btn:hover,
.create-select-category-btn:active {
    background: #eef1f4;
}

.create-select-category-btn span {
    width: 100%;
    display: block;
    padding-left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--btn-primary);
}

.btn-select-items {
    width: 150px;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background: #f8f9fa;
    text-align: right;
    position: relative;
    border-radius: var(--radius-card);
    text-align: center;
}

.btn-select-items i {
    position: relative;
    top: 3px;
    right: -3px;
}

.form-selected-item {
    display: inline-block;
    width: auto;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background: #FFF;
    text-align: right;
    position: relative;
    border-radius: var(--radius-card);
    text-align: center;

}

.prj-list-select-wr .cap-title {
    position: absolute;
    font-size: 11px;
    background: var(--main-bg-color);
    top: -10px;
    right: 10px;
    color: #999;
    padding: 0 5px;
}

.prj-list-select-wr {
    position: relative;
}

.prj-list-select-wr .arr {
    position: absolute;
    width: 36px;
    height: 40px;
    pointer-events: none;
    top: 2px;
    left: 2px;
    background: #f8f9fa;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;

}

.prj-list-select-wr .arr i {
    display: inline-block;
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prj-list-select-wr select {
    height: 45px !important;
    background: #f8f9fa;
    border: 1px solid #cecece;
    border-radius: var(--radius-card);

}

.prj-list-select-wr.mode-2 select {
    font-size: 13px;
}

.prj-list-select-wr.mode-2 .arr i {
    color: #cecece;
    font-size: 13px;

}

.filter-text {
    height: 45px;
    display: block;
    border-radius: var(--radius-card);
    width: 100%;
    font-size: 13px;
}

.filter-w-btn {
    padding-left: 120px;
}

.filter-w-btn .btn-search {
    width: 100px;
    height: 44px;
    border: none;
    position: absolute;
    left: 15px;
    top: 0;
    border-radius: 5px;
    border-radius: var(--radius-card);

}

.filter-w-btn .filter-text {

}


.download-icon {
    font-size: 20px;
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.delete-icon {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.props-user {
    text-align: center;
    padding: 15px 10px;
}

.props-user .avatar {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
}

.props-user .avatar img {
    width: 100%;
}

.props-user .avatar .myprop-edit {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.props-user .avatar .myprop-edit i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--gold-color);
}

.props-user .name {
    font-size: 14px;
    font-weight: 300;
}

.btn-profile-editor {
    font-size: 12px;
}

.profile-side {
    background: #122a44;
    padding-bottom: 100px;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-top: 15px;

}

.profile-user-data {
    border-radius: 0;
    height: 80px;
    background: rgb(23, 47, 73);
    background: linear-gradient(331deg, rgba(23, 47, 73, 1) 27%, rgba(235, 202, 145, 1) 100%);
    background: rgba(235, 202, 145, 1);
    text-align: right;
}

.profile-user-data .avatar-frame {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    aspect-ratio: 1;
    height: auto;
    overflow: hidden;
    border-radius: 100%;
    border: 8px solid #122a44;
    position: relative;
    top: 30px;
    margin-right: 10px;
}

.profile-user-data .avatar-frame .btn-avatar-upload {
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -1px;
    font-size: 25px;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    color: var(--gold-color);
    cursor: pointer;
}

.profile-user-data .avatar-frame .avatar-image {
    width: 100%;
}

.profile-user-data .user-names {
}

.profile-user-data .user-names .real-name {
    font-size: 22px;
    font-weight: 600;
}

.profile-user-data .user-names .nick-name {
    font-size: 17px;
}

.profile-user-data .nav-profile {
}

.profile-user-data .nav-profile > ul {
    padding: 0;
}

.profile-user-data .nav-profile > ul > li {
    list-style: none;
    margin-bottom: 10px;
}

.profile-user-data .nav-profile > ul > li > a {
    font-size: 17px;
    color: var(--btn-primary);
}

.profile-info {
    padding-top: 35px;
    text-align: center;
    color: var(--gold-color);
}

.profile-info .nickname {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-info .name {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

.profile-info .btn-edit-profile {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 5px;
    border: none;
    border-radius: 20px;
    background: var(--gold-color);
    color: #122a44;
    cursor: pointer;
}

.proile-btn {
    border-radius: var(--radius-card);
    background: #FFF;
    width: 100%;
    display: block;
    padding: 5px 30px 5px 0;
}

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

.new-form input[type="text"].form-control,
.new-form input[type="number"].form-control {
    height: 45px;
    border-radius: var(--radius-card);
}

.new-form textarea.form-control {
    border-radius: var(--radius-card);
    max-width: 100%;
    min-width: 100%;

}

.new-form label {
    font-size: 16px;
}

.new-form label i {
    font-size: 17px;
    position: relative;
    top: 2px;
    color: #777;
    color: #d2ac67;
}

.form-control-wrapper {
    padding-top: 8px;
}

.form-control-wrapper .floated-span {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    background: #FFF;
    padding: 0 8px 0 8px;
}

.form-control-wrapper .floated-span.top-right {
    top: -2px;
    right: 15px;
}

.form-control-wrapper .floated-span.bottom-left {
    top: 41px;
    left: 15px;
}

.profile-side {
    padding: 10px;
}

.profile-side .wallet-bar {
    padding: 10px 15px;

    border-radius: var(--radius-card);
}

.profile-side .wallet-bar .box {


    color: var(--gold-color);
    padding: 10px;

    border-radius: var(--radius-button);
}

.profile-side .wallet-bar .box .title {
    font-size: 16px;
}

.profile-side .wallet-bar .box .title i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-bottom: 15px;
    margin-left: 2px;
}

.profile-side .wallet-bar .box .num {
    text-align: center;
    padding-top: 2px;
}

.profile-side .wallet-bar .box small {
}

.profile-side .data-edit-row {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.profile-side .data-edit-row button {
    background: transparent;
    border: none;
    color: var(--gold-color);
    font-size: 15px;
}

.project-det-contact {
    padding-right: 100px;
    padding-top: 5px;
    position: relative;
}

.project-det-contact .avatar {
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
}

.project-det-contact .avatar img {
    width: 100%;
    height: auto;

}

.project-det-contact .role {
    font-weight: 300;
    font-size: 14px;
}

.project-det-contact .name {
    font-weight: 500;
    font-size: 15px;
}

.project-det-contact .actions {
}

.project-det-contact .actions .btn {
    font-size: 12px;
}

.project-det-contact .actions .btn i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.stats-project {
}

.stats-project .line-stat {
    font-size: 14px;
    position: relative;
    color: var(--small-text-color);
    margin-bottom: 15px;
}

.stats-project .line-stat i {
    font-size: 17px;
    position: relative;
    top: 3px;

}

.stats-project .line-stat .subject {
    float: right;
    width: 150px;
}

.stats-project .line-stat .value {
    float: right;
    color: var(--btn-primary);
}

.has-side-line {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.has-side-line:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--border-item-color);
}

.data-card {
}

.data-card .data-title {
    font-size: 13px;
    color: var(--small-text-color);
    margin-bottom: 5px;
}

.data-card .data-title i {
    font-size: 15px;
}

.data-card .data-body {
    border: 1px solid var(--border-item-color);
    border-radius: var(--radius-card);
    font-size: 14px;
    line-height: 180%;
}

.btn-main-act {
    padding-right: 53px;
    position: relative;
    background: transparent;
    border: none;
    color: #000;
    text-align: right;
    color: #122a44;
    cursor: pointer;
    display: block;
    background: rgba(18, 42, 68, 0.1);
    padding: 7px 40px 5px 5px;
    border-radius: 8px;
}

div.btn-main-act {
    background: transparent;
}

.btn-main-act i {
    width: 35px;
    height: 35px;
    font-size: 20px;
    position: absolute;
    right: 4px;
    top: 5px;
    border: 0px solid #122a44;
    border-radius: var(--radius-button);
    padding-top: 7px;
    text-align: center;
    transition: 300ms;
}

.btn-main-act span {
    font-size: 12px;
    font-weight: 500;
}

.btn-main-act small {
    font-weight: 300;
    font-size: 11px;
}

.btn-main-act:hover i {
    color: var(--gold-color);
}

.actions-btn-project .btn i {
    font-size: 20px;
}

.actions-btn-project .btn {
    border-radius: var(--radius-button);
}

.mro-alert {
    border-radius: var(--radius-card);
}

.mro-alert strong {
    font-size: 13px;
}

.mro-alert .txt {
    font-size: 13px;
}

.mro-alert .btn {
    font-size: 12px;
}

.mro-alert .btn i {
    font-size: 16px;
    position: relative;
    top: 2px;
}


.selcats-box {
    margin-bottom: 10px;
}

.cattree-ind.bord {
    padding-top: 7px;
    border: 1px solid #b09d81;
    border: 1px solid #cecece;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.cattree-ind:not(.forceopen) {
    height: 0;
    display: none;
    padding-right: 5px;
    transition: 200ms;
}

.cattree-ind.forceopen {
    height: auto;
    overflow: auto;
    border: 1px solid #b09d81;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 300;;
}

.selcatbut {
    /*background: #b09d81;*/
    background: #FFF;
    /*color: #FFF;*/
    color: var(--btn-primary);
    border: 1px solid #b09d81;
    border: 1px solid #cecece;

    width: 100%;
    display: block;
    /*border: none;*/
    text-align: right;
    padding: 10px 38px 8px 0;
    padding: 13px 38px 12px 0;

    border-radius: 5px;
    position: relative;
    font-size: 13px;
}

.selcatbut i:before {
    content: '';
    content: "\f067";

}

.selcatbut i {
    content: '';
    width: 22px;
    height: 22px;
    margin: 0;
    background: rgb(52, 40, 104, 0);
    border: 2px solid #cecece;
    border-radius: 6px;
    position: absolute;
    top: 11px;
    right: 9px;
    font-size: 15px;
    transition: 200ms;
    padding-right: 2px;
    padding-top: 2px;
    color: var(--small-text-color);
}

.categories-tree .opened .cattree-ind {
    display: block;
    height: auto !important;
    padding-right: 10px;
}

.cattree-ind {

}

.categories-tree .opened .selcatbut i:before {
    content: "\f107";
    content: "\f068";

}

.categories-tree .opened .selcatbut {
    border-radius: 5px 5px 0 0;
}

.categories-tree .styled-checkbox {
    position: relative;
}

.categories-tree .styled-checkbox input {
    display: none;
}

.categories-tree .styled-checkbox label {
    display: block;
    color: var(--btn-primary);
}

.categories-tree .styled-checkbox label:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0;
    background: rgb(52, 40, 104, 0);
    border: 2px solid #cecece;
    border-radius: 6px;
}

.categories-tree .styled-checkbox label {
    color: #000 !important;;
    font-weight: normal;
}

.categories-tree .cats_par_box .styled-checkbox label {
    padding-right: 28px;
}

.categories-tree .styled-checkbox {
    /* margin-top: 7px; */
    padding-left: 15px !important;
    padding-top: 4px;
    height: 28px;
    margin-bottom: 5px;
    display: block;
}

.categories-tree .forceopen .styled-checkbox {
    margin-top: 3px;
    font-weight: 300;
    padding: 5px 38px 2px;
}

.categories-tree .styled-checkbox label::before {

    position: absolute;
    right: 0;
    top: 2px
}

.categories-tree .styled-checkbox label::after {
    font-size: 1rem !important;
    color: #8859C7;
    margin: 0 6px 0 !important;
}

.categories-tree .forceopen .styled-checkbox label::before {
    top: 4px;
    right: 10px;
    position: absolute;
    right: 10px;
}

.categories-tree .forceopen .styled-checkbox label::after {
    top: 20px;
}

.categories-tree .styled-checkbox input:checked + label:before {
    background: var(--btn-primary);
    border: 2px solid var(--btn-primary);

}

.categories-tree .styled-checkbox input:checked + label:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    /* background: red; */
    position: absolute;
    font-weight: 900;
    top: 5px;
    right: 8px;
    z-index: 2;
    color: #FFF;
    font-size: 14px !important;
    display: inline-block;
}

.categories-tree .cats_par_box .styled-checkbox input:checked + label:after {
    right: -2px;
    top: 3px;
}

.is_other_box {
    margin-bottom: 7px;
}

.infocat-btn {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 13px;
    border: none;
    background: transparent;
    color: #777;
    cursor: pointer;
}

.infocat-btn i {
    font-size: 13px;
    position: relative;
    top: 1px;
}

.forceopen .infocat-btn {
    top: 6px;
}

.cats_par_box {
    position: relative;

}

.styled-checkbox.has_is_other label {
    padding-right: 30px;
}

.styled-checkbox.has_is_other {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.infocat-btn {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 13px;
    border: none;
    background: transparent;
    color: #777;
}

.infocat-btn i {
    font-size: 17px;
    position: relative;
    top: 3px;
}

.forceopen .infocat-btn {
    top: 6px;
}

.cats_par_box {
    position: relative;

}

.dsh-slide {
    cursor: pointer;
}

.dsh-slide input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.sk-h-m1 {
    display: inline-block;
    width: auto;
    font-size: 15px;
    text-align: center;
    padding: 8px 25px 6px;
    border-radius: 100px;
    background-color: #FFF;
    border: 1px solid #735bbb;
    color: #735bbb;
}

#pr-selectedGenres .d-inline-block {
    margin-left: 10px;
}

#pr-selectedGenres .overlay {
    position: static;
}

.dsh-slide.checked .sk-h-m1 {
    background-color: var(--btn-primary);
    color: var(--gold-color);

}

.btn-file-upload-project .txt {
    font-size: 13px;
    color: #666;
}

.btn-file-upload-project .btn {
    width: auto;
    font-size: 12px;
}

@media (max-width: 991px) {

    .btn-file-upload-project .btn {
        width: 100%;
    }
}

.btn-file-upload-project .btn i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.btn-file-upload-project {
    background: #f8f9fa;
    border: 1px solid #cecece;
    border-radius: var(--radius-card);
}

.error-crs2:before {
    content: '\f071';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-left: 3px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.error-crs2 {
    font-size: 11px;
    font-weight: 500;
    color: #ff8080;
}


/* FAQ */
.accordion-btn {
    text-decoration: none;
    font-weight: 400;
    font-size: 0.8rem;
    white-space: wrap;
    color: #007bff;
    background-color: transparent;
}

.faq-card {
    margin-right: .7rem;
    margin-left: .7rem;
}

.category-faq-card-header:hover {
    /*text-decoration: underline;*/
    border-top: 1px solid #172f49;
    border-bottom: 1px solid #172f49;
    /*transition: border-bottom-width 1s;*/
    /*border-bottom-width: 1px;*/
    border-right: 1px solid #172f49;
    border-left: 1px solid #172f49;
}

.category-faq-card[aria-expanded=false]:hover {
    /*border: 0;*/
}

.accordion-btn:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.accordion-btn:focus, .accordion-btn.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

.accordion-btn:disabled, .accordion-btn.disabled {
    color: #6c757d;
}

.accordion-btn[aria-expanded=true]::before, .accordion-btn[aria-selected=true]::before {
    margin-left: 5px;
    content: "-";
    font-weight: bold;
}

.accordion-btn[aria-expanded=false]::before, .accordion-btn[aria-selected=false]::before {
    margin-left: 5px;
    content: "+";
    font-weight: bold;
}

.category-faq-card, .faq-card {
    margin-bottom: 10px;
    margin-top: 10px;
}

.category-faq-card, .faq-card {
    border-radius: 0;
}

.category-faq-card .accordion-btn {
    color: #172f49;
}

.category-faq-card .accordion-category-btn {
    font-weight: 700;
}

/* End FAQ */

/* Footer related styles */
footer {
    margin-top: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer .footer-menu h5 {
    font-size: 15px;
}

footer .footer-menu ul {
    list-style: none;
    padding-inline-start: 0;
}

footer .footer-menu ul li a {
    color: grey;
    font-size: 15px;
}

footer .footer-text {
    margin-bottom: 3rem;
    color: #f1d198;
}

footer .footer-text h5 {
    text-align: center;
    /* margin-bottom: 3rem; */
    margin-top: 2rem;
    line-height: 2.2rem;
}

.footer-img {
    filter: invert(88%) sepia(64%) saturate(412%) hue-rotate(313deg) brightness(98%) contrast(92%);; /*filter for --btn-primary-text color*/
    /*filter: invert(36%) sepia(100%) saturate(299%) hue-rotate(358deg) brightness(98%) contrast(89%);!*filter for --btn-primary-text color*!*/
    display: block;
    width: 32px;
    text-align: center;
    margin: 1rem auto 2rem;
}


footer ul {
    margin-top: 1rem;
}

footer ul li {
    padding-bottom: 1rem;
}

.invite-box {
    padding-right: 60px;
    min-height: 70px;
    position: relative;
}

.invite-box .avatar-frame {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    right: 0;
    overflow: hidden;
}

.invite-box .avatar-frame .avatar {
    width: 100%;
}

.invite-box .inv-tt {
    font-size: 12px;

    color: var(--small-text-color);
}

.invite-box .inv-name {
    font-size: 15px;
    font-weight: 600;
}

.invite-box .inv-services {
    font-size: 12px;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.action-title {
    font-size: 18px;
    font-weight: 500;
}

.action-txt {
    font-weight: 300;
}

.project-card {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.project-card .prct-title .prct-err {
    color: red;
    position: relative;

}

.project-card .prct-title {
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

.project-card .project-summary {
    font-weight: 300;
    color: #333;
    margin-bottom: 10px;
}

.project-card .project-category {
    font-weight: normal;
    margin-bottom: 15px;
}

.project-card .project-category .sub {

}

.project-card .project-category .val {
    color: #777;
}

.projects-data-cul {
    border-right: 3px solid #328e72;
    padding: 2px 15px 0 0;
}

.projects-data-cul .row-data {
    margin-bottom: 10px;
    font-weight: 300;
}

.projects-data-cul .row-data .sub {
    color: #333;
}

.projects-data-cul .row-data .val {
    color: rgb(108, 117, 125);
}

.date-format {
    display: inline-block;
    direction: ltr;
}

.format-weight-600 {
    font-weight: 600;
}

.projects-data-cul .row-data .action-buttons i {
    font-size: 19px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.projects-data-cul .row-data .btn-act {

}

.projects-data-cul .row-data .cd-avatar {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.projects-data-cul .row-data .cd-avatar img {
    width: 100%;
}

.projects-data-cul .row-data .cd-name {
    display: inline-block;
    position: relative;
    top: -10px;
    font-weight: 500;

}

.props-data {
}

.props-data i {
    font-size: 15px;
}

.props-data .subject {
    font-weight: 300;
    font-size: 14px;
}

.props-data .val-box {
}

.props-data .vals {
    display: inline-block;
    font-size: 13px;
}

.props-data .vals.tx {
}

.emp-inprops {
    text-align: center;
    border: 1px solid #eee;
    color: #999;
    padding: 15px 10px;
    font-size: 14px;
    font-style: italic;
    background: #FFF;
    border-radius: var(--radius-card);
}

.proposals-page {
}

.proposals-page .prps-st-tab {
}

.proposal-card {
    background: #FFF;
    border: 1px solid #eee;
    border-radius: var(--radius-card);
}

.proposal-card .row-top {
}

.proposal-card .row-top .line {
}

.proposal-card .row-top .line .pdate {
    background: #eef1e9;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 20px;
    font-weight: 300;
}

.proposal-card .data .pdata-item {
    font-size: 13px;
    color: #777;
}

.proposal-card .data .pdata-item i {
    color: var(--gold-color);
    position: relative;
    top: 1px;
}

.proposal-card .data .pdata-item strong {
    color: #222;
    font-weight: 500;
}

.proposal-card .text-desc {
    font-size: 14px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 25px;

}

.proposal-card .row-top .line .pdate i {
    color: var(--gold-color);
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 2px;
}

.proposal-card .user-info {
    padding-right: 70px;
    position: relative;

}

.proposal-card .user-info .image-avatar-wrapp {
    width: 60px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    border-radius: var(--radius-card);
    position: absolute;
    top: 0;
    right: 0;
}

.proposal-card .user-info .image-avatar-wrapp .image-avatar-mini {
    width: 100%;
}

.proposal-card .user-info .image-avatar-wrapp .image-avatar-mini .myprop-edit {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.proposal-card .user-info .image-avatar-stick-name a {
    color: #666;
}

.proposal-card .pchatbtn {
    position: relative;
    top: 7px;
    font-size: 12px;
    padding: 4px 8px 2px;
}

.proposal-card .btns {

}

.proposal-card .btns {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.proposal-card .btns .btn {
    padding: 3px 7px 2px;
    font-size: 12px;
}

.proposal-card .mro-rating-box {
    margin-top: 12px;
}

.mro-rate-star {
    cursor: pointer;

}

.mro-rate-star:before {
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    content: '\f005' !important;
    font-size: 1em;
    display: inline-block;
    color: #eee;
}

.mro-rating-box-1 .mro-rate-star:nth-child(-n+1):before {
    content: '\f005' !important;
    color: #fffb00;
}

.mro-rating-box-2 .mro-rate-star:nth-child(-n+2):before {
    content: '\f005' !important;
    color: #fffb00;
}

.mro-rating-box-3 .mro-rate-star:nth-child(-n+3):before {
    content: '\f005' !important;
    color: #fffb00;
}

.mro-rating-box-4 .mro-rate-star:nth-child(-n+4):before {
    content: '\f005' !important;
    color: #fffb00;
}

.mro-rating-box-5 .mro-rate-star:nth-child(-n+5):before {
    content: '\f005' !important;
    color: #fffb00;
}

.mro-rate-star:hover:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f005' !important;
    color: #00ff99;

}

svg:not(.contact-fab svg) {
    width: 100px;
    height: 100px;
    transition: transform .5s ease-out;

    #red-exclamation {
        animation: bounce .5s ease-out forwards;
        transform-origin: center center;

        .exclamation {
            opacity: 0;
            stroke-dasharray: 100;
            stroke-dashoffset: 100;
            animation: excl 1.5s ease forwards .5s;
        }

        .dot {
            opacity: 0;
            stroke-width: 30;
            stroke-linecap: round;
            animation: dot-fade .175s ease forwards .7s;
        }
    }
}

@keyframes excl {
    0% {
        stroke-dashoffset: 100;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes dot-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    50% {
        transform: scale(1.0);
    }
    75% {
        transform: scale(0.6);
    }
    100% {
        opacity: 1;
        transform: scale(0.9);
    }
}

.proj-fail {
    padding: 0;
}

.proj-fail li {
    list-style: none;
}

.proj-fail li {
}

.filter-info {
    margin-top: 5px;
}


.proposal-kar-box {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.proposal-kar-box .drow {
    padding: 9px 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
}

.proposal-kar-box .drow:last-child {
    border-bottom: none;
}

.proposal-kar-box .drow .llbl {
    color: #777;
}

.proposal-kar-box .drow .value {
    color: #222;

}

.pp-row {
    padding-right: 37px;
    position: relative;
}

.pp-row .m1 {
    height: 39px;
    width: 27px;
    border-radius: 4px;
    background: #eee;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 9px;
    color: #2c304d;
}

.prop-inp1-box {
    position: relative;
}

.prop-inp1-box .n {
    width: 40px;
    float: right;
    font-weight: 300;
    padding-top: 7px;
    color: #2c304d;
}

.prop-inp1-box .inp-wrp {
    width: calc(100% - 40px);
    float: right;
    position: relative;
}

.prop-inp1-box.has-p .inp-wrp {
    width: calc(100% - 115px);
}

.prop-inp1-box .inp-wrp .inp {
}

.prop-inp1-box .inp-wrp .m2 {
}

.prop-inp1-box .inp-wrp .u {
    position: absolute;
    width: 45px;
    font-weight: 300;
    background: #eee;
    border-radius: 4px 0 0 4px;
    height: 38px;
    top: 1px;
    left: 1px;
    text-align: center;
    padding-top: 12px;
    font-size: 11px;
    color: #2c304d;
}

.prop-inp1-box .p {
    width: 64px;
    float: left;
    text-align: center;
    padding-top: 10px;
    color: #222
}

@media (max-width: 992px) {
    .pp-row {
        padding: 15px;
        border: 1px solid #ccc;
        padding-right: 37px;
        border-radius: 5px;
    }

    .pp-row .m1 {
        height: 100%;
        border-radius: 0 5px 5px 0;
        padding-top: 48px;
        color: #2c304d;
    }
}

.PropAddRowLink, .PropAddRowLink:hover, .PropAddRowLink:focus {
    color: brown;
    font-weight: 500;
    padding-right: 4px;
}

.PropAddRowLink i {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.calc-data-prop {
    background: #eee;
    border-radius: 4px;
    padding: 7px 0;
}

.calc-data-prop .calcurow {
    padding: 8px 10px;
}

.calc-data-prop .calcurow .s {
    float: right;
    font-weight: 300;
    color: #666;
}

.calc-data-prop .calcurow .v {
    float: left;
    font-weight: 300;
    color: #555;
}

.calc-data-prop .prop-income-calc {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #222;
    margin-top: 20px;

}

.calc-data-prop .prop-income-text {
    text-align: center;
    color: #222;
    font-weight: 300;
    margin-bottom: 20px;

}


.back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
    /*background-color: #3274f0;*/
    background-color: var(--btn-primary);
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    z-index: 18;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
    transition: all 0.2s ease;
    padding: 12px 10px;
}

.back-to-top:hover {
    background-color: #214062 !important;
}

.rounded-pill {
    border-radius: 100% !important;
}

.table-theme-1 {
    background: #FFF;

}

.table-theme-1 .subtitle {
    color: var(--small-text-color);
}

.table-theme-1 {
}

.payment-card {
}

.payment-card .payment-amount {
}

.payment-card .payment-gatew {
    font-size: 13px;
    color: var(--small-text-color);

}

.payment-card .payment-num {
    font-size: 20px;
    font-weight: 700;
}

.payment-card .payment-num small {
    color: var(--small-text-color);
    font-size: 13px;
}

.oct-back {
    padding: 1px 8px;
    font-size: 12px;
    float: left;
    margin-top: 4px;

}

.oct-back i {
    font-size: 11px;
    line-height: 0;
    top: 1px;
    position: relative;
}

.btn-projdet-upload {
    height: 27px;
    border-radius: 15px;
    margin-top: 2px;
    float: left;
    border: 1px solid #ccc;
    position: relative;
    top: -7px;
    font-size: 11px;
}

.btn-projdet-upload i {
    font-size: 17px;
    line-height: 0;
    position: relative;
    top: 2px;
}

.projfinal-tt {
    width: 100%;
    font-size: 13px;
    height: 35px;
    padding-top: 7px;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    color: #222;
}

.alert-projdet {
    color: #2e2e2e5c;
    background-color: #e3e6e7;
    border-color: #5bc0de;
    font-weight: 300;
    display: none;
}

.alert-projdet:last-child {
    display: block;
}

.otc-finpro {
    font-size: 14px;
}

.otc-finpro i {
    font-size: 17px;
}

.finals-empty-box {
    border: 1px dashed var(--border-item-color);
    border-radius: var(--radius-card);
    text-align: center;
    color: var(--small-text-color);
    font-size: 14px;
    padding: 15px 15px;
}

.final-file {
    width: 100%;
    padding: 0;
    border: 1px solid #eaeaea;
    padding: 3px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    min-height: 40px;
    padding-right: 50px;
    padding-top: 7px;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.final-file .download-icon {
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 11px;
    color: #999;
}

.final-file .file-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #777;

}

.final-file span.filename {
    display: block;

}

.final-file span.describ {
    display: block;
    font-weight: 300;

}

.final-file span.filname small {

}


.emp-inprops {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #333;
    padding: 20px 0;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.emp-inprops-2 {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #333;
    padding: 20px 0;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.emp-inprops-2:last-child {
    display: block;
}

.timer {
}

.timer .time-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: var(--btn-primary);
    border-radius: var(--radius-card);
    color: var(--gold-color);
    text-align: center;
    font-size: 20px;
}

.timer .time-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.timer h6 {
    font-size: 11px;
    text-align: center;
}

.project-finish-hiscards .file-upl-box {
    background: #f2f2f2;
    transition: 300ms;
    float: none;
    display: block;
}

.project-finish-hiscards .file-upl-box:hover {
    background: #e8e3e3;
}

.project-finish-hiscards .file-upl-box .download-icon {
    color: var(--btn-primary);

}

.project-finish-hiscards .file-upl-box .ic-box {
    color: var(--btn-primary);
}

.project-finish-hiscards {
    border: 1px solid #eee;
    background: #FFF;
    background: #fafafa;
    padding: 10px;
    border-radius: var(--radius-card);
}

.project-finish-hiscards .date-bar span {
    display: inline-block;
    margin-left: 10px;
}

.project-finish-hiscards .date-bar {
    font-weight: normal;
    font-size: 12px;
    color: #777;
}

.project-finish-hiscards {
}

.project-finish-hiscards-wrapper {
}

.final-approvement-card .prf-quest {
    font-size: 13px;
}

.final-approvement-card .appbox {
    border-top: 1px solid #ccc;


}

.final-approvement-card .data-title i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.final-approvement-card .data-title {
    font-weight: 600;
    color: var(--btn-primary);
}

.final-approvement-card {
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid var(--btn-primary)
}

.notification {
    width: 300px;
    padding-top: 0;
    top: calc(100% + 20px);
    left: -87px;
    position: absolute;
}

.notification .notifications-header {
    background: white;
    padding: 15px 10px;
    border-top: 3px solid var(--color-secondary);
}

.notification .notifications-header .title {
    color: var(--color-secondary);
    font-size: 13px;
    float: right;
}

.notification .notifications-header .notif-showall {
    float: left;
}

.notification .notifications-header .notif-showall a {
    background: var(--color-primary);
    border-radius: var(--radius-button);
    color: white;
    font-size: 11px;
    padding: 1px 6px 1px;
    position: relative;
    top: 2px;
}

.usermenu {
    width: 150px;
    border-top: 3px solid var(--color-secondary);
    border-radius: 0;
    background: white;
    left: -10px;
}

.usermenu .dropdown-item {
    font-size: 15px;
    color: var(--color-primary);
    margin-top: 10px;
    padding-right: 15px;
}

.usermenu .dropdown-item:hover,
.usermenu .dropdown-item:active {
    color: var(--color-secondary);
    background: transparent;
}

.usermenu .dropdown-item i {
    font-size: 21px;
    line-height: 0;
    position: relative;
    top: 4px;
    right: -5px;
}

.notifwidgetitem {
    display: block;
    padding-right: 40px;
    padding-left: 15px;
    padding-top: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.notifwidgetitem .message-icon {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 21px;
    transform: scaleX(-1);
}

.notifwidgetitem .message-icon i {
    color: var(--gold-2);
}

.notifwidgetitem .message-body {
}

.notifwidgetitem .message-body .message-body-heading {
    color: var(--btn-primary);
    font-size: 13px;

}

.notifwidgetitem .message-body .date.intnot {
    color: var(--small-text-color);
    font-size: 11px;
}

.noticon-nav {
}

.noticon-nav i {
    font-size: 27px;
    line-height: 0;
    position: relative;
    top: 2px;
}

.noticon-nav .badge-pulse {
    position: absolute;
    top: 7px;
    right: 0;
    display: inline-block;
    background: var(--color-secondary);
    padding: 0;
    border-radius: 15px;
    color: white;
    font-size: 11px;
    padding: 0 4px;
}

.chaticon-nav {
}

.chaticon-nav i {
    font-size: 27px;
    line-height: 0;
    position: relative;
    top: 2px;
}

.chaticon-nav .badge-pulse {
    position: absolute;
    top: 7px;
    right: 0;
    display: inline-block;
    background: var(--gold-color);
    padding: 0;
    border-radius: 15px;
    color: var(--btn-primary);
    font-size: 11px;
    padding: 0 4px;
}

.member-card {
    background: #FFF;
    border-radius: var(--radius-card);
    overflow: hidden;
    border: #dad9d9;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.00);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.00);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.00);
    transition: box-shadow .1s;
}

.member-sidebar > div > div {
    border-radius: var(--radius-card);
    padding: 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.member-sidebar > div > div > .sidebar-post {
    display: flex;
    gap: 5px;
    align-items: center;
}

.member-sidebar > div > div > .sidebar-post > img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--radius-card);
    width: 75px;
    height: 75px;
}

.member-sidebar > div > div > .sidebar-post > p {
    font-size: 13px;
    margin-bottom: 0 !important;
    color: gray;
    user-select: none;
    cursor: pointer;
    transition: color .1s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.member-sidebar > div > div > .sidebar-post:hover > p {
    color: var(--btn-primary);
}

.member-card:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
}

.member-card .avatar {
    aspect-ratio: 1;
    overflow: hidden;
}

.member-card .avatar .img {
    border-radius: var(--radius-card) 0 0 0;
    width: 100%;
}

.member-card .data {
}

.member-card .data .name {
    text-align: right;
}

.member-card .data .name a {
    color: var(--btn-primary);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
}

.member-card .categories-mus-list {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.member-card .categories-mus-list .skitem {
    font-size: 14px;
    font-weight: 300;
    color: var(--small-text-color);
}

.member-card .items {
}

.member-card .items .data-item {
    width: 70px;
    height: 50px;
    margin-left: 5px;
    color: var(--btn-primary);
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
}

.member-card .items .data-item i {
    font-size: 18px;
    margin-bottom: 5px;
}

.member-card .items .data-item span {
}


html {
    scroll-padding-top: 5rem;
}

.pagination {
}

.pagination .page-item {
}

.pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    padding-top: 12px;
    color: var(--btn-primary);
}

.pagination .page-item.disabled {
}

.pagination .page-item.disabled .page-link {
}

.pagination .page-item.active {
}

.pagination .page-item.active .page-link {
    background: var(--btn-primary);
    color: var(--gold-color);
}

.pagination .pgnext,
.pagination .pgprev {
}

.pagination .pgnext .page-link,
.pagination .pgprev .page-link {
    font-size: 13px;
    padding-top: 16px;
}

.pagination .pgnext.disabled,
.pagination .pgprev.disabled {
}

.pagination .pgnext.disabled .page-link,
.pagination .pgprev.disabled .page-link {
    color: #ccc;
}

.has-cancel-btn {
    position: relative;
}

.has-cancel-btn input {
    padding-left: 40px;
}

.has-cancel-btn .btn-cancel {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: transparent;
    color: red;
    border: none;
    cursor: pointer;
}

.has-cancel-btn .btn-cancel i {
    position: absolute;
    top: 15px;
    left: 15px;
    transition: 500ms;
}

.has-cancel-btn .btn-cancel:hover i {
    transform: rotate(360deg);
}

.sort-box {
    padding-top: 12px;
    font-size: 14px;
    white-space: nowrap;
}

.sort-box label {
    color: #222;
}

.sort-box a {
    color: #999;
}

.sort-box a.active {
    color: var(--btn-primary);
}

.result-emp {
    width: 100%;
    margin: auto;
    border-radius: var(--radius-card);
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px 0;
    background: #f9f9f9;
    color: #999;
}

.result-emp i {
    font-size: 50px;
}

.top-bg-color {
    position: relative;
}

.top-bg-color .bg-color {
    position: absolute;
    top: -50px;
    height: 150px;
    background: rgb(224, 189, 128);
    background: linear-gradient(331deg, rgba(224, 189, 128, 1) 27%, rgba(235, 202, 145, 1) 100%);
    width: 100%;
    background: #172f49;
}

.dashboard-top-bar {
    padding-right: 120px;
    min-height: 100px;
    position: relative;
}

.dashboard-top-bar .avatar-frame {
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 4px solid var(--gold-color);
}

.dashboard-top-bar .avatar-frame .avatar-image {
    width: 100%;
}

.dashboard-top-bar .welcome {
    font-size: 17px;
}

.dashboard-top-bar .welcome span.username {
    font-weight: 600;
    color: var(--btn-primary)
}

.dashboard-top-bar .welcome span.txt {
    font-weight: 300;
    font-size: 13px;
    color: var(--small-text-color);
}

.dashboard-top-bar {
}

.dashboard-top-bar .stat-item {
    display: block;
    font-size: 14px;
}

.dashboard-top-bar .stat-item .btn-edit {
    background: transparent;
    border: none;
    color: var(--small-text-color);
    cursor: pointer;
}

.dashboard-top-bar .stat-item .sub {
    color: var(--btn-primary);
    -webkit-text-fill-color: var(--btn-primary);

}

.dashboard-top-bar .stat-item .val {
    color: var(--small-text-color);
}

@media (max-width: 991px) {
    .dashboard-top-bar {
        padding-right: unset;
        text-align: center;
    }

    .dashboard-top-bar .avatar-frame {
        position: relative;
        margin: auto;
        top: -15px;
    }

}

.dashboard-btn {
    height: 60px;
    display: block;
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-radius: var(--radius-button);
    position: relative;
    color: var(--btn-primary);
    padding-right: 35px;
    transition: 300ms;
    background: #FFF;
}

.dashboard-btn .icon-small {
    position: absolute;
    font-size: 20px;
    left: 10px;
    top: 18px;
    transition: 300ms;
    color: #777;
    color: #aaa;

}

.dashboard-btn .icon-big {
    position: absolute;
    font-size: 25px;
    top: 15px;
    right: 5px;
    color: #aaa;
}

.dashboard-btn .caption {
    display: block;
    padding-top: 18px;
    font-size: 13px;
}

.dashboard-btn:hover,
.dashboard-btn:active,
.dashboard-btn:focus {
    border-color: var(--btn-primary);
}

.dashboard-btn:hover .icon-small,
.dashboard-btn:active .icon-small,
.dashboard-btn:focus .icon-small {
    left: 5px;
}

.data-dashbaord {
}

.data-dashbaord .val {
}

.data-dashbaord .val i {
    position: relative;
    right: -6px;
    font-size: 18px;
    width: 10px;
    color: #aaa;

}

.data-dashbaord .name {
    color: #aaa;
}

.add-package {
    display: block;
    color: var(--btn-primary);
    height: 43px;
    padding-top: 12px;
    font-size: 14px;
    text-align: center;
    transition: 300ms;
}

.add-package i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.add-package:hover {
    background: #eee;
    border-radius: var(--radius-button);
}

.dashboard-title {
}

.dashboard-title .dash-allproj {
    float: left;
    padding: 3px 7px;
    font-size: 12px;
}

.dashboard-title .cap {
}

.dashboard-title .cap i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 3px;
}


.wallet-card {
    background: rgba(37, 55, 69, 0.06);
}

.wallet-card .cap {
    font-weight: 300;
}

.wallet-card .number-t {
    font-size: 17px;
    font-weight: 500;

}

.prof-row {
}

.prof-row .cap {
    font-size: 13px;
    color: #aaa;
}

.prof-row .val {
    font-size: 15px;
    color: #666;
    -webkit-text-fill-color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.descbio {
    font-size: 14px;
    color: var(--btn-primary);
}

#prof-bio-descrip {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .hidden-mobile {
        display: none !important;
    }

    .table-mro-responsive {
        color: #222;
    }

    .table-mro-responsive thead {
        display: none;
    }

    .table-mro-responsive td {
        display: block;
        border: none;
    }

    .table-mro-responsive td:last-child {
        border-bottom-width: 2px;
        border-bottom: 1px solid #eee;
    }

    .table-mro-responsive td:before {
        content: attr(data-label);
        width: auto;
        color: #aaa;
        margin-left: 10px;
        display: inline-block;
        width: 75px;

    }

    .table-mro-responsive td.nobef:before {
        display: none !important;

    }

    .hidden-mobile {
        display: none !important;
    }

}

.table-mro-responsive {
    font-size: 14px;
}

.last-row-hidden td {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    line-height: 180%;
}

.last-row-hidden {
    display: none;
}

.last-row-hidden:first-child {
    display: table-row;
}

.card-tasf {
}

.card-tasf .number-wp {
}

.card-tasf .cap-wp {
}

.fin-tabs {
}

.fin-tabs .nav-item {
    position: relative;
    top: 1px;
}

.fin-tabs .nav-item .nav-link {
    padding: 1em 1.5em;
    border-radius: var(--radius-card) var(--radius-card) 0 0;
    color: var(--small-text-color);
}

.fin-tabs .nav-item .nav-link.active {
    color: var(--btn-primary);

}

@media (min-width: 992px) {
    .fin-tabs {
        padding-top: 32px;
    }
}

.footer-items {
    margin-bottom: 10px;
}

.footer-items li {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.footer-items li a {
}

.samdown {
    width: 28px;
    height: 25px;
    font-size: 17px !important;
    line-height: 0;
}

.samdown i {
    position: relative;
    right: -2px;
}

.filter-stick {
    position: sticky;
    top: 60px;
    z-index: 1;
    background: var(--main-bg-color);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
}

.main-nav .navbar-collapse.show,
.main-nav .collapsing {
    height: 100%;
}

.cp-header {
    margin-top: -30px;
    min-height: 100vh;
    background-image: url("../images/competition/head-4.png");
    background-position: top center;
    background-size: 150% auto;
    background-repeat: no-repeat;
}

@media (max-width: 500px) {
    .cp-header {
        background-size: 550% auto;
    }
}

.cp-header .title-1 {
    font-size: 45px;

    font-weight: 900;
    color: #FFF;
}

.cp-header .title-2 {
    font-size: 45px;
    font-weight: 800;
    color: var(--gold-color);
    /*background-clip: text;
    -webkit-text-fill-color: #211536;
    -webkit-text-stroke: 3px transparent;
    background-image: linear-gradient(274.33deg, #FE8C45 2.74%, #CA2826 103%);
    color: transparent;*/
}

.cp-header .image-box {
}

.cp-header .image-box .image-frame {
    max-width: 350px;
    margin: auto;

}

.cp-header .image-box .image-frame img {
    width: 100%;
}

.cp-header .text {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: auto;
    color: #FFF;
}

.cp-header .header-card {
    background: #180036;
    border-radius: var(--radius-card);

}

.cp-header .gift-text {
    font-size: 35px;
    font-weight: 800;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 13.41%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #ffcb52 0%, #ff7b02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    background-clip: text;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
}

.cp-header .timer-container {
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    max-width: 250px;
    margin: auto;
    border-radius: 10px;

}

.cp-header .vrtimer-box {

}

.cp-header .vrtimer-box .timva44Wp {
    width: 25%;
    float: right;
    padding: 7px;
}

.cp-header .vrtimer-box .timva44Wp .timva44 {
    border-radius: 10px;
    padding: 9px 3px 4px;
    color: #FFF;
}

.cp-header .vrtimer-box .timva44Wp .timva44 .b {
    font-size: 14px;
    line-height: 0;
    margin-bottom: 5px;
    font-weight: 600;
}

.cp-header .vrtimer-box .timva44Wp .timva44 .l {
    font-size: 11px;
}

.cp-header .category-box .catcap {
    font-size: 23px;
    font-weight: 600;
    color: #FFF;
}

.cp-header .category-box .catname {
    font-size: 28px;
    font-weight: 800;
    background-image: linear-gradient(180deg, #ffffff 68.51%, rgb(39, 47, 121) 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 3px 8px rgba(76, 43, 159, 0.5);
    -webkit-text-stroke: unset;
}

.cp-header .comp-btn {
    width: 200px;
    color: #FFF;
    font-weight: 800;
}

.cp-share {
}

.cp-share .text {
    font-size: 16px;
    color: #FFF;
}

.cp-share .btns {
}

.cp-share .btns .shbtn {
    margin-left: 10px;
    color: #FFF;
    color: var(--gold-color);
}

.cp-share .btns .shbtn i {
    font-size: 30px;
}

.cp-data .title {
    font-weight: 600;
    font-size: 17px;
    color: #FFF;
}

.cp-header .remstart {
    color: #FFF;
    font-weight: 600;
    margin-top: 5px;
    font-size: 20px;
}

.cp-data .description {
    color: #FFF;
    line-height: 180%;
    text-align: justify;
    color: var(--comp-text-color);
}

.cp-files {
}

.cp-files .file-upl-box {

    background-color: #131037;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cp-files .file-upl-box .ic-box {
    width: 50px;
    line-height: 0;
}

.cp-files .file-upl-box .ic-box i {
    font-size: 60px;
    color: var(--gold-color);
    width: 58px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cp-files .file-upl-box .data-box {
    width: calc(100% - 80px);
}

.cp-files .file-upl-box .data-box .file-name {
    color: #FFF;
    font-size: 16px;
}

.cp-files .file-upl-box .data-box .file-info {
}

.cp-files .file-upl-box .data-box .file-info .info-item {
    color: var(--comp-text-color);

}

.cp-data .register-box {
    background: #16114a;
    border-radius: var(--radius-card);
    background-image: url("../images/competition/bg-sec.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cp-data .register-box {
}

.cp-data .register-box .rb-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.cp-data .register-box .rb-text {
    color: #FFF;
}

.cp-data .register-box .rb-buttons {
}

.cp-data .register-box .rb-buttons .rb-reg-btn {
    background: linear-gradient(to left, rgb(254, 140, 69), rgb(202, 40, 38));
    border-radius: 999px;
    border: none;
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.comp-form {
}

.comp-form .form-group {
}

.comp-form .form-group label {
    color: #FFF;
    font-size: 14px;
    padding-right: 3px;
}

.comp-form .form-group .form-textarea {
    border: 1px solid #93acd31a;
    border-radius: 15px;
    padding: 4px;
    background: #131037;
    background: #93acd312;
    max-width: 100%;
    min-width: 100%;
    color: #7791ba;
    font-size: 14px;
    padding: 15px;
    line-height: 150%;
}

.comp-form .form-group .error-crs2 {
}

.comp-form .form-group .comp-fileupload {
    border: 1px solid #93acd31a;
    height: 48px;
    border-radius: 24px;
    padding: 4px;
    background: #93acd312;

}

.comp-form .form-group .comp-fileupload .filename {
    float: left;
    width: calc(100% - 120px);
    height: 38px;
    color: #7791ba;
    padding: 8px 0 0 10px;
    direction: ltr;
    text-align: left;
}

.comp-form .form-group .comp-fileupload .browsfile {
    float: right;
    width: 110px;
    height: 38px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    color: #FFF;
    color: #bccae0;
    background: #ffffff1a;
}

.comp-form .form-group .comp-fileupload .browsfile i {
    line-height: 0;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.comp-form .form-group .comp-fileupload input {
    display: none;
}

.comp-form .form-group .cp-submit {
    background: linear-gradient(to left, rgb(254, 140, 69), rgb(202, 40, 38));
    border-radius: 999px;
    border: none;
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.cp-text {
    font-size: 14px;
    color: var(--comp-text-color);
}

.comp-aco {
}

.comp-aco .card {
    background: #131037;
}

.comp-aco .card .card-header {
    background: transparent;
}

.comp-aco .card .card-header .btn {
    color: var(--gold-color);
    text-decoration: none !important;
}

.comp-aco .card .card-header .btn.collapsed {
    color: #FFF;
}

.comp-aco .card .card-header .btn i {
    font-size: 30px;
    line-height: 0;
    position: relative;
    top: 8px;
    right: -14px;

}

.comp-aco .card .card-body {
    border-top: 1px solid #ffffff1a;
    color: var(--comp-text-color);
    line-height: 180%;
    font-size: 15px;
}

.cp-data .sponsored-card {
    background: #0b082e;
    border-radius: var(--radius-card);
    background-image: url("../images/competition/bg-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.cp-data .sponsored-card .title {
    font-size: 20px;
    font-weight: 800;
}

.cp-data .sponsored-card .description {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
}

.cp-data .sponsored-card .buttons {
}

.cp-data .sponsored-card .buttons .sp-btn {
    background: #000;
    font-size: 14px;
    color: #FFF;
}

.cp-data .sponsored-card .buttons .sp-btn i {
}

.cp-data .sponsored-card .spon-logo-wp {
    max-width: 100px;
    margin: auto;
}

.cp-data .sponsored-card .spon-logo-wp .sp-logo {
    width: 100%;
}

.notifications-list .notif-card {
    background: #FFF;
    border-radius: var(--radius-card);
}

.notifications-list .notif-card .time {
    font-size: 13px;
    color: var(--small-text-color);
}

.notifications-list .notif-card .text {
    font-size: 14px;
}


.pd-judg-btns {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pd-judg-btns .data {
    float: right;
    width: calc(100% - 150px);
}

.pd-judg-title {
    font-weight: 500;
}

.pd-judg-title i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.pd-judg-btns .data .info {
    color: #777;
    font-size: 12px;
}

.pd-judg-btns .buttons {
    width: 130px;
    float: left;
}

.pd-judg-btns .buttons .btn {
}

#winSizer {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}

.endproj-tabs {
    font-size: 14px;
}

.judgement-card {
}

.judgement-card .judgement-card-inner {
}

.judgement-card .judgement-card-inner .form-group {
}

.judgement-card .judgement-card-inner .form-group .tt {
    font-size: 13px;
    font-weight: 600;
    color: var(--btn-primary);
}

.judgement-card .judgement-card-inner .form-group .file-wr {

}

.judgement-card .judgement-card-inner .form-group .file-wr a {
    font-size: 14px;
    color: var(--small-text-color);
}

.judgement-card .judgement-card-inner .form-group .txt {
    font-size: 14px;
    font-weight: 300;
}

.judgement-card .judgement-card-inner .judgement-result {
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: var(--radius-card);
}

.package-data {
}

.package-data .package-title {
    font-weight: 600;
}

.package-data .package-items {
}

.package-data .package-items .package-item {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    color: var();
}

.page-packages .nav-pills .nav-link {
    color: var(--btn-primary);
}

.page-packages .nav-pills .nav-link.active {
    border-color: var(--btn-primary);
    background: var(--btn-primary);
    color: #FFF;

}

.login-page {
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.login-page .login-text {
    font-size: 14px;
}

.login-page .login-text.interest-sent {
    font-size: 18px;
}

.login-page .user-icon {
}

.login-page .user-icon img {
    width: 100px;
}

.login-page .cpimg {
    height: 43px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    max-width: 100%;
}

.login-page .inp-w {
    position: relative;
}

.login-page .inp-w span {
    position: absolute;
    display: inline-block;
    top: -10px;
    right: 5px;
    background: #FFF;
    padding: 0 6px;
    font-size: 13px;
}

.login-page .submit {
    font-size: 14px;
    min-width: 150px;
}

.login-page .form-control {
    height: 45px;
}

.login-page .form-control.rtl {
    direction: rtl;
    text-align: right;
}

.login-page .btn-link {
    color: var(--small-text-color);
    font-size: 14px;

}

.login-page .error-div {
    color: red;
    font-size: 13px;
    padding-top: 4px;
}

.login-page .error-div:before {
    content: '\f071';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-left: 3px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.mobile-verify-code {
    padding: 0 15px;
}

.mobile-verify-code .number-cont {
    float: left;
    width: calc(20% - 10px);
    margin: 0 5px;
}

.mobile-verify-code .number-cont input {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.rev-note {
    font-size: 14px;
    font-weight: 600;
}

.rev-box .label .score {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.rev-box .label {
    font-size: 14px;
    display: block;
}


/* === range theme and appearance === */
input[type="range"] {
    font-size: 1.5rem;
    width: 12.5em;
    transform: scale(-1);
}

input[type="range"] {
    color: #a4b1c0;
    color: #172f49;
    --thumb-height: 1.125em;
    --thumb-height: 15px;
    --track-height: 0.125em;
    --track-color: rgba(0, 0, 0, 0.2);
    --track-color: #dddddd;

    --brightness-hover: 180%;
    --brightness-down: 80%;
    --clip-edges: 0.125em;
}

input[type="range"].win10-thumb {
    color: #2b2d42;

    --thumb-height: 1.375em;
    --thumb-width: 0.5em;
    --clip-edges: 0.0125em;
}


/* === range commons === */
input[type="range"] {
    position: relative;
    background: #fff0;
    overflow: hidden;
}

input[type="range"]:active {
    cursor: grabbing;
}

input[type="range"]:disabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: not-allowed;
}

/* === WebKit specific styles === */
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
}

input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    position: relative;
}

input[type="range"]::-webkit-slider-thumb {
    --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
    --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
    --clip-further: calc(100% + 1px);
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;

    width: var(--thumb-width, var(--thumb-height));
    background: linear-gradient(currentColor 0 0) scroll no-repeat left center /
		50% calc(var(--track-height) + 1px);
    background-color: currentColor;
    box-shadow: var(--box-fill);
    border-radius: var(--thumb-width, var(--thumb-height));

    filter: brightness(100%);
    clip-path: polygon(
        100% -1px,
        var(--clip-edges) -1px,
        0 var(--clip-top),
        -100vmax var(--clip-top),
        -100vmax var(--clip-bottom),
        0 var(--clip-bottom),
        var(--clip-edges) 100%,
        var(--clip-further) var(--clip-further)
    );
}

input[type="range"]:hover::-webkit-slider-thumb {
    filter: brightness(var(--brightness-hover));
    cursor: grab;
}

input[type="range"]:active::-webkit-slider-thumb {
    filter: brightness(var(--brightness-down));
    cursor: grabbing;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center /
		100% calc(var(--track-height) + 1px);
}

input[type="range"]:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

/* === Firefox specific styles === */
input[type="range"],
input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb {
    appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
}

input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-progress {
    background: #fff0;
}

input[type="range"]::-moz-range-thumb {
    background: currentColor;
    border: 0;
    width: var(--thumb-width, var(--thumb-height));
    border-radius: var(--thumb-width, var(--thumb-height));
    cursor: grab;
}

input[type="range"]:active::-moz-range-thumb {
    cursor: grabbing;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    background: var(--track-color);
}

input[type="range"]::-moz-range-progress {
    appearance: none;
    background: currentColor;
    transition-delay: 30ms;
}

input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-progress {
    height: calc(var(--track-height) + 1px);
    border-radius: var(--track-height);
}

input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-progress {
    filter: brightness(100%);
}

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:hover::-moz-range-progress {
    filter: brightness(var(--brightness-hover));
}

input[type="range"]:active::-moz-range-thumb,
input[type="range"]:active::-moz-range-progress {
    filter: brightness(var(--brightness-down));
}

input[type="range"]:disabled::-moz-range-thumb {
    cursor: not-allowed;
}

.rev-approvement-card {
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid var(--gold-color)
}

.prf-backbutton {
    border-color: #FFF !important;
    color: #FFF !important;
    float: left;
}


.website {
}

.website.header {
    /*background-image: url(../website/image/header-bg.jpg);
    background-size: cover;
    background-position: center center;*/
    background-color: #00003c;
    background-repeat: no-repeat;
    margin-top: -15px;
    padding-bottom: 100px;
    padding-top: 30px;
    max-height: 700px;
    z-index: 1;

}

.website.header .slogun {
    font-weight: 800;
    font-size: 30px;
    color: #FFF;
    line-height: 150%;
    padding-top: 50px;

}

.website.header .header-sents {
    color: #FFF;
    padding: 0;
    padding-right: 25px;
    list-style: none;
    font-weight: 600;
}

.website.header .header-sents li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #FFF;
    display: inline-block;
    margin-left: 15px;
}

.website.header .header-btn:last-child {
    margin-left: none;
}

.website.header .header-sents li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
}

.website.header .header-btn {
    border: 1px solid #FFF;
    height: 50px;
    display: inline-block;
    padding: 11px 15px 0;
    margin-left: 15px;
}

.website.header .header-btn.btn-1 {
    background: var(--btn-primary);
    background: var(--gold-color);
    border: none;
    color: #FFF;
    color: var(--btn-primary);
    font-weight: 600;
}

.website.header .header-btn.btn-2 {
    background: transparent;
    border: var(--gold-color) solid 1px;
    color: rgba(255, 255, 255, 0.26);
    color: #FFF;
    font-weight: 600;
}

.images-header {
    position: absolute;
    height: 100%;
    aspect-ratio: 1;
    top: 0;
    left: 0;

}

.images-header img {
    position: absolute;
    left: 0;
    height: 100%;

}

.image-header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 60);
    background: linear-gradient(-90deg, rgba(0, 0, 60, 1) 0%, rgba(0, 0, 60, 0) 100%);
    background: rgb(0, 0, 60);
    background: linear-gradient(-90deg, rgba(0, 0, 60, 1) 0%, rgba(0, 0, 60, 0) 61%);
}

@media (max-width: 991px) {

    .website.header .header-sents li {
        font-size: 16px;
    }

    .website.header .header-sents {
        padding-right: 5px;
    }

    .website.header .header-btn {
        background: linear-gradient(-90deg, rgba(0, 0, 60, 1) 0%, rgba(0, 0, 60, 0) 170%);
    }

    .website.header .header-btn {
        padding: 12px 10px 0;
        margin-left: 10px;
        font-size: 15px;
    }

    .website.header .slogun {
        font-size: 25px;
    }

    .image-header-overlay {
        background: linear-gradient(-90deg, rgba(0, 0, 60, 1) 0%, rgba(0, 0, 60, 0.4) 130%);
    }
}

#header-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    opacity: 0.4;
}

.video-intro {
    width: 100%;
}

.website.what-do .bg-1 {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 19);
    background: linear-gradient(0deg, rgba(0, 0, 19, 1) 0%, rgba(0, 0, 60, 1) 100%);
    z-index: 0;
}

.website.what-do {
    background-color: #000013;
    overflow: hidden;
}

.website.what-do .section-title {
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    z-index: 1;
    position: relative;
    /*padding-right: 30px;*/
}

.website.what-do .section-title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 200px;
    background: #FFF;
    right: 0;
    top: 0;
    display: none;
}

.website.what-do .section-title span {
    color: var(--gold-color);
}

.website.what-do .whodo-boxes {
    position: relative;
    padding-top: 10px;
}

.website.what-do .whodo-boxes:before {
    display: none;
    content: '';
    position: absolute;
    width: 4px;
    height: calc(100% + 150px);
    background: #2a4e68;
    right: 0;
    top: -150px;
    background: rgb(0, 0, 19);
    background: linear-gradient(0deg, rgba(0, 0, 19, 1) 0%, rgba(235, 202, 145, 1) 27%);
}

.website.what-do .whodo-boxes .whodo-box {

}

.website.what-do .whodo-boxes .whodo-box .whd-title {
    color: var(--gold-color);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
}

.website.what-do .whodo-boxes .whodo-box .whd-text {
    font-weight: 300;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    text-align: justify;
}

.website.what-do .img-fluid-responsive {
    margin-top: -200px;
}

.website.what-do .img-fluid-responsive img {

}

@media (max-width: 991px) {
    .website.what-do .img-fluid-responsive {
        margin-top: 0;
    }

    .website.what-do .img-fluid-responsive img {
        width: 100%;
    }
}

.website.row-features {
    color: #FFF;
    padding-right: 15px;
}

.website.row-features .feature {
    padding-right: 30px;
    position: relative;
    padding-bottom: 40px;
    border-right: 7px dotted var(--gold-color);
    margin-bottom: 8px;
}

.website.row-features .feature .icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: var(--gold-color);
    border: 2px solid var(--gold-color);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: -21px;
    top: -3px;
    background: #000013;
    padding-top: 4px;
}

.website.row-features .feature .icon i {
    position: absolute;
    right: 0;
    top: -5px;
}

.website.row-features .feature .title {
    color: var(--gold-color);
    font-size: 18px;
    font-weight: 800;

}

.website.row-features .feature .title strong {
    color: #FFF;
    font-weight: 800;
}

.website.row-features .feature .text {
    font-size: 18px;
}

.website.what-steps {
}

.website.what-steps .section-pretitle {
    font-size: 16px;
    font-weight: 800;
}

.website.what-steps .section-title {
    font-size: 30px;
    font-weight: 800;
}

.website.what-steps .section-text {
    font-weight: 300;
    max-width: 400px;
    margin: auto;
}

.website.what-steps .step-box {
}

.website.what-steps .step-box .icon-row {
    text-align: center;
}

.website.what-steps .step-box .icon-row .icon {
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 20px;
    border-radius: 100%;
    background: #FFF;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
    color: var(--small-text-color);
}

.website.what-steps .step-box .icon-row .icon i {
    border: 1px dashed var(--btn-primary);
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 40px;
    border-radius: 100%;
    padding-top: 19px;
}

.website.what-steps .step-box .step-name {
    text-align: center;
    font-weight: 600;
}

.website.what-steps .step-box .summ-text {
    text-align: center;
    font-weight: 300;
}


.website.users {
    position: relative;
}

.website.users .bg-1 {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00003C;
}

.website.users .title {
    color: var(--gold-color);
    font-size: 20px;
    font-weight: 800;
}

.website.users .description {
}

.website.users .description .txt {
    font-weight: 600;
    color: #FFF;
    font-size: 17px;
}

.website.users .description .navs-btns {
}

.website.users .description .btnav {
    border: none;
    font-size: 40px;
    background: transparent;
    color: var(--gold-color);
}

.website.users .description .btnav.nav-left {
}

.website.users .description .btnav.nav-right {
}

.website.users .member-card {
    padding-top: 25px;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.13);
    border-radius: var(--radius-card);
}

.website.users .member-card .avatar {
    aspect-ratio: unset;
    text-align: center;
}

.website.users .member-card .avatar > a {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;

}

.website.users .member-card .avatar > a > img {
}

#website-users .owl-dots,
#website-users .owl-nav {
    display: none !important;
}

#website-users {
}

.website .brand-item {
    text-align: center;
    font-size: 60px;
}

.website .brand-item .name {
    text-align: center;
    font-size: 13px;
}

.website.end-row {
    background: #00003C;
    color: #FFF;

}

.website.end-row .tx-1 {
    font-size: 20px;
    font-weight: 800;
}

.website.end-row .tx-2 {
    font-size: 17px;
    font-weight: 500;
}

.avatar-changer {
    width: 100%;
    height: 100%;
    background: rgba(147, 212, 113, 0.8);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    border-radius: 100%;
    font-size: 35px;
    color: var(--btn-primary);
    cursor: pointer;
    transition: 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-changer i {
    position: relative;
    top: -34px;
    font-size: 25px;
}

.avatar-changer:hover {
    top: 65px;
}

.header-upload {
    width: 100%;
    border-radius: var(--radius-card);
    aspect-ratio: 6;
    background: linear-gradient(90deg, rgba(245, 203, 204, 1) 0%, rgba(245, 231, 174, 1) 90%);
    position: relative;
    background-size: cover;
}

.header-image-btn {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 84%) !important;
}

.header-image-btn i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 2px;

}

.mro-tooltip {
    width: calc(80% - 30px);
    max-width: 400px;
    position: absolute;
    top: 30px;
    left: 40px;
    border-radius: 10px;
    background: #555;
    -webkit-box-shadow: 3px 3px 18px 3px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 3px 3px 18px 3px rgba(0, 0, 0, 0.21);
    box-shadow: 3px 3px 18px 3px rgba(0, 0, 0, 0.21);
    z-index: 1300;
    color: #FFF;
    padding: 30px 25px;
    font-weight: 300;
    line-height: 177%;
    font-size: 15px;
    text-align: justify;
}

.mro-tooltip:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 15.6px 9px 0;
    border-color: transparent #555 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: -14px;

}

.t.mro-tooltip {
}

.b.mro-tooltip {

}

.t.mro-tooltip:after {
    top: 40px;
}

.b.mro-tooltip:after {
    bottom: 40px;
}


.cropboxwp {
    width: 100%;
    max-height: 300px;
}

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

.cropper-container,
.cropper-bg {
    max-height: 300px;
}


.scroll-arrow {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid var(--gold-color);
    background: transparent;
    color: var(--gold-color);
    font-size: 35px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: 300ms;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-arrow:hover {
    bottom: -20px;
}

.scroll-arrow i {
}

@media (max-width: 600px) {
    .scroll-arrow {
        width: 50px;
        height: 50px;
        bottom: -85px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 25px;

    }

    .scroll-arrow:hover {
        bottom: -90px;
    }
}

.card-prop {
    background: #f0f0f0;
}

.pptitle {
    font-size: 16px;
    font-weight: 600;
}

.proposal-filters {
    background: #f0f0f0;
    padding: 15px;
    border-radius: var(--radius-card);
    position: relative;
}

.proposal-filters:before {
    content: 'فیلتر پیشنهادها';
    position: absolute;
    top: -7px;
    right: 15px;
    font-size: 11px;
    color: #666;
}

.proposal-filters .btn.active {
    background: #ccc;
    color: var(--btn-primary);
}

.proposal-filters .btn {
    font-size: 13px;
    color: #777;
}

.checkprop-shape {
    width: 20px;
    height: 20px;
    border: 1px solid var(--btn-primary);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    top: 7px;
    margin-left: 5px;
}

input:checked ~ .checkprop-shape {
    background: var(--btn-primary);
    border-color: var(--btn-primary);
}

input.readonly ~ .checkprop-shape {
    opacity: .7;
}

input:checked ~ .checkprop-shape:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f00c';
    color: #FFF;
    position: absolute;
    top: -2px;
    left: 1px;
    font-size: 16px;
}

input:checked ~ .checkprop-shape.before\:top-0:before {
    top: 0 !important;
}

.propCheckShapes input {
    display: none;
}

.fix-top-title {
    max-width: calc(100% - 110px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.interest-answers {
}

.interest-answers .interest-answer {
    display: block;
    width: 100%;
    border: 3px solid #eee;
    border-radius: var(--radius-card);
    padding: 25px 15px;
    text-align: right;
    color: #777;
    cursor: pointer;
}

.interest-answers .interest-answer .title {
    font-weight: 600;
    font-size: 13px;
    color: #666;

}

.interest-answers .interest-answer .title i {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: var(--btn-primary);
}

.interest-answers .interest-answer .desc {
    font-size: 14px;
    padding-right: 5px;
}

.interest-answers .interest-answer.active {
    border-color: var(--gold-color);

}

.interest-answers .interest-answer.active .desc {
    color: #000;

}

.interest-answers .interest-answer.active .title {
    color: #a68240;
}

.interest-answers .interest-answer.active .title i {
    color: #a68240;
}

.interest-answers .interest-answer.active .title i.i-checked {
    display: inline-block;
}

.interest-answers .interest-answer.active .title i.i-unchecked {
    display: none;
}

.interest-answers .interest-answer .title i.i-checked {
    display: none;
}

.interest-answers .interest-answer .title i.i-unchecked {
    display: inline-block;
}


.blog-list {
}

.blog-list .blog-list-item {
    background: #FFF;
    border: 1px solid #e1e1e1;
}

.blog-list .blog-list-item .image-frame {
    aspect-ratio: 1.5;
}

.blog-list .blog-list-item .image-frame .image {
    width: 100%;
}

.blog-list .blog-list-item .data {
}

.time-inblogview,
.blog-list .blog-list-item .data .time {
    font-size: 14px;
    color: var(--small-text-color);

}

.time-inblogview a,
.blog-list .blog-list-item .data .time i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.blog-list .blog-list-item .data .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.blog-list .blog-list-item .data .title a {
    color: var(--btn-primary);
}

.blog-list .blog-list-item .data .summary {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    color: var(--small-text-color);
}

.blog-list .blog-list-item .description {
    font-size: 15px;

    color: var(--small-text-color);
    line-height: 150%;
}

.blog-list .description {
    line-height: 2.5rem;
}

.blog-list .description h4,
.blog-list .description h3,
.blog-list .description h2 {
    margin-top: 2.5rem;
}

.blog-list .blog-list-item .data .link-bar {
}

.blog-list .blog-list-item .data .link-bar a {
    color: var(--btn-primary);
}

.blog-list .blog-list-item .data .link-bar a i {
    font-size: 18px;
    position: relative;
    top: 5px;
}

.breadcrumb {
    background: transparent;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: normal;
    color: var(--small-text-color);
}

.breadcrumb li:after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f104';
    font-size: 12px;
    position: relative;
    top: 1px;
    margin: 0 3px 1px 0;
}

.breadcrumb li:last-child:after {
    display: none;
}

.footer-about {
    color: grey;
    font-size: 14px;
    font-weight: 300;
    line-height: 180%;
}

.service-guide-link {
    float: left;
    margin-left: 5px;
    color: #777;
    font-size: 13px;
}

.service-guide-link:hover {
    color: #0056b3;
}

.popup-1 {
}

.popup-1 .modal-content {
    background-size: 100% auto;
    background-image: url("../popups/1/bg.jpeg");
    min-height: 100px;
    border-radius: var(--radius-card);

}

.popup-1 .modal-content .popup-content {
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: var(--radius-card);
    color: var(--btn-primary);
}

.popup-1 .modal-content .close-btn {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    top: 15px;
    right: 15px;
    border: none;
    background: rgba(231, 231, 231, 0.95);
    color: rgba(17, 17, 17, 0.7);

}

.popup-1 .modal-content .gr-text {
    background: #F1C666;
    background: linear-gradient(to right, #F1C666 0%, #F16E40 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    white-space: nowrap;
}

.popup-1 .modal-content .bold-text {
    text-align: center;
    font-size: 19px;
    font-weight: 800;
}

.popup-1 .modal-content .desc-text {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.popup-1 .modal-content .header-image {
    text-align: center;
}

.popup-1 .modal-content .header-image .image {
    width: 80px;
    display: inline-block;
}

@keyframes popup-rotating {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

.popup-rotating {
    animation: popup-rotating 500ms linear infinite;
}

@keyframes popup-scaling {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: rotate(0.9);
    }
    100% {
        transform: rotate(1.1);
    }
}

.popup-scaling {
    animation: popup-scaling 500ms linear infinite;
}

.package-bold-text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.package-semi-text {
}

.slogun-landing {
}

@media (max-width: 991px) {
    .slogun-landing {
        text-align: center;
        font-size: 28px !important;
    }

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

.slogun-landing a {
    color: #FFF;
}

.music-player {
}

.nwcheck-item {

    padding-right: 5px;
}

.nwcheck-item label {
    font-size: 15px;
    color: #777;
    color: #222;
}

.nwcheck-item .span {
    width: 18px;
    height: 18px;
    border: 1px solid #bcc0c5;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.nwcheck-item input {
    display: none;
}

.nwcheck-item input:checked ~ span {
}

.nwcheck-item input:checked ~ span:after {
    content: '';
    width: 6px;
    height: 11px;
    border-right: 3px solid #807f7f;
    border-bottom: 3px solid #807f7f;
    position: absolute;
    left: 5px;
    top: 1px;
    transform: rotate(40deg);

}

.information-div {
    font-size: 14px;
    color: #777;
    text-align: justify;

}

.title-new {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.color-small-text {
    color: var(--small-text-color);
}

.xcats {
    /*background: #00003C*/;
}

.xcats .xcat-title {
    font-size: 25px;
    font-weight: 800;
    color: #00003C;
    text-align: right;
    /*max-width: 300px;*/
}

.xcats .xcat-title span {
    color: #f1d198;
}

.xcat-item {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #00003C;
    display: inline-block;
    margin-bottom: 10px;

}

.xcat-item:hover {
    color: #f1d198;
}

.xplay-text {
    font-size: 26px;
    font-weight: 900;
    color: #172f49;

}

.xanim-wp {
    position: relative;
    height: 60px;
}

#lottie-container-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: -91px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -91px;
    margin: auto;
    z-index: 2;
}

#lottie-container-4 {
    position: absolute;
    left: 0;
    right: -10px;
    top: -112px;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: 2;
}

.ltr-input {
    direction: ltr;
    text-align: left;
}

.user-follow {
    border: 1px solid grey;
    border-radius: 30px;
    padding: 5px 10px;
}

.wall-social {
    margin-bottom: 7px;
    display: inline-block;
}

.wall-social a {
    text-decoration: none;
    /*color: #172f49;*/
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid var(--border-item-color);
    color: #222;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 8px;
}

.wall-social-svg-icon {
    width: 25px;
    height: 25px;
    top: 9px;
    position: relative;
}

.wall-social-icon {
    font-size: 28px;
    /*color: #172f49;*/
    position: relative;
    top: 7px;
}

.project-list-item .data-box .items .item.green {
    background: #d3ffd3;
    border: 1px solid #b0ffb0;
    color: #18bb18;
}

.btn-gift {
    position: relative;
    z-index: 3;
}

.btn-gift i {
    font-size: 30px;
    line-height: 00;
    position: relative;
    top: 4px
}

.colored-row {
    background: #00003C;
    background: #8e8ea5;
    height: 3px;
}


.xheader {
    height: 100vh;
    background-image: url("../website/xland/images/head-new.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    margin-top: -50px;
}

@media screen and (max-width: 991px) {
    .xheader {
        background-position: 100%;
    }
}

.xheader .xtt-1 {
    font-size: 45px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
}

.xheader .xtext {
    font-size: 25px;
    font-weight: 800;
    color: #f1d198;
    text-shadow: 1px 0px 4px #000000;
}

.xheader .xtt-3 {
    font-size: 45px;
    color: #FFF;
    font-weight: 900;
    text-align: center;

}

.xheader .xtt-2 {
    font-size: 45px;
    color: #FFF;
    font-weight: 900;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.xheader .xtt-2 span {
    display: none;
    position: relative;
}

.xheader .xtt-2 span:first-child {
    display: block;
    animation: shake 0.5s infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}

.xheader .xtt-2 span:nth-child(2) {
    display: block;
    animation: shake 0.8s infinite;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}

.xsection-wedo {
    background: #0e0e0e;
}

.xstep-title {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 180%;
}

.xheader .xtt-2 span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(-1px, -1px) rotate(-1deg);
    }
    20% {
        transform: translate(1px, -2px) rotate(1deg);
    }
    30% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    40% {
        transform: translate(1px, 1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, -1px) rotate(-1deg);
    }
    60% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    70% {
        transform: translate(-1px, -1px) rotate(-1deg);
    }
    80% {
        transform: translate(1px, 1px) rotate(1deg);
    }
    90% {
        transform: translate(-1px, -2px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes lineInLeft {
    to {
        transform: scaleX(1);
    }
}

@keyframes lineInRight {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.service-profile {
    padding: 15px 20px;
}

.service-profile .title {
    font-weight: 500;
}

.service-profile .desc {
    font-weight: 300;
}

.service-profile .info {
}

.service-profile .info .item {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-left: 10px;
}

.service-profile .info .item i {
    font-size: 17px;
    color: #000;
}

#artists-music-hero .music-hero {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#artists-music-hero .music-service-card {
    background-color: #ffffff;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

#artists-music-hero .music-service-card:hover {
    transform: translateY(-5px);
}

#artists-music-hero .music-cta {
    background-color: #d1eaff;
    border-radius: 8px;
}

#artists-music-hero .music-heading {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

/*#interests-form div {*/
/*    border-radius: 10px;*/
/*    padding: 5px;*/
/*}*/

/*#interests-form div .la-check-circle {*/
/*    display: none;*/
/*}*/

/*#interests-form div:has(:checked) {*/
/*    background: #eee;*/
/*}*/

/*#interests-form div:has(:checked) .la-check-circle {*/
/*    display: inline-block;*/
/*}*/

/*#interests-form div:has(:checked) .la-circle {*/
/*    display: none;*/
/*}*/


.mine-project-card {
    transition: all 0.3s ease;
    border-right: 4px solid #f8f9fa;
}

.mine-project-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Status-based border colors */
.data-sttab-1 {
    border-right-color: #ffc107;
}

/* Pending */
.data-sttab-2 {
    border-right-color: #17a2b8;
}

/* In Progress */
.data-sttab-3 {
    border-right-color: #007bff;
}

/* In Progress */
.data-sttab-4 {
    border-right-color: #28a745;
}

/* Completed */
.data-sttab-5 {
    border-right-color: #28a745;
}

/* Completed */
.data-sttab-6 {
    border-right-color: #28a745;
}

/* Completed */
.data-sttab-7 {
    border-right-color: #6610f2;
}

/* Completed with Review */
.data-sttab-8 {
    border-right-color: #dc3545;
}

/* Cancelled */
.data-sttab-9 {
    border-right-color: #dc3545;
}

/* Rejected */


/* TIMELINE */
#project-section-timeline .timeline-steps {
    padding-top: 1px;
    display: flex;
    justify-content: center;
    position: relative;
}

/*#project-section-timeline .timeline-steps:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #e9ecef;*/
/*    height: 4px;*/
/*    width: 100%;*/
/*    top: 9px;*/
/*    z-index: 0;*/
/*}*/

#project-section-timeline .timeline-step {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#project-section-timeline .timeline-step-dot {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #e9ecef;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 6px;
}


#project-section-timeline .timeline-step.active .timeline-step-dot {
    background-color: #ffc107;
    animation: pulse-warning 2s infinite;
}

#project-section-timeline .timeline-step.completed .timeline-step-dot {
    background-color: #28a745;
}

#project-section-timeline .timeline-step-label {
    padding-right: 10px;
    font-size: 0.7rem;
    color: #6c757d;
    width: 100px;
}

#project-section-timeline .timeline-step.active .timeline-step-label {
    color: #ffc107;
    font-weight: 500;
}

#project-section-timeline .timeline-step.completed .timeline-step-label {
    color: #28a745;
    font-weight: 500;
}

@keyframes pulse-warning {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

@media (max-width: 767.98px) {
    #project-section-timeline .timeline-steps:before {
        display: none;
    }


    #project-section-timeline .timeline-steps {
        flex-direction: column;
        align-items: flex-start;
    }

    #project-section-timeline .timeline-step {
        text-align: start;
        margin-bottom: 1rem;
        flex-direction: row;
        width: 100%;
    }

    #project-section-timeline .timeline-step-dot {
        margin-bottom: 0;
        margin-right: 10px;
    }

}

#payment-required-container .project-title {
    line-height: 1.4;
    overflow-wrap: break-word;
}

#payment-required-container .section-title {
    font-size: 1.1rem;
}

/* Custom table styling */
#payment-required-container .table th {
    font-weight: 600;
    border-top: none;
}

#payment-required-container .table td {
    vertical-align: middle;
}


#payment-required-container .table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

#payment-required-container .table-active,
#payment-required-container .table-active > td,
#payment-required-container .table-active > th {
    background-color: rgba(0, 123, 255, 0.05);
}


#payment-required-container .payment-pending {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ffc107;
    stroke-miterlimit: 10;
    box-shadow: 0 0 0 rgba(255, 193, 7, 0.4);
    animation: pulse-payment 2s infinite;
}

#payment-required-container .payment-pending .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ffc107;
    fill: none;
}

#payment-required-container .payment-pending .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-payment 0.6s ease-out forwards;
}

@keyframes stroke-payment {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes pulse-payment {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}


/* Responsive adjustments */
@media (max-width: 991.98px) {
    #payment-required-container .action-buttons {
        justify-content: center;
    }

    #payment-required-container .freelancer-card {
        max-width: 240px;
        margin: 0 auto;
    }

}


#proposal-project-files .file-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border-color: #007bff !important;
    background: #f8f9ff !important;
}

#proposal-project-files .file-item:hover .download-icon-file {
    opacity: 1;
    transform: scale(1.1);
    background: #0056b3 !important;
}

#proposal-project-files .file-item:hover .file-icon {
    background: rgba(0, 123, 255, 0.2) !important;
}

#proposal-project-files .file-item:hover .file-name {
    color: #007bff !important;
}

#proposal-project-files .file-item:active {
    transform: translateY(0);
}
