﻿
.user_valuationtool {
    position: relative;
    color: #fff;
    background-color: #282828;
    width: 100%;
}

.tab {
    float: left;
    width: 17%;
}

.tdcss input {
    width: 88%;
    height: 46px;
    margin-bottom: 0;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    vertical-align: top;
    border: none;
}

    .vertical-tab .nav-tabs li {
        float: none;
        vertical-align: top;
    }

        .vertical-tab .nav-tabs li a {
            color: #fff;
            background: unset;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            text-align: left;
            letter-spacing: 0.1px;
            text-transform: uppercase;
            padding: 10px 20px;
            margin: 0 0 1px 0;
            border: none;
            transition: all 0.3s ease 0s;
        }

            .vertical-tab .nav-tabs li a:hover,
            .vertical-tab .nav-tabs li.active a,
            .vertical-tab .nav-tabs li.active a:hover {
                color: #b86300;
                background: unset;
                border: none;
            }


.vertical-tab .tab-content {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 15px 10px 25px;
    display: table-cell;
    position: relative;
    overflow: auto;
}

.side-panel-tab {
    color: #555;
    background-color: #fff;
    border-radius: 12px;
    height: 540px;
}

.vertical-tab .tab-content h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.vertical-tab .nav-tabs li a {
    padding: 0 33px;
    margin: 0 0px 22px 0;
}

.vertical-tab .tab-content {
    display: block;
    padding: 20px 15px 10px;
}

    .vertical-tab .tab-content h3 {
        background: -webkit-linear-gradient(#ff8a01, #fe7202);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 51px;
        font-weight: 300;
        text-transform: capitalize;
    }

.user-main-dashboard h3 {
    padding: 15px 3px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    position: relative;
    top: 2px;
    text-transform: uppercase;
}

.vertical-tab {
    background-color: #c6c6c6;
    overflow: auto;
    display: block;
    position: relative;
    height: auto;
    width: 83%;
}

.user-main-dashboard h3 {
    padding: 15px 3px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    position: relative;
    top: 2px;
    text-transform: uppercase;
}

.demo span {
    padding-left: 8px;
    vertical-align: middle;
    text-transform: unset;
    font-size: 14px;
}

#Dashboard {
    padding: 130px 0 130px;
    text-align: center;
}

    #Dashboard h3 {
        background: -webkit-linear-gradient(#ff8a01, #fe7202);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 37px;
        font-weight: 500;
        text-transform: capitalize;
    }

    #Dashboard p {
        background: -webkit-linear-gradient(#ff8a01, #fe7202);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 500;
        letter-spacing: 0.1px;
    }

    #Dashboard a {
        background: linear-gradient(to right, #ff8c01, #fe6c03);
        color: #fff;
        letter-spacing: 0 !important;
        padding: 7px 30px;
        border: 1px solid #fe6c03;
        border-radius: 31px;
        text-transform: uppercase;
    }


.reports hr {
    margin-top: 0;
    border-top: 1px solid #9e9e9e;
}

.hrline03 {
    margin-top: 0;
    border-top: 1px solid #9e9e9e;
}

#tool h2 {
    color: #000000;
    font-size: 1.20rem;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 8px;
}

.tdcss {
    border: unset;
    vertical-align: middle;
    padding: 10px 0 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 13px;
    color: #686868;
    font-weight: 600;
    margin: 10px auto !important;
}

table {
    width: 98%;
}

.btn_type {
    line-height: 25px;
    background-image: unset;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff !important;
    background-color: #282828;
    border-radius: 30px;
    padding: 8px 31px;
    font-size: 13px;
    font-weight: 500;
    width: 33%;
    text-transform: uppercase;
    float: right;
}
    .btn_type:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
        border: 1px solid transparent;
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        color: #fff !important;
    }

.t3-footer {
    display: none;
}

::-webkit-scrollbar {
    width: 16px; /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
    background: #f4f4f4; /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: #ff9f00;
    border-radius: 20px;
    border: 2px solid #f4f4f4;
}

span.radio + label {
    margin: 0;
    vertical-align: bottom;
}

.radio label {
    color: #909295;
}

.radio,
.checkbox {
    margin-top: -4px !important;
    margin-bottom: 0px !important;
}

    .radio label {
        color: #909295;
        font-size: 13px;
        margin-bottom: 0.5rem;
        text-transform: capitalize;
    }

    .radio label,
    .checkbox label {
        padding-left: 20px;
    }

span.radio {
    margin-right: 2px !important;
}

.tab button {
    display: block;
    background-color: inherit;
    color: white;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 40px;
}

    .tab button.active i {
        color: #282828;
    }

    .tab button.active span {
        font-weight: 600;
        vertical-align: middle;
    }

    .tab button i {
        color: #fff;
        font-size: 1.55rem;
    }

    .tab button.active {
        color: #353535;
        background-color: #c6c6c6;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-left: 9px;
        margin-bottom: 10px;
        padding: 5px 17px 1px;
        border: 1px solid #c6c6c6;
    }



span.radio {
    border: unset;
}

    span.radio input[type="radio"]:checked + label.radio_inner:before {
        display: none;
    }

    span.radio input[type="radio"] {
        -webkit-appearance: radio;
        -moz-appearance: radio;
        -ms-appearance: radio;
        appearance: radio;
        margin: 0;
        opacity: 1;
        filter: alpha(opacity=0);
    }

.nav-pills > li + li {
    margin-left: 6px;
}

.input-group {
    display: block;
}

.demo3 {
    background-color: unset;
    color: #000;
    border: unset;
}

    .demo3 span {
        font-size: 14px;
        font-weight: 500;
    }

.table {
    width: 92%;
    max-width: 100%;
    margin-bottom: 0;
    margin: 65px auto;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 10px 26px;
        line-height: 20px;
        vertical-align: top;
        border-top: unset;
        color: #343434;
        border: 1px solid #e9e9e97a;
        font-size: 0.699rem;
        font-weight: 700;
       /* width: 40.33%;*/
        text-transform: uppercase;
    }

.tab .first-tab {
    padding-top: 70px;
}

