

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
body {
  font-family: "Lato ", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
    /* font-style:italic */
}
.container {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 980px !important;
  padding: 0 6px !important;
  margin-top: 1rem;
}

.analyze-market {
  min-height: calc(100vh - 315px);
}
@media screen and (max-width: 550px) {
  .analyze-market {
    margin-top: 8rem;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.analysis-left-side {
  /* width: 35%; */
}
.left-content {

  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .analysis-left-side {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.choose-tag {
  width: 100%;
  border-top: 2px solid  rgba(51, 51, 102, 1);

}
select:focus-visible {
  outline: none !important;
}
.chosen-default {
  color: #a8a8a8 !important;
  border-color: #00000014 !important;
}
.choose-tag select {
  width: 100%;
  min-height: 34px;
  border-color: #00000014;
  border-radius: 4px;
  padding: 0 12px;

}

.choose-tag .chosen-single {
  min-height: 32px;
  border-radius: 4px !important;
  padding: 0 12px !important;
  background: transparent !important;
  border: 1px solid #00000014 !important;
  box-shadow: none !important;
}

.choose-tag .chosen-single span {
  padding-top: 2px;
}
@media screen and (min-width: 1079px) {
  .choose-tag {
    /* max-width: 254px; */
    /* max-width: 100%; */

  }
}
.chosen-container-single .chosen-single div {
  border: solid #a1a7c4;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  border-radius: 1px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 0 !important;
  height: 0 !important;
  top: 10px !important;
  right: 12px !important;
  
}
.chosen-container-single .chosen-single div b {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1078px) {
  .choose-tag {
    /* width: 30%; */
  }
}
.custom-select-icon {
  position: relative;
  display: inline-block;
}

.custom-select-icon select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding-right: 30px;
  cursor: pointer;
}



.choose-tag .select-tags {
  margin-bottom: 0;
}
.choose-tag label {

  margin: 0.5rem 0;
  display: inline-block;
  font-size: 1.2rem;
  color: #b3aeb7;
}
.chosen-select {
  padding: 4px;
}

.chosen-drop {
  border-top: 1px solid #aaa !important;
}
.chosen-container-active {
  box-shadow: none !important;
}
.choose-tag .chosen-choices {
  border-radius: 4px;
  max-height: 58px !important;
  overflow: auto !important;
  padding: 0 12px !important;
}
.choose-tag .chosen-container {
  width: 100% !important;
}
.applicable-checkbox .checkbox-label {
  margin-bottom: 10px;
  display: inline-block;
}
.label-branded {
  margin-bottom: 4px;
  display: inline-block;
}

.btn-analyzing-wrap {
  width: 30%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  /* grid-gap: 1rem; */

  

}
.analysing-btn-container{
  /* background-color: orangered; */
  display: flex;
  justify-content: flex-end;
  /* margin: 1.5rem 0rem; */
}
.analysing-btn-container.hide{
  display: none;
}

.analysing-btn-container .btn-analyzing {
  align-self: center;
  border-radius: 4px;
  text-transform: uppercase;
  width: 100%;
  /* display: none; */
}
.btn-analyzing-wrap .btn-analyzing:hover{
  background-color:  #c5384c;
}
@media screen and (max-width: 767px) {
  .btn-analyzing {
    width: 100%;
  }
}
.btn-analyzing {
  min-height: 3rem;
  padding: 5px 2.75rem;
  background-color: rgba(51, 51, 102, 1);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  border: transparent;
  cursor: pointer;
  margin-left: auto;
  @media screen and (min-width: 1079px) {
    margin-top: 20px;
  }
}
.title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.title-wrap label {
  font-size: 1rem;
  font-weight: 500;
  color: #336;
}
.title-wrap label span {
  color: #f16622;
  padding-left: 2px;
}
.title-wrap img {
  max-width: 100%;
}
.files-limit {
  padding-left: 2.2rem;
  margin-bottom: 14px;
  color: #747474;
  font-size: 14px;
  min-height: 40px;
}
.reference-doc .title-wrap {
  margin-bottom: 4px;
}
.analysis-right-side {
  /* height: 31vh; */
  width: 100%;
  position: relative;
}
.btn-analyzing-wrap {
  /* margin-top: 4px; */
}
@media screen and (min-width: 992px) {
  .analysis-right-side {
    padding-left: 1.875rem;
  }
}

@media screen and (max-width: 991px) {
  .analysis-right-side {
    width: 100%;
    border-left: 0;
  }
  .btn-analyzing-wrap {
    margin-top: 2rem;
  }
}
.output-report {
  padding-top: 0.5rem;
  font-size: italic;
  font-weight: 500;


  color: #c5384c;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 2rem;
  margin-top: 0.8rem;
  /* border-top: 1px solid gray; */
  border-top: 2px solid #3d3163;

}


@media screen and (max-width: 550px) {
  .header-wrap {
    width: 58% !important;
  }
}
/* .left-content {
  height: calc(100vh - 500px);
} */
.guidelines-details {
  margin-bottom: 1.5rem;
}
.report-guidelines {
  /* height: calc(100vh - 338px); */
  margin-top: 1rem;
}
.guidelines-details .guidelines-title {
  padding-left: 15px;
  color: #336;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.guidelines-details p {
  color: #161616;
  font-weight: 500;
  padding-left: 15px;
  font-size: 14px;
}
.output-bg {
  background: #f6f6ff;
  border-radius: 5.516px;
  padding: 1rem;
}
.report-list {
  margin: 0;
  padding: 1rem;
}
.list-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style-type: none;
  /* background-color: red; */
  
}
.list-style li{
  position: relative;
  border-bottom: none;
}
.list-style li a{
  /* position: absolute;
  right: 0; */
  color: #0000FF;
}

.report-list li {
  color: #0a0a0a;
  border-bottom: 1px solid #e8e8ff;
  /* padding-bottom: 14px;
  padding: 0 12px 2px 0 !important; */
  margin-left: 0px !important;
  padding: 14px 0px;
}

.report-list :not(:first-child) {
  /* padding-top: 1rem; */
}
.collapse-wrap {
  padding: 0 1rem 1rem;
}
.collapse {
  /* border-bottom: 1px solid #e8e8ff; */
}
.collapse li {
  color: #353535;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 1.25rem;
}
.collapse-title {
  font-size: 14px;
  font-weight: bold;
  color: #0a0a0a;
  padding-right: 8px;
  line-height: 1.25;
}
.collapse-header {
  display: block !important;
}
.header-title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.collapse-header span {
  font-size: 12px;
  color: #4c4c7a;
  font-weight: 700;
  min-width: 100px;
  padding-top: 2px;
  white-space:nowrap;

  height: 23px;
  cursor: pointer;
}
.collapse-header i {
  font-size: 7px;
  padding-left: 8px;
}
.collapse-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-right: 8px;
  /* padding: 14px 0; */
}

.collapse-header h5 {
  font-size: 14px;
  cursor: pointer;
  color: #0a0a0a;
  border-radius: 2px;
}
.collapse-body {
  display: none;
  padding-left: 8px;
}
.collapse-body p {
  padding-left: 0;
}
.content-title {
  margin: 15px 0 12px 0;
  color: #333366;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  p {
    margin-bottom: 0 !important;
  }
}
.learn-more {
  color: #333366;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  min-width: 100px;
}
.learn-more .icon-link-external {
  padding-left: 4px;
  font-size: 14px;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .chatbox-wrap {
    width: 360px;
    right: 6px !important;
  }
}

