:root {
    --exp-dark: #004d5a;
}

h6, .h6 {
  font-size: 14px; /* eller hvad du ønsker */
}

.bg-exp-dark {
    background-color: var(--exp-dark);
    color: #ffffff;
    border-color: var(--exp-dark);
}

body{
	/* font-family: "Inter", serif; */
	  font-family: "Poppins", serif;
	background-image: url(../img/bg-img.png);
    background-size: cover;
	font-size: 13px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    /* color: #024d5a; */
}

.bg-wall svg {
    width: 100px;
}

.bg-wall {
    width: 100%;
    height: 100% ;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted #00919e;
    border-radius: 8px;
}

.accordion-body h5.fw-600 {
    background-color: #f3f3f3;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.bg_light4 {
    background-color: #ffffff;
    padding: 20px;
/*     border-top: 1px solid #aebcbe;
 */    padding-top: 10px;
    border-radius: 0px 0px 15px 15px;
    -webkit-box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
    box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
}

.config-sidebar {
    width: min(100%, 450px);
}

.config-sidebar .bg_light,
.config-sidebar .bg_light4 {
    width: 100%;
}

.config-counter-list > .col-12 {
    margin-bottom: 0.75rem !important;
}

.config-resolution-block {
    margin-top: 0.5rem;
}

.config-resolution-block .item-title {
    margin-bottom: 0.25rem !important;
}

.config-grid-compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.config-grid-compact__item {
    border: 1px solid #d9e2e4;
    border-radius: 10px;
    padding: 8px 10px;
    text-align: center;
}

.config-grid-compact__title {
    color: #4c5a5d;
    font-size: 13px;
    font-weight: 600;
}

.config-grid-compact__value {
    color: #1f2d31;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.config-grid-compact__actions {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.content-option-compact {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.upload-img.upload-img-inline {
    width: 45%;
    min-width: 0;
    margin-bottom: 0 !important;
}

.upload-img.upload-img-inline img {
    width: 100%;
    height: 76px;
    object-fit: cover;
    display: block;
}

.upload-img2.upload-img2-inline {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
}

.content-upload-btn {
    width: 55%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.content-upload-btn .file-button {
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
}

.img-man {
    width: 120px;
    margin-bottom: -24px;
}

.bg-light {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 80px 0px 40px;
    position: relative;
	 -webkit-box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
    box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
	border-radius: 15px;
}



.wvideowall {
    height: 100%;
}

.wall-measure-ve {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    -moz-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 92px;
    display: flex;
    margin-right: 16px;
}

.wall-space {
    -moz-align-items: center;
    align-items: center;
    height: calc(50% - 30.872px);
    display: inline-flex;
}

.wall-space button.btn.btn-light {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	background-color: #e7e7e7;
	font-size: 14px;
}

.btn-light {
    background-color: #e1e3e3;
}

nav.navbar.navbar-expand-sm.navbar-light{
    background-color: transparent !important;
}

.btn-primary-base {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #004d5a;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;

}

.icon-btn {
    position: absolute;
    top: 13px;
    left: 20px;
}

button.btn.btn-dark {
    background-color: #00919e !important;
    border-color: #00919e !important;
}

.bg_light {
    background-color: #fff;
    padding: 30px;
	height: 100%;
}

/* .bg_light2.text-center {
    background-color: #00919e;
    color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
} */

.bg_light2.text-center {
    background-color: #004d5a;
    color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}

icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;    
}

.nav-tabs .nav-link.active {
    background-color: #00919e !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #262626;
    border: 0px;
}

input.quantity-field{
    border-radius: 24px !important;
}

.form-check-input:checked {
    background-color: #004d5a;
    border-color: #004d5a;
}

/* body {
  font-family: "Quicksand", sans-serif;
  background-color: #fafafa;
} */

.card {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.65rem;
}

hr.style-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.mt_2 {
  margin-top: 2rem !important;
}

/*Simple radio btn input CSS*/
.custom-control-label {
  cursor: pointer;
}

.cap-opt-1 {
  display: inline-block;
  min-width: 50px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #59a9f7;
  background-color: #59a9f7;
}
/*Card Button CSS*/

.card-radio-btn .content_head {
    color: #333;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
}

.card-radio-btn .content_sub {
  color: #9e9e9e;
  font-size: 14px;
}

.card-input-element + .card {
    width: 95%;
    height: 144px;
    margin: 10px;
    /* justify-content: center; */
    color: var(--primary);
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    border: 2px solid transparent;
    border-radius: 10px;
    text-align: center;
    /* -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 219px;
    align-items: center;
}


.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  border: 2px solid #719eca;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element:checked + .card::after {
  content: "\f26a";
  color: rgba(113, 158, 201, 0.6);
  position: absolute;
  right: 5px;
  top: 5px;
font-family: bootstrap-icons !important;
    font-style: normal;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f3f3f3;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 15px;
}

 .measure-v {
    height: 100%;
    right: -58px;
    top: 0;
    width: 58px;
    position: absolute;
}

 .measure-v .measure-v-conts {
    height: 100%;
    right: 0;
}

 [class*=total-measure-] [class*=videowall-measure-] {
    height: 100%;
    position: absolute;
    width: 100%;
}

.videowal-line-v {
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -moz-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    right: 0;
    width: 100%;
}

.measure-v-btn {
    position: absolute;
    right: -50px;
    top: calc(50% - 16px);
}

.line-v-main {
    position: relative;
    width: 100%;
}

.measure-tag-wrap {
    -moz-align-items: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.videowall-line-v-all {
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -moz-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    right: 0;
    width: 100%;
}


.wvideowall.border_wall {
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -moz-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px dashed #c4dade;
    border-top: 1px dashed #c4dade;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    right: 23px;
    height: 80px;
    width: 355px;
    position: absolute;
    /* top: 0px; */
    top: calc(50% - 20px);
    bottom: calc(50% - 32.71px);
}