.modal_dialog03 {
    width: 350px;
    margin: 30px auto;
}

.modal_dialog04 {
    width: 400px;
    margin: 30px auto;
}

#mytabs h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 2px;
}

#mytabs p {
    width: 64%;
    line-height: 1.5;
}

.tab-list {
    padding-left: 70px;
    border-bottom: 1px solid #707070;
}

.user-tab:last-child {
    border-bottom: unset;
}

/*.icon001 span {
    color: #fe6400;
}*/

.additional01 p {
    color: #353535;
    font-size: 0.895rem;
    width: 62%;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.additional01 {
    display: flex;
}

    .additional01 button {
        background-color: unset;
        border: unset;
        color: #0671ef;
        text-decoration: underline;
        font-weight: 700;
        margin-bottom: 0;
        vertical-align: bottom;
        text-transform: uppercase;
        font-size: 0.775rem;
    }

.dashboard01 {
    padding: 10px 50px 0;
}

    .dashboard01 .des_title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .dashboard01 p {
        color: #353535;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 20px;
    }
#Dasboard hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #9e9e9e;
}

.career-header {
    display: -webkit-inline-box;
}

.mytab {
    float: left;
    width: 20%;
}

    .mytab button {
        display: block;
        background-color: inherit;
        color: white;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0.895rem;
        font-weight: 600;
        padding: 4px 28px 5px;
        margin-bottom: 10px;
    }

        .mytab button.active i {
            color: #282828;
            vertical-align: middle;
        }

        .mytab button.active span {
            font-weight: 600;
        }

        .mytab button i {
            color: #fff;
            font-size: 1.35rem;
        }

        .mytab button.active {
            color: #353535;
            background-color: #c6c6c6;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            margin-left: 9px;
            margin-bottom: 10px;
            padding: 4px 17px 5px;
            border: 1px solid #c6c6c6;
        }

.vertical_tab .nav-tabs {
    display: table-cell;
    vertical-align: top;
    border: none;
}

    .vertical_tab .nav-tabs li {
        float: none;
        vertical-align: top;
    }

        .vertical_tab .nav-tabs li a {
            color: #fff;
            background: unset;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            text-align: left;
            letter-spacing: 0.1px;
            text-transform: uppercase;
            padding: 10px 20px;
            margin: 0 0 1px 0;
            border: none;
            transition: all 0.3s ease 0s;
        }

            .vertical_tab .nav-tabs li a:hover,
            .vertical_tab .nav-tabs li.active a,
            .vertical_tab .nav-tabs li.active a:hover {
                color: #b86300;
                background: unset;
                border: none;
            }


.vertical_tab .tab-content {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 15px 10px 25px;
    display: table-cell;
    position: relative;
    overflow: auto;
}


    .vertical_tab .tab-content h3 {
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }

.vertical_tab .nav-tabs li a {
    padding: 0 33px;
    margin: 0 0px 22px 0;
}

.vertical_tab .tab-content {
    display: block;
    padding: 20px 15px 10px;
}

    .vertical_tab .tab-content h3 {
        background: -webkit-linear-gradient(#ff8a01, #fe7202);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 51px;
        font-weight: 300;
        text-transform: capitalize;
    }

.vertical_tab {
    background-color: #c6c6c6;
    overflow: auto;
    display: block;
    position: relative;
    height: auto;
    width: 80%;
}

.evaluation-tool h3 {
    text-align: left;
    width: 60%;
    color: #fff;
    margin: 5px auto;
    font-weight: 500;
    font-size: 20px;
}

.evaluation-tool p {
    text-align: left;
    width: 60%;
    color: #fff;
    margin: 0 auto 30px;
    font-weight: 500;
    line-height: 20px;
}

.mytab hr {
    border-top: 1px solid #545454;
}

.nav-link {
    display: block;
    padding: 2rem 0rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: unset;
}

.tab01 {
    float: left;
    width: 22%;
}

.vertical-tab01 {
    background-color: #c6c6c6;
    width: 78%;
    border-radius: 0;
    overflow: auto;
    display: block;
    position: relative;
    height: 90%;
    border: unset;
    overflow-y: hidden;
}

.tab01 button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 6px 45px 6px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
}

    .tab01 button.active {
        color: #292929;
        background-color: #c6c6c6;
        margin-left: 17px;
        padding-left: 25px;
        border-radius: 6px;
        font-weight: 600;
    }

.tab01 .first-tab {
    padding-top: 0;
}

.user-main-dashboard0 h3 {
    font-size: 1.205rem;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    padding: 2px 0;
    color: #fff;
}

.user-main-dashboard0 {
    padding: 45px 50px 16px
}

    .user-main-dashboard0 p {
        font-size: 15px;
        width: 80%;
        margin-bottom: 0;
    }

.user_valuationtool0 {
    background: #282828;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    border-radius: 0;
    height: 90%;
    width: 100%;
    overflow-y: hidden;
}

.hrline01 {
    border-top: 1px solid #595959;
    margin-top: 0;
    margin-bottom: 1.50rem;
}

#profile textarea.form-control {
    border-bottom: 1px solid #e8e8e8;
    height: 100px;
}

#questionnarire .nav-pills > li a span {
    color: #353535;
    padding-left: 3px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.785rem;
    font-weight: 600;
}

#questionnarire .nav-pills > li.active > a, #questionnarire .nav-pills > li.active > a:hover, #questionnarire .nav-pills > li.active > a:focus {
    background-size: 200% auto;
    border: 1px solid transparent;
    color: #363636 !important;
    padding: 12px 22px 13px 16px;
    background-color: #fff;
    background-image: unset;
    font-weight: 600;
}

#questionnarire .nav-pills > li > a {
    color: #fff;
    border-radius: 0;
    border-bottom: unset;
    padding: 12px 22px 10px 16px;
    border-top-left-radius: 14px;
    border-top-right-radius: 12px;
    font-weight: 600;
    background-image: linear-gradient(to left, #fd6802 0%, #fe7e01 51%,#ff9300 100%);
}

#questionnarire .nav-pills > li + li {
    margin-left: 0;
}

