.wz-mobile-btn-container {
    height: 60px;
    background-color: var(--light-grey-background);
}

.mobile-btn-container {
    height: 100%;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--light-grey-background);
}

.wz-mobile-btn {
    flex-grow: 1;
    margin-right: 20px;
}

.wz-mobile-btn span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 18px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-color: var(--color-brand-secondary);
    border-radius: 8px;
}

.wz-mobile-md-btn {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: #eaeaea;
    border: none;
    border-radius: 8px;
    position: relative;
}

.wz-mobile-md-btn img {
    width: 30px;
    height: 100%;
}

#addedDevicesMobile,
#addedDevicesMobileShow {
    top: 55px;
    z-index: 1050000000;
}

@media (max-width: 991px) {
    #addedDevicesMobile,
    #addedDevicesMobileShow {
        top: 0;
    }
}

#addedDevicesMobile .modal-backdrop,
#addedDevicesMobileShow .modal-backdrop {
    top: 55px;
    z-index: -1;
}

#addedDevicesMobile .modal-header,
#addedDevicesMobileShow .modal-header {
    display: flex;
    align-items: center;
    min-height: 80px;
    background-color: #eaeaea;
    border: none;
}

.modal-header .close {
    color: var(--color-text);
    opacity: 1;
}

#addedDevicesMobileTitle,
#addedDevicesMobileShowTitle {
    flex-grow: 1;
    color: var(--color-text);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

#addedDevicesMobile .modal-dialog,
#addedDevicesMobileShow .modal-dialog {
    height: 100%;
    margin: 0;
}

#addedDevicesMobile .modal-content,
#addedDevicesMobileShow .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

#addedDevicesMobile .modal-body,
#addedDevicesMobileShow .modal-body {
    padding-top: 0;
    text-align: center;
    background-color: #fff;
}

.modal-body .wz-md-first-info-container {
    padding: 18px 0 0;
    font-size: 20px;
}

.modal-body .wz-md-first-info-container p {
    margin-bottom: 0;
}

.wz-mu-device-img {
    max-width: 35px;
}

.wz-mu-device {
    display: flex;
    align-items: center;
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px dashed #d2d2d2;
}

.wz-md-device-name {
    flex-grow: 1;
    padding-left: 20px;
    font-weight: 700;
    font-size: 15px;
}

.wz-md-device-match {
    display: flex;
    flex-grow: 1;
    align-items: center;
    color: var(--color-text);
    font-size: 12px;
}

.wz-md-device-match:hover,
.wz-md-device-match:focus,
.wz-md-device-match:active {
    color: var(--color-text);
}

.wz-md-device-match i {
    margin: 0 20px;
}

.wz-mu-device-remove {
    width: 18px;
    max-width: unset;
    margin-left: 10px;
}

.wz-wrapper.--mobile .wz-title-container {
    display: flex;
    padding: 20px 18px;
    background-color: #f5f5f5;
}

.wz-wrapper.--mobile .wz-md-container {
    display: none;
}

.wz-selects-container {
    display: flex;
    height: calc(100vh - 82px);
}

.wz-wrapper.--mobile .wz-close-btn {
    display: block;
    margin-right: auto;
    margin-left: 15px;
    color: var(--color-text);
    font-size: 52px;
    line-height: 42px;
}

ul.dropdown-menu li.disabled {
    display: none;
}

.wz-container {
    height: 100%;
    overflow-y: auto;
}

.wz-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wz-md-modal {
    display: none;
    text-align: center;
    background-color: #fff;
}

.wz-md-link-txt {
    padding: 25px 0;
    color: var(--color-link);
    font-size: 13px;
    text-align: center;
}

.wz-md-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    padding: 8px 20px;
    color: var(--color-text);
    font-size: 15px;
    border: 2px solid var(--color-brand-secondary);
    border-radius: 8px;
}

.wz-md-btn:hover {
    color: var(--color-text);
}

.wz-md-btn > div {
    max-width: 190px;
    text-align: left;
}

