.flex_col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
  min-height: 600px;
}

.flex_row {}

.flex_align_box {
  padding-right: 60px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  /* background: var(--white-color); */
  border-radius: 24px;
  box-sizing: border-box;
}

.exabyter_animation_area {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  min-height: 600px;
  gap: 10px;
  /* background: #F2F2F2; */
  border-radius: 5px;
  overflow: hidden;
}

.sample_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: block;
}

.file_drag {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 0px;
  height: 0px;
  display: none;
  border-radius: 5px;
  border: 1px solid #125b98;
  background: rgba(18, 91, 152, 0.3);
}

.file_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57.67px;
  height: 64.84px;
  background-image: url("/images/feature_exabyter/ui_1/1.drop-file.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}

.file_1tb_icon {
  position: absolute;
  top: 214px;
  left: 598px;
  width: 70px;
  height: 78px;
  background-image: url("/images/feature_exabyter/sample/1tb.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}

.file_lf_icon {
  position: absolute;
  top: 214px;
  left: 598px;
  width: 70px;
  height: 78px;
  background-image: url("/images/feature_exabyter/sample/lf.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}

.file_1m_icon {
  position: absolute;
  top: 214px;
  left: 598px;
  width: 70px;
  height: 78px;
  background-image: url("/images/feature_exabyter/sample/1m.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}

.file_folder_icon {
  position: absolute;
  top: 214px;
  left: 598px;
  width: 70px;
  height: 78px;
  background-image: url("/images/feature_exabyter/sample/folder.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}

.mouse_icon {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 34px;
  height: 38px;
  background-image: url("/images/feature_exabyter/ui_1/1.cursor.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}

.bg_structure_type_1 {
  width: 400px;
  height: 240px;
  background-color: var(--white-color);
  border: 3px solid #555;
  border-radius: 10px;
  padding: 14px;
}

.exabyter_animation_1 .background_layer {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_1 .background_layer_img_box {
  display: flex;
  max-width: 600px;
}

.exabyter_animation_6 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_7 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_8 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

/* 
.exabyter_animation_8 .animation_gage_bar {
  top: 137px;
  left: 33px;
} */

.exabyter_animation_11 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_11 .dot-loader {
  gap: 4px;
  top: 94px;
  left: 219px;
}

.exabyter_animation_11 .dot {
  width: 4px;
  height: 4px;
}

.exabyter_animation_11 .blue_box {
  justify-content: end;
  width: calc(100% + 1px);
}

.exabyter_animation_12 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_12 .blue_box>div:first-child {
  width: 0%;
  border-left: unset;
}

.exabyter_animation_12 .blue_box_2 {
  display: none;
}

.exabyter_animation_12 .blue_box_4 {
  display: none;
}

.exabyter_animation_12 .blue_box_3 {
  display: none;
}

.exabyter_animation_12 .animation_10g>p {
  position: unset;
  margin-bottom: 5px;
}

.exabyter_animation_12 .blue_box {
  flex-direction: row;
  width: calc(100% + 1px);
  flex: 1;
  justify-content: end;
  height: 17px;
  max-height: 17px;
  margin-bottom: -2px;
}

.exabyter_animation_12 .blue_box_4 {
  z-index: 4;
}

.exabyter_animation_12 .blue_box_3 {
  z-index: 3;
}

.exabyter_animation_12 .blue_box_2 {
  z-index: 2;
}

.exabyter_animation_12 .blue_box_1 {
  z-index: 1;
}

.exabyter_animation_12 .blue_box>div {
  height: 100%;
}

.exabyter_animation_12 .blue_box:last-child {
  height: 15px;
  margin-bottom: unset;
}

.exabyter_animation_12 .animation_10g {
  flex-direction: column;
}

.exabyter_animation_12 .blue_box:last-child {
  height: 15px;
  margin-bottom: unset;
}

.exabyter_animation_13 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_13 .blue_box>div:first-child {
  width: 0%;
  border-left: unset;
}

.exabyter_animation_13 .blue_box_2 {
  display: none;
}

.exabyter_animation_13 .blue_box_4 {
  display: none;
}

.exabyter_animation_13 .blue_box_3 {
  display: none;
}

.exabyter_animation_13 .animation_10g>p {
  position: unset;
  margin-bottom: 5px;
}

.exabyter_animation_13 .blue_box {
  flex-direction: row;
  width: calc(100% + 1px);
  flex: 1;
  justify-content: end;
  height: 17px;
  max-height: 17px;
  margin-bottom: -2px;
}

.exabyter_animation_13 .blue_box_4 {
  z-index: 4;
}

.exabyter_animation_13 .blue_box_3 {
  z-index: 3;
}

.exabyter_animation_13 .blue_box_2 {
  z-index: 2;
}

.exabyter_animation_13 .blue_box_1 {
  z-index: 1;
}

.exabyter_animation_13 .blue_box>div {
  height: 100%;
}

.exabyter_animation_13 .animation_10g {
  top: 249px;
  left: 4px;
}

.exabyter_animation_13 .animation_10g {
  flex-direction: column;
}

.exabyter_animation_13 .dot-loader,
.exabyter_animation_13 .dot-loader.error {
  top: 93px;
  left: 219px;
  gap: 4px;
}

.exabyter_animation_14 .background_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
}

.exabyter_animation_14 .animation_10g {
  top: 248px;
}

.exabyter_animation_12 .dot,
.exabyter_animation_13 .dot,
.exabyter_animation_11 .dot {
  width: 4px;
  height: 4px;
}

.exabyter_animation_12 .dot-loader {
  gap: 4px;
  top: 89px;
  left: 219px;
}

.exabyter_animation_14 .dot-loader {
  gap: 4px;
  top: 93px;
  left: 219px;
}

.exabyter_animation_14 .blue_box {
  width: calc(100% + 1px);
  justify-content: end;
}

.background_layer_img_box {
  position: relative;
  width: 100%;
  min-width: 600px;
  height: 100%;
  display: block;
}

.background_layer_img_box.second__img>img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}

.background_layer_img_box>img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.background_layer_img_box>.loading_for_add_files>.circle_loading {
  display: none;
  left: calc(50% - 4px);
  top: calc(50% - -28px);
}

.background_layer_img_box>.file_adds {
  position: absolute;
  top: 47%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 14px;
}

.background_layer_img_box>.file_adds>.inner_folder_icon {
  width: 74.44px;
  height: 96.3px;
  background-image: url("/images/feature_exabyter/ui_1/1.folder.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.background_layer_img_box>.file_adds>.inner_file_icon {
  width: 74.44px;
  height: 96.3px;
  background-image: url("/images/feature_exabyter/ui_1/1.file.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.finder_box_contents {
  position: absolute;
  top: 64%;
  left: 50%;
  width: auto;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}

.finder_box_contents>div {
  width: auto;
  height: auto;
  display: none;
}

.finder_box_contents>div>img {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.transfer_window_box_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid #d1d1d1;
  background: #f6f5f8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.transfer_animation_header {
  width: 370px;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.transfer_animation_header_X {
  width: 18px;
  height: 18px;
  background-image: url("/images/feature_exabyter/ui_1/close-20px.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.transfer_animation_history {
  width: 100%;
  height: 20px;
  margin-top: 10px;
}

.transfer_animation_history>p {
  font-size: 12px;
  color: #006aba;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2px;
}

.transfer_animation_history>p>span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #f41c1c;
  margin-bottom: auto;
  border-radius: 100%;
}

.transfer_animation_icons {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.transfer_animation_icons_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.transfer_animation_folder_icons {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("/images/feature_exabyter/ui_1/folder.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.transfer_animation_server_icons {
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("/images/feature_exabyter/ui_1/server.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.transfer_animation_dot {
  width: fit-content;
  height: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.transfer_animation_dot>span {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  background-color: #006aba;
  opacity: 0.7;
}

.transfer_animation_dot>span.active {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  background-color: #006aba;
  opacity: 0.7;
}

.transfer_animation_gage {
  width: calc(100% - 60px);
  height: 4px;
  border-radius: 10px;
  background-color: #dddddd;
  margin: 20px auto 0px;
}

.transfer_animation_gage>div {
  width: 0%;
  height: 100%;
  border-radius: 10px;
  background-color: #006aba;
}

.transfer_animation_status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 60px);
  margin: 15px auto 0px;
  gap: 8px;
}

.transfer_animation_status>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.transfer_animation_status>div>p {
  font-size: 12px;
  color: var(--dark-black-color);
}

.transfer_animation_status>div>span {
  font-size: 12px;
  color: #006aba;
}

.transfer_animation_status>div>p:first-child {
  font-size: 12px;
  color: #7f7f7f;
}

.transfer_animation_moreinfo {
  margin-top: 15px;
  width: calc(100% - -20px);
  height: 124px;
  margin-left: -10px;
  display: none;
}

.transfer_animation_moreinfo1,
.transfer_animation_moreinfo2,
.transfer_animation_moreinfo3 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.transfer_animation_moreinfo1 {
  background-image: url("/images/feature_exabyter/sample/tw_frame1.png");
  display: block;
}

.transfer_animation_moreinfo2 {
  background-image: url("/images/feature_exabyter/sample/tw_frame2.png");
}

.transfer_animation_moreinfo3 {
  background-image: url("/images/feature_exabyter/sample/tw_frame3.png");
}

.transfer_animation_buttons {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 30px 20px 0px;
}

.transfer_animation_buttons>div {
  width: fit-content;
  height: auto;
  border-radius: 5px;
  padding: 8px 20px 10px;
  font-size: 12px;
  border: 1px solid #000;
  background-color: var(--white-color);
  margin-top: 35px;
}

.downloadBtn {
  display: none;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 4%;
  bottom: 16%;
  border-radius: 8px;
  background: #006aba;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.transfer_windows_ani4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: auto;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.transfer_windows_ani4>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.exabyter_tray {
  position: absolute;
  bottom: 15px;
  right: 40px;
  background-image: url("/images/feature_exabyter/ui_1/exabyter_tray.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: none;
}

.exabyter_tray_done {
  position: absolute;
  bottom: 50px;
  right: 30px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(60, 60, 60, 0.9);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: transform 0.3s ease;
  transform: scale(0);
  transform-origin: 229px 64px;
}

.animation_gage_bar {
  width: 375.67px;
  height: 3px;
  background-color: #dddddd;
  position: absolute;
  left: 42px;
  top: 180px;
  border-radius: 20px;
  overflow: hidden;
}

.animation_gage_bar>div {
  width: 0%;
  height: 100%;
  background-color: #006aba;
}

.animation_10g_gage_bar {
  width: 385px;
  height: 3px;
  background-color: #dddddd;
  position: absolute;
  top: 156px;
  left: 36px;
  border-radius: 20px;
  overflow: hidden;
}

.animation_10g_gage_bar>div {
  width: 0%;
  height: 100%;
  background-color: #006aba;
}

.animation_10g {
  position: absolute;
  top: 240px;
  left: 4px;
  width: 451px;
  height: 100px;
  background-color: var(--white-color);
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.animation_10g>p {
  position: absolute;
  bottom: 74px;
  right: 0px;
  color: #006aba;
  font-size: 12px;
}

.blue_box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.dot-loader {
  display: flex;
  align-items: center;
  gap: 6.13px;
  position: absolute;
  top: 93px;
  left: 216px;
}

.dot-loader.error {
  top: 93px;
  visibility: hidden;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006ABA4D;
}

.error .dot {
  background-color: #F41C1C4D;
}

.animation_dot .dot {
  animation: dot-color-change 1.3s infinite cubic-bezier(0.4, 0.0, 0.2, 0.8);
}

.animation_dot.error .dot {
  animation: error-dot 1.3s infinite cubic-bezier(0.4, 0.0, 0.2, 0.8);
}

.animation_10g_dot-loader .dot {
  width: 4px;
  height: 4px;
}

.error .dot:nth-child(1),
.dot:nth-child(1) {
  animation-delay: 0s;
}

.error .dot:nth-child(2),
.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.error .dot:nth-child(3),
.dot:nth-child(3) {
  animation-delay: 0.6s;
}

.error .dot:nth-child(4),
.dot:nth-child(4) {
  animation-delay: 0.9s;
}


.blue_box>div {
  width: 38px;
  height: 70px;
  border-top: 1px solid #006aba;
  background-color: #cce1f1;
}

.blue_box>div:first-child {
  border-left: 1px solid #006aba;
}

.transfer_windows_ani6 {
  position: absolute;
  top: 58%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani6>div {
  min-width: 390px;
  width: auto;
  height: auto;
  display: none;
}

.transfer_windows_ani6>div:first-child {
  display: block;
}

.transfer_windows_ani6>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani6_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani6_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani6_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani7 {
  position: absolute;
  top: 57%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani7>div {
  width: auto;
  height: auto;
  display: none;
  min-width: 390px;
}

.transfer_windows_ani7>div:first-child {
  display: block;
}

.transfer_windows_ani7>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani7_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani7_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani7_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani8 {
  position: absolute;
  top: 57%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani8>div {
  width: auto;
  height: auto;
  display: none;
  min-width: 390px;
}

.transfer_windows_ani8>div:first-child {
  display: block;
}

.transfer_windows_ani8>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani8_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani8_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani8_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani11 {
  position: absolute;
  top: 57%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani11>div {
  width: auto;
  height: auto;
  display: none;
  min-width: 390px;
}

.transfer_windows_ani11>div:first-child {
  display: block;
}

.transfer_windows_ani11>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani11_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani11_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani11_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani12 {
  position: absolute;
  top: 57%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani12>div {
  width: auto;
  height: auto;
  display: none;
  min-width: 390px;
}

.transfer_windows_ani12>div:first-child {
  display: block;
}

.transfer_windows_ani12>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani12_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani12_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani12_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani13 {
  position: absolute;
  top: 57%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani13>div {
  width: auto;
  height: auto;
  display: none;
  min-width: 390px;
}

.transfer_windows_ani13>div:first-child {
  display: block;
}

.transfer_windows_ani13>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani13_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani13_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani13_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani14 {
  position: absolute;
  top: 57%;
  left: 37%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.transfer_windows_ani14>div {
  width: auto;
  height: auto;
  display: none;
  min-width: 390px;
}

.transfer_windows_ani14>div:first-child {
  display: block;
}

.transfer_windows_ani14>div>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.transfer_windows_ani14_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.transfer_windows_ani14_2>div {
  width: auto;
  height: auto;
}

.transfer_windows_ani14_2>div>img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.exbyter_flex_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.text_wrapper .text_size_28 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  word-break: break-word;
}

.text_wrapper .text_size_16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  word-break: break-word;
}

.text_wrapper .text_size_18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-break: break-word;
}

.circle_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 5px solid var(--white-color);
  border-top: 5px solid #1b89ff;
  border-radius: 50em;
  transition: all 0.2s;
  animation-name: spinCircle;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.exabyter_animation_6 .animation_gage_bar {
  left: 42px;
  top: 180px;
  width: 375.67px;
}

.mobile_exabyter_feature .flex_align_box {
  padding-right: unset;
}


.mobile_exabyter_feature .exbyter_flex_box {
  top: -80px;
  padding-right: unset;
}

.mobile_exabyter_feature .section__instruction--container #animation_1 .exbyter_flex_box {
  top: -120px;
}

.mobile_exabyter_feature .section__instruction--item{
  opacity: 1;
  visibility: unset;
  position: relative;
  transform: unset;
  /* top: ; */
}
/* 
.mobile_exabyter_feature .section__instruction--item:nth-of-type(3){
  top: -68px;
}

.mobile_exabyter_feature .section__instruction--item:nth-of-type(4){
  top: -68px;
}

.mobile_exabyter_feature .section__instruction--item:nth-of-type(5){
  top: -110px;
}

.mobile_exabyter_feature .section__instruction--item:nth-of-type(6){
  top: -166px;
}

.mobile_exabyter_feature .section__instruction--item:nth-of-type(7){
    
  top: -210px;
}

.mobile_exabyter_feature .section__instruction--item:nth-of-type(8){
  top: -260px;
}

.mobile_exabyter_feature .section__instruction--item:nth-of-type(9){
  top: -310px;
} */

/* .mobile_exabyter_feature .section__instruction--item:nth-of-type(10){
  top: -381px;
} */

@keyframes dot-color-change {
  0% {
    background-color: #006ABA;
    /* Màu đầu tiên */
  }

  100% {
    background-color: #006ABA4D;

    /* Trở lại màu ban đầu */
  }
}

@keyframes spinCircle {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes error-dot {

  0% {
    background-color: #F41C1C;
    /* Màu mặc định */
  }

  100% {
    background-color: #F41C1C4D;
  }

}

@media all and (min-width: 1225px) {}

@media all and (max-width: 600px) {
  .mobile_exabyter_feature .exbyter_flex_box {
    top: -60px;
  }

  .mobile_exabyter_feature .section__instruction--container #animation_1 .exbyter_flex_box {
    top: -100px;
  }
}