.hrline02 {
    border-top: 1px solid #595959;
}

.profile001 {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
    padding: 28px 28px;
    text-align: left;
    background-color: #fff;
    color: #353535;
    width: 90%;
    margin: 50px auto 30px;
}

#profile h2 {
    color: #000000;
    font-size: 1.20rem;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    padding-right: 12px;
    margin-bottom: 8px;
}

.icon001 {
    display: -webkit-inline-box;
    margin-bottom: -9px;
    padding-top: 6px;
}
.icon_001 {
    display: -webkit-inline-box;
    margin-bottom: -9px;
    padding-top: 5px;
}
.icon001 h2 {
    padding-left: 14px;
}
.icon_001 h2 {
    padding-left: 14px;
}
.userplan .icon_001 h2 {
    vertical-align: -webkit-baseline-middle;
    color: #000000;
    font-size: 1.20rem;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 6px;
}
.userplan .icon_001 .version {
    color: #fff;
    font-size: 1.10rem;
    margin-bottom: 0;
    font-weight: 600;
}
.pro01 {
    color: #353535;
    font-weight: 500;
    width: 70%;
    font-size: 14px;
    line-height: 1.40rem;
    margin-bottom: 0;
}

.text_right{
   text-align:right;
}
.explore {
    padding: 5.5px 27px;
}

    .userplan .icon001 .version {
    color: #fff;
    font-size: 1.10rem;
    margin-bottom: 0;
    font-weight: 600;
}

#tool hr {
    margin-top: 0;
    border-top: 1px solid #9e9e9e;
}

.table .thead-dark th {
    color: #c2c2c2;
    background-color: #353535;
    border-color: #565f68;
    text-transform: uppercase;
    font-size: 0.745rem;
    padding: 3px 29px 2px;
    text-align: center;
}

.table .col0 {
    color: #e25400 !important;
    text-align: center;
}

.table .col01 {
    text-align: center
}

.btn-demo01 {
    position: relative;
    left: 80px;
    width: 85%;
}

.btnFill01 {
    background: unset;
    background-color: #353535;
    border: 1px solid #353535;
    font-weight: 500;
    font-size: 0.775rem;
    padding: 8px 35px 8px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    width: 170px;
    color: #fff;
    margin: 10px 35px 35px 35px;
}

.btnFill02 {
    background: unset;
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 0.775rem;
    padding: 8px 35px 8px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    width: 170px;
    color: #343434;
    margin: 10px 35px 35px 35px;
}


  


.btnFillCompany {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    background-size: 200% auto;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 0.775rem;
    padding: 8px 35px 8px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    width: 170px;
    color: #fff;
    margin: 10px 35px 35px 35px;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
}

    .btnFillCompany:hover {
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }
.btnRemainCompany {
    background: linear-gradient(to right, #ff8101, #fe5c03);
    border: 1px solid #fe5c03;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 35px 8px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    width: 170px;
    color: #fff;
    margin: 10px 35px 35px 35px;
}

#profile .first_panel label {
    font-size: 0.895rem;
    color: #353535;
    font-weight: 500;
    margin-bottom: 0.52rem;
}

.profile001 label {
    margin-bottom: 0.3rem;
    font-size: 0.880rem;
    color: #353535;
    font-weight: 600;
}

.solution_card label {
    font-size: 0.795rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
    text-transform: unset;
    padding-top: 10px;
}

#qualitative label {
    margin-bottom: 0.3rem;
    font-size: 0.880rem;
    color: #353535;
    font-weight: 600;
}

.userview {
    background-color: #efefef;
    display: -webkit-inline-box;
    padding: 10px 10px;
    font-size: 0.675rem;
    width: 100%;
    line-height: 20px;
    font-weight: 500;
}
/*#profile .first_panel input, select {
    border: 1px solid #dadada;
    border-radius: 4px;
    font-weight: 400;
    width: 100%;
    padding: 7px 10px;
}*/
.profile001 h3 {
    font-size: 0.875rem;
    color: #363636;
    text-transform: uppercase;
}

.radio01 {
    color: #595c5d;
    font-weight: 500;
    font-size: 0.895rem;
    position: relative;
    width: 325px;
}
.add0.form-control {
    height: 42px;
}

.radio01 span.radio {
    height: 3px !important;
    width: 12px !important;
}

span.radio {
    border: unset;
}

    span.radio input[type="radio"]:checked + label.radio_inner:before {
        display: none;
    }

    span.radio input[type="radio"] {
        -webkit-appearance: radio;
        -moz-appearance: radio;
        -ms-appearance: radio;
        appearance: radio;
        margin: 0;
        opacity: 1;
        filter: alpha(opacity=0);
    }

    span.radio + label {
        margin: 0;
        vertical-align: bottom;
    }

.radio label {
    color: #909295;
}

.radio,
.checkbox {
    margin-top: -4px !important;
    margin-bottom: 0px !important;
}

    .radio label {
        color: #909295;
        font-size: 13px;
        margin-bottom: 0.5rem;
        text-transform: capitalize;
    }

    .radio label,
    .checkbox label {
        padding-left: 20px;
    }

span.radio {
    margin-right: 2px !important;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.userplan .icon001 h2 {
    vertical-align: -webkit-baseline-middle;
    color: #000000;
    font-size: 1.20rem;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 6px;
}

.fund0 {
    font-size: 0.835rem;
    color: #363636;
    text-transform: uppercase;
}

.Round {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px !important;
    margin: 0 auto;
    margin-bottom: 50px;
}

.note01 {
    text-align: right;
    color: #595c5d;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 9px;
    font-size: 13px;
}

.fund_round01 .table-round th, #round-tab td {
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 13px;
    color: #595c5d;
    padding-top: 22px;
    vertical-align: middle;
    width: 14%;
}

#tblRound .tdcss {
    font-size: 13px;
    letter-spacing: 0;
    text-align: left;
    padding: 9px 9px 15px 4px;
    width: 13%;
}

#round-tab .round-tab01 select {
    height: 50px;
}


