.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}
@media (min-width: 992px){
    .wizard.vertical > .steps {
        width: 215px;
    }
    .wizard.vertical > .content {
        width: calc(100% - 215px);
        position: relative;
        height: calc(100dvh - 290px);
        overflow: auto;
    }
    .wizard.vertical > .actions {
        width: calc(100% - 215px);
  }
  }
.flex-container{
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */		
    display: flex; /* Standard syntax */
}
.flex-container .column{
	padding: 10px;
	background: #dbdfe5;
	-webkit-flex: 1; /* Safari */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* Standard syntax */
}
/* Absolute Scroll */
.containerTab {
    position: absolute;
    top: 31px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.http-response-preview-container {
    top: 32px;
}

.http-response-preview-scroll {
    height: calc(100dvh - 445px);
    overflow: auto;
}

.http-overflow-initial {
    overflow: initial;
}

.http-col-action-sm {
    width: 30px;
}

.http-col-action-md {
    width: 55px;
}

.http-property-heading-no-margin {
    margin-bottom: 0 !important;
}

.http-df-list-height {
    height: 467px;
}
.sectionTab {
    margin: 0px;
    /* background: #0168fa; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* for Firefox */
    min-height: 0;
}

/* Tab Scroll Endss*/

/* Table Scroll Fixed */

thead th:first-child,
tfoot th:first-child {
    z-index: 5;
}
.table-wrap {
    position: relative;
}

.table-scroll thead th {
    background: #d8e0ef !important;
    color: inherit !important;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    font-size: 11px;
    padding: 5px !important;
}

.table-scroll tbody td {
    text-align: left !important;
    font-size: 11px;
}
thead th:first-child,
tfoot th:first-child {
    z-index: 5;
}

/* Table Scroll Fixed End */

.KeyValueBox {
    min-height: 130px;
    max-height: 75px;
}

.containerKeyValueBox {
    border: 0px solid #dddddd;
    border-radius: 2px;
    padding: 0px;
}

.etl-deleteParameter {
    text-align: center;
}

.response {
    width: 100%;
    margin-top: 10px;
}

.dataframeElementContainer pre {
    display: block;
    padding: 5px 0px 0px 0px !important;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 0px
}

.dataframeElementContainer input[type="text"] {
    height: 20px;
    font-size: 12px;
    line-height: 1.4;
    padding: 0px 0px 0px 0px !important;
    border: 0px;
    width: 100%;
    background-color: transparent;
    outline: 0;
}
select.isDataTypeSelected {
    width: 100%;
    border: 0px;
    background-color: transparent;
    outline: none;
}
select.isActionSelected {
    width: 100%;
    border: 0px;
    background-color: transparent;
    outline: none;
}

.frameFielderror {
    border: solid 1px red
}

.vl {
    border-left: 2px solid black;
    height: 100%;
}

.selectedBackground {
    background-color: rgba(205, 212, 224, .2) !important;
    cursor: pointer !important;
}

.selectedForEdit {
    background-color: rgba(205, 212, 224, .2) !important;
    cursor: pointer !important;
}

.dataframeElementContainer {
    cursor: pointer !important;
}

.savedDfDetails {
    /* border-radius: 5px; */
    margin-top: 2px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
    height: 30px;
    cursor: pointer !important;
}
.savedDfDetails:hover {
    background-color: #d8e0ef !important;
}

.textWrap {
    display: block !important;
    width: 60px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.divJasonRender {
    overflow: auto;
    /* height: 425px; */
    /* background-color: #f5f5f5; */
    /* border-radius: unset; */
}

.httpUrlApi {
    display: flex;
    padding: 0px 0px 10px 0px;
    justify-content: space-between;
}
.http-mapper-container {
    width: 100%;
    height: 500px;
}

.http-result-content {
    max-height: 455px;
    overflow: auto;
}

.http-accordion-scroll {
    height: calc(100dvh - 435px);
    overflow: auto;
}

.http-addon-h-38 {
    height: 38px;
}

.http-mapper-request-type {
    width: 8%;
}

.getUrlHttp {
    width: 62px !important;
    display: inline-block;
}
.test_connection i {
    font-size: 12px !important;
    top: 0px !important;
    margin: 0px !important;
}

.propertyHeading {
    color: #444;
    font-weight: bold;
    margin: 0px;
    line-height: normal;
    background-color: #f5f5f5;
    border-bottom: solid 1px #dddddd;
    padding: 6px 10px !important;
}

.json-document {
    padding: 10px !important;
    background: #fff;
    height: 100%;
    overflow: auto !important;
    margin: 0px;
    font-size: 11px;
}

.jsonPrevTable {
    /* border: solid 1px #ddd; */
}

/* .json-document-pre {
    border: solid 1px #ddd;
} */

.res_code_wrapper {
    width: 100%;
    height: 65px;
    overflow: auto;
    padding: 10px;
}

.res_code {
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 10px 10px 0px;
}

.panel-left-url {
    /* border: solid 1px rgba(72, 94, 144, 0.16); */
    border-right: solid 5px rgba(72, 94, 144, 0.16);
    padding: 10px;
}

.panel-left-url .panel {
    border: #fff;
}

.panel-left-url .panel-heading {
    border-radius: unset !important;
    margin: 10px 0px;
    border: solid 1px #ddd !important;
    border-left: none !important;
    border-right: none !important;
}

.panel-left-url .panel-body {
    border: unset !important;
    padding: 5px;
}

.url_property_box {
    border: solid 1px #ddd;
    width: 40%;
    display: inline-block;

}

.url_property_result_box {
    border: solid 1px #ddd;
    width: calc(100% - 41%);
    display: inline-block;
}

.panel-left-url .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f078";
    font-family: 'FontAwesome', serif;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 35px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\f077";
    font-family: 'FontAwesome', serif;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 35px;
}

.successApi {
    border: solid 2px #13b542 !important;
    background-color: #14b542 !important;
}

.failedApi {
    border: solid 2px #bb2438;
    background-color: #bb2438;
}
.renderSelField {
    border-left: solid 1px #ddd;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}

.renderSelField .btn-normal {
    background-color: #0747A6;
    padding: 5px 0px;
    width: 75px;
}

.renderSelField .btn-normal i {
    margin: 0px;
}

.pr-0 {
    padding-right: 0px !important;
}

.mapperActionCon {
    display: none;
}

.action-btn {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.mapperActionform {
    border: solid 1px #ddd;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.mapperSavedData {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: absolute;
    height: 100%;
    border: solid 1px #ddd;
}

.mapperSavedData .table-scroll thead th {
    background-color: #fff !important;
}

/* fullscreen — base in common.css; custom dimensions for this page */
.panel-fullscreen {
    --panel-fs-width: 80%;
    --panel-fs-max-height: calc(100dvh - 180px);
    z-index: 1022; /* greater than Saved data Frames column */
    overflow: hidden;
}
.panel-fullscreen .table-scroll {
    height: calc(100dvh - 215px) !important;
}

.panel-fullscreen .querybtndis {
    display: block;
}

.propertyHeading {
    color: #444;
    margin: 0px;
    background-color: #f5f5f5;
}

.list-inline {
    padding: 0;
    margin: 0;
}

.dataframeElementBody {
    box-sizing: border-box !important;
}

.dataframeElementBody {
    border-collapse: collapse !important;
}

.dataframeElementBody td,
.dataframeElementBody th {
    padding: 5px;
    text-align: left;
}

.dsWrapper {
    display: none;
}

.ds-http-container-top-32 {
    top: 32px;
}

.ds-http-overflow-initial {
    overflow: initial;
}

.ds-http-panel-title {
    font-size: 13px;
    font-weight: bold;
}

.ds-http-th-75 {
    width: 75px;
}

.ds-http-th-150 {
    width: 150px;
}

.ds-http-th-33 {
    width: 33px;
}

.ds-http-th-65 {
    width: 65px;
}
/* Connection input */
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 20px 0;
    position: relative;
  }
  .inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #f4f5f8;
    /* font-size: 16px; */
    /* font-weight: bold; */
    border: 1px solid rgba(72, 94, 144, 0.16);
  }
  .inputGroup label:before {
    width: 10px;
    height: 10px;
    /* border-radius: 50%; */
    content: '';
    background-color: #0168fa;
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    width: 100%;
  }
  .inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .inputGroup input:checked ~ label {
    color: #fff;
  }
  .inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
  }
  .inputGroup input:checked ~ label:after {
    background-color: #00b8d4;
    border-color: #00b8d4;
  }
  .inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
            order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
  }
  #collapsePreview{
    position: fixed;
    left: 5%;
    right: 5%;
    top: 10%;
    z-index: 1020;
    box-shadow: 0px 0px 11px 7px rgb(0 0 0 / 15%) !important;
  }

  #mapperResultTable>tbody>tr:first-child>td {
    position: sticky;
    top: 0;
    z-index:99;
    background-color: #f2f2f2;
  }
  
  
  .selectedForEdit{
      cursor: pointer;
      background-color: #d8e0ef !important;
  }
    .con_item {
    width:calc(100% - 380px)
    }
    .con_item2 {
    width:511px
    }

    /* --------------  Input text Copy Clipboard End-----------------*/

