@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.m-top-sm {
  margin-top: 15px;
}

h1 {
  font-weight: 800;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px;
}

input:focus {
  outline-color: var(--color-main-two);
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

.container-wide {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.d-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  padding-right: 6px;
}

.shadow {
  -webkit-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .15);
}

.mr-zero {
  margin-right: 0 !important;
}

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

.label-decor {
  border-bottom: 1px solid var(--color-secoundary-one);
  line-height: 32px!important;
}

.nuke-bs-card-styling {
  background-color: inherit !important;
  border-bottom: none !important;
}

.entry-title,
.entry-content {
  color: var(--color-main-one);
}

.cursor-pointer {
  cursor: pointer;
}

.flex-1 {
  flex: 1;
} 

.flex-1-child > * {
  flex: 1;
}

.d-flex-wrap {
  flex-wrap: wrap;
}

.border-bottom-color-secoundary-one {
  border-bottom: 1px solid var(--color-secoundary-one);
}

.border-bottom-color-main-three {
  border-bottom: 1px solid var(--color-main-three);
}

/* ROUNDED CORNERS ALL OVER */
.btn,
li.gchoice,
textarea,
input,
h3.gform_title,
html body .gform_heading,
.form-control,
.schema-type,
.card-body,
.new-forms-status,
.alert.alert-info,
.alert.alert-warning,
.no-new-forms-status,
.alert.alert-success {
  border-radius: var(--px-border-radius)!important;
}


.ginput_container.ginput_container_date:before,
.gform_legacy_markup_wrapper :before,
.schema-type .icon,
.date-label,
.gform_heading::before,
.no-new-forms-decor {
  border-top-left-radius: var(--px-border-radius);
  border-bottom-left-radius: var(--px-border-radius);
}

.region-heading {
  border-top-left-radius: var(--px-border-radius);
  border-top-right-radius: var(--px-border-radius);
}

.gform_heading.hide-when-finished .g_title {
  border-top-right-radius: var(--px-border-radius);
  border-bottom-right-radius: var(--px-border-radius);
}



/* INPUT BACKGROUND */
.ginput_container.ginput_container_radio li,
textarea,
.custom-select,
input,
h3.gform_title,
.form-control,
input,
.card-body,
.form-control:focus {
  background-color: var(--color-secoundary-two);
  border: none!important;
  /* -webkit-box-shadow: 0 0 0 30px var(--color-secoundary-two) inset!important; */
}


.collapse .card-body {
  background-color: #fff;
}

/* INPUT BACKGROUND DISABLED */
.form-control:disabled, .form-control[readonly] {
  /* background-color: var(--color-secoundary-three); */
  background-color: transparent;
  color: #777;
  padding-left: 0;
}

/* NO BORDERS */
textarea,
input,
.gform_wrapper li.schema-sub-title > label,
textarea:focus-visible,
input,
.form-control {
  border: none;
  outline: none;
}




/* FORM EL HEIGHT */
/* input {
  height: 50px;
} */




input[type=checkbox], input[type=radio] {
  accent-color: var(--color-secoundary-one);
  color: #fff;
}

.default-content h1:not(.entry-title),
.default-content h2:not(.entry-title),
.default-content h3:not(.entry-title),
.default-content h4:not(.entry-title),
.default-content h5:not(.entry-title),
.default-content h6:not(.entry-title) {
  margin-top: 25px;
}

.default-content ul:only-child {
  margin-left: -12px;
}

.form-desc {
  font-size: 12px;
  margin-top: 4px;
  color: #777;
}


.form-control:focus {
  border-color: var(--color-main-two);
  box-shadow: 0 0 0 0.2rem rgba(94, 138, 180, 0.25);
}


.inherit-color {
  color: inherit !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-main-two) !important;
}

.ds-divider {
  border-bottom: 2px solid var(--color-secoundary-one);
  margin-bottom: 15px;
}

.bg-light-blue {
  background-color: var(--color-main-two);
}

.color-white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.link-remove-underline {
  text-decoration: none;
}


.content {
  height: 100%;
}

.remove-link-look,
.remove-link-look:visited,
.remove-link-look:hover,
.remove-link-look:focus,
.remove-link-look:link {
  text-decoration: none;
  color: inherit;
}


.wide-max-width {
  /* max-width: 1500px;
  margin: 0 auto; */
}

ol[type="a"] {
  list-style-type: lower-alpha;
}

.ds-star {
  background-image: url("../img/propsafety-stjerne-kontur-hvit.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}

.ds-star-filled-grey {
  background-image: url("../img/propsafety-stjerne-hel-graa.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}

.ds-star-filled-white {
  background-image: url("../img/propsafety-stjerne-hel-hvit.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}



.alert.alert-info {
  color: var(--color-main-one);
  background-color: var(--color-secoundary-two);
  border-color: var(--color-secoundary-two);
}
.alert.alert-warning {
  color: var(--color-main-one);
  background-color: var(--color-secoundary-one-lighter);
  border-color: var(--color-secoundary-one-lighter);
}


.otgs-development-site-front-end {
  display: none;
}


.file-uploader {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.file-uploader .file-label {
  margin-bottom: 4px;
}

.file-uploader input[type="file"] {
  display: none;
}

.file-uploader .file-button {
  display: inline-block;
  background-color: var(--color-main-three);
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  width: fit-content;
}

.file-uploader .file-button:hover {
  background-color: #3a3a3a;
}