.apply01 {
    float: right;
    margin-right: 83px;
    display: inline-block;
    padding: 13.5px 45px;
    border-radius: 50px;
    font-size: 0.775rem;
    color: #fff !important;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
}

.solution_card {
    background-color: #fff;
    padding: 12px 45px 12px;
    color: #000;
    margin: 20px auto 10px;
    width: 92%;
    position: relative;
    left: 9px;
    border-radius: 4px;
    box-shadow: rgb(100 100 111 / 41%) 0px 7px 29px 0px;
}

.btn_01 {
    display: inline-block;
    padding: 9.5px 45px;
    border-radius: 50px;
    font-size: 0.775rem;
    color: #fff !important;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
}

.btn_01, .btn_2:hover, .main_menu .navbar-toggler:after, .banner_part .banner_text .btn_1, .feature_part .single_feature:hover span {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
}

    .btn_01:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

.btn_02 {
    display: inline-block;
    padding: 9.5px 45px;
    border-radius: 50px;
    font-size: 0.775rem;
    color: #fff !important;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 40px;
    margin-right: 44px;
    float: right;
}

.btn_02, .btn_2:hover, .main_menu .navbar-toggler:after, .banner_part .banner_text .btn_1, .feature_part .single_feature:hover span {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
}

    .btn_02:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

#qualitative {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 5px;
    border-radius: 0;
    height: auto;
    padding: 40px 28px;
    text-align: left;
    background-color: #fff;
    color: #000;
}

.nav_pill0 {
    padding: 23px 60px 0;
}

#quantitative {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 4px;
    border-top-right-radius: 8px;
    height: auto;
    padding: 26px !important;
    text-align: left;
    background-color: #fff;
    color: #000;
}

.btnPrevious {
    margin-left: 0;
}

.demo2 {
    overflow-y: initial;
    overflow-x: hidden;
}

.Scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
}

    .Scroll::-webkit-scrollbar {
        width: 16px;
    }

    .Scroll::-webkit-scrollbar-track {
        background: #f4f4f4; /* color of the tracking area */
    }

    .Scroll::-webkit-scrollbar-thumb {
        background-color: #ff9f00;
        border-radius: 20px;
        border: 2px solid #f4f4f4;
    }

#questionnariree .nav-pills > li a span {
    color: #fff;
    padding-left: 3px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.785rem;
    font-weight: 600;
}

#questionnariree .nav-pills > li.active > a, #questionnariree .nav-pills > li.active > a:hover, #questionnariree .nav-pills > li.active > a:focus {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    background-size: 200% auto;
    border: 1px solid transparent;
    color: #fff !important;
}

#questionnariree .nav-pills > li > a {
    border: unset;
    color: #353535;
    background: #fff;
    border-radius: 0;
    border-bottom: unset;
    padding: 13px 30px 10px 24px;
    border-top-left-radius: 14px;
    border-top-right-radius: 12px;
    font-weight: 600;
}


#questionnarire .nav-pills > li.active > a span {
    color: #353535 !important;
    font-weight: 700;
}

.maindashboard0 {
    padding: 45px 37px 16px;
}

    .maindashboard0 h3 {
        font-size: 0.885rem;
        display: -webkit-inline-box;
        padding: 0 3px;
        vertical-align: middle;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        color: #fff;
    }

#questionnarire .nav-pills > li > a img {
    filter: brightness(0) invert(1);
}

.method-criteria .nav-pills > li.active > a img {
    filter: unset;
}

.method-criteria .nav-pills > li > a img {
    filter: brightness(0) invert(1);
}

#questionnarire .nav-pills > li.active > a img {
    filter: unset;
}

#quantitative label {
    margin-bottom: 0;
    font-size: 0.880rem;
    color: #353535;
    font-weight: 600;
}

#questionnarire.nav-pills > li + li {
    margin-left: 0;
}

.btnNext {
    padding: 12px;
    height: 40px;
}

    .btnNext i {
        font-size: 16px;
    }

.btnPrevious {
    padding: 12px;
    height: 40px;
}

    .btnPrevious i {
        font-size: 16px;
    }

#btnSubmit {
    padding: 9.5px 45px;
}

.iconsetting {
    display: -webkit-inline-box;
    padding: 26px 0;
}

    .iconsetting img {
        vertical-align: top;
    }

    .iconsetting h4 {
        padding-left: 12px;
        color: #000000;
        font-size: 17px;
        letter-spacing: 0;
        font-weight: 500;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: unset;
    opacity: 1;
    z-index: 1000000;
}

    .tooltip i {
        font-size: 19px;
        color: #dddddd;
        padding-left: 7px;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltip01 {
    position: relative;
    display: inline-block;
    border-bottom: unset;
    opacity: 1;
    z-index: 1000000;
}

    .tooltip01 i {
        font-size: 19px;
        color: #a7a7a7;
        padding-left: 7px;
    }

    .tooltip01 .tooltiptext {
        visibility: hidden;
        width: 412px;
        text-align: left;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -202px;
        font-size: 13px;
        letter-spacing: 0;
        background-color: #f5f5f5;
        padding: 12px;
        font-size: 11px;
        color: #595c5d;
        font-weight: 500;
    }

        .tooltip01 .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #f5f5f5 transparent;
        }

    .tooltip01:hover .tooltiptext {
        visibility: visible;
    }

.tooltip02 {
    position: relative;
    display: inline-block;
    border-bottom: unset;
    opacity: 1;
}

    .tooltip02 i {
        font-size: 19px;
        color: #a7a7a7;
        padding-left: 7px;
    }

    .tooltip02 .tooltiptext {
        visibility: hidden;
        width: 412px;
        text-align: left;
        border-radius: 6px;
        position: absolute;
        z-index: 10;
        top: 105%;
        margin-right: -282px;
        right: 0;
        letter-spacing: 0;
        background-color: #f5f5f5;
        padding: 12px;
        font-size: 11px;
        color: #595c5d;
        font-weight: 500;
    }

        .tooltip02 .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 28%;
            margin-left: 0px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #f5f5f5 transparent;
        }

    .tooltip02:hover .tooltiptext {
        visibility: visible;
    }

