.checkmark{
  display: none;
}


.summary-button{
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e3e3e3;
  padding: 0px 10px 0px 10px;
  background-color: transparent !important;
  border-radius: 20px;
  cursor: pointer !important;
  width: fit-content;
}

.summary-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  margin-top: -10px;
}

.summary-button img {
  transform: rotate(180deg);
}

.question-list{
  width: 100%;
  margin: 30px 0px;
}


@media screen and (min-width: 700px) {
  .question-container{ 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }

  .border{
    width: calc(100% - 20px);
    height: 1.5px;
    margin: 20px 10px;
    background-color: #e3e3e3;
  }

  .question-container span {
    color: #6438F4;
    font-size: 15px;
    flex: 1;
    font-weight: bold;
    text-align: left;
  }
  
  .question-container label{
    font-size: 15px;
    text-align: right;
    margin: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .question-container{ 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .border{
    width: 100%;
    height: 1.5px;
    margin: 10px 0px;
    background-color: #e3e3e3;
  }

  .question-container span {
    color: #6438F4;
    font-size: 15px;
    flex: 1;
    font-weight: bold;
    text-align: left;
  }
  
  .question-container label{
    font-size: 15px;
    text-align: left;
    margin: 0 !important;
  }
}


.tab-cell{
  border: 1px solid #e3e3e3;
  padding: 6px 20px;

  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.tab-cell-new{
  border: 1px solid #e3e3e3;
  padding: 6px 10px;
  height: 42px;
  max-height: 42px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.tab-cell-mini{
  border: 1px solid #e3e3e3;
  padding: 6px 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.tab-cell-mini label {
  margin-left: 6px;
}

.tab-cell-mini .inactive-image{
  display: inline;
}

.tab-cell-mini .active-icon {
  display: none;
}

.tab-cell-mini-active .inactive-image{
  display: none;
}

.tab-cell-mini-active .active-icon {
  display: inline;
}

.active-icon {
  min-width: 20px;
  min-height: 20px;
}

.tab-cell-mini div{
  /* display: flex; */
  gap: 10px;
  /* align-items: center; */
}

.tab-cell-mini p{
  font-size: 14px;
  /* margin-left: 9px !important; */
  margin: 0;
}

.tab-cell-mini-active{
  border: 1px solid #6438F4 !important;
  /* color: #6438F4; */
  padding: 6px 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.tab-cell-mini-active label{
  color: #6438F4;
}

.tab-cell-mini-active path {
  fill: #6438F4;
}

.tab-cell-mini-active div{
  /* display: flex; */
  gap: 10px;
  /* align-items: center; */
}

.tab-cell-mini-active p{
  font-size: 14px;
  /* margin-left: 9px !important; */
  margin: 0;
  color: #808080;
}

.new-acc-control{
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  justify-content: space-between;
}



.accord-active{
  border: 1px solid #6438F4 !important;
}

.accord-active path {
  fill: #6438F4;
}

.dropdown{
  transform: rotate(180deg);
}

.options-display-mobile {
  transform: rotate(0deg);
}

.accord-active .dropdown{
  transition: 0.4s;
  margin-top: -4px;
  transform: rotate(0deg);
}

.hide-overflow{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.read-more{
  color: black;
  width: fit-content;
  height: 20px;
  margin-left: 0px;
  font-size: 13px !important;
  margin-top: 8px;
}

.read-more:hover{
  color: #6438F4;
}

.tab-cell:hover {
  transition: 0.2s;
  border: 1px solid #6438F4;
  color: #6438F4;
}

.form-control{
  margin-top: 10px;
}

.form-control:focus{
  border: 1px solid #6438F4;
  outline: 0 !important;
}

.tab-cell-active{
  border: 1px solid #6438F4;
  background-color: #6438F4;
  color: white !important;
  padding: 6px 0px;

  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tab-cell-active > label {
  color: #ffffff; 
}

.container-flex{
  display: flex;
  flex-direction: column;
  width: 100%;
/*  gap: 10px;*/
}

.form-group label{
  margin-bottom:  0px !important;
}

.cell-table{
  border: 1px solid #e3e3e3;
  border-radius: 8px !important;
}

.cell-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  
}

.cell-row span{
  flex: 1;
}

.cell-row img{
  cursor: pointer;
  width: 20px !important;
  height: 20px !important;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  z-index: 1000;
}


@media screen and (min-width:700px) {

  .custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width:300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -150px;
  }
  
  .custom-tooltip .custom-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
}

@media screen and (max-width:700px) {
  .custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -100%;
    right: 110%;
    font-size: 16px;
    padding: 5px;
  }
}

.custom-tooltip:hover .custom-tooltiptext {
  visibility: visible;
}

.accordion-contain{
  display: block !important;
}

.hider{
  display: none !important;
}



@media screen and (min-width:500px) {

  .price-cell{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 10px;
    cursor: pointer;
  }

  .price-circle{
    border-radius: 20px;
    width: 180px;
    height: 180px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    font-size: 18px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .price-container{
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width:500px) {
  .price-circle{
    border-radius: 20px;
    width: 100%;
    height: 130px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    font-size: 15px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .price-cell{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 6px;
    cursor: pointer;
    width: 100%;
  }

  .price-container{
    padding: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.price-cell:hover{
  border-radius: 8px;
  background-color: #f58a0812;
}

.price-cell:hover .price-circle{
  transition: 0.2s;
  border: 1px solid #6438F4;
  color: #6438F4;
}

.total-contain{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.desc-price {
  font-size: 13px;
  color: #808080;
}

.total-contain h5 {
  font-weight: 600;
}

.flex-button{
  display: flex;
  flex-direction: row;
  gap: 20px;
}


.delete-button{
  cursor: pointer;
}


.selecter{
  display: flex;
  text-align: center !important;
  padding-left: 10px;
  padding-right: 10px;
}

.selecter label{
  flex: 1;
}

.click-controller{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.total-days{
  font-weight: bold;
  font-size: 17px;
  color: #6438F4 !important;
}

.spacer{
  width: 100% ;
  height: 24px ;
}

.spacer2{
  width: 100% ;
  height: 16px ;
}

.form-container {
  /* max-width: 500px !important;  */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-container .form-group {
  max-width: 500px !important;
  position: relative;
}

.user-info-validation {
  color: red !important;
}

.errorClass { 
  border:  1px solid red !important; 
}

.cost_cal_info {
  margin-bottom: 30px;
  max-width: 500px;
}

.cost_cal_info_great_meet, .cost_cal_info_features {
  margin-bottom: 30px;
  max-width: none !important;
}

.steps-counter {
  margin: 0 !important;
  text-align: center;
}

.centerAlign {
  align-items: center;
}

.post, .postNotInList, .postNew, .postNew2, .post-review, .postAdditional{
  display: unset !important;
}

.content, .contentNew, .contentNew2, .contentNotInList, .content-review, .contentAdditional {
  display: inline !important;
}

.touch-controller{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#feature-day-div{
  width: 100%;
}

#feature-day-div > label{
  text-align: right;
  font-weight: 700;
  width: 100%;
  margin-top: -30px;
  margin-right: 30px
}

#category-total-days{
  margin-right: 15px;
  font-weight: 700;
  color: #000;
}

.progress-bar-ui {
  padding: 0 !important;
}

.close {
  position: absolute;
  top: 10px;
  /* right: 14px; */
  right: 40px;
  cursor: pointer;
}

.form-error {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
  position: absolute;
  top: 62px;
  left: 4px;
}

.custom-heading4{
  margin: 15px 0 30px 0;

  padding: 0;
  font-weight: 600;
  font-size: 1.1rem;
  color: #1d274e;
}

.custom-heading5{

  margin: 0px 0px;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 600;
  font-size: 1.3rem;
  color: #1d274e;
}

.separate {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.line {
  height: 2px;
  background-color: #e3e3e3;
  flex: 1;
}

.summarizer{
  width: 100%;
  border-radius: 56px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
  color: #6438F4;
}

@media screen and (min-width: 500px) {
  .summarizer {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .summarizer {
    font-size: 11px;
  }
}

.or-tag {
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #000; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
} 

.or-tag span { 
   background:#fff; 
   padding:0 10px; 
}

.top-div {
  margin-right: 10px;
}

.top-div2 {
  margin-right: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* padding-right: 30px; */
  padding-right: 60px;
}
.spacing-control {
  gap: 5px !important;
}

.custom-table {
  width: 100%;
  border-radius: 8px !important;
  outline: 1px solid #e3e3e3;
}

.custom-table th {
  font-weight: 600;
  color: #1d274e !important;
}

.custom-table thead {
  border-bottom: 1px solid #e3e3e3;
}

.custom-table tr {
  height: 56px !important;
  color: black;
  font-size: 16px;
}

.custom-table tr + tr {
  border-top: 1px solid #e3e3e3;

}

.small tr {
  height: 40px !important;
}

.small th,td {
  padding: 10px 20px !important;
  text-align: left !important;
}

.custom-table th {
  text-align: center !important;
  padding: 16px;
}

.custom-table td {
  text-align: center !important;
  padding: 16px;
}

.small th {
  text-align: left !important;
  padding: 16px;
}

.small td {
  text-align: left !important;
  padding: 16px;
}

.summary-table {
  width: 100%;
  border-radius: 8px !important;
  outline: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.flex-container {
  display: flex;
  align-items: center;
}

.summary-table-head {
  min-height: 48px;
  font-weight: 600;
  color: #1d274e !important;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;

  display: flex;
  align-items: center;
  gap: 14px;
}

.total-container {
  height: 48px;
  background-color: #e3e3e3;
  border-radius: 12px;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  padding-right: 30px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: black;
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}

.content-container {
  display: flex;
  flex-direction: column;
}

.content-row {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 8px;
}

.content-row-stage {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.content-row-stage h5 {
  font-weight: 600;
  color: #1d274e !important;
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.content-row:last-child {
  border-bottom: none !important;
}

.accordion-row-summary-table{
  display: flex;
  width: 100%;
  padding: 0px;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

.content-container .summary-table-head {
  border: none !important;
}

.accordion-row-summary-table {
  z-index: 300;
}

.accordion-row-summary-table .summary-table-head {
  border: none !important;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
}

.rotate-drop img{
  transform: rotate(180deg);
  transition: 0.4s;
}

.delete-icon {
  cursor: pointer;
}

.delete-icon img {
  object-fit: contain;
  width: 16px;
  height: 18px;
  transform: rotate(360deg) !important;
}

.custom-input, .select2-container {
  height: 53px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.overall {
  font-size: 18px;
  height: 60px;
}

.interaction span{
 opacity: 0;
}

@media screen and (max-width:500px) {
  .total-count {
    padding-right: 36px;
  }
}

.total-count {
  padding-right: 45px;
}

.min-width-table {
  min-width: 500px;
}

.min-width-table2 {
  min-width: 500px;
}

.overflow-container {
  overflow: auto;
  padding: 10px;
  padding-bottom: 30px;
}

/* .hideCounter{
  display:none;
} */

@media screen and (min-width:1200px) {
  .end-count {
    display: flex;
    flex-direction: row;
    padding-left: 26px;
  }
}

@media screen and (min-width: 576px) and (max-width:768px) {
  .end-count {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
  .end-count {
    display: flex;
    flex-direction: row;
    padding-left: 11px;
  }
}

@media screen and (min-width:500px) and (max-width:576px) {
  .end-count {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 64px;
    padding-left: 0px;
  }
}

@media screen and (max-width:500px) {
  .end-count {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 56px;
    padding-left: 0px;
  }
}

.bg-trans {
  background-color:  transparent !important;
}

.select2-search{
  display: flex;
  width: 100%;
}

.select2-search input{
  flex: 1 !important;
}

.bg-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000078;
  z-index: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.modal-add {
  width: 100%;
  max-width: 580px;
  padding: 32px;
  background-color: white;
  border-radius: 8px;

  text-align: left;
  position: relative;
}

.modal-close{
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 16px;
}

.modal-add-input {
  width: 100%;
  height: 42px;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  padding: 0px 10px;
}

.modal-add-input-textarea {
  width: 100%;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  padding: 0px 10px;
  resize: none;
}

.modal-control {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-flex {
  margin-top: 20px;
}

.modal-add button + button {
  margin-left: 10px;
}

.add-new-button {
  background-color: #FD5F00;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  height: 38px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: white !important;

  display: flex;
  gap: 20px;
}

.forward2 {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  /*background: #434bdf;*/
  background-color: #1d274e;
  /* position: relative; */
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}

.backward2 {
  border: none;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  /*background: #434bdf;*/
  color: #777;
  background: #e8e8e8;  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}

.stage {
  font-size: 16px;
}

.stage-total {
  border-bottom: 1px solid #ced4da;
}

.stage-content {
  width: 100%;
  border-top: 1px solid #ced4da;
}

@media screen and (min-width: 700px) {
  .s-no::after{
    content: 'Sr. No.';
  }
}

@media screen and (max-width: 700px) {
  .s-no::after{
    content: 'No.';
  }
}

#project_stage_name_text{
  color: #005CFA !important;
}

#project_stage_total_days_text{
  color: #005CFA;
}

.form-error-popup {
  width: 100%;
}

.additional-feature-a{
  cursor: pointer;
  color: #ffffff !important;
  padding-left: 10px !important;
}

.additional-feature-a span{
  color: #ffffff !important;
}

.select2-container--default {
  z-index: 5 !important;
  cursor: pointer;
}

.custom-table-2 {
  width: 100%;
  border-radius: 8px !important;
  outline: 1px solid #e3e3e3;
}

.custom-table-2 th {
  font-weight: 600;
  color: #1d274e !important;
}

.custom-table-2 thead {
  border-bottom: 1px solid #e3e3e3;
}

.custom-table-2 tr {
  height: 56px !important;
  color: black;
  font-size: 16px;
}

.custom-table-2 tr + tr {
  border-top: 1px solid #e3e3e3;

}

.custom-table-2-tr {
  height: 56px !important;
  color: black;
  font-size: 16px;
}

.custom-table-2 th {
  /* text-align: center !important; */
  border-bottom: 1px solid #e3e3e3;
  padding: 16px;
}

.custom-table-2 td {
  /* text-align: center !important; */
  padding: 16px;
}

.custom-table-2-td {
  /* text-align: center !important; */
  padding: 16px;
  width: 8%;
  border-bottom: 1px solid #e3e3e3 !important;
}

.contentNew2 > label{
  font-weight: bold;
}

.duplicate{
  position: absolute;
  top: 10px;
  right: 15px;
}

.content-area-1-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .options-display-mobile {
    display: block;
  }
  .options-hide-mobile {
    display: none;
  }
  .remove-hover-effect:hover::before {
    width: 0% !important;
  }
  .remove-hover-effect:hover {
    span {
      color: black !important;
    }
  }
}

@media screen and (min-width: 768px) {
  .options-hide-mobile {
    display: block;
  }
  .options-display-mobile {
    display: none;
  }
}