.wz-md-small-info {
    max-width: 80%;
    margin: 20px auto 0;
    font-size: 12px;
}

.wz-added-device-view-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f5f5f5;
}

.wz-added-device-view-mobile .wz-selected-icon {
    margin-right: 15px;
    font-size: 18px;
}

.wz-added-device-view-mobile .wz-mobile-md-btn {
    position: relative;
    height: 60px;
    margin: 0;
}

.wz-added-device-view-mobile .wz-mobile-md-btn .wz-added-devices-count {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background-color: var(--color-brand);
    border: 2px solid #fff;
    border-radius: 50%;
}

.wz-added-device-txt-container {
    flex-grow: 1;
    font-size: 12px;
}

.added-device-name {
    margin-top: 5px;
    font-size: 18px;
}

.wz-change-device {
    padding: 0 20px 0 10px;
}

.wz-change-device a {
    color: #777;
    font-size: 21px;
}

.wz-title,
.select2-results .myBtnNew {
    color: var(--color-text);
}

.wz-title {
    flex-grow: 1;
    font-weight: 500;
    font-size: 15px;
}

.wz-md-txt {
    font-size: 15px;
    line-height: 56px;
}

.wz-select1 .filter-option {
    display: flex;
    align-items: center;
}

.wz-select1 .caret {
    display: none;
}

.wz-select img {
    width: 30px;
    margin-right: 30px;
    margin-left: 15px;
}

.wz-select span {
    color: var(--color-text) !important;
    font-size: 15px;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: flex;
    align-items: center;
}

.bootstrap-select.wz-select1 > .dropdown-toggle::after,
.wz-select2-container .select2-selection__arrow::after {
    display: none;
    margin-right: 20px;
    color: #000;
    font-weight: 700;
}

.bootstrap-select.wz-select1 > .dropdown-toggle::after {
    z-index: 9999;
}

.wz-select1.open .dropdown-toggle::after {
    margin-top: 0;
    transform: rotate(180deg);
}

.wz-selects-container .bootstrap-select .dropdown-menu.open {
    top: 0 !important;
    margin: 0;
    overflow: visible !important;
    background-color: transparent;
    border: none;
    border-top: 2px solid var(--color-brand-secondary);
    border-radius: 8px;
    box-shadow: 0 0 6px #00000029;
}

.wz-selects-container .bootstrap-select .dropdown-menu .active {
    background-color: #fff !important;
}

.wz-selects-container .bootstrap-select .dropdown-menu li.selected,
.wz-selects-container .bootstrap-select .dropdown-menu a.selected {
    border: none !important;
}

.wz-selects-container .bootstrap-select .dropdown-menu li.selected {
    border-bottom: 1px dashed #e6e6e6 !important;
}

.wz-selects-container .bootstrap-select .dropdown-menu a.selected {
    border: none !important;
}

.wz-selects-container .bootstrap-select .dropdown-menu li .active,
.wz-selects-container .bootstrap-select .dropdown-menu li:hover,
.wz-selects-container .bootstrap-select .dropdown-menu a:hover {
    background-color: #fff !important;
}

.wz-selects-container .bootstrap-select .dropdown-menu li:first-of-type {
    width: 100%;
    padding: 0;
}

.wz-selects-container .bootstrap-select .dropdown-menu li:first-of-type > a {
    padding: 3px 6px 3px 17px;
    line-height: 42px;
}

.wz-selects-container .bootstrap-select .dropdown-menu li.disabled.selected,
.wz-selects-container .bootstrap-select .dropdown-menu li.disabled.selected > .active.selected {
    border: none !important;
}

.wz-selects-container .bootstrap-select .dropdown-menu li.disabled.selected {
    border: 1px solid #e6e6e6 !important;
    border-bottom: unset !important;
    border-top-left-radius: 8px;
}

.wz-selects-container .bootstrap-select .dropdown-menu li:last-of-type {
    border-bottom: none;
}

.wz-selects-container .bootstrap-select .inner {
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: visible !important;
}

