/**************************************************************
***************************************************************
**                                                           **
**        Table of Contents: GrowthHive User Portal          **
**                     //1. Base Styles                      **
**                     //2. Main Navigation                  **
**                     //3. Custom Classes                   **
**                     //4. Footer                           **
**                     //5. Forms and Inputs                 **
**                     //6. Media Queries                    **
**                                                           **
**       Developers: Cody Koscielski, Jan Lars Austero       **
**                         2023                              **
**            https://github.com/codykoscielski              **
**            https://github.com/akosilar                    **
***************************************************************
**************************************************************/

/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

/**************************************************************
***************************************************************
**                                                           **
**                      //1. Base Styles                     **
**                                                           **
***************************************************************
**************************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/**************************************************************
***************************************************************
**                                                           **
**                      //2. Base Styles                     **
**                                                           **
***************************************************************
**************************************************************/

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.btn-outline-dark:hover a {
  color: #fff;
}

html {
  font-size: 16px;
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
  margin: 0;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="ko"] body,
html[lang^="zh"] body {
  line-break: strict;
  word-break: break-all;
}

p {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

a:focus,
a:hover {
  text-decoration: underline;
  color: #000;
}

a:visted {
  color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 40px;
}

h1,
h2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h2 {
  font-size: 32px;
}

h3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h4 {
  font-size: 18px;
}

h4,
h5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

h5 {
  font-size: 14px;
}

h6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

ol,
ul {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 4px 0;
}

/* ul {
    list-style: none
} */

code {
  vertical-align: bottom;
}

blockquote {
  border-left: 2px solid #231f20;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: #f9c02d;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  margin: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

form {
  font-family: Montserrat, sans-serif;
  line-height: 2rem;
}

.maxwidthcol {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30ch;
}

.statuscol {
  max-width: 15%;
}

.hs-form-field {
  margin: 0 0 1rem;
}

form label {
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 0;
  text-align: left;
  width: auto;
  margin-bottom: 0px !important;
}

form legend {
  color: #33475b;
  font-size: 0.875rem;
}

form p {
  font-size: 0.855rem;
  margin-bottom: 0px;
  margin-bottom: 0.35rem;
}

.input {
  position: relative;
}

input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  background-color: #fff;
  border: 1px solid #dadada;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1rem;
  width: 100%;
}

input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #f9c02d;
  outline: none;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0,
fieldset.form-columns-1,
fieldset.form-columns-2,
fieldset.form-columns-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

fieldset.form-columns-0>div,
fieldset.form-columns-1>div,
fieldset.form-columns-2>div,
fieldset.form-columns-3>div {
  width: 100%;
}

fieldset.form-columns-0 .hs-form-field,
fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field {
  flex-basis: 135px;
  flex-grow: 1;
}

fieldset.form-columns-0 .hs-form-field .input,
fieldset.form-columns-1 .hs-form-field .input,
fieldset.form-columns-2 .hs-form-field .input,
fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input,
fieldset.form-columns-1 .hs-form-field .hs-input,
fieldset.form-columns-2 .hs-form-field .hs-input,
fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone,
fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone,
fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone,
fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone {
  align-items: center;
  display: flex;
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone select,
fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone select,
fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone select,
fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
  flex: 1 1 25%;
  margin-right: 10px;
}

fieldset.form-columns-0 .hs-form-field input[type="checkbox"],
fieldset.form-columns-0 .hs-form-field input[type="radio"],
fieldset.form-columns-1 .hs-form-field input[type="checkbox"],
fieldset.form-columns-1 .hs-form-field input[type="radio"],
fieldset.form-columns-2 .hs-form-field input[type="checkbox"],
fieldset.form-columns-2 .hs-form-field input[type="radio"],
fieldset.form-columns-3 .hs-form-field input[type="checkbox"],
fieldset.form-columns-3 .hs-form-field input[type="radio"] {
  width: auto !important;
}

.hs-fieldtype-date .input .hs-dateinput:before,
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: #e4e4e4;
}

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list>li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

input[type="file"] {
  background-color: transparent;
  box-shadow: none;
  line-height: normal;
}

/**************************************************************
***************************************************************
**                                                           **
**                      //3. Custom Styles                   **
**                                                           **
***************************************************************
**************************************************************/
.center-align {
  text-align: center;
}

.submitted-green {
  font-size: 1rem;
  color: #28a74578;
  margin-left: 0.5rem;
}

.gh-btn.submitted-yellow {
  background-color: #f9c02d7a;
}

.question-submitted {
  /*background-color: rgba(255, 252, 127, .3);*/
}

.question-completed {
  /*background-color: rgba(205, 254, 194, .3);*/
}

.min-btn {
  min-width: 185px;
}

.pending {
  color: rgb(228, 75, 46, 0.5);
}

@media only screen and (max-width: 1024px) {
  .no-mobile {
    display: none;
  }
}

.hello-name {
  text-transform: capitalize;
}

