@import url("https://fonts.googleapis.com/css2?family=Acme&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Advent+Pro&family=Didact+Gothic&display=swap");
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
  display: none !important;
}

.loader {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.loader .ld {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: white;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
}

input, textarea, select {
  border: 2px solid #6D6E71;
}
input:focus, textarea:focus, select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-control {
  border: 1px solid #c5c5c5 !important;
  border-radius: 0;
}

a {
  text-decoration: none;
}

.form-text {
  font-weight: 600;
}

.bg-custom {
  background-color: #edffe2;
  -webkit-box-shadow: 1px 3px 5px #909090;
          box-shadow: 1px 3px 5px #909090;
}

.navbar-brand {
  width: 20%;
}

.navbar-nav {
  margin: 0;
}

.navbar-light .navbar-nav li {
  padding: 0 10px;
}
.navbar-light .navbar-nav li ul li a {
  font-weight: 600;
  font-size: 14px;
}
.navbar-light .navbar-nav li ul li a:hover {
  background-color: #66CC33;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #006699;
}

.shadow {
  -webkit-box-shadow: 2px 2px 5px #585858;
          box-shadow: 2px 2px 5px #585858;
}

#no-table {
  display: contents;
}

.primary-text {
  color: #006699;
}

.page-title {
  font-family: "Righteous", cursive;
  color: #dc3545;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3), 0px -4px 5px rgba(255, 255, 255, 0.3);
}

.custom-head-text {
  color: #006699;
}

.custom-sub-heding-text {
  color: #66CC33;
  font-weight: 600;
}

.table-linkhover a {
  color: #66CC33 !important;
  text-decoration: none;
}
.table-linkhover a:hover {
  color: #006699 !important;
}

.add-btn-link a {
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #66CC33;
}
.add-btn-link a:hover {
  color: #006699 !important;
}

.custom-table-row {
  padding: 0 15px;
}

.table {
  -webkit-box-shadow: 2px 2px 8px #585858;
          box-shadow: 2px 2px 8px #585858;
  padding: 0;
}
.table .custom-thead-bg {
  background-color: #006699;
  color: #fff;
}

.table-bordered th {
  padding: 10px 5px;
  font-size: 14px;
}

.table-bordered td {
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
}

.search-box {
  position: relative;
  width: 100%;
}
.search-box .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  padding-left: 15px;
}
.search-box .form-control {
  padding-left: 40px;
}

.custom-button button {
  width: 80px;
  font-weight: 600;
}

.custom-form-table tr td .custom-input-group .input-group-append .input-group-text {
  border-radius: 0 3px 3px 0 !important;
}

form .form-group label {
  font-weight: 600;
  color: #006699;
}

.input-group {
  width: auto !important;
}

.btn {
  font-weight: 600;
}

.btn-group-sm > .btn, .btn-sm, .btn-danger {
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.5;
  margin: 2px;
  border-radius: 0.2rem;
}

:focus {
  outline: none;
}

.effect-2 {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}

.effect-2 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #4caf50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-2:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}

