﻿.publish-popup-wrapper .publish-popup-title {
    color: var(--Grey-900, #020303);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    padding: var(--sm, 1rem);
}

.publish-popup-wrapper  .dx-toolbar-items-container {
    height: 36px !important;
}

.publish-popup-wrapper .dx-toolbar.dx-popup-bottom {
    border-top: 1px solid #e8eaeb;
}

.publish-popup-wrapper .dx-toolbar {
    padding: var(--sm, 1rem);
}

.publish-popup-btn-font {
    display: flex;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid var(--Grey-500, #B6BFBF);
    background: var(--Grey-000, #FFF);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}


.verticalwiz {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
    padding: var(--lg, 1.5rem) var(--lg, 1.5rem) var(--xl, 2rem) var(--lg, 1.5rem);
}

.verticalwiz a:hover, .verticalwiz a:active, .verticalwiz a:focus {
    text-decoration: none
}

.verticalwiz li {
    display: block;
    height: 100%;
    min-height: 4.12rem;
    width: 100%;
    position: relative
}

.verticalwiz li:before {
    content: '';
    position: absolute;
    height: 2.125rem;
    bottom: 71px;
    border-radius: 2px;
    left: 0.6rem;
    width: 0.125rem;
    flex: 1 0 0;
    border-radius: 0.125rem;
    background: var(--Grey-400, #DEE4E4)
}

.verticalwiz li:first-child:before {
    display: none
}

.verticalwiz li.active:before {
    background: var(--Primary-500, #0B9294);
}


/*.verticalwiz li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: auto;
    position: relative;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(90deg) translateY(87px);
    left: 0;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.verticalwiz li:first-child:before {
    top: 45px;
}
.verticalwiz li:last-child:before {
    top: -45px;
}*/
.publish-popup-wrapper .wizzard-step {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1rem;
}

.publish-popup-wrapper .verticalwiz li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.publish-popup-wrapper .verticalwiz li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.publish-popup-wrapper .verticalwiz li .step {
    background: #B2B5B9;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Primary-100, #E5F1F2);
    box-shadow: 0px 0px 0px 4px #E5F1F2;
    border: 2px solid var(--Primary-500, #0B9294);
    position: relative
}

.publish-popup-wrapper .verticalwiz li .step {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--Grey-400, #DEE4E4);
    background: transparent;
    box-shadow: none;
}

.publish-popup-wrapper .verticalwiz li.active .step, .verticalwiz li.active.complete .step {
    background: var(--Primary-100, #E5F1F2);
    border: 2px solid var(--Primary-500, #0B9294);
}

.publish-popup-wrapper .verticalwiz li.active:not(.done) .step {
    box-shadow: 0px 0px 0px 4px #E5F1F2;
}

.publish-popup-wrapper li span.step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--Grey-400, #DEE4E4);
    border-radius: 50%;
}

.publish-popup-wrapper li.active span.step:before {
    background: var(--Primary-500, #0B9294);
}

.publish-popup-wrapper li.done.active span.step:before {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 35%;
    transform: rotate(9deg) translate(-50%, -50%);
    z-index: 999;
    font-size: 1.1rem;
    font-weight: 900;
    background: transparent;
    width: auto;
    height: auto;
    color: #0B9294;
}

.publish-popup-wrapper .verticalwiz li.complete .title, .verticalwiz li.active .title {
    color: var(--Primary-500, #0B9294);
}

.publish-popup-wrapper .verticalwiz li.active.done .title,
.publish-popup-wrapper .verticalwiz li .title {
    display: inline;
    font-size: 13px;
    position: relative;
    top: 0;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--Grey-800, #2D3232);
}

.publish-popup-wrapper .verticalwiz li.active p {
    color: var(--Primary-500, #0B9294);
}

.publish-popup-wrapper .verticalwiz li.active.done p,
.publish-popup-wrapper .verticalwiz li p {
    color: var(--Grey-800, #2D3232);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}
.publish-popup-wrapper .rightab {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 1px 1px 11px #ccc;
    min-height: 320px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .publish-popup-wrapper .verticalwiz li:before {
        /*transform: rotate(90deg) translateY(65px);*/
        max-width: 60%;
    }
}

@media (max-width: 991px) {
    .publish-popup-wrapper .verticalwiz li {
        float: left;
        width: 25%;
        height: auto;
        min-height: inherit;
        margin-bottom: 20px;
        max-width: inherit;
        text-align: center;
    }

    .publish-popup-wrapper .verticalwiz li:before {
        transform: none;
        max-width: inherit;
        position: absolute;
    }

    .publish-popup-wrapper .verticalwiz li .title {
        margin-top: 10px;
        text-align: center;
        display: block;
    }
}


.publish-popup-wrapper .dx-popup-content {
    padding:0!important;
}
.publish-popup-wrapper .dx-popup-content .row .col-md-6:first-child {
    border-right: 1px solid var(--Grey-400, #DEE4E4);
    background: var(--Grey-200, #F8F9FA);
}
.publish-popup-wrapper .dx-popup-content .row {
    height: 27.185rem;
}

.publish-popup-wrapper .dx-popup-content .row .col-md-6:last-child {
    padding: 1rem var(--lg, 1.5rem) var(--xl, 2rem) var(--lg, 1.5rem);
    gap: var(--sm, 1rem);
}

.publish-popup-wrapper  .dx-popup-flex-height .dx-popup-content {
    overflow: hidden
}

.publish-popup-wrapper .tabs h3 {
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}
#selectAuth label,
#selectEnv label {
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.1rem;
}


#selectEnv div#environmentSelect {
    height: var(--xl, 2rem);
    border-radius: 0.375rem;
    border: 1px solid var(--Grey-700, #5A6161);
    background: var(--Grey-000, #FFF);
}

div#selectEnv {
    margin-top: 1.5rem;
}

#authenticationTab .userName,
#authenticationTab .password {
    display: flex;
    height: var(--xl, 2rem);
    padding: 0.375rem 0.75rem;
    align-items: flex-start;
    gap: var(--2xs, 0.5rem);
    margin-top: 0.2rem;
    border-radius: 0.375rem;
    border: 1px solid var(--Grey-500, #B6BFBF);
    background: var(--Grey-000, #FFF);
    width: 100%;
}
#selectAuth div#authenticationSelect{
    height: var(--xl, 2rem);
    border-radius: 0.375rem;
    border: 1px solid var(--Grey-500, #B6BFBF);
    background: var(--Grey-000, #FFF);
}


.form-group label {
    color: var(--Grey-900, #020303);
    /* B4/Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.1rem;
}

.authenticationName{
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.authenticationType {
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

#authenticationTab .form-group{
    
}

#treeViewComponentPopup .treeViewParent {
    background: #fff;
    padding: 0;
}

.publish-popup-wrapper .destination p {
    color: var(--Grey-600, #879090);
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

#destinationTreeview .treeViewParent {
    padding: 0;
}

#environmentSelect .dx-dropdowneditor-icon {
    border: 0;
}

.publish-popup-cancel-btn .dx-button-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.3rem;
}

.publish-popup-confirm-btn .dx-button-content {
    gap: 0.3rem;
    display: flex;
}

.dx-overlay-wrapper.dx-popup-wrapper.dx-dropdowneditor-overlay.dx-dropdownlist-popup-wrapper.dx-selectbox-popup-wrapper .dx-item-content.dx-list-item-content {
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.325rem var(--2xs, 0.5rem) !important;
}

.publish-popup-wrapper .tabs {
    height: 26rem;
    position: relative;
    overflow-y: auto;
    padding-right: 1rem;
}