html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
.overlayTxt {
    overflow: hidden;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000000000;
    cursor: default;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #605b5b;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000000000;
    cursor: pointer;
}
.spin-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.data-header {
  width: 100%;
  display: flex;
    flex-wrap: wrap;
}
.data-header span.leftlogo-section img {
  max-width: 160px;
}

header {
  width: 100%;
  box-shadow: 2px 2px 5px #ddd;
  padding: 5px 0;
}

.migration-file .file-sec {
  width: 100%;
  margin-bottom: 35px;
}

.single-stru {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-stru .download-box {
  text-align: center;
  padding: 10px 0px 10px 0px;
}

body{overflow-x: hidden;}

.download-box a{text-decoration: underline;}

.download-box p{font-size: 13px; margin-bottom: 0px;}

.table {
  border: 1px solid #ddd;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

section.file-details span{margin-right: 5px;
  font-size: 12px;
  font-weight: 600;} 

section.file-details p{ font-size: 13px;}

.file-btn {
  text-align: center;
}

.file-btn a{       
background: #c9c9c9;
  padding: 7px 28px;
  border-radius: 2px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #bbb;}

.file-sec {
  display: flex;
}

.connection-datas .nav-tabs {
  border-bottom: transparent;
}

.connection-datas .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #d9d9d9;
  border-right: 1px solid #c7c7c7;
  color: #000;
  padding: 3px 15px;
  border-radius: 5px
}

li.nav-item.active a{ background-color: #a3bdd9 !important;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{    background-color: #a3bdd9;
  border-color: transparent;}


.dropzone-wrapper span{color: #333;}
.dropzone-wrapper {
border: 2px dashed #91b0b3;
color: #92b0b3;
position: relative;
height: 70px;
cursor: pointer;
border-radius: 4px;
}

.dropzone-desc {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
text-align: center;
width: 100%;
top: 10px;
font-size: 16px;
}

.dropzone,
.dropzone:focus {
position: absolute;
outline: none !important;
width: 100%;
height: 70px;
cursor: pointer;
opacity: 0;
left: 0;
top:0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
background: #ecf0f5;
}

.preview-zone {
text-align: center;
}

.preview-zone .box {
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
}

div#box-card {
  display: flex;
      align-items: center;
          margin-bottom: 20px;

}

.fade:not(.show) {
  opacity: inherit;
}

body{overflow-x: hidden;}
.download-box a{text-decoration: underline;}
.download-box p{font-size: 13px; margin-bottom: 0px;}
.table {
  border: 1px solid #ddd;
}

.col-lg-10.tabs {
  margin-top: 30px;
}

.col-lg-2.tabs {
  margin-top: 30px;
}

.navbar-expand-sm .navbar-collapse {
margin-right: 40px;
}
section.migration-file {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.file-sec {
  width: 100%;
}
.file-sec h4 {
  width: 100%;
  font-size: 24px;
  color: #2e2e2e;
}
section.eligible-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
section.listout-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.tabs-parts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.connection-datas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}
.connection-datas ul.nav.nav-tabs {
  width: 100%;
  background-color: #dddddd2e;
  padding: 15px 0;
}
.connection-datas ul.nav.nav-tabs li.nav-item a.nav-link {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
}
.connection-datas ul.nav.nav-tabs li.nav-item {
  padding: 0 15px;
  
}
.connection-datas ul.nav.nav-tabs li.nav-item a.nav-link.active:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0079c1;
  bottom: -12px;
  display: inline-block;
  position: absolute;
}
.connection-datas ul.nav.nav-tabs li.nav-item a.nav-link.active {
  color: #0079c1;
  font-weight: 600;
  
}
.connection-datas ul.nav.nav-tabs li.nav-item a.nav-link:hover{
  color: #0079c1; 
}
.connection-datas .tab-content {
  width: 100%;
  padding: 15px;
}
.details-table {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.details-table table {
  border: 1px solid #ddd;

}
.details-table table th {
  padding: 10px 10px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #ddd!important;
}
.details-table table td {
  padding: 10px 10px;
  font-size: 14px;
  color: #343434;
}
.details-table  select.form-select.form-select-sm {
  display: inline-block;
  width: 70px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px;
  font-size: 14px;
  height: 36px;
}
.details-table .dataTables_filter input.form-control.form-control-sm {
  width: 200px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px;
  font-size: 14px;
  height: 36px;
}
.details-table label {
  font-size: 14px;
  color: #6c6b6b;
}
.details-table .dataTables_filter {
  text-align: right;
  margin-bottom: 15px;
}
.details-table .dataTables_length.bs-select {
  margin-bottom: 15px;
}
.details-table .dataTables_info {
  font-size: 14px;
  color: #6c6b6b;
}
.details-table .dataTables_paginate.paging_simple_numbers {
  text-align: right;
}
.details-table .dataTables_paginate.paging_simple_numbers ul.pagination {
  justify-content: flex-end;
}
.details-table .dataTables_paginate.paging_simple_numbers ul.pagination li a {
  font-size: 14px;
}
.details-table .page-item.active .page-link{
 background-color: #0079c1;
 border-color: #0079c1;
}
.details-table .page-link{
  color:#0079c1;
}
.info-updates {
  width: 100%;
  background-color: #0079c1;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-exp {
  width: 33.33%;
  padding: 0 5px;
  margin: 10px 0;
}
.info-exp h4 {
  width: 100%;
  color: #fff;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
span.ans-sec {
  width: 50%;
  font-weight: normal;
}
span.heading-sec {
  width: 50%;
}
.form-control:focus{
  box-shadow: rgb(13 110 253 / 0%) 0px 0px 0px 0.25rem!important;
}
.buttonclick {
  float: right;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 0px 20px 0px 20px;
  border-radius: 10px;
  background-color: #0079c1 !important;
  color: white !important;
  text-align: center;
}
.buttonclick .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.buttonclick .btn:focus, .buttonclick .btn:hover {
  color: white !important;
  text-decoration: none;
}
img.upload {
  width: 30px;
}

.data-header button {
  padding: 10px 30px 10px 30px;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background-color: #0075b6 !important;
    border-color: #0079bc !important;
}
.data-header span.logo{
  margin-right: 4px;
}
.data-header .btn {
  font-weight: 700 !important;
  padding: 9px 25px !important;
}
.data-header a:focus, a:hover {
  color: #23527c;
  text-decoration: none !important;
}
.connection-datas .fade.show {
  opacity: 1;
}
.single-stru h6 {
  font-size: 16px;
  color: #2e2e2e;
  /* font-weight: 600; */
}  
.single-stru p {
  margin: 0 0 10px;
  font-weight: 600;
}
.buttons-excel {
    background-color: #0079c1;
    border: none;
    border-radius: 4px;
    padding: 5px 30px !important;
    color: #fff;
    font-weight: 600;
}

.dt-buttons
{
    float:right;
}