.effect-8 {
  border: 1px solid #fff;
  padding: 7px 14px 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #66CC33;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.effect-8 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #66CC33;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-8 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after {
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.data-not-found {
  font-size: 12px;
  color: red;
  font-style: italic;
  font-weight: bold;
}

hr {
  border: 1px dashed #6d6b6b;
  margin-bottom: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-group-text {
  background: #66CC33;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.custom-box-mid-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-control-input {
  position: absolute;
  z-index: 111;
  opacity: 0;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.custome-login-form-error {
  position: absolute;
  bottom: -15px;
  left: 40px;
}

.Country-Code-select {
  border: 1px solid #c5c5c5;
  border-right: 0;
  color: #6D6E71;
}

.custom-thank-you-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #66CC33;
}
.custom-thank-you-box i {
  font-size: 100px;
}
.custom-thank-you-box span {
  color: #6D6E71;
}

.attach-doc-table .doc-delete-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.attach-doc-table .doc-delete-btn i {
  font-size: 18px;
  color: #dc3545;
}
.attach-doc-table .doc-link a {
  color: #66CC33;
  text-decoration: underline;
}
.attach-doc-table .doc-link a:hover {
  color: #006699;
}

.special-comments ul {
  margin: 0;
}
.special-comments ul li {
  font-size: 12px;
  color: #66CC33;
  font-style: italic;
  font-weight: 700;
}

.upload-attachment-error {
  position: initial !important;
  margin-left: 25px !important;
  color: #d9b400;
}

.bid_placed {
  text-decoration: underline !important;
  color: #006699 !important;
  cursor: pointer;
}

.remove-formgroup-margin .form-group {
  margin-bottom: 0;
}

#chatbox {
  margin: 0 auto;
  left: 0;
  width: 100%;
}
#chatbox .main_chatbox {
  margin: 0 auto;
}
#chatbox .main_chatbox .intr-detail-txt {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  background: linear-gradient(179.89deg, rgba(245, 130, 32, 0.13) 0.09%, rgba(196, 196, 196, 0) 50%);
}
#chatbox .main_chatbox .intr-detail-txt span {
  font-size: 15px;
}
#chatbox .main_chatbox .intr-detail-txt p {
  margin-bottom: 0;
  font-weight: 700;
}
#chatbox .main_chatbox .intr-chat-block {
  padding: 10px;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block {
  margin-top: 4px;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block h4, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block h4 {
  font-size: 15px;
  font-weight: 700;
  color: #006699;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block h4 span, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block h4 span {
  display: inline-block;
  background: #043B72;
  font-size: 12px;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 28px;
  margin-right: 7px;
  vertical-align: middle;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt {
  text-align: justify;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0 20px 20px 20px;
  padding: 3px 10px;
  border: solid 1px #ccc;
  background: rgba(0, 102, 153, 0.07);
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt label, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt label, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt label, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt label {
  margin: 0;
  white-space: break-spaces;
  width: calc(100% - 150px);
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt span, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt span, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt span, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt span {
  color: #999999;
  font-size: 14px;
  text-align: right;
  width: 145px;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt .view-att, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt .view-att, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt .view-att, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt .view-att {
  vertical-align: middle;
  width: calc(100% - 150px);
  display: inline-block;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt .view-att a, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt .view-att a, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt .view-att a, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt .view-att a {
  text-decoration: none;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt .view-att a i, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt .view-att a i, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt .view-att a i, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt .view-att a i {
  color: #66CC33;
  font-size: 14px;
}
#chatbox .main_chatbox .intr-chat-block .chat-user-block .user-chat-txt .view-att a span, #chatbox .main_chatbox .intr-chat-block .chat-user-block .mteam-chat-txt .view-att a span, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .user-chat-txt .view-att a span, #chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt .view-att a span {
  color: #66CC33;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}
#chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block h4 {
  text-align: right;
  color: #66CC33;
}
#chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block h4 span {
  display: inline-block;
  background: #66CC33;
  font-size: 12px;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 28px;
  margin-right: 7px;
  vertical-align: middle;
}
#chatbox .main_chatbox .intr-chat-block .chat-marketing-team-block .mteam-chat-txt {
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0 20px 20px;
  padding: 3px 10px;
  border: solid 1px #ccc;
  background: rgba(102, 204, 51, 0.1);
}
#chatbox .main_chatbox .postquery-desc {
  margin-top: 5px;
}
#chatbox .main_chatbox .postquery-bar h3 {
  font-weight: normal;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  display: inline;
}
#chatbox .main_chatbox .descriptionbox {
  margin-top: 8px;
  background: #fff;
  position: relative;
}
#chatbox .main_chatbox .descriptionbox textarea {
  width: 100%;
  padding: 3px 8px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  border: none;
  display: block;
  text-align: left;
  resize: none;
  height: 55px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}
#chatbox .main_chatbox .descriptionbox #queryDescriptionLabel {
  font-size: 12px;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  bottom: 3px;
  color: #999;
}
#chatbox .main_chatbox .attachbar-textli {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: right;
}
#chatbox .main_chatbox .attachbar-textli .file-upload-filename {
  float: left;
  color: green;
  font-size: 13px;
  font-family: "Open Sans Semi Bold";
  width: 300px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#chatbox .main_chatbox .attachbar-textli label {
  font-size: 15px;
  font-weight: 700;
  color: #006699;
  cursor: pointer;
}
#chatbox .main_chatbox .attachbar-textli label i {
  color: #006699 !important;
  font-size: 15px;
}
#chatbox .main_chatbox .attachbar-textli input {
  display: none;
}
#chatbox .main_chatbox .centerbtn-bar {
  text-align: center;
  margin-bottom: 20px;
}
#chatbox .main_chatbox .centerbtn-bar input {
  background: #66CC33;
  border: none;
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: #fff;
  min-width: 170px;
  overflow: hidden;
  position: relative;
}
#chatbox .main_chatbox .uploadfile-textkam {
  font-size: 13px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