.chatbox-wrap {
  border-color: #0000001a;
  border-radius: 12px;
  margin: 12px;
  position: fixed;
  bottom: 70px;
  right: -34px;
  z-index: 10000;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .chatbox-wrap {
    width: 360px;
  }
}
@media screen and (max-width: 575px) {
  .chatbox-wrap {
    width: 270px;
    right: 6px !important;
  }

  .header-title-wrap {
    flex-direction: column;
  }
}

.icon-chat-position {
  position: fixed;
  bottom: 14px;
  right: 14px;
}
.btn-chat-wrap {
  display: flex;
  justify-content: end;
}
.btn-chat-wrap button {
  border: none;
  background-color: transparent;
}
.btn-chat-wrap button i {
  font-size: 54px;
  color: #333366;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .btn-chat-wrap button i {
    font-size: 38px;
  }
}
.footer-content {
  margin-bottom: 6px;
  /* padding-top: 10px; */
  height: 40px;
}

.copy-right {
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: gray;
}
.copy-right a {
  color: gray;
}
.copy-right a:hover {
  color: red;
}
.upload-document {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 22vh;
}
.site-footer {
  max-width: 980px;
  margin: auto;
}




@media screen and (max-width:1050px) {
  .analysis-form{
    flex-direction: column;
  }
  .left-content{
    width: 100%;
  }
  .btn-analyzing-wrap{
    width: 100%;
  }
}