.tooltip03 {
    position: relative;
    display: inline-block;
    border-bottom: unset;
    opacity: 1;
}

    .tooltip03 i {
        font-size: 19px;
        color: #a7a7a7;
        padding-left: 7px;
    }

    .tooltip03 .tooltiptext {
        visibility: hidden;
        width: 542px;
        text-align: left;
        border-radius: 6px;
        position: absolute;
        z-index: 10;
        top: 150%;
        letter-spacing: 0;
        background-color: #f5f5f5;
        padding: 12px;
        font-size: 11px;
        color: #595c5d;
        font-weight: 500;
        left: 0;
    }

        .tooltip03 .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 77%;
            margin-left: -74%;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #f5f5f5 transparent;
        }

    .tooltip03:hover .tooltiptext {
        visibility: visible;
    }

.tooltip04 {
    position: relative;
    display: inline-block;
    border-bottom: unset;
    opacity: 1;
}

    .tooltip04 i {
        font-size: 19px;
        color: #a7a7a7;
        padding-left: 7px;
    }

    .tooltip04 .tooltiptext {
        visibility: hidden;
        width: 542px;
        text-align: left;
        border-radius: 6px;
        position: absolute;
        z-index: 10;
        top: 150%;
        margin-right: -513px;
        right: 0;
        letter-spacing: 0;
        background-color: #f5f5f5;
        padding: 12px;
        font-size: 11px;
        color: #595c5d;
        font-weight: 500;
    }

        .tooltip04 .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 3%;
            margin-left: 0;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #f5f5f5 transparent;
        }

    .tooltip04:hover .tooltiptext {
        visibility: visible;
    }

.method-criteria {
    padding: 5px 28px;
    text-align: left;
    color: #353535;
    width: 96%;
    margin: 19px auto -1px;
}

    .method-criteria .nav-pills > li.active > a {
        background: linear-gradient(to right, #ff8e00, #fe6c03);
        color: #fff;
        border-radius: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .method-criteria .nav-pills > li.active > a, .method-criteria.nav-pills > li.active > a:hover, .method-criteria.nav-pills > li.active > a:focus {
            color: #4a4a4a !important;
            background: #fff;
        }

    .method-criteria .nav-pills > li + li {
        margin-left: 0;
    }

#general .first_row {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 0px;
    height: auto;
    padding: 26px !important;
    text-align: left;
    margin-bottom: 20px;
    background-color: #fff;
}

#Scorecard .first_row {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 0px;
    height: auto;
    padding: 17px 23px 15px !important;
    margin-bottom: 20px;
    background-color: #fff;
}

#general .first_row label {
    padding-top: 10px;
    letter-spacing: 0;
    text-transform: unset;
    margin-bottom: 0.3rem;
    font-size: 0.780rem;
    color: #353535;
    font-weight: 600;
}

.clsRaiseRoundTypePercentage {
    margin-bottom: 20px;
}

#Scorecard .first_row label {
    letter-spacing: 0;
    text-transform: inherit;
    font-size: 0.780rem;
    color: #353535;
    font-weight: 600;
    line-height: 20px;
}

.modify01 span {
    padding-top: 0;
    letter-spacing: 0;
    text-transform: unset;
    font-size: 0.780rem;
    color: #353535;
    font-weight: 600;
    padding-bottom: 7px;
}

.modify01 select {
    width: 54%;
    display: -webkit-inline-box;
    padding: 0;
    margin-left: 0;
    border: unset;
    color: #ef6900;
    margin-bottom: 0.3rem;
    font-size: 0.780rem;
    font-weight: 600;
}

.method-criteria .nav-pills > li > a {
    background-color: #fff;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 19px 21px 21px 18px !important;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: linear-gradient(to right, #ff8c01, #fe6c03);
}

    .method-criteria .nav-pills > li > a.active {
        font-weight: 600;
        vertical-align: middle;
        padding-left: 6px;
    }

.method-criteria .nav-pills > li {
    padding-top: 8px;
}

    .method-criteria .nav-pills > li > a span {
        font-weight: 700;
        vertical-align: middle;
        padding-left: 6px;
    }

.tooltip0 {
    position: relative;
    display: inline-block;
    border-bottom: unset;
    opacity: 1;
    z-index: 1000000;
}

    .tooltip0 i {
        font-size: 19px;
        color: #a7a7a7;
        padding-left: 7px;
    }

    .tooltip0 .tooltiptext {
        visibility: hidden;
        width: 412px;
        text-align: left;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -330px;
        font-size: 13px;
        letter-spacing: 0;
        background-color: #f5f5f5;
        padding: 12px;
        font-size: 11px;
        color: #595c5d;
        font-weight: 500;
    }

        .tooltip0 .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #f5f5f5 transparent;
        }

    .tooltip0:hover .tooltiptext {
        visibility: visible;
    }

.back-list {
    border-radius: 59px;
    letter-spacing: 0 !important;
    padding: 8px 31px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff !important;
}

.btn_Next {
    border-radius: 59px;
    letter-spacing: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff8101 !important;
    background: linear-gradient(to right, #ff8101, #fe5c03);
    color: #fff !important;
    padding: 8px 31px;
    float: right;
}

#SettingName {
    width: 60%;
    margin-left: 12px;
}

.reset0 li {
    float: right;
    background-color: #282828;
    padding: 6px 26px 6px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #282828;
    border-radius: 25px;
    text-transform: uppercase;
    margin-left: 9px;
}

.reset0 {
    display: contents;
}

#btnBackToDashboard {
    cursor: pointer;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 260px;
    position: fixed;
    top: 76px;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #282828;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

.sidebar-header p {
    font-size: 15px;
    width: 93%;
}

#sidebar .sidebar-header {
    padding: 45px 40px 16px;
    background: #282828;
}

    #sidebar .sidebar-header h3 {
        font-weight: 500;
        color: #fff;
        display: -webkit-inline-box;
        padding-left: 11px;
        text-transform: unset;
        font-size: 14px;
    }

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 260px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 73px;
    right: 0;
    background-color: #ccbab0;
}

    #content.active {
        width: 100%;
    }

