.container {
  max-width: 90% !important;
}

textarea {
  overflow: hidden;
  resize: none;
}

/* .btn-link {
  transform: rotate(180deg);
} */

.collapsed .btn-link {
  transition: all 0.5s;
  transform: rotate(0);
}

button.btn.btn-sm.submit {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin-top: 20px;
}

.closeinquiry h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.closeinquiry .close-a {
  background: #fde5ea;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.closeinquiry .share-a {
  background: #dcf6eb;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.closeinquiry textarea#floatingTextarea {
  font-size: 13px;
}
.closeinquiry button.btn-submit {
  background: #cb7427;
  border: none;
  color: white;
  font-size: 13px;
  padding: 7px 28px;
  border-radius: 4px;
}
.closeinquiry i.las.la-angle-down.down-icon {
  content: "\f107";
  background: #ecd8c8;
  color: white;
  padding: 4px;
  border-radius: 15px;
}
.closeinquiry .download-icon {
  position: relative;
}
.closeinquiry .download-icon input {
  width: 100%;
  border: 1px solid #e2e5ec;
  color: #898b92;
  padding: 0.6rem 1rem;
}
.closeinquiry .download-icon img {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 1px solid lightgray;
  padding: 10px;
  background: rgba(128, 128, 128, 0.1490196078);
}

.sharequotation h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.sharequotation .close-a {
  background: #fde5ea;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.sharequotation .share-a {
  background: #dcf6eb;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.sharequotation textarea#floatingTextarea {
  font-size: 13px;
}
.sharequotation button.btn-submit {
  background: #cb7427;
  border: none;
  color: white;
  font-size: 13px;
  padding: 7px 28px;
  border-radius: 4px;
}
.sharequotation i.las.la-angle-down.down-icon {
  content: "\f107";
  background: #ecd8c8;
  color: white;
  padding: 4px;
  border-radius: 15px;
}
.sharequotation .download-icon {
  position: relative;
}
.sharequotation .download-icon input {
  width: 100%;
  border: 1px solid #e2e5ec;
  color: #898b92;
  padding: 0.6rem 1rem;
}
.sharequotation .download-icon img {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 1px solid lightgray;
  padding: 10px;
  background: rgba(128, 128, 128, 0.1490196078);
}
.sharequotation .btn-savedata {
  background: #6d6d6d;
  border: none;
  color: white;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 4px;
}
.sharequotation .preview-table {
  padding-top: 40px;
}
.sharequotation .preview-table .card.main {
  border: 1px solid lightgray;
  margin-top: 14px;
}
.sharequotation .preview-table tbody {
  position: relative;
}
.sharequotation .preview-table .thead {
  background: #f8f0ea;
}
.sharequotation .preview-table .table-striped tbody tr:nth-of-type(even) {
  background: rgba(248, 240, 234, 0.48);
}
.sharequotation .preview-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}
.sharequotation .preview-table .total {
  padding: 20px;
}
.sharequotation .preview-table .total .border-btm {
  border-bottom: 1px solid black;
}
.sharequotation .preview-table .total p {
  margin-bottom: 2px;
}
.sharequotation .preview-table .total span {
  margin-bottom: 2px;
  font-weight: 500;
}
.sharequotation .preview-table .icons {
  font-size: 20px;
}
.sharequotation .preview-table .icons i.las.la-edit {
  color: #a5e6cc;
}
.sharequotation .preview-table .icons i.las.la-trash {
  color: #f38097;
}
.sharequotation .btn-share {
  background: #cb7427;
  border: none;
  color: white;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 4px;
}

.Quotation-shared h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.Quotation-shared .close-a {
  background: #fde5ea;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.Quotation-shared .share-a {
  background: #dcf6eb;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.Quotation-shared i.las.la-angle-down.down-icon {
  content: "\f107";
  background: #ecd8c8;
  color: white;
  padding: 4px;
  border-radius: 15px;
}
.Quotation-shared .download-icon {
  position: relative;
}
.Quotation-shared .download-icon input {
  width: 100%;
  border: 1px solid #e2e5ec;
  color: #898b92;
  padding: 0.6rem 1rem;
}
.Quotation-shared .download-icon img {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 1px solid lightgray;
  padding: 10px;
  background: rgba(128, 128, 128, 0.1490196078);
}
.Quotation-shared textarea#floatingTextarea {
  font-size: 13px;
}
.Quotation-shared div#headingOne {
  background: #f4f6fb;
}
.Quotation-shared div#headingtwo {
  background: #f4f6fb;
}
.Quotation-shared .form-controlmain {
  border: 1px solid #e7bd99;
  background: #fbf2eb;
  padding: 6px 20px;
}
.Quotation-shared .selectaction-table {
  padding-top: 40px;
}
.Quotation-shared .selectaction-table .card.main {
  border: 1px solid lightgray;
  margin-top: 14px;
}
.Quotation-shared .selectaction-table .form-control {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  height: calc(2.5125rem + 2px);
  border: 1px solid #e7bd99;
  background: #fbf2eb;
}
.Quotation-shared .selectaction-table tbody {
  position: relative;
}
.Quotation-shared .selectaction-table .thead {
  background: #efefef;
}
.Quotation-shared .selectaction-table .table-striped tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}
.Quotation-shared .selectaction-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}
.Quotation-shared .selectaction-table .total {
  padding: 20px;
}
.Quotation-shared .selectaction-table .total .col-md-4.border-btm {
  border-bottom: 1px solid black;
}
.Quotation-shared .selectaction-table .total p {
  margin-bottom: 2px;
}
.Quotation-shared .selectaction-table .total span {
  margin-bottom: 2px;
  font-weight: 500;
}