.sort-buttons {
  color: #51585e;
  cursor: pointer;
}

h1 {
  text-align: center;
}

.nav-link.active {
  font-weight: 500;
}

.input55 {
  width: 55% !important;
  border-radius: 0;
}

.sticky-top {
  background-color: #fff;
}

.container-fluid {
  justify-content: space-between;
}

.login li {
  margin-left: 1rem;
}

.progress {
  height: 2rem;
  width: 90%;
}

.progress-bar {
  height: 2rem;
  background-color: #f9c02d;
  color: #000;
}

.progress::after {
  content: url("/images/bee-graphic.png");
  display: inline-block;
  width: 40px;
  height: 34px;
}

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

.honeypot-icon {
  margin-left: 1rem;
}

i.bi.bi-check.approved-response-icon {
  font-size: 2rem;
  color: #28a74578;
}

.placeholder-link {
  color: #fec132;
}

.placeholder-link:visited {
  color: #c5c5c5;
}

/* .progress::after {
    content: url('/images/honeypot-graphic.png');
    display: inline-block;
    width: 40px;
    height: 43px;
} */

/*
form input {
    background-color: #f9c02d;
    border: 1px solid #f9c02d;
    border-radius: 3px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    height: auto;
    letter-spacing: .03em;
    line-height: 1.1;
    margin: 0;
    padding: 15px 25px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;

}*/

form button:hover {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

/* questions forms */
input .answer-needed::before {
  font-family: "bootstrap-icons";
  content: "\F138";
  color: red;
  margin-right: 0.5em;
}

input .answer-needed {
  background-color: rgb(255, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.card-header {
  background: none;
  border: none;
}

.kl-card {
  background-color: #fff;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  border-radius: 9px;
  box-shadow: 0 11px 30px rgba(154, 161, 177, 0.2);
  padding: 32px 25px;
  width: 100%;
}

.gh-btn {
  background-color: #f9c02d;
  border: #f9c02d;
  color: #000000;
}

.gh-btn:hover,
.gh-btn-outline:hover {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.gh-btn-outline {
  border: 1px solid #f9c02d;
  background: #ffffff;
  color: #000000;
}

.file-btn:hover svg {
  fill: #f9c02d;
  stroke: #231f20;
}

.app-icon {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.app-icon:hover {
  transform: translateY(-10px);
}

/* login form */
.form-wrapper {
  background-color: #f4f4f4;
  padding: 2rem 1rem;
  border-radius: 15px;
}

hr {
  margin: 2rem;
}

.MicrosoftLoginButtonstyles__MicrosoftSignInDiv-sc-1gfy56t-0.iXeKNI {
  margin-top: 2rem;
}

.top-nav-login-gear {
  list-style-type: none;
}

.top-nav-login-gear li {
  margin-left: 1rem;
}

ul.top-nav-login-gear {
  margin: 0;
  padding: 0;
}

.gearicon {
  position: relative;
  bottom: 1px;
}

.height-adjust {
  height: calc(100vh - 113px);
}

/*.company-form {
    display: none;
}*/

.newCam-form {
  display: none;
}

.notification-dot {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.clientqa button {
  margin-left: 1rem;
}

/* client file upload */
.dragover {
  border: 3px solid black;
}

.dragoverShadow {
  background: gray;
}

.remove-icon img,
.makePrimary-icon img {
  display: none;
  height: 20px;
}

.cam-row:hover .remove-icon img,
.cam-row:hover .makePrimary-icon img {
  display: inline;
}

.remove-icon,
.makePrimary-icon {
  background: none;
  border: none;
  cursor: pointer;
  min-width: 20px;
}

.contextDownloadLink:focus,
.contextDownloadLink:hover {
  text-decoration: none;
}

/**************************************************************
***************************************************************
**                                                           **
**                      //4. Footer Styles                   **
**                                                           **
***************************************************************
**************************************************************/

.kl-footer {
  line-height: 1rem;
  font-size: 0.8rem;
}

.kl-footer nav {
  padding-top: 0.5 !important;
}

.kl-footer a {
  color: #231f20 !important;
}

.kl-footer__address {
  margin: 4px 0;
  color: #231f20;
}

.growthhive-footer-logo {
  width: 250px;
}

#please a:visited {
  color: #231f20;
}

.kl__footer__address a:hover {
  text-decoration: underline;
}

.test-lars {}

.kl-footer__social ul {
  display: flex;
  gap: 14%;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 -16px;
  padding: 0;
}

.kl-footer__social span {
  height: 25px;

  margin: 8px 16px;
  width: 25px;
}

.kl-footer__social svg {
  fill: #231f20 !important;
  display: block;
  height: 25px;
  transition: all 0.25s ease-in-out;
  width: 25px;
}

/**************************************************************
***************************************************************
**                                                           **
**                      //5. Forms and Inputs                **
**                                                           **
***************************************************************
**************************************************************/

.breadcrumb {
  font-size: 24px;
}