#sidebarCollapse {
    display: none;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        z-index: unset;
        top: 58px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }

    #sidebarCollapse {
        display: block;
    }

    .sidebar-icon {
        position: relative;
        top: 0;
        text-align: -webkit-right;
    }

        .sidebar-icon .btn.focus {
            outline: 0;
            box-shadow: unset;
        }

        .sidebar-icon button i {
            font-size: 30px;
        }

    #content {
        top: 58px;
        position: absolute;
    }

    .userplan {
        margin: 0 30px;
    }

    .pro01 {
        margin-bottom: 15px;
        width: 100%;
    }

    .table {
        position: relative;
        left: 7px;
    }

    .advancesetting {
        overflow-x: hidden;
    }

    .col-md-6 {
        width: 50%;
    }

    .nav_pill0 {
        padding: 26px;
    }

    .nav-pills li {
        display: contents;
    }

    #qualitative {
        margin-top: 0;
    }

    #quantitative {
        margin-top: 0;
    }

    .icon001 {
        display: block;
    }

    .nav-link {
        padding: 0.234rem 0rem;
    }

    #SettingName {
        width: 100%;
        margin-left: 0;
    }

    .usersetting {
        display: inline-block;
    }
    .radioline0 {
        column-count: 2 !important;
        column-width: 175px !important;
    }
    .radio01 {
        width: 100%;
    }
    .radioline {
        display: block !important
    }
    .solution_card label {
        text-align: left;
        display: block;
        font-size: 1rem;
        padding-bottom: 10px;
        padding-top: 0;
    }
    .tooltip02 .tooltiptext {
        width: 295px;
        right: 0 !important;
        left: -227px !important;
    }
    .resetbtn {
        padding: 6px 25px !important;
        font-size: 12px;
        width: 99% !important;
    }
}

#sidebar .first-tab button.active {
    color: #292929;
    background-color: #ccbab0;
    margin-left: 17px;
    padding-left: 25px;
    border-radius: 6px;
    font-weight: 600;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    #sidebar .first-tab button.active img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

#sidebar .first-tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 6px 40px 6px;
    width: 95%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    margin-bottom: 12px;
}

#mCSB_1_container {
    top: 0 !important;
}

.dash-side button.active {
    color: #292929;
    background-color: #ccbab0;
    margin-left: 17px;
    padding-left: 25px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 21px !important;
}

    .dash-side button.active img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

.dash-side button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 6px 27px 6px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    top: 27px;
}

button:focus {
    outline: unset;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.first_panel {
    padding: 20px;
}

#questionnarire .nav-pills .nav-link.active, #questionnarire .nav-pills .nav-link.active:hover, #questionnarire .nav-pills .nav-link.active:focus {
    border: 1px solid #fe7216;
    color: #ffffff;
    background: linear-gradient(to right, #ff8c01, #fe6c03);
    border-top-left-radius: 14px;
    border-top-right-radius: 12px;
}

#questionnarire .nav-pills > li > a i {
    font-size: 22px;
    vertical-align: middle;
}

#questionnarire .nav-pills > li a.active span {
    color: #ffffff;
}

#questionnarire .nav-pills > li a span {
    color: #fff;
    font-weight: 600;
    padding-left: 3px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
}
#questionnarire #question0 .nav-pills .nav-link.active, #questionnarire #question0 .nav-pills .nav-link.active:hover, #questionnarire #question0 .nav-pills .nav-link.active:focus {
  
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*#team {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 0px;
    border-radius: 0;
    height: auto;
    padding: 26px !important;
    text-align: left;
    background-color: #fff;
}*/
#content .tab-content1 .tab-pane {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 0px;
    border-radius: 0;
    height: auto;
    padding: 26px !important;
    text-align: left;
    background-color: #fff;
}

.tab-content1 > .tab-pane {
    display: none;
}

.tab-content1 > .active {
    display: block;
}

.tab-content1 {
    margin-bottom: 3px !important;
}

#evaluationadvancesetting .first_row {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    border-radius: 2px;
    height: auto;
    padding: 20px 30px;
    text-align: left;
    background-color: #fff;
    width: 90%;
    margin: 0 auto 30px;
}

div[role="progressbar"] {
    --size: 5.30rem;
    --fg: #ff8102;
    --bg: #f5f5f5;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 85%, transparent 0 100.9%, white 0), conic-gradient(#ff8102 calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    margin: 0 auto;
    font-weight: 600;
}

    div[role="progressbar"]::before {
        counter-reset: percentage var(--value);
        content: counter(percentage) '%';
    }

.texting {
    text-align: left;
}

#evaluationadvancesetting .first_row label {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 0.880rem;
    color: #353535;
    font-weight: 600;
    text-align: left;
}

#btnAddMembers {
    background-image: unset;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff !important;
    background-color: #282828;
    border-radius: 30px;
    padding: 8px 32px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
}

#valuationlist02 {
    border-collapse: collapse;
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 40px;
}

    #valuationlist02 td, #valuationlist02 th {
        border: 1px solid #ddd;
        padding: 9px;
        font-size: 13px;
        color: #1b1f29;
        font-weight: 500;
    }

        #valuationlist02 td strong {
            font-weight: 600;
        }

    #valuationlist02 tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    #valuationlist02 th {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
        color: white;
        background: linear-gradient(to right, #ff8c01, #fe6c03);
    }

.detaillist01 {
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    margin-top: 0px;
    border-radius: 8px;
    height: auto;
    padding: 30px !important;
    text-align: left;
    margin-bottom: 42px;
    width: 100%;
}

    .detaillist01 p {
        font-size: 14px;
        color: #1b1f29;
        font-weight: 500;
        margin-bottom: 13px;
    }

    .detaillist01 ol {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 10px;
    }

        .detaillist01 ol li {
            position: relative;
            list-style: none;
            color: #1b1f29;
            font-size: 13px;
            font-weight: 400;
        }

