* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f2f5f8;
    font-family: sans-serif;
    font-size: 14px;
}

.main-content {
    max-width: 1222px;
    margin: auto;
    width: 100%;
    padding: 40px 15px;
}

.section-wrapper {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 15px;
    position: relative;
    background-color: #fff;
}


/*
.section-wrapper:before {
    background-color: #fff;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}*/


/*.wizard-form {
    width: 100%;
    margin: auto;
}*/

.wizard-form ul {
    list-style: none;
}

.main-content .wizard-form .progressbar-list.active {
    margin-top: 9px;
}

.main-content .wizard-form .progressbar-list::before {
    content: " ";
    background-color: rgb(155, 155, 155);
    border: 6px solid #fff;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition: all;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 2.1;
}

.main-content .wizard-form .progressbar-list::after {
    content: "";
    background-color: rgb(155, 155, 155);
    padding: 0px 0px;
    position: absolute;
    top: 28px;
    /*left: -50%;*/
    left: -35px;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: -1;
    /*transition: all 0.8s;*/
}

.main-content .wizard-form .progressbar-list.active::after {
    background-color: #e5532b;
    top: 19px;
}

.main-content .wizard-form .progressbar-list:first-child::after {
    content: none;
}

.main-content .wizard-form .progressbar-list.active::before {
    font-family: "Font Awesome 5 free";
    content: "1";
    text-align: center;
    padding: 0px;
    background-color: #e5532b;
    border: 1px solid #d41233;
    box-shadow: 0 0 0 7.5px #ffdccc;
}

.main-content .wizard-form .progressbar-list:nth-child(2)::before {
    content: "2";
}

.main-content .wizard-form .progressbar-list:nth-child(3)::before {
    content: "3";
}

.main-content .wizard-form .progressbar-list:nth-child(4)::before {
    content: "4";
}

.progressbar {
    display: flex;
    max-width: 500px;
    margin: auto;
    width: 100%;
    justify-content: center;
}


.progressbar-list {
    color: #6f787d;
    width: 25%;
    position: relative;
    text-align: center;
    font-weight: 600;
    z-index: 1;
}

.active {
    color: #000;
}


/*step-1 css*/


/*checkbox*/

.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #292d3f;
    text-align: center;
    margin: 25px 0;
}


/*.project-itemlist {
    text-align: center;
}

.project-itemlist:after {
    clear: both;
    display: block;
    content: "";
}*/

.Project-item {
    width: 130px;
    height: 124px;
    margin: 10px 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*   float: left;*/
}

.custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.custom-checkbox:checked~.custom-project-card {
    border: 2px solid #e5532b;
    background: #ffdccc;
    transform: rotateY(180deg);
}

.custom-checkbox:checked:hover~.custom-project-card {
    border: 2px solid #e5532b;
    transform: rotateY(180deg);
}

.custom-project-card {
    border: 2px solid #eae8e8;
    border-radius: 50%;
    padding: 18px 0px;
    text-align: center;
    background: #fff;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-image {
    width: 50px;
    height: 50px;
    margin-top: 14px;
    margin: auto;
}

.user-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: fill;
}

.project-card {
    text-align: center;
    padding: 0px;
}

.project-card h4 {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    width: 90px;
    margin: auto;
}

.text-right {
    text-align: right;
}

.project-btn {
    padding: 10px 30px;
    border: 1px solid #e5532b;
    background: #e5532a !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    margin-top: 50px;
    box-shadow: none !important;
    border-color: #e5532b !important;
    transition: .6s cubic-bezier(0.4, 0, 0.2, 1);
}
#step2-submit:disabled
{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: not-allowed;
  border-radius: 0;
}
.delete-btn
{
    margin-top: 5px !important;
    margin-bottom: 5px;
}
.project-btn:hover {
    background: #fff !important;
    color: #e5532a !important;
}

.project-btn:focus {
    outline: 0;
}

.d-none {
    display: none;
}