#style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 217, 143)), color-stop(0.72, rgb(73, 152, 189)), color-stop(0.86, rgb(50, 92, 218)));
}

.custom-table-row .action-link a {
  cursor: pointer;
  color: #006699;
}
.custom-table-row .action-link a:hover {
  text-decoration: underline;
  color: #66CC33;
}

.resposive-phone-field {
  width: calc(100% - 136px);
}

.custom-comparison-report {
  font-size: 12px;
  font-weight: 600;
}
.custom-comparison-report input {
  font-size: 12px;
  font-weight: 600;
}

.custome-report-element-column {
  width: 125px;
}

.custom-report-unit-column {
  width: 65px;
}

.attach-docs-list ul {
  list-style: inside;
  padding-left: 0px;
  margin: 0;
}
.attach-docs-list ul .link-overflow {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach-docs-list ul li {
  padding: 3px 0;
  font-weight: 600;
  color: #66CC33;
}
.attach-docs-list ul li a {
  color: #66CC33;
  text-decoration: underline;
}
.attach-docs-list ul li a:hover {
  color: #006699;
}

.link {
  color: #006699;
  text-decoration: underline;
  cursor: pointer;
}

.custom-append-box-size {
  width: calc(100% - 42px);
}

.Country-Code-select {
  width: 95px;
}

.custom-template {
  border: 3px double #006699;
}
.custom-template input {
  border-bottom: 2px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-weight: 600;
}
.custom-template p {
  clear: both;
  display: block;
  margin-bottom: 15px;
}
.custom-template p span {
  float: left !important;
  padding-right: 10px;
  padding-right: 10px;
}
.custom-template p textarea {
  border-bottom: 2px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-weight: 600;
}
.custom-template ul {
  list-style: none;
  padding: 0;
}
.custom-template ul li textarea {
  border-bottom: 2px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-weight: 600;
}
.custom-template .custom-ul {
  padding-left: 15px;
  list-style: none;
}
.custom-template li i {
  padding-right: 10px;
  color: #66CC33;
}
.custom-template .custom-head-text {
  color: #66CC33;
  font-weight: 600;
}

.custom-address p {
  margin-bottom: 5px;
}

.no-input-box {
  border: none !important;
  background-color: #ffffff !important;
}

.custom-detail-address input {
  font-weight: bold;
}
.custom-detail-address textarea {
  border-bottom: 2px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: bold !important;
}
.custom-detail-address .custom-detail-add-icon {
  font-size: 22px;
  cursor: pointer;
  color: #006699;
}
.custom-detail-address .custom-detail-add-icon:hover {
  color: #66CC33;
}

.custom-fill-form-table tr td span {
  color: #66CC33;
  font-weight: 600;
  margin: 0 auto;
}
.custom-fill-form-table tr td .form-group {
  margin-bottom: 0;
}
.custom-fill-form-table tr td .form-group label {
  color: #006699;
  font-weight: 600;
}
.custom-fill-form-table tr td .form-group input {
  line-height: 15px;
  width: inherit;
  width: 100%;
  background-color: #ffffff !important;
}

small {
  font-size: 11px !important;
}

@media only screen and (max-width: 800px) {
  #no-table table, #no-table thead, #no-table tbody, #no-table th, #no-table td, #no-table tr {
    display: block;
  }
  #no-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-table tr {
    border: 1px solid #ccc;
  }
  #no-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left !important;
  }
  #no-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  #no-table td:before {
    content: attr(data-title);
  }
  .table-bordered {
    border: none;
  }
}
/*------------------------------------*/
@media screen and (max-width: 768px) {
  .navbar-brand {
    width: auto;
  }
  .custom-form-table tr td .form-group input {
    width: auto;
  }
}
/*------------------------------------*/
@media screen and (max-width: 414px) {
  .custom-form-table tr td .form-group input {
    width: 100px !important;
  }
  .responsive-custom-btn {
    display: table-caption;
  }
  .responsive-custom-btn .responsive-report-btn {
    padding-top: 20px;
  }
}