* {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  min-height: 100vh;

}

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.txt-deco-none {
  text-decoration: none;
}

.pos-relative {
  position: relative;
}

.br-4 {
  border-radius: 4px;
}

.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar {
  max-width: 630px;
  min-height: 45px;
  margin: 0 auto;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 2px solid #f4f4f4;
}

@media (max-width: 670px) {
  .navbar {
    padding: 8px 16px;
  }

  .navbar-left a {
    margin-right: 15px !important;
  }
}

@media (max-width: 430px) {
  .navbar-left a {
    margin-right: 8px !important;
  }

  .logo img {
    height: 110px !important;
    width: 106px !important;
  }
}

.navbar-left a {
  color: #0985df;
  margin-right: 25px;
  transition: color 0.2s;
}

.navbar-left a:last-child {
  margin-right: 0;
}

.navbar-left a:hover {
  color: #3498db;
}

.lang-dropdown {
  display: inline-block;
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #0985df;
  padding: 0;
}

.lang-list {
  display: none;
  position: absolute;
  right: 0;
  text-align: right;
  min-width: 110px;
  background: linear-gradient(to bottom, #fff, #f4f4f4);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(80, 80, 80, 0.09);
  border: 1px solid #f3f1f1;
  z-index: 9999;
}

.lang-dropdown:hover .lang-list,
.lang-dropdown:focus-within .lang-list {
  display: block;
}

.lang-item {
  display: block;
  padding: 4px 21px;
  color: #040406b8;
  background: none;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}

.lang-item:hover,
.lang-item:focus {
  background: #4949499c;
  color: #fff;
}

.lang-btn:focus {
  outline: none;
}

.logo-section {
  flex-direction: column;
  margin-bottom: 15px;
}

.logo {
  justify-content: center;
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.logo img {
  height: 105px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 600px) {
  .logo img {
    height: 110px;
    width: 120px;
  }
}


.container {
  max-width: 630px;
  margin: 0 auto;
  padding: 1.7rem 1rem;
}

.converter-box {
  background: linear-gradient(to bottom, #ffffff, #f4f4f4);
  border: 1px solid #f3f1f1;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.form-label {
  color: #707070;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;

}

.form-row {
  gap: 8px;
  margin: 6px 0 0;
}

.input-url {
  flex: 1;
  padding: 13px 12px;
  border: 1.5px solid #0985df;
  font-size: 16px;
  margin-right: 12px;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
  z-index: 2;
}

.input-url:focus {
  border-color: #217dbb;
}

.input-url::placeholder {
  color: #a8a8a8;
  opacity: 1;
  font-size: 16px;
}

.convert-btn {
  background: #0985df;
  color: #fff;
  border: none;
  padding: 13px 28px;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.22s;
  z-index: 2;
  display: block;
  margin-top: 8px;
}

.convert-btn:hover {
  background: #217dbb;
}

@media (min-width: 440px) {
  .convert-btn {
    width: auto;
    margin-top: 0;
  }

  .convert-ph {
    width: 234px;
  }
  .convert-ja {
    width: 154px;

  }
  .convert-vi {
    width: 165px;

  }
}

@media (max-width: 439px) {
  .convert-btn {
    width: auto;
    margin-top: 0;
  }

  .form-row {
    flex-direction: column;
    align-items: start;
  }

  .input-url,
  .convert-btn {
    width: 100%;
  }
}

.autocomplete-list {
  display: block;
  position: absolute;
  top: 100%;
  left: 0.3%;
  width: 99% !important;
  margin-top: 4px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
  border: 1px solid #efefef;
  list-style: none;
  /* padding: 8px 0; */
  margin-bottom: 0;
  z-index: 5;
}

.autocomplete-item {
  padding: 4px 12px;
  list-style-type: none;
  color: #222;
  font-size: 16px;
  background: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.result_box {
  padding: 0;
}


.input-url,
.autocomplete-list {
  box-sizing: border-box;
}

.input-url {
  margin-right: 0;
}

.autocomplete-item:hover,
.autocomplete-item:focus {
  background: #f4f4f4;
  color: #1793e8;
  outline: none;
}
.vidDuration p {
  margin-top: 0
}
p {
  color: #494949;
  line-height: 24px;
  margin-bottom: 10px;
}

#text {
  color: #222121;
  padding: 0 3.333333333333333%;
}

h1 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

/* a {
  color: inherit;
  text-decoration: inherit;
} */

ol.steps {
  counter-reset: step-counter;
}

ol.steps li {
  counter-increment: step-counter;
}

ol.steps li::before {
  content: counter(step-counter);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15px;
  flex-shrink: 0;
  background-color: #0985df;
}

ol.steps li p {
  line-height: normal;
}

.ul {
  flex-wrap: wrap;
}

.ul li {
  /* width: 50%; */
  flex-direction: column;
  padding: 10px 0;
  box-sizing: border-box;
}

.ul li div {
  margin-bottom: 8px;
}

.ul li svg {
  width: 40px;
  height: 40px;
  fill: #007bff;
  flex-shrink: 0;
  margin-right: 10px;
}


@media (max-width: 768px) {
  .ul li {
    width: 100%;
  }
}

.site-footer {
  text-align: center;
  padding-bottom: 16px;
  color: #494949;
}

.footer-separator {
  border: none;
  border-top: 1px solid #ececec;
  margin: 0 auto 20px auto;
  width: 95%;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
}

.footer-copyright {
  margin-top: 10px;
  text-align: center;
}

.footer-links {
  margin: 0 2px;
  transition: color 0.2s;
  /* padding: 0 16px; */
  padding: 0 10px;
  justify-content: space-evenly;
}

.footer-links a:hover {
  color: #0985df;
}

.footer-dot {
  margin: 0 5.5px;
}











.searchItem {
  /* background-color: #f4f4f4; */
  background: linear-gradient(180deg, #fff, #f4f4f4);
  text-align: center;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 1.67%;
  display: flex;
  align-items: center;
}

div.rightPart {
  margin: 0 auto;
  width: 70%;
}

#load {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#spin_loader,
#speen {
  animation: spin 3s linear infinite;
  vertical-align: text-bottom;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.videos-data-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#SearchResultsDiv .name {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

#SearchResultsDiv .properties {
  font-size: 11px;
  width: 100%;
  margin: 0 auto 15px;
}



.autocomplete-item.selected {
  background-color: #f0f0f0;
  font-weight: 600;
}

li.autocomplete-item {
  padding: 3px 15px;
  cursor: pointer;
}

#SearchResultsDiv .download_mp4 {
  color: #fff;
  background-color: #0087cf;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  border-radius: 2px;
  margin-right: .8333333333333333%;
  /* padding: 5px 1.666666666666667%; */
  padding: 5px 4%;
  display: inline-block;
  margin-bottom: 4px;
}

#SearchResultsDiv .download_mp4 {
  margin-left: 10px;
}

a.download_mp4 {
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
  appearance: auto;
  font-size: 12px;
  padding: 2.5px 1.666667% !important;
}

#SearchResultsDiv .download_mp4 {
  margin-left: 10px;
}

