#migration-status{
  max-width: 80%;
  margin: 40px auto;
  display: none;
  flex-direction: column;
}

#migration-full-block {
  display: flex;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  gap: 20px;
}
#migration-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  width: 49%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #D6E1F0;
  height: fit-content;
}
#chart-full-block {
  display: flex;
  border-radius: 4px;
  border: 1px solid #D6E1F0;
  width: 49%;
}
#chart-block{
  display: flex;
  width: 50%;
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
}
#chart-container{
  display: flex;
  width: 100%;
  height: 70%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  height: 300px;
}
#progress-list {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  padding-right: 10px;
  flex-direction: column;
  position: relative;
  width: 50%;
  justify-content: center;
}
#progress-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 2px;
  background: #039AE3;
  z-index: 0;
}
.progress-step {
  display: flex;
  gap: 12px;
  align-items: center;
}
.circle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #039AE3;
  background: white;
  color: #039AE3;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle.completed{
  background: #039AE3;
  color: white;
}
.fa-spinner{
	font-size: 10px;
}
#progress-list .label {
  width: 90%;
  text-align: left;
}
#progress-list .label {
  width: 90%;
  text-align: left;
}
#chart-text {
  text-align: center;
}

#progress-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(3, 169, 245, 0.2); 
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 0;
}
#progress-fill {
  height: 100%;
  width: 0%;
  background: #03A9F5;
  transition: width 0.3s ease;
}
#progress-details {
  word-wrap: break-word;
}

.wrap {
  margin: 0 !important;
}
#swpanel-header {
  height: 60px;
  margin-left: -20px;
  width: calc(100% + 20px);
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #D6E1F0;
  display: flex;
}
#swpanel-header img{
  margin-right: auto;
  height: 100%;
  width: 300px;
  max-height: 100%;
}
#swpanel-header h1{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#export-form {  
  max-width: 80%;
  margin: 40px auto;
  text-align: right;
}
#export-block {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}
#token {
  margin-bottom: 10px;
}
#export-block p{
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  color: #1F1E1C;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 30px;
  margin-top: 0;
}
#export-block input[type="text"]{
  width: 100%;
  padding: 4px 6px;
  font-size: 15px;
  border: 1px solid #D6E1F0;
  border-radius: 3px;
}
#export-block input[type="text"]::placeholder {
  opacity: 0.5;
}
#button-block {
  display: none;
  margin-top: 50px;
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #03A9F5;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#back {
  display: none;
  margin-top: 50px;
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #03A9F5;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

#error-retry {
    display: none;
}

.error-block {
  max-width: 80%;
  margin: 40px auto;
  flex-direction: column;
}
.error-message{
  border: 1px solid #D6E1F0;
  border-left: 3px solid #F14950;
  background-color: white;
  display: flex;
  gap: 10px;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  color: #002646;
}
.icon-message img{
  padding: 10px;
  width: 24px;
  height: 24px;
}
.content-message {
  padding: 10px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.content-message h1 {
  font-size: 17px;
  color: black;
  font-weight: 1000;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 3px;
}
.content-message p {
  margin: 0;
  font-size: 14px !important;
  color: black !important;
  font-weight: 400 !important;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif !important;
  border: none !important;
  text-align: left;
}

#retry-migration {
  margin-top: 50px;
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #03A9F5;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  float: right;
}

#retry-migration:hover,
#back:hover,
#button-block:hover {
  cursor: pointer;
	color: white;
  font-weight: bold;
  background-color: #02569C;
}
.error-block #back {
  display: inline-block !important;
}
.alert-message{
  border: 1px solid #D6E1F0;
  border-left: 3px solid #FCEE21;
  background-color: white;
  display: flex;
  gap: 10px;
  margin-top: 40px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  color: #002646;
}

#cancel {
  display: none;
  margin-top: 50px;
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #ff0000;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#cancel:hover {
  cursor: pointer;
	color: white;
  font-weight: bold;
  background-color: #960000;
}
#cancel-form {
  display: none;
  margin-top: 50px;
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #ff0000;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  float: left;
}
#cancel-form:hover {
  cursor: pointer;
	color: white;
  font-weight: bold;
  background-color: #960000;
}

#status-block {
  display: none;
  margin-top: 50px;
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #03A9F5;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#status-block:hover {
  cursor: pointer;
	color: white;
  font-weight: bold;
  background-color: #02569C;
}

.loading-button-sw img{
  height: 12px;
}