#valuationlist01 {
    border-collapse: collapse;
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 40px;
}

    #valuationlist01 td, #valuationlist01 th {
        border: 1px solid #ddd;
        padding: 9px;
        font-size: 13px;
        color: #1b1f29;
        font-weight: 500;
    }

        #valuationlist01 td strong {
            font-weight: 600;
        }

    #valuationlist01 tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    #valuationlist01 th {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
        color: white;
        background: linear-gradient(to right, #ff8c01, #fe6c03);
    }

.valuation-caluat h4 {
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 22px;
}

.sidebar-header0 {
    padding: 40px 30px 15px;
    background: #282828;
}

#sidebar .sidebar-header0 h3 {
    font-size: 15px;
    display: -webkit-inline-box;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    padding: 2px 0;
    color: #fff;
}

#questionnarire .nav-pills .nav-tab0.active, #questionnarire .nav-pills .nav-tab0.active:hover, #questionnarire .nav-pills .nav-tab0.active:focus {
    border: 1px solid #fff;
    color: #343434;
    background: #fff;
    margin-top: -2px;
    padding: 12px 20px;
}

#questionnarire .pill_nav0 .nav-tab0.active, #questionnarire .pill_nav0 .nav-tab0.active:hover, #questionnarire .pill_nav0 .nav-tab0.active:focus {
    margin-top: 0;
    padding: 12px 8.5px;
}
#question0 .pill_nav0 li:first-child a {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
}
#questionnarire #question0.nav-pills .nav-link.active, #questionnarire #question0.nav-pills .nav-link.active:hover, #questionnarire #question0 .nav-pills .nav-link.active:focus {
    border: 1px solid #fff !important;
    color: #ffffff !important;
    background: #fff !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*.nav-tab0:after {
    content: '';
    position: relative;
    bottom: 0;
    left: 17%;
    width: 50%;
    border-right: 2px solid #ffa93d;
}*/

/*.pill_nav0 > li a::after {
    content: ' | ';
    position: relative;
    bottom: 0;
    left: 12%;
    width: 50%;
    color: #ffa837;
}
*/


.pill_nav0 li:first-child a {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#questionnarire .pill_nav0 > li a.active span {
    color: #353535 !important;
}

#questionnarire .pill_nav0 > li > a {
    color: #fff;
    background: #fe9400;
    border-radius: 0;
    border-bottom: unset;
    padding: 11px 16px;
    font-weight: 600;
    border: 1px solid #fe9400;
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#questionnarire .pill_nav0 > li a span {
    color: #fff !important;
}

.pill_nav0 li:last-child a {
    border-top-right-radius: 8px !important;
}
/*.nav-tab0:last-child:after {
    content: '';
    position: relative;
    bottom: 0;
    left: 17%;
    width: 50%;
    border-left: 2px solid #ffa93d;
    border-right: unset;
}*/
.tab .nav-tabs {
    border-bottom: 0 none;
    margin-top: 20px;
}

    .tab .nav-tabs li a {
        font-size: 14px;
        color: #fff;
        margin-right: 0;
        padding: 10px 45px;
        border-radius: 0;
        overflow: hidden;
        background: #9a5379;
        text-transform: uppercase;
        box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

    .tab .nav-tabs li:first-child a {
        border-top-left-radius: 8px;
    }

    .tab .nav-tabs li:last-child a {
        border-top-right-radius: 8px;
    }

    .tab .nav-tabs li a:hover,
    .tab .nav-tabs li.active a:hover,
    .tab .nav-tabs li.active a {
        background: #545f60;
        color: #fff;
        margin-top: -19px;
        padding: 20px 45px;
        border: 1px solid #545f60;
    }

.tab .tab-content {
    color: #fff;
    padding: 25px 20px;
    background: #545f60;
    border-radius: 0 0 8px 8px;
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 650px) {
    .tab .nav-tabs li {
        width: 100%;
    }

        .tab .nav-tabs li a {
            margin: 0;
            padding: 20px 45px;
            box-shadow: -2px -1px 25px 2px rgba(0, 0, 0, 0.4);
        }

        .tab .nav-tabs li:first-child a,
        .tab .nav-tabs li:last-child a {
            border-radius: 0;
        }

        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a:hover,
        .tab .nav-tabs li.active a {
            margin: 0;
        }
}

.payment0 {
    background-image: linear-gradient(to left, #ee390f 0%, #f7951d 51%, #ef6900 100%);
}

.pay0 label {
    font-weight: 600;
    font-size: 15px;
}

.valid0 {
    display: -webkit-inline-box;
}

.userplan .valid0 h2 {
    font-size: 1.10rem !important;
}

.userplan .valid0 .version {
    color: #fe6400;
    font-size: 1.05rem;
    margin-bottom: 0;
    font-weight: 600;
}

.table .thead-dark0 th {
    color: #c2c2c2;
    background-color: #353535;
    border-color: #565f68;
    text-transform: uppercase;
    font-size: 0.745rem;
}

.userplan hr {
    margin-top: 0;
    border-top: 1px solid #9e9e9e;
}

.radio0 {
    display: -webkit-inline-box;
}

    .radio0 label {
        font-size: 0.855rem;
        color: #595c5d;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .radio0 label, .checkbox label {
        padding-left: 13px;
        padding-right: 40px;
        vertical-align: -webkit-baseline-middle;
    }

.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -12px;
    margin: 6px -12px 0;
}

.radio0 label {
    font-size: 0.855rem;
    color: #595c5d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.radio0 label, .checkbox label {
    padding-left: 13px;
    padding-right: 40px;
    vertical-align: -webkit-baseline-middle;
}

.sidebar-header i {
    font-size: 25px;
    vertical-align: middle;
    color: #fff;
}

.sidebar_header {
    padding: 49px 40px 16px;
    background: #282828;
}

    .sidebar_header i {
        font-size: 25px;
        vertical-align: middle;
        color: #fff;
    }

#sidebar .sidebar_header h3 {
    font-weight: 500;
    color: #fff;
    display: -webkit-inline-box;
    padding-left: 11px;
    text-transform: unset;
    font-size: 14px;
}

