.frame-configurator {
    background: url('/wp-content/plugins/frame-configurator/public/images/met-muur.png') no-repeat center center;
    background-size: auto 600px;
    width: 100%;
    height: 600px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.frame-configurator-wrapper {
    position: absolute;
    bottom: 0;
    padding-bottom: 176px;
    left: 0;
    z-index: 2;
}

.frame-configurator-svg-wrapper {
    width: 950px;
    text-align: center;
    z-index: 3;
}

.frame-configurator-svg-sub-wrapper {
    width: fit-content;
    margin: auto;
}

.frame-configurator-background-image {
    z-index: 4;
    background: url('/wp-content/plugins/frame-configurator/public/images/zonder-muur.png') no-repeat center bottom;
    background-size: auto 320px;
    width: fit-content;
    margin: auto;
    margin-top: 100px;
    overflow: hidden;
}

.frame-configurator-props {
    position: absolute;
    width: 100%;
    height: 600px;
    background: url('/wp-content/plugins/frame-configurator/public/images/props.png') no-repeat top center;
    background-size: auto 600px;
    z-index: 99999999;
}

.frame-configurator-glass-color {
    background-color: transparent;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

.frame-configurator-svg {
    position: relative;
    z-index: 2;
}

.frame-configurator-svg-measurements {
    position: absolute;
    z-index: 999;
    margin-left: -32px;
    margin-top: -22px;
}

.select2, .selection {
    width: 100%;
}

.select2-results * {
    color: #000;
}

.select2-color {
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 3px;
    margin-right: 20px;
    border: 1px solid #EFEFEF;
}

.select2-color-selected {
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    border: 1px solid #EFEFEF;
}

.select2-selection__rendered {
    line-height: 31px !important;
    color:white !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.frame-configurator-settings-form {
    z-index: 99999;
}

.error {
    color: #ff0000;
    font-size: 12px;
    width: 100%;
    clear: both;
}

.frame-configurator-settings-form input[type=text],
.frame-configurator-settings-form input[type=number],
.frame-configurator-settings-form select {
    background-color: transparent !important;
    color: #FFF !important;
    border: 0 !important;
    border-bottom: 1px solid #8a8b8e !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 36px !important;
}

.ui-accordion-content label {
    color: white;
    margin-bottom: 0;
    font-weight: 900;
}

#accordion {
  background-color: #424242;
}

.ui-accordion-content {
    background: none;
    padding: 10px !important;
    border: 0 !important;
}

.ui-accordion-header {
    background: #1B1B23;
    font-weight: 900;
    border: 0;
}

.ui-state-default {
    color: #8a8b8e !important;
}

.ui-state-active {
    color: #FFFFFF !important;
}

.taatsdeur {
    margin-left: 1px;
    margin-right: 1px;
}

.ui-accordion .ui-accordion-content {
    overflow-x: hidden;
}
.btn-primary {
    background-color : #A74F26 !important;
    width : 100% !important;
}

.btn-primary.export:hover {
  background: #000 !important;
}

.print{
    background-color : #A74F26 !important;
  }

  .print:hover {
      background-color : #A74F26 !important;
    }

.turnDirection {
    cursor:pointer;
}
.doorHandle {
    cursor:pointer;
}
.selectedHandle {
    border: 3px solid #a74f26;
}

.site-content {
    background: #000 !important;
}
.col-full {
    width: 100%;
    max-width: 100% !important;
}
.form-control {
    padding-top: 6px;
}
.form-label {
    font-size: 12px;
}

.row .col img {
    margin-bottom: 0px !important;
    max-width: 100%;
    height: auto;
    margin-top: 5px !important;
  }

.form-title {
    font-size: 15px;
    background: #1b1b23;
    padding: 15px;
    color: white !important;
    font-weight:400 !important;
}
.row {
    padding-bottom: 8px !important;
}
.form-check-label {
    color: #e8e8e8 !important;
    font-size: 14px;
    font-weight: 700;
}
.form-check {
    padding: 0;
    width :90%;
}
.input-group-text {
    background-color: #a74f26 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
}
.btn-group {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    display: table;
}
.btn-group .active {
    background-color: #a74f26 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0px 0px !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 15px !important;
    margin-right: 4px !important;
}
.btn-group .btn {
    border: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0px 0px !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 15px !important;
    margin-right: 4px !important;
}

@media only screen and (max-width: 690px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .frame-configurator {
        overflow: auto;
    }

    .frame-configurator-svg-wrapper {
        width: 150%;
    }
}
.hidden-svg {
    display: none;
}
.at-top .container {
    background: #000 !important;
}
.page-template-default {
    padding-top: 40px !important;
}

.frame-configurator-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.background-preview {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #8a8b8e;
    border-radius: 4px;
}

.background-preview img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.remove-background {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.remove-background:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}