#SearchResultsDiv {
  margin-top: 20px;
  color: #0087cf;
}







.footer-copyright a {
  color: #494949;
  text-decoration: none;
}

.footer-link {
  color: #494949;
  text-decoration: none;
}

.mainTitle {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
  margin-top: 0px;
}

.paDownload {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 8px;
  text-align: center;
}

.paDownload,
.play {
  background: #0086e7;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  padding: 10px 15px;
  text-align: center;
}

.det-section {
  background: linear-gradient(180deg, #fff, #f4f4f4);
  border: 1px solid #f3f1f1;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.vidDuration {
  margin-bottom: 15px;
}


@media only screen and (max-width: 480px) {
  div.rightPart {
    width: 65%;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .leftPart img {
    width: 100px !important;
  }

  div#SearchResultsDiv .download_mp4 {
    margin-left: 4px;
  }

  .vidDuration {
    margin-bottom: 6px;
  }
  .paDownload, .play {
    padding: 7px 12px !important;
  }
  .searchItem {
    height: 110px;

  }
  div.rightPart {
    width: 65%;
    padding-left: 2px;
  }
}

.txt-center {
  text-align: center;
}

.anchor {
  text-decoration: none;
}



.about {
  min-height: 90vh;
} 
.text-center {
  text-align: center;
}