.videowall-line-h-main.odd.is-screentype {
    position: absolute;
    height: 54%;
    top: -60px;
}

.videowall-line-h-main.odd.is-screentype:after {
    border-left: 1px dashed #c4dade;
    border-right: 1px dashed #c4dade;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.wvideowall2 {
    width: 74%;
    position: absolute;
    top: 20px;
    left: 131px;
}

.wall-measure-ve2 {
    -moz-flex-direction: column;
    flex-direction: row;
    height: 100%;
    -moz-justify-content: space-between;
    justify-content: space-around;
    width: 100%;
    display: flex;
}

.wvideowall2 button.btn.btn-light {
    -webkit-transform: rotate(90deg);
    transform: none;
    background-color: #e7e7e7;
	font-size: 14px;
}

.bg-wall2:after {
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
    content: "";
    height: 58px;
    position: absolute;
    right: 0px;
    top: -60px;
    width: 100%;
}

.bg-wall2 {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00919e;
    border-radius: 0px;
    background-color: #fff;
    min-height: 400px;
    margin-left: 20px;
    position: relative;
}

.bg-light2 {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 80px 0px 40px;
    position: relative;
    height: 100%;
    background-color: #fff;
	 -webkit-box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
    box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
	border-radius: 15px;
}

.screen-content{
	/*  border-bottom: 1px solid #ddd; */
    display: flex;
/*     -moz-flex-direction: row-reverse;
    flex-direction: row-reverse; */
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
	align-items: center;
    gap: 16px;
}

.screen-content.thumb-img {
    margin-bottom: 16px;
    position: relative;
}

.thumb_img{
    width: 90px;
}

.screen-content .summary {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    line-break: normal;
    text-align: left;
}

.screen-content .btn {
    white-space: nowrap;
}

.screen-content .font-weight-bold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-weight-bold {
    font-weight: 600;
}

.box-shadow{
	-webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .2);
    box-shadow: 0 2px 4px rgba(126, 142, 177, .2);
}

.border-rounded {
    border-radius: 8px;
}

label.form-check-label {
    font-size: 13px;
}

.bg_light {
    background-color: #fff;
    padding: 22px;
    height: auto;
    min-height: 0;
    overflow: visible;
	 -webkit-box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
    box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
	border-radius: 15px 15px 0px 0px;
}

.accordion-item {
    border-radius: 15px !important;
    overflow: hidden;
	margin-bottom: 15px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6!important;
}

.bg_light3 {
    background-color: #fff;
    padding: 30px;
    height: 650px;
    overflow-y: auto;
	 -webkit-box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
    box-shadow: 0 2px 22px rgba(126, 142, 177, .3);
	border-radius: 15px;
}

.upload-img {
    border: 1px solid #666;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.upload-img2 {
    position: absolute;
    top: 51px;
    color: #fff;
    left: 28px;
}

.btn-primary-base2 {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #004d5a;
    color: #fff;
    padding: 8px 10px;
    text-decoration: none;
    display: inline-block;
	font-weight: 500;
}

.btn-primary-base3 {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #e7e7e7;
    color: #262626;
    padding: 8px 10px;
    text-decoration: none;
    display: inline-block;
	border-color: #e7e7e7;
	font-weight: 500;
}

.btn-primary-base3:hover {
    background-color: rgb(228 232 237);
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    background-color: #e7e7e7;
    color: #262626;
}

.btn-primary-base2:hover {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(5 102 119);
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-base:hover {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(5 102 119);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;

}

.border-radius {
    border-radius: 8px;
}

a.btn.btn-success.border-radius.py_3 {
    padding: 12px 24px;
	font-weight: 500;
}

.btn-primary {
    background-color: #004d5a;
    border-color: #004d5a;
}

.btn-primary:hover, button.btn.btn-dark:hover {
    background-color: #004d5a !important;
    border-color: #004d5a ;
}




/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c3c9c3;
}


.accordion-body .row {
    margin-bottom: 10px;
    padding-left: 10px;
}


@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

@media (min-width: 992px) {
    .config-sidebar-column {
        flex: 0 0 450px;
        width: 450px;
    }
}

@media (max-width: 778px) {
.bg-wall {
    width: 90%;
    height: 320px;
}

.img-man.text-end {
    display: none;
}

.wvideowall.border_wall {
    right: 28px;
    height: 80px;
    width: 150px;
    position: absolute;
    /* top: 0px; */
    top: calc(50% - 20px);
    bottom: calc(50% - 32.71px);
}

.bg_light {
    background-color: #fff;
    padding: 20px;
    height: auto;
    overflow: visible;
}

.config-grid-compact {
    grid-template-columns: 1fr;
}

.content-option-compact {
    flex-direction: column;
}

.upload-img.upload-img-inline,
.content-upload-btn {
    width: 100%;
}

.wall-measure-ve {
    width: 54px;
}

.wall-space {
    height: auto;
}

.wall-measure-ve {
    flex-direction: row;
	border-top: 0px dashed #000;
    border-bottom: 0px dashed #000;
}

.wvideowall button.btn.btn-light {
    width: 69px;
            font-size: 13px;
}

.wvideowall2 {
	width: 92%;
	position: absolute;
	top: 20px;
	left: 0px;
}


.wall-measure-ve2 button.btn.btn-light {
    font-size: 13px;
}

.bg-wall2:after {
display: none;
}

ul.nav.navbar.icon-btn button.btn.btn-dark {
    padding: 8px 8px;
    height: 31px;
    font-size: 12px;
}

.bg-wall2 {
    width: 80%;
}

.d_none{
	display: none;
}
}