.custom-checkbox:checked~.custom-project-card .project-card {
    transform: rotateY(180deg);
}


/*Step-2 css*/
.content-wrapper {
    padding: 40px 0;
}

.col-12 {
    width: 100%;
}

.form-group {
    padding: 20px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.form-input {
    height: 30px;
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    border-bottom: 1px solid #9b9b9b;
}

.textarea-input{
    background: transparent;
    width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 114px;
	min-height: 114px;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid #9b9b9b;
}

.form-input:focus {
    outline: none;
}

/* single select  */

.select2-container--default .select2-selection .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection .select2-selection__choice__remove:focus {
    background-color: #fff !important;
    color: #e5532a !important;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    color: #e5532a !important;
}

.form-group .select2-container--default .select2-selection {
    border: 0;
    border-bottom: 1px solid #e5532b;
    border-radius: 0;
    width: 100%;
}

.form-group .select2-container--default .select2-selection .select2-selection__choice {
    padding: 4px 2px 4px 25px;
    border-radius: 0;
    border: 1px solid #e5532b;
    background: #fff;
    font-size: 14px;
}

.form-group .select2-container--default .select2-selection .select2-selection__choice__remove {
    height: 25px;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid #e5532a !important;
}

.form-group .select2-container--default.select2-container--focus .select2-selection {
    border: 0;
    border-bottom: 1px solid #e5532b;
}


/*multiple select-box css*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #fff !important;
    color: #e5532a !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #e5532a !important;
}

.form-group .select2-container--default .select2-selection--multiple {
    border: 0;
    border-bottom: 1px solid #e5532b;
    border-radius: 0;
    width: 100%;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 4px 2px 4px 25px;
    border-radius: 0;
    border: 1px solid #e5532b;
    background: #fff;
    font-size: 14px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 25px;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid #e5532a !important;
}

.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    border-bottom: 1px solid #e5532b;
}

body .select2-container--default .select2-results__option--selected {
    background-color: #fff;
}

body .select2-dropdown {
    border-radius: 0;
    border: 1px solid #e5532b;

}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-results__option--selected {
    background-color: #e5532b !important;
    color: #fff !important;
}

body .select2-container {
    width: 290px !important;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-selection--multiple:hover{
    cursor: pointer;
}

.h-auto {
    height: auto;
}

.form-group textarea.form-input {
    padding-bottom: 5px;
}

.row {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: #F44336 !important;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
}

.persona-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.persona-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.persona-checkbox-wrapper .Project-item {
    width: 110px;
    height: 110px;
}

.persona-checkbox-wrapper .Project-item .user-image {
    width: 30px;
    height: 30px;
}

.mb-0 {
    margin-bottom: 34px;
}

.country-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.country-list-block {
    width: 25%;
    display: inline-flex;
    flex-direction: column;
}

.country-list-block .select2-container {
    width: 100% !important;
}

.country-list-block .Project-item {
    display: block;
    margin: auto;
}

.country-list-block .Project-item .form-label {
    text-align: center;
}

.form-business {
    width: 100%;
}

.custom-select .select2-container {
    width: auto !important;
    display: block;
}

.theme-tooltip {
    box-shadow: none;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    background: #373739;
    color: #fff;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.tooltip-box i {
    color: #1c1a1a;
    cursor: pointer;
}


/* .theme-tooltip .ui-tooltip-content {
    position: relative;
} */


/* .theme-tooltip .ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    bottom: -10px;
    left: 0;
    right:0;
    margin:auto;
    z-index:-1;
    border-color:#fff transparent;
    border-width: 5px 5px 0;  
} */

@media all and (max-width: 500px) {
    .main-content .wizard-form .progressbar-list::after {
        display: none;
    }
}

@media all and (max-width: 575px) {
    .main-content .wizard-form .progressbar-list::before {
        width: 30px;
        height: 30px;
        font-size: 15px;
        border: 3px solid #fff;
    }
    .main-content .wizard-form .progressbar-list::after {
        top: 18px;
        left: -44px;
    }
    .main-content .wizard-form .progressbar-list.active::after {
        top: 13px;
    }
    .main-content .wizard-form .progressbar-list.active::before {
        box-shadow: 0 0 0 4px #ffdccc;
    }
    .main-content .wizard-form .progressbar-list.active {
        margin-top: 5px;
    }
    .form-group {
        padding: 12px 10px;
    }
    .content-wrapper {
        padding: 40px 0px 20px;
    }
}


textarea {
    font-family: inherit!important;
}


/* persona tab section css starts here */

.persona-tab {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.persona-tab li {
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom:  20px;
}

.persona-tab li a {
    height: 100%;
    display: block;
    text-decoration: none;
}

.persona-tab li a .project-itemlist {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    border: 5px solid transparent;
}

.persona-tab li a .project-itemlist div:first-child {
    margin-bottom: 20px;
    text-align: center !important;
    font-weight: bold;
}

.persona-tab-wrapper {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 2px 9px 0 rgb(221 221 221 / 60%);
    position: relative;
}
.persona-tab li:nth-child(1) .persona-tab-btn.activelink .project-itemlist  {
    /*border-color: #b1486f;*/
   box-shadow: 0 12px 12px rgb(141 0 52 / 50%);
}

.persona-tab li:nth-child(2) .persona-tab-btn.activelink .project-itemlist  {
       box-shadow: 0 12px 12px rgb(205 22 63 / 50%);
}
.persona-tab li:nth-child(3) .persona-tab-btn.activelink .project-itemlist  {
            box-shadow: 0 12px 12px rgb(245 128 37 / 50%);
}
.persona-tab li:nth-child(4) .persona-tab-btn.activelink .project-itemlist  {
        box-shadow: 0 12px 12px #bababb;
}

.hide {
    display: none;
}

.active {
    display: block;
}
.text-success {
    color: #38af38;
    text-align: left;
}

.section-heading{
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 19px;

}

.section-heading1{
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 19px;

}

.righ-arrow-btn {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.remove-btn {
    position: absolute;
    right: 50px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.righ-arrow-btn img {
    max-width: 100%;
}

.add-btn {
    margin-top: 10px;
}


/* persona tab section css ends here */

/*Summary Page css start*/
#project-summery .content-wrapper {
    padding-top: 0;
}

#project-summery .card__title span {
    font-size: 28px;
    font-weight: 600;
    color: #cd163f;
}

/*.summary-heading {
    color: #e5532b;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}*/

.summary-label label {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 20px;
    display: block;
    color: #2d2d2d;
}

.p-summary-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 30px 0;
}

#project-summery .project-btn {
    margin-top: 0;
}