.wz-selects-container .bootstrap-select ul.inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top-left-radius: 8px;
}

.wz-select1 > .btn,
.wz-select2-container .select2-selection {
    margin: 0;
    border: none;
}

.wz-select1 > .btn:hover,
.wz-select1 > .btn:active,
.wz-select1 > .btn:focus {
    background-color: #fff;
    outline: none !important;
    box-shadow: unset;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 0;
}

.wz-select-device {
    position: absolute;
    top: 68px !important;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    padding: 5px 20px 20px;
    background-color: #fff;
    border: none;
    border-radius: unset;
    box-shadow: none;
}

.wz-select-device li {
    width: 100%;
    border-bottom: 1px dashed #e6e6e6;
}

.wz-select1 {
    width: calc(100% / 3) !important;
}

.wz-select1.open {
    height: 20%;
    background-color: #f5f5f5;
}

.wz-select1.open .filter-option-inner-inner {
    font-weight: 700;
}

.wz-select1 .caret.--remove {
    display: none;
}

.wz-selected-icon {
    margin-right: 15px;
    color: var(--color-brand);
}

.wz-selected-device-name {
    font-size: 18px;
}

#order-opc .bootstrap-select.wz-select1 > .dropdown-toggle.selected {
    background: #fff !important;
    border: none !important;
}

.bootstrap-select.wz-select1 > .dropdown-toggle.selected::after {
    display: none;
}

/* Select 2 mobile */

.wz-select2 {
    visibility: hidden;
}

.wz-select2-container .select2-selection {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 0;
}

.wz-select2-container .select2-selection__rendered {
    width: 100%;
    padding: 0 !important;
    color: var(--color-text) !important;
    text-align: left;
}

.wz-select2-container .select2-selection__rendered.m--selected {
    margin-top: 12px;
}

.wz-select2-container .select2-selection__arrow {
    top: 13px !important;
    right: 15px !important;
    width: 13px !important;
    height: unset !important;
    margin: 0 8px !important;
}

.wz-select2-container .select2-selection__arrow b {
    display: none;
}

.wz-select2-container .select2-selection__arrow::after {
    padding-left: 2px;
    font-size: 15px;
    font-family: "FontAwesome";
    line-height: 15px;
    content: "\f107";
}

.wz-select2-container .select2-search--dropdown {
    padding: 0 !important;
}

.wz-select2-container .select2-dropdown {
    overflow: visible;
    border-radius: 0;
    box-shadow: 0 0 6px #00000029;
}

.wz-select2-container .select2-search__field {
    padding: 10px 15px !important;
    line-height: 29px;
    border: 1px solid #e6e6e6 !important;
}

.wz-select2-container .select2-search__field::after {
    position: absolute;
    top: 12px;
    right: 15px;
    display: inline-block;
    margin: 0 0 0 3px;
    color: var(--color-text);
    font-weight: bold;
    font-size: 15px;
    font-family: fontawesome;
    transform: rotate(180deg);
    content: "\f107";
}

.wz-select2-container .select2-results {
    position: absolute;
    top: 50px;
    left: -200px;
    z-index: -1;
    display: block;
    width: 800px;
    min-height: 100%;
    max-height: 300px;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 4px 6px #00000029;
}