#btnBackToList span {
    font-weight: 500;
    color: #fff;
    display: -webkit-inline-box;
    padding-left: 11px;
    text-transform: unset;
    font-size: 14px;
}

.hrline011 {
    border-top: 1px solid #595959;
    margin-top: 0;
    margin-bottom: 6px;
}

#btnBackToList i {
    font-size: 18px;
    vertical-align: middle;
}

#general, #Scorecard {
    display: block;
    padding: 0px 28px;
    text-align: left;
    color: rgb(53, 53, 53);
    width: 96%;
    margin: 0px auto;
}

.method-criteria .nav-pills > li.active > a span {
    font-weight: 700;
    vertical-align: middle;
    padding-left: 6px;
}

#btnSubmitSetting {
    margin-right: 0;
}

.settingbtn {
    margin-top: 3rem;
    border-top: 1px solid #e9ecef;
    margin-bottom: 1rem;
    padding-top: 20px;
}



.radioline {
    display: flex;
}

.radioline0 {
    column-count: 4;
    column-width: 100px;
}

.finacials {
    margin: 35px auto 30px;
    border-radius: 0;
    box-shadow: 0 2px 14px 0 rgb(227 227 227 / 50%);
    height: auto;
    padding: 28px 28px;
    text-align: left;
    background-color: #fff;
    color: #353535;
    width: 90%;
}

.radioline label {
    padding-left: 10px;
}

.radioline0 label {
    padding-left: 8px;
    position: relative;
    top: 1px;
}

.radioline01 {
    column-count: 2;
    column-width: 100px;
}

.radio02 {
    color: #595c5d;
    font-weight: 500;
    font-size: 0.895rem;
    position: relative;
}

.radioline01 label {
    padding-left: 10px;
}

#cvs {
    width: 100%;
}

.common td {
    font-size: 0.895rem;
    color: #353535;
    font-weight: 500;
}

.editicon i {
    font-size: 1rem;
}

.explore {
    background-color: #353535;
    background-image: unset;
    display: inline-block;
    padding: 7.5px 28px;
    border-radius: 50px;
    font-size: 0.725rem;
    color: #fff !important;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
}

    .explore:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

.border0 {
    border-top-right-radius: 8px;
}

.planrights {
    background-color: #fff;
}

.tash0 {
    padding: 0 23px;
    font-weight: 500;
}
#sidebar .first-tab button.active {
    color: #292929;
    background-color: #ccbab0;
    margin-left: 17px;
    padding-left: 25px;
    border-radius: 6px;
    font-weight: 600;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#btnBackToList.active span {
    color: #292929;
    font-weight:600
}
.resetbtn {
    line-height: 25px;
    cursor: pointer;
    background-image: unset;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff !important;
    background-color: #282828;
    border-radius: 30px;
    padding: 8px 31px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
}
    .resetbtn:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
        border: 1px solid transparent;
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        color: #fff !important;
    }
#question0 {
    width: 91%;
    margin: 0 auto;
    padding: 0;
}
    #question0 .pill_nav0 > li > a {
        color: #fff;
        background: #fe9400;
        border-radius: 0;
        border-bottom: unset;
        padding: 12px 12px;
        font-weight: 600;
        border: unset;
        box-shadow: unset;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }
    #question0 .nav-pills > li > a img {
        filter: brightness(0) invert(1);
        width: 21px;
        vertical-align: middle;
    }
    #question0 .nav-pills > li > a.active img {
        filter: unset;
        width: 17px;
        vertical-align: middle;
    }
#tblTeamDetails {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}
#content .tab-content1 #question0 .tab-pane {
    padding: 19px 5px 0 !important;
}
.teamdetail0 {
    margin-top: 2rem;
    border-top: 1px solid #e8e8e8;
}
    .teamdetail0 .table > thead > tr > th, .teamdetail0 .table > tbody > tr > th, .teamdetail0 .table > tfoot > tr > th, .teamdetail0 .table > thead > tr > td, .teamdetail0 .table > tbody > tr > td, .teamdetail0 .table > tfoot > tr > td {
        padding: 0 20px 15px;
        border-top: unset;
        border: unset;
        font-size: 0.799rem;
        text-transform: unset;
    }
#question0 label {
    margin-bottom: 0.3rem;
    font-size: 0.880rem;
    color: #353535;
    font-weight: 600;
}
.weight0 {
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 600;
    color: #353535;
    margin-bottom: 5px;
    font-size: 0.855rem;
    margin-top: 0;
    padding: 10px 0.75rem;
    background-color: #c6c6c6;
}
.dilution0 {
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 600;
    color: #353535;
    margin-bottom: 5px;
    font-size: 0.855rem;
    margin-top: 0;
    padding: 10px 0.75rem;
    background-color: #fff;
}
.label01 {
    vertical-align: inherit;
}
.weight01 {
    padding: 6px 0.75rem;
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 600;
    color: #353535;
    margin-bottom: 5px;
    font-size: 0.855rem;
    margin-top: 0;
    background-color: #c6c6c6;
}
#txtSettingName {
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    width: 83%;
    height: auto;
    margin-bottom:20px;
}
.editicon {
    cursor: pointer;
    padding-left: 10px;
}
.common .form-control {
    margin-bottom: 16px
}
.radio01 input {
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transition: all ease-in 0.2s;
    box-shadow: 0 0 0 1px #c1c1c1;
}

    .radio01 input[type=radio]:checked {
        background: radial-gradient(orange 50%, transparent 50%);
    }

.pill_nav0 {
    position: relative;
    display: flex;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.pill_nav0 li {
}

    .pill_nav0 li a {
        display: block;
        box-sizing: border-box;
        /* tab content must clear this */
        height: 50px;
        padding: 10px;
        text-align: center;
        background: #9768D1;
        cursor: pointer;
        transition: background 0.5s ease;
    }
.radioline01 {
    column-count: 2;
    column-width: 100px;
}
.evaluationtoolform {
    background-color: #ccbab0;
    padding: 40px 0;
}
.evalutaiontitle0 {
    margin-bottom: 0;
    position: relative;
    left: 66px;
    top: 35px;
    font-weight: 700;
}