/*Summary Page css end*/


@media all and (min-width: 768px) {
    /* .content-wrapper{
        padding: 40px;
    } */
    .col-md-6 {
        width: 49.50%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media all and (min-width: 992px) {
    .col-lg-3 {
        width: 32.50%;
        display: inline-block;
        vertical-align: middle;
    }
}

.mt{
    margin-top: 30px;
    text-align: center;
}
.mt .homelink{
    padding: 12px 15px;
    background: #dd4034;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #dd4034;
    transition: .6s;
}
.mt a.homelink:hover {
    background: #ee6e29 !important;
    border: 1px solid #ee6e29 !important;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f2f5f8;
    font-family: sans-serif;
    font-size: 14px;
}

.main-content {
    max-width: 1222px;
    margin: auto;
    width: 100%;
    padding: 40px 15px;
}

.section-wrapper {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 15px;
    position: relative;
    background-color: #fff;
}


/*
.section-wrapper:before {
    background-color: #fff;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}*/


/*.wizard-form {
    width: 100%;
    margin: auto;
}*/

.wizard-form ul {
    list-style: none;
}

.main-content .wizard-form .progressbar-list.active {
    margin-top: 9px;
}

.main-content .wizard-form .progressbar-list::before {
    content: " ";
    background-color: rgb(155, 155, 155);
    border: 6px solid #fff;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition: all;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 2.1;
}

.main-content .wizard-form .progressbar-list::after {
    content: "";
    background-color: rgb(155, 155, 155);
    padding: 0px 0px;
    position: absolute;
    top: 28px;
    /*left: -50%;*/
    left: -35px;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: -1;
    /*transition: all 0.8s;*/
}

.main-content .wizard-form .progressbar-list.active::after {
    background-color: #e5532b;
    top: 19px;
}

.main-content .wizard-form .progressbar-list:first-child::after {
    content: none;
}

.main-content .wizard-form .progressbar-list.active::before {
    font-family: "Font Awesome 5 free";
    content: "1";
    text-align: center;
    padding: 0px;
    background-color: #e5532b;
    border: 1px solid #d41233;
    box-shadow: 0 0 0 7.5px #ffdccc;
}

.main-content .wizard-form .progressbar-list:nth-child(2)::before {
    content: "2";
}

.main-content .wizard-form .progressbar-list:nth-child(3)::before {
    content: "3";
}

.main-content .wizard-form .progressbar-list:nth-child(4)::before {
    content: "4";
}

.progressbar {
    display: flex;
    max-width: 500px;
    margin: auto;
    width: 100%;
    justify-content: center;
}


.progressbar-list {
    color: #6f787d;
    width: 25%;
    position: relative;
    text-align: center;
    font-weight: 600;
    z-index: 1;
}

.active {
    color: #000;
}


/*step-1 css*/


/*checkbox*/

.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #292d3f;
    text-align: center;
    margin: 25px 0;
}


/*.project-itemlist {
    text-align: center;
}

.project-itemlist:after {
    clear: both;
    display: block;
    content: "";
}*/

.Project-item {
    width: 130px;
    height: 124px;
    margin: 10px 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*   float: left;*/
}

.custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.jobfunction-checkbox{
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    position: relative;
}

.custom-checkbox:checked~.custom-project-card {
    border: 2px solid #e5532b;
    background: #ffdccc;
    transform: rotateY(180deg);
}

.custom-checkbox:checked:hover~.custom-project-card {
    border: 2px solid #e5532b;
    transform: rotateY(180deg);
}

.custom-project-card {
    border: 2px solid #eae8e8;
    border-radius: 50%;
    padding: 18px 0px;
    text-align: center;
    background: #fff;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-image {
    width: 50px;
    height: 50px;
    margin-top: 14px;
    margin: auto;
}

.user-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: fill;
}