.device-model-container .select2-results {
    top: 81px;
    right: 0;
    left: unset;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.device-model-container .select2-dropdown {
    position: relative;
}

.device-model-container .select2-search--dropdown {
    position: absolute;
    right: 0;
    width: 800px;
    padding: 25px 25px 15px !important;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 8px;
    box-shadow: 0 4px 6px #00000029;
}

.device-model-container input.select2-search__field {
    height: unset;
    padding: 5px 15px !important;
    border: 1px solid #777 !important;
    border-radius: 5px;
}

.wz-select2-container .select2-results__option {
    width: 30%;
    padding: 10px 15px;
    color: var(--color-text);
    border-bottom: 1px dashed #e6e6e6;
}

.wz-select2-container .select2-results__option:last-of-type {
    padding-bottom: 8px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.wz-select2-container .select2-results__option:focus,
.wz-select2-container .select2-results__option:active,
.wz-select2-container .select2-results__option:hover,
.wz-select2-container .select2-results__option--highlighted[aria-selected] {
    color: var(--color-text);
    background-color: #fff !important;
}

.wz-select2-container .select2-selection__clear {
    margin-top: -7px;
    margin-right: 6px;
    color: var(--color-text);
    font-size: 22px;
}

.select2-dropdown {
    z-index: 1000 !important;
}

.device-model-container .select2-results__message {
    display: none;
}

/* Popup */

.wz-info {
    padding: 10px 15px;
    color: #3d3d3d;
    font-weight: 300;
    line-height: 1.3;
    border-top: 1px solid #e3e3e3;
}

#wz-modal {
    z-index: 2147483099;
    padding-top: 0;
}

.wz-modal-content {
    width: 100%;
    max-width: 900px;
    padding-left: 50px;
    border: 1px solid #999;
}

.wz-modal-dialog {
    top: 25%;
    z-index: 2147483099;
    margin: 0 auto;
    transform: translate(0, -50%);
}

.wz-modal-header {
    padding: 15px;
    border-bottom: none !important;
    border-radius: 6px;
}

.wz-modal-header .close {
    margin-left: auto;
    font-size: 30px !important;
}

.wz-modal-title {
    padding-top: 10px;
}

.wz-modal-title span:last-of-type {
    color: #5d5d5d;
}

.modal-title-green {
    color: var(--color-brand);
}

.wz-modal-body {
    padding: 15px 65px 15px 15px !important;
}

.wz-modal-footer {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-top: none !important;
}

.wz-send-btn {
    float: right !important;
    width: 50%;
    padding: 10px;
    color: var(--color-brand);
    font-weight: 700;
    background: transparent;
    border: 2px solid var(--color-brand);
    border-radius: 5px;
}

.wz-select2-container.device-manufacturer-container {
    width: calc(100% / 3) !important;
}

#wz-device-model .device-model-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    text-align: center;
}

.select2-results__options::-webkit-scrollbar {
    width: 14px;
}

.select2-results__options::-webkit-scrollbar-track {
    border: solid 4px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    border: solid 4px transparent;
    border-radius: 14px;
    box-shadow: inset 0 0 14px 14px #d0d0d0;
}

::-webkit-scrollbar-button {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--color-text);
    font-size: 15px;
    white-space: pre-line;
}

.wz-device-selection {
    position: relative;
    width: calc(100% / 3) !important;
}

#wz-device-group .bootstrap-select .dropdown-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border-top-left-radius: 8px;
}

.wz-wrong-search-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    color: #464646;
    background-color: #f5f5f5;
}

.wz-wrong-search-txt {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
}

.wz-wrong-search-txt-light {
    color: #5c5c5c;
    font-weight: 400;
}

.wz-bulb {
    width: 16px;
    margin-right: 10px;
}

.dropdown-menu li.disabled {
    background-color: #fff !important;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 8px;
}