.Newmessagereceived h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.Newmessagereceived .close-a {
  background: #fde5ea;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.Newmessagereceived .share-a {
  background: #dcf6eb;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.Newmessagereceived i.las.la-angle-down.down-icon {
  content: "\f107";
  background: #ecd8c8;
  color: white;
  padding: 4px;
  border-radius: 15px;
}
.Newmessagereceived .download-icon {
  position: relative;
}
.Newmessagereceived .download-icon input {
  width: 100%;
  border: 1px solid #e2e5ec;
  color: #898b92;
  padding: 0.6rem 1rem;
}
.Newmessagereceived .download-icon img {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 1px solid lightgray;
  padding: 10px;
  background: rgba(128, 128, 128, 0.1490196078);
}
.Newmessagereceived textarea#floatingTextarea {
  font-size: 13px;
}

.indquiry-closed h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.indquiry-closed .close-a {
  background: #fde5ea;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.indquiry-closed .share-a {
  background: #dcf6eb;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
  margin-right: 10px;
}
.indquiry-closed i.las.la-angle-down.down-icon {
  content: "\f107";
  background: #ecd8c8;
  color: white;
  padding: 4px;
  border-radius: 15px;
}
.indquiry-closed .download-icon {
  position: relative;
}
.indquiry-closed .download-icon input {
  width: 100%;
  border: 1px solid #e2e5ec;
  color: #898b92;
  padding: 0.6rem 1rem;
}
.indquiry-closed .download-icon img {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 1px solid lightgray;
  padding: 10px;
  background: rgb(236 236 236);
}
.indquiry-closed textarea#floatingTextarea {
  font-size: 13px;
}
.indquiry-closed div#headingOne {
  background: #f4f6fb;
}
.indquiry-closed div#headingtwo {
  background: #f4f6fb;
}
.indquiry-closed button.btn-accepted {
  border: 1px solid #e7bd99;
  background: #fbf2eb;
  color: black;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 15px;
}
.indquiry-closed .selectaction-table {
  padding-top: 40px;
}
.indquiry-closed .selectaction-table .card.main {
  border: 1px solid lightgray;
  margin-top: 14px;
}
.indquiry-closed .selectaction-table tbody {
  position: relative;
}
.indquiry-closed .selectaction-table .thead {
  background: #efefef;
}
.indquiry-closed .selectaction-table .table-striped tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}
.indquiry-closed .selectaction-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}
.indquiry-closed .selectaction-table .total {
  padding: 20px;
}
.indquiry-closed .selectaction-table .total .col-md-4.border-btm {
  border-bottom: 1px solid black;
}
.indquiry-closed .selectaction-table .total p {
  margin-bottom: 2px;
}


.indquiry-closed .selectaction-table .total span {
  margin-bottom: 2px;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */
@media (max-width:767px) {
  .indquiry-closed .selectaction-table .total p {
    font-size: 12px;
  }
  .indquiry-closed .selectaction-table .total span {
    font-size: 12px;
  }
}

.main_text_area_details {
  min-height: 100px;
  border: 1px solid #cccc;
  padding: 10px;
  color: gray;
  border-radius: 5px;
  margin-bottom: 10px;
}

.indquiry-closed .accordion
{
background-color: transparent;
padding: 0;
}
label {
  display: inline-block;
  margin-bottom: .5rem !important;
}

.close span
{
  font-size: 29px;
}

@media (max-width:767px) {
  .r-card-body
  {
    padding: 0 !important;
    padding-top: 20px !important;
  }
  .r-card-body .main_card_history
  {
    border-left: 0;
    border-right: 0;
  }
  .indquiry-closed h6 {
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 5px;
}
.forinputbody
{
  padding:10px !important;
}
.indquiry-closed.Quotation-shared .card-header
{
  padding:10px !important;
}
.indquiry-closed.Quotation-shared .card-body
{
  padding:10px !important;
}
.selectaction-table table
{
  font-size:11px;
  white-space: nowrap;
}
.share-a
{
  text-align: center;
}

}


.main_card_history i.las.la-angle-down.down-icon {
 
 transition: all 0.5s;
}
.main_card_history.active i.las.la-angle-down.down-icon {
 
  transform: rotate(180deg);
}