.project-card {
    text-align: center;
    padding: 0px;
}

.project-card h4 {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    width: 90px;
    margin: auto;
}

.text-right {
    text-align: right;
}

.project-btn {
    padding: 10px 30px;
    border: 1px solid #e5532b;
    background: #e5532a !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    margin-top: 50px;
    box-shadow: none !important;
    border-color: #e5532b !important;
    transition: .6s cubic-bezier(0.4, 0, 0.2, 1);
}
#step2-submit:disabled
{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: not-allowed;
  border-radius: 0;
}
.delete-btn
{
    margin-top: 5px !important;
    margin-bottom: 5px;
}
.project-btn:hover {
    background: #fff !important;
    color: #e5532a !important;
}

.project-btn:focus {
    outline: 0;
}

.d-none {
    display: none;
}

.custom-checkbox:checked~.custom-project-card .project-card {
    transform: rotateY(180deg);
}


/*Step-2 css*/
.content-wrapper {
    padding: 40px 0;
}

.col-12 {
    width: 100%;
}

.form-group {
    padding: 20px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.form-input {
    height: 30px;
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    border-bottom: 1px solid #9b9b9b;
}

.form-input:focus {
    outline: none;
}

/* single select  */

.select2-container--default .select2-selection .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection .select2-selection__choice__remove:focus {
    background-color: #fff !important;
    color: #e5532a !important;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    color: #e5532a !important;
}

.form-group .select2-container--default .select2-selection {
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    border-radius: 0;
    width: 100%;
}

.form-group .select2-container--default .select2-selection .select2-selection__choice {
    padding: 4px 2px 4px 25px;
    border-radius: 0;
    border: 1px solid #e5532b;
    background: #fff;
    font-size: 14px;
}

.form-group .select2-container--default .select2-selection .select2-selection__choice__remove {
    height: 25px;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid #e5532a !important;
}

.form-group .select2-container--default.select2-container--focus .select2-selection {
    border: 0;
    border-bottom: 1px solid #e5532b;
}

/*multiple select-box css*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #fff !important;
    color: #e5532a !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #e5532a !important;
}

.form-group .select2-container--default .select2-selection--multiple {
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    border-radius: 0;
    width: 100%;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 4px 2px 4px 25px;
    border-radius: 0;
    border: 1px solid #e5532b;
    background: #fff;
    font-size: 14px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 25px;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid #e5532a !important;
}

.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    border-bottom: 1px solid #9b9b9b;
}

body .select2-container--default .select2-results__option--selected {
    background-color: #fff;
}

body .select2-dropdown {
    border-radius: 0;
    border: 1px solid #e5532b;

}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-results__option--selected {
    background-color: #e5532b !important;
    color: #fff !important;
}

body .select2-container {
    width: 290px !important;
}

.h-auto {
    height: auto;
}

.form-group textarea.form-input {
    padding-bottom: 5px;
}

.row {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: #F44336 !important;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
}

.persona-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.persona-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.persona-checkbox-wrapper .Project-item {
    width: 110px;
    height: 110px;
}

.persona-checkbox-wrapper .Project-item .user-image {
    width: 30px;
    height: 30px;
}

.mb-0 {
    margin-bottom: 34px;
}

.country-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.country-list-block {
    width: 25%;
    display: inline-flex;
    flex-direction: column;
}

.country-list-block .select2-container {
    width: 100% !important;
}

.country-list-block .Project-item {
    display: block;
    margin: auto;
}

.country-list-block .Project-item .form-label {
    text-align: center;
}

.form-business {
    width: 100%;
}

.custom-select .select2-container {
    width: auto !important;
    display: block;
}

.theme-tooltip {
    box-shadow: none;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    background: #373739;
    color: #fff;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.tooltip-box i {
    color: #1c1a1a;
    cursor: pointer;
}


/* .theme-tooltip .ui-tooltip-content {
    position: relative;
} */


/* .theme-tooltip .ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    bottom: -10px;
    left: 0;
    right:0;
    margin:auto;
    z-index:-1;
    border-color:#fff transparent;
    border-width: 5px 5px 0;  
} */

@media all and (max-width: 500px) {
    .main-content .wizard-form .progressbar-list::after {
        display: none;
    }
}

@media all and (max-width: 575px) {
    .main-content .wizard-form .progressbar-list::before {
        width: 30px;
        height: 30px;
        font-size: 15px;
        border: 3px solid #fff;
    }
    .main-content .wizard-form .progressbar-list::after {
        top: 18px;
        left: -44px;
    }
    .main-content .wizard-form .progressbar-list.active::after {
        top: 13px;
    }
    .main-content .wizard-form .progressbar-list.active::before {
        box-shadow: 0 0 0 4px #ffdccc;
    }
    .main-content .wizard-form .progressbar-list.active {
        margin-top: 5px;
    }
    .form-group {
        padding: 12px 10px;
    }
    .content-wrapper {
        padding: 40px 0px 20px;
    }
}


textarea {
    font-family: inherit!important;
}


/* persona tab section css starts here */

.persona-tab {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.persona-tab li {
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom:  20px;
}

.persona-tab li a {
    height: 100%;
    display: block;
    text-decoration: none;
}

.persona-tab li a .project-itemlist {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    border: 5px solid transparent;
}

.persona-tab li a .project-itemlist div:first-child {
    margin-bottom: 20px;
    text-align: center !important;
    font-weight: bold;
}

.persona-tab-wrapper {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 2px 9px 0 rgb(221 221 221 / 60%);
    position: relative;
}
.persona-tab li:nth-child(1) .persona-tab-btn.activelink .project-itemlist  {
    /*border-color: #b1486f;*/
   box-shadow: 0 12px 12px rgb(141 0 52 / 50%);
}

.persona-tab li:nth-child(2) .persona-tab-btn.activelink .project-itemlist  {
       box-shadow: 0 12px 12px rgb(205 22 63 / 50%);
}
.persona-tab li:nth-child(3) .persona-tab-btn.activelink .project-itemlist  {
            box-shadow: 0 12px 12px rgb(245 128 37 / 50%);
}
.persona-tab li:nth-child(4) .persona-tab-btn.activelink .project-itemlist  {
        box-shadow: 0 12px 12px #bababb;
}

.hide {
    display: none;
}

.active {
    display: block;
}
/*.text-success {
    color: #38af38;
}*/

.righ-arrow-btn {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.remove-btn {
    position: absolute;
    right: 50px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.righ-arrow-btn img {
    max-width: 100%;
}

.add-btn {
    margin-top: 10px;
}


/* persona tab section css ends here */

/*Summary Page css start*/
#project-summery .content-wrapper {
    padding-top: 0;
}

#project-summery .card__title span {
    font-size: 28px;
    font-weight: 600;
    color: #cd163f;
}

.summary-heading {
    color: #e5532b;
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: 20px
    /*text-align: center;*/
}

.summary-label label {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 20px;
    display: block;
    color: #2d2d2d;
}

.p-summary-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 30px 0;
}

#project-summery .project-btn {
    margin-top: 0;
}