.fancybox-slide {
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 343px) {
    .wz-mobile-btn span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .wz-wrapper {
        position: fixed;
        top: -105vh;
        z-index: 2147483002 !important;
        width: 100%;
        height: 100vh;
        min-height: 90px;
        overflow: hidden;
        background-color: #fff;
        transition: 0.3s ease-out 0.2s;
    }

    .wz-wrapper.--added-device {
        position: initial;
        height: 100%;
    }

    .wz-default-view {
        overflow: hidden;
    }

    .wz-select .dropdown-menu {
        border: 1px solid #e3e3e3;
        border-radius: 10px;
    }

    .wz-selects-container .bootstrap-select .filter-option-inner {
        width: 100%;
    }

    .wz-selects-container .bootstrap-select .filter-option-inner-inner {
        font-size: 15px;
        line-height: unset;
        white-space: pre-wrap;
        text-align: center;
    }

    .wz-selects-container {
        width: 100%;
        text-align: center;
    }

    .wz-selects-container .bootstrap-select .dropdown-menu li {
        padding: 3px 0;
        line-height: 55px;
    }

    .wz-select1 > .btn:hover,
    .wz-select1 > .btn:active,
    .wz-select1 > .btn:focus {
        border-radius: 8px 8px 0 0;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #fff !important;
        border-color: #fff !important;
    }

    #order-opc .bootstrap-select.wz-select1 > .dropdown-toggle.selected {
        padding: 9px 20px;
    }

    #wz-device-group .wz-selected-border {
        padding: 6px 10px;
        background-color: #f5f5f5;
        border-bottom: 2px solid var(--color-brand);
        border-radius: 0;
    }

    #wz-device-group .wz-selected-border .filter-option-inner {
        width: 100%;
        text-align: center;
    }

    #wz-device-group .wz-selected-border .filter-option-inner-inner {
        font-weight: 500;
        font-size: 10px;
    }

    #wz-device-group .wz-selected-border .wz-selected-device-name {
        overflow: hidden;
        font-weight: 700;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wz-selected-icon {
        margin: 3px 0 0;
        font-size: 15px;
    }

    .wz-select2-container.select2-container--open {
        top: 155px !important;
        left: 0 !important;
        border-radius: 8px;
    }

    #wz-device-group .select2-container--open {
        top: unset !important;
    }

    .dropdown-backdrop {
        z-index: -1;
    }

    .device-model-container .select2-search--dropdown {
        top: 0;
        width: 100%;
        padding: 20px !important;
        border: none;
        border-top-left-radius: 0;
        box-shadow: none;
    }

    .device-manufacturer-container.wz-select2-container .select2-search--dropdown {
        display: none;
    }

    .wz-select2-container .select2-results {
        top: 0;
        left: 0;
        width: 100%;
        max-height: unset;
        padding: 10px 20px;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .device-model-container.wz-select2-container .select2-results {
        top: 100px;
    }

    .wz-select2-container .select2-results__option {
        width: 100%;
        padding: 20px 0;
        font-size: 15px;
    }

    .device-manufacturer-container.select2-container--default .select2-results > .select2-results__options {
        max-height: calc(100vh - 230px);
    }

    .device-model-container.select2-container--default .select2-results > .select2-results__options {
        max-height: calc(100vh - 330px);
    }

    .myBtnNew.find {
        float: left;
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 15px;
    }

    .myBtnNew.find img {
        width: 18px;
        margin-right: 20px;
    }

    .wz-select2-container .select2-dropdown {
        position: fixed;
        top: 197px !important;
        left: 0;
        z-index: 2147483090 !important;
        width: 100vw !important;
        height: calc(100vh - 152px);
        margin-top: -45px;
        overflow: hidden;
        border: none;
        box-shadow: none;
    }

    .wz-select2-container .select2-results__options {
        padding-bottom: 8px;
    }

    .wz-modal-content {
        padding-left: 20px;
    }

    .wz-modal-dialog {
        top: 20%;
        margin: 10px !important;
    }

    .wz-modal-title {
        font-size: 14px;
    }

    .wz-modal-body {
        padding: 0 35px 10px 10px;
    }

    .wz-modal-footer {
        padding-right: 0;
        padding-left: 0;
    }

    .wz-send-btn {
        width: 100%;
    }

    .wz-select1 > .btn,
    .wz-select2-container .select2-selection {
        min-height: 70px;
        color: var(--color-text) !important;
        background-color: #f5f5f5;
    }

    .wz-device-selection {
        position: relative;
        font-size: 17px;
        text-align: center;
    }

    .device-manufacturer-container .select2-selection--single[aria-expanded='true'],
    .device-model-container .select2-selection--single[aria-expanded='true'] {
        font-weight: 700;
        background-color: #fff;
        border-top: 2px solid var(--color-brand-secondary) !important;
        border-bottom-color: transparent !important;
        border-radius: 8px;
        box-shadow: 0 0 6px #00000029;
    }

    .select2-selection.manufacturer-selected,
    .select2-selection.model-selected {
        flex-direction: column;
        justify-content: space-evenly;
        border-top: 2px solid transparent !important;
        border-bottom: 2px solid var(--color-brand) !important;
    }

    .wz-selected-header.m--manufacturer,
    .wz-selected-header.m--model {
        font-weight: 500;
        font-size: 10px;
    }

    .select2-selection.manufacturer-selected #select2-select2-manufacturer-container,
    .select2-selection.model-selected #select2-select2-device-model-container {
        font-weight: 700;
        font-size: 14px;
    }

    .select2-selection__clear {
        display: none;
    }

    .wz-active {
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .wz-mobile-btn-container {
        display: none;
    }

    .wz-wrapper {
        width: 100%;
        min-height: 130px;
        margin-bottom: 7px;
        background-color: #f5f5f5;
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        box-shadow: 0 0 15px #0000001a;
    }

    .wz-wrapper.m--resize {
        min-height: 100px;
    }

    .wz-close-btn {
        display: none;
    }

    ul.dropdown-menu li.disabled {
        display: unset;
    }

    .wz-container {
        width: 100%;
        max-width: 1300px;
        height: 74px;
        margin: 0 auto;
        padding: 0 15px 18px;
        overflow: unset;
    }

    .wz-content-container {
        flex-direction: row;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .wz-header-container {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .wz-title-container {
        flex-grow: 1;
    }

    .wz-md-container {
        width: 210px;
        height: 100%;
        margin-top: -1px;
        text-align: center;
        border: 1px solid transparent;
    }

    .wz-md-container:hover {
        background-color: #fff;
        border: 1px solid #c2c2c2;
    }

    .wz-md-container > img {
        margin-right: 10px;
    }

    .wz-md-modal {
        position: absolute;
        top: 56px;
        right: 15px;
        z-index: 10;
        display: none;
        max-width: 305px;
        border: 1px solid #c2c2c2;
        border-radius: 8px 0 8px 8px;
        box-shadow: 0 0 15px #0000001a;
    }

    .wz-md-container:hover > .wz-md-modal {
        display: block;
    }

    .wz-mu-device-container {
        min-width: 305px;
        padding: 0 10px;
    }

    .wz-mu-device {
        min-height: unset;
        padding: 0 0 10px;
    }

    .wz-mu-device:not(:first-of-type) {
        padding-top: 10px;
    }

    .wz-md-device-more {
        flex-grow: 1;
        padding-left: 15px;
        text-align: left;
    }

    .wz-md-device-name {
        padding: 0 10px 5px 0;
    }

    .wz-md-device-match {
        margin: 0;
    }

    .wz-md-device-match:hover {
        color: var(--color-text);
        cursor: pointer;
    }

    .wz-md-device-match span {
        max-width: 85%;
        padding-right: 5px;
    }

    .wz-md-device-match i {
        display: unset;
        margin: 0;
        font-size: 10px;
    }

    .wz-mu-device-img {
        max-width: 30px;
    }

    .wz-mu-device-remove {
        width: 18px;
        margin-right: 10px;
        margin-left: 0;
    }

    .wz-md-first-info-container {
        padding: 10px 25px 0;
    }

    .wz-md-info {
        padding: 15px 25px 25px;
    }

    .wz-md-small-info {
        max-width: 100%;
        margin: 15px 0 0;
        font-size: 9px;
    }

    .wz-md-btn {
        padding: 2px 10px 2px 20px;
    }

    .wz-md-link-txt {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .wz-added-device-view {
        display: flex;
        align-items: center;
        max-width: 1300px;
        max-height: 100px;
        margin: 0 auto;
    }

    .added-device-img {
        margin-right: 30px;
        margin-left: 15px;
    }

    .wz-added-device-txt-container {
        font-size: 15px;
    }

    .added-device-name {
        font-size: 22px;
    }

    .wz-change-device {
        padding: 0 30px;
    }

    .wz-change-device a {
        color: var(--color-text);
        font-size: 15px;
    }

    .wz-change-device a i {
        margin-right: 8px;
    }

    .wz-added-device-container {
        position: relative;
        width: 210px;
        height: 100px;
        margin: -1px 0;
        padding: 14px 20px;
        text-align: center;
        border: 1px solid #c2c2c2;
    }

    .wz-added {
        background-color: #fff;
        box-shadow: 0 0 6px #0000001a;
    }

    .wz-added-device-container:hover {
        background-color: #fff;
        box-shadow: 0 0 6px #0000001a;
    }

    .wz-added-device-modal {
        position: absolute;
        top: 98px;
        right: -1px;
        z-index: 100;
        display: none;
        width: 305px;
        background-color: #fff;
        border: 1px solid #c2c2c2;
        border-radius: 8px 0 8px 8px;
    }

    .wz-added-device-container:hover .wz-added-device-modal {
        display: block;
        box-shadow: 0 0 6px #0000001a;
    }

    .wz-added-show {
        display: block !important;
    }

    .wz-mu-device-container .wz-already-added {
        margin: -10px -10px 0;
        padding: 10px 10px;
        background-color: #99cc0080;
        border-top-left-radius: 8px;
    }

    .wz-added-device-container > img {
        width: 27px;
    }

    .wz-added-device-total {
        padding: 4px 0;
    }

    .wz-added-device-modal .wz-md-info {
        padding: 15px 25px;
    }

    .wz-added-device-modal .wz-md-link-txt {
        padding-bottom: unset;
    }

    .wz-mu-device-container:first-child {
        padding-top: 10px;
    }

    .wz-title {
        width: 100%;
        margin: 0;
        font-size: 18px;
        text-align: left;
    }

    .wz-title strong {
        position: relative;
    }

    .wz-title strong::before {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 5px;
        background: rgba(153, 204, 0, 0.7);
        content: "";
    }

    .select2-results .myBtnNew {
        float: none;
        margin: 0 -25px;
        padding: 10px 25px;
        color: var(--color-text-light);
        font-size: 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #e6e6e6;
    }

    .select2-results .myBtnNew img {
        margin-right: 20px;
    }

    .wz-title-space {
        display: none;
    }

    .wz-select-device {
        top: 49px !important;
        flex-direction: row;
        flex-wrap: wrap;
        width: 510px;
        padding: 20px 17px;
        border: 1px solid #e6e6e6;
        border-radius: 0 8px 8px 8px;
        box-shadow: 0 3px 6px #00000029;
    }

    .wz-select-device li {
        width: 46%;
    }

    .wz-selects-container .bootstrap-select .dropdown-menu li:nth-last-of-type(2) {
        border-bottom: none;
    }

    .wz-selects-container {
        align-items: center;
        width: 100%;
        height: auto;
    }

    .wz-select2-container .select2-selection,
    .wz-select1 > .btn,
    .wz-btn {
        margin: 0;
        border: none;
    }

    .wz-select {
        width: calc(100% / 3) !important;
        margin-right: 0 !important;
    }

    .wz-select1 {
        margin-right: 15px;
    }

    #wz-device-group .wz-selected-border {
        border-color: var(--color-brand) !important;
    }

    .filter-option-inner {
        display: flex;
        align-items: center;
    }

    .wz-selects-container .bootstrap-select .dropdown-menu.open {
        border: none;
        border-top-left-radius: 8px;
    }

    .wz-select1 .filter-option-inner-inner {
        display: flex;
        flex-direction: column;
        color: var(--color-text);
    }

    .wz-selected-header {
        color: var(--color-text-light);
        font-size: 10px;
    }

    .wz-selected-header.m--manufacturer,
    .wz-selected-header.m--model {
        position: absolute;
        top: 5px;
        left: 48px;
    }

    .bootstrap-select.wz-select1 > .dropdown-toggle::after {
        display: block;
        margin-right: 7px;
    }

    .wz-select2-container .select2-selection__arrow::after {
        display: inline-block;
    }

    .wz-select1 .caret.--remove {
        top: 7px;
        right: 25px;
        display: inline-block;
        margin-top: 1px;
        color: var(--color-text);
        font-weight: 700;
        font-size: 22px;
        font-family: 'Open sans', sans-serif;
        border: none;
    }

    .wz-select1 .caret.--remove span {
        font-size: 22px;
    }

    .wz-selects-container .bootstrap-select .dropdown-menu li a {
        display: block;
        width: 100%;
        height: 50px;
        padding: 8px 20px;
    }

    .wz-select1 > .btn {
        width: 100% !important;
        height: 50px;
        margin: 0 !important;
        padding: 3px 6px 3px 17px;
        border: 1px solid #e6e6e6;
        border-radius: 8px 0 0 8px;
    }

    .wz-select1 > .btn,
    .wz-select2-container .select2-selection {
        font-size: 15px;
    }

    .wz-select img {
        width: 28px;
        margin-right: 13px;
        margin-left: 0;
    }

    .wz-select2-container .select2-selection {
        position: relative;
        width: 100%;
        height: 50px;
        padding: 3px 6px 3px 17px;
        background-color: #fff;
        border: 1px solid #e6e6e6 !important;
    }

    #wz-device-model .select2-selection--single {
        border-radius: 0 8px 8px 0;
    }

    #wz-device-model .device-expanded {
        z-index: 10000;
        height: 51px;
        border-bottom: none !important;
        border-radius: 0 8px 0 0;
    }

    .wz-select2-container.select2-container {
        width: calc(100% / 3) !important;
        margin-right: 0;
    }

    .wz-select2-container .select2-selection__arrow {
        top: 13px !important;
        right: 5px !important;
    }

    .wz-select2-container .select2-search__field {
        height: 51px;
        padding: 8px 15px;
        background-color: #fff;
        border-bottom: none !important;
    }

    .wz-select2-container .select2-search__field::placeholder {
        color: #999;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
        text-align: left;
    }

    .wz-select2-container .select2-dropdown {
        margin-top: -50px;
        margin-left: 0;
        border: none;
    }

    .wz-select2-container .select2-results__options {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 209px !important;
    }

    .wz-select2-container .select2-results__option[aria-selected=true] {
        background-color: unset;
    }

    .wz-select2-container.select2-container--default,
    .wz-select2-container .select2-selection--single {
        font-size: 15px;
    }

    .device-model-container .select2-dropdown {
        margin-top: -1px;
    }

    .wz-select2-container .select2-selection__rendered {
        font-size: 18px;
    }

    .select2.device-model-container {
        top: unset !important;
        width: 100% !important;
    }

    .select2.device-model-container.m--open-shadow {
        border-top-right-radius: 8px;
        box-shadow: 0 0 6px #00000029;
    }
}

.hidden-section {
    display: none;
}

/*---Style to operate NavBar and Wizard onScroll - BEGIN---*/
@media (max-width: 991px) {
    .wizard-position {
        position: sticky;
        left: 0;
        z-index: 1040;
        box-shadow: 0 4px 8px #0000001A;
        animation: scale-out-ver-top-on-mobile 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .set-wizard-height-smaller {
        height: 65px !important;
        transition: 0.2s all ease;
    }

    .set-wizard-content-height-smaller {
        height: 45px !important;
        font-size: 16px !important;
        transition: 0.4s all ease;
    }

    .--scroll-up {
        animation: scale-in-ver-top-on-mobile 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
}

/*Animation on show and hide wizard*/

@keyframes scale-in-ver-top-on-mobile {
    0% {
        top: 0;
    }

    100% {
        top: 100px;
    }
}

@keyframes scale-out-ver-top-on-mobile {
    0% {
        top: 100px;
    }

    100% {
        top: 0;
    }
}

/*---Style to operate NavBar and Wizard onScroll - END---*/