.float-label {
  display: block;
  position: relative;
}

.float-label .label,
.float-label>span {
  position: absolute;
  cursor: text;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: .75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  color: #97a3b9;
}

.float-label .label::after,
.float-label>span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
  color: #7cb2fe;
}

.float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.float-label .custom-select:option:not(:focus)::option:checked {
  opacity: 0
}

.float-label .form-control:placeholder-shown:not(:focus)+* {
  font-size: 0.875rem;
  top: 13px;
}

.input-group .float-label {
  display: table-cell
}

.input-group .float-label .form-control {
  border-radius: .25rem
}

.input-group .float-label:not(:last-child),
.input-group .float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0
}

.input-group .float-label:not(:first-child),
.input-group .float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.float-label .form-control:focus {
  box-shadow: none !important;
}
.float-label .custom-select:focus {
  box-shadow: none !important;
}
.select-lable label {
  color: #97a3b9;
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
  /* background-color: #fff; */
}
.select-lable label.selected {
    top: -9px;
    font-size: 12px;
    transform: translateY(0);
    /* background-color: #fff; */
    z-index: 99999;
}
.select-lable .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #c0ccda;
    border-radius: 0.25rem;
    height: 45px;
    outline: none;
}
.select-lable label::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 49%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
  color: #7cb2fe;
}
.select-lable .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px !important;
}