/*Summary Page css end*/


@media all and (min-width: 768px) {
    /* .content-wrapper{
        padding: 40px;
    } */
    .col-md-6 {
        width: 49.50%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media all and (min-width: 992px) {
    .col-lg-3 {
        width: 32.50%;
        display: inline-block;
        vertical-align: middle;
    }
}

/* Loader Css */

.loader {
   position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.mt{
    margin-top: 30px;
    text-align: center;
}
.mt .homelink{
    padding: 12px 15px;
    background: #dd4034;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #dd4034;
    transition: .6s;
}
.mt a.homelink:hover {
    background: #ee6e29 !important;
    border: 1px solid #ee6e29 !important;
}

/*modal css start*/
.modal {
  /*display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  text-align: center;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  height:  255px;
}

.text-content {
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*modal css end*/

.persona-tab [type="checkbox"] {
    opacity: 0;
}

.project-itemlist input[name="personas_c"]:checked {
    background-color: #8D0034;
    border: 2px solid #8D0034;
}

.project-itemlist input[name="personas_m"]:checked {
    background-color: #cd163f;
    border: 2px solid #cd163f;
}

.project-itemlist input[name="personas_i"]:checked {
    background-color: #f58025;
    border: 2px solid #f58025;
}

.project-itemlist input[name="personas_eo"]:checked {
    border: 2px solid #bababb;
    background-color: #bababb;
}

.checkbox-selection {
    cursor: pointer;
}


/* new css add for export excel and pdf icon set */
.dt-buttons > .btn-new:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.dt-buttons > .btn-new:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.mr-2 {
    margin-right: 10px;
}
.dt-buttons > .dt-button {
    display: inline-block;
}
.btn-new-primary {
    color: #ffffff !important;
    background-color: #992137 !important;
    border-color: #992137 !important;
}
.dt-buttons {
    display: inline-block;
    margin: 0 0 20px 20px;
}
.btn-new {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.btn-gray {
    padding: 6px 8px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dce7fa;
    cursor: pointer;
    font-size: 0;
}
.btn-gray:hover,
.btn-gray:focus {
    background-color: #dce7fa;
}

.btn-gray img {
    width: 18px;
    height: 18px;
}
/* new css end */