*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #f8f9fa;
  color: #293a46;
}

a {
  text-decoration: none;
  color: #120202;
}

input,
textarea,
button {
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

ul,
li {
  list-style: none;
}

.content {
  margin: 0 auto;
}

.header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  background: #fff;
}

.header_navbar {
  width: 100%;
  margin: 0 auto;
  padding: 2px 20px;
  display: flex;
  justify-content: space-between;
}

.navbar_logo {
  display: inline-block;
  position: relative;
  margin-top: 8px;
}

.navbar_logo img {
  width: 50px;
}

.navbar {
  display: inline-block;
  position: relative;
}

.navbar li {
  display: inline-block;
  margin-left: 50px;
}

.navbar li a:hover {
  color: #de5088;
}

.nav_toggle_btn {
  display: none;
  margin-top: 12px;
}

.toggle_btn {
  font-size: 19px;
  border: none;
  background: transparent;
}

.active {
  display: block !important;
}

.container {
  margin: 80px auto 40px;
}

.site-title {
  text-align: center;
}

.url_box {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}

.url_form {
  width: 100%;
  margin: 0 auto;
  max-width: 720px;
}

.url_form h3 {
  text-align: center;
  margin-bottom: 50px;
}

.url_form .input-field {
  margin: auto;
  width: 100%;
  position: relative;
}

.input-field input {
  padding: 10px 15px;
  border-color: #e0e0e0;
  height: auto;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-field input[type="url"] {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #ccc;
  width: 87%;
}

.input-field input[type="url"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.input-field input[type="button"] {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #0053B3;
  border: none;
  cursor: pointer;
  position: absolute;
}

.input-field input[type="button"]:hover {
  background: #0069d9;
}

.build_link {
  margin-left: -10px;
}

.form_pp {
  padding-left: 8px;
  padding-top: 5px;
  font-size: 13px;
}

.form_pp a:hover {
  color: #7e3fdc;
}

.message {
  display: none;
  margin-top: 25px;
}

.open_link_result {
  margin-top: 50px;
  display: none;
}

.video_info,
.open_link {
  display: inline-block;
  width: 45%;
  margin: 0 10px;
  vertical-align: top;
}

.video_thumbnail {
  width: 100%;
}

.video_thumbnail img {
  width: 100%;
}

.qr_image {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}

.qr_image img {
  width: 40%;
}

.qr_image p {
  margin-top: -2px;
}

.qr_image .save-qr {
  font-size: 12px;
  text-align: center;
}

.open_link .link_copy {
  width: 100%;
  margin-left: 10px;
}

.link_copy {
  position: relative;
  margin-top: 30%;
}

.link_copy input {
  border-color: #e0e0e0;
  height: auto;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.link_copy input[type="text"] {
  padding: 8px 55px 8px 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #ccc;
  width: 100%;
}

.link_copy input[type="text"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.link_copy input[type="button"] {
  position: absolute;
  right: 0;
  padding: 9px 10px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #007bff;
  border: none;
  cursor: pointer;
}

.link_copy input[type="button"]:hover {
  background: #0069d9;
}

.link_icon {
  position: absolute;
  left: 5px;
  top: 10px;
}

.links_share {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.share_btns a {
  color: #fff;
  padding: 3px 8px;
  margin-left: 4px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0;
  background: #010101;
  margin-bottom: 12px;
}

.share_btns .sb-fb {
  background: #00acee;
}

.share_btns .sb-fb:hover {
  background: rgba(49, 77, 145, 0.7);
}

.share_btns .sb-tw {
  background: #00acee;
}

.share_btns .sb-tw:hover {
  background: rgba(7, 190, 237, 0.7);
}

.share_btns .sb-pin {
  background: #ca2127;
}

.share_btns .sb-pin:hover {
  background: rgba(202, 33, 39, 0.7);
}

.share_btns .sb-ln {
  background: #0077b5;
}

.share_btns .sb-ln:hover {
  background: rgba(0, 119, 181, 0.7);
}

.share_btns .sb-ws {
  background: #25d266;
}

.share_btns .sb-ws:hover {
  background: rgba(37, 210, 102, 0.73);
}

.stats,
.top10_videos {
  border: 1px solid #ddd;
  background: #fff;
  margin: 40px auto 0;
  padding: 15px;
  width: 100%;
}

.stats_title h2,
.top10_title h2 {
  text-align: center;
  color: #444;
}

.video_list {
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 5px;
}

.video_list .vid_item {
  margin: 25px;
  display: flex;
}

.vid_thumb {
  display: flex;
}

.vid_thumb img {
  width: 100px;
  height: 80px;
}

.vid_content {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.vid_content .total_view {
  margin-top: 12px;
}

.bordered {
  display: block;
  width: 90%;
  margin: auto;
  margin-top: -15px;
  margin-bottom: 10px;
}

.bordered::before {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.2) 0px, rgba(255, 255, 255, 0) 75%) repeat scroll 0 0;
  display: block;
  height: 1px;
  content: "";
}

.stats_box {
  position: relative;
  margin: auto;
  text-align: center;
}

.stats_box .stat {
  display: inline-block;
  width: 48%;
}

.stat p {
  font-weight: bold;
}

.stat-counter {
  font-size: 30px;
  color: #1653BB;
}

.about_us {
  padding: 15px;
}

.about_us p {
  line-height: 32px;
}

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

.form {
  max-width: 450px;
  width: 100%;
  margin: 100px auto 30px;
  background: #fff;
}

.contact-form {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 10px 20px rgba(59, 56, 66, 0.1);
  padding: 10px 20px 2px;
}

.form .input-field {
  margin-bottom: 25px;
}

.form .input-field label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  color: #6f7580;
  font-size: 14px;
}

.form .input-field input,
.form .input-field textarea {
  padding: 10px;
  border-color: #e0e0e0;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form .input-field input[type="text"],
.form .input-field input[type="email"],
.form .input-field textarea {
  display: block;
  width: 100%;
}

.form .input-field textarea {
  overflow-x: hidden;
  resize: vertical;
}

.form .input-field button {
  background: #293441;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 15px;
  font-weight: normal;
  padding: 6px 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.42857143;
}

.form .input-field button:hover {
  background: #151b22;
}

.footer {
  background: #1f2d41;
  color: #d7dae3;
  width: 100%;
  padding: 15px;
}

.footer .copyright,
.footer .other-links {
  display: block;
  margin-left: 15px;
}

.footer a {
  color: #d7dae3;
}

.copyright p {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 10px;
}

.other-links ul {
  display: block;
  padding: 0;
}

.other-links li {
  display: block;
  margin: 10px 0 10px 10px;
}

.other-links li a:hover {
  color: #c5c9d6;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.line_loader {
  width: 100%;
  height: 4.8px;
  display: none;
  position: relative;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.line_loader::after {
  content: '';
  width: 96px;
  height: 4.8px;
  background: #deb887;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: mvSide 1s linear infinite alternate;
}

@-webkit-keyframes mvSide {
  0% {
    left: 0;
    -webkit-transform: translateX(-1%);
    -ms-transform: translateX(-1%);
    transform: translateX(-1%);
  }

  100% {
    left: 100%;
    -webkit-transform: translateX(-99%);
    -ms-transform: translateX(-99%);
    transform: translateX(-99%);
  }
}

@keyframes mvSide {
  0% {
    left: 0;
    transform: translateX(-1%);
  }

  100% {
    left: 100%;
    transform: translateX(-99%);
  }
}

.video_frame {
  margin: 0 auto;
  padding: 15px;
}

.video_frame .video_title {
  font-size: 26px;
}

/* popup model */
.popup {
  padding: 0;
  position: absolute;
  left: 50%;
  background: #fff;
  border-radius: 6px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.popup.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.popup .exit_timer {
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  height: 3.8px;
  position: relative;
  overflow: hidden;
}

.popup .exit_timer::after {
  content: '';
  height: 3.8px;
  background: #deb887;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: exit_timer 9s linear;
}

@keyframes exit_timer {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.popup .close {
  height: 33px;
  width: 33px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 5px;
  background: #f2f3fb;
  border-radius: 50%;
  padding: 7px 9px 0 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.popup .close:hover {
  background: #ebedf9;
}

.popup .close i {
  text-align: center;
  color: #878787;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.popup .pp-content {
  margin: 20px;
  margin-top: 50px;
  color: #202124;
}

.confirm-btn {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-bottom: 30px;
}

.confirm-btn button {
  position: relative;
  float: right;
  right: 0;
  cursor: pointer;
  font-weight: 500;
  border-radius: 3px;
  border: 2px solid transparent;
  padding: 5px 18px;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  margin-left: 20px;
  font-size: 16px;
}

.confirm-btn .close_tab {
  outline: 1px solid #444aed !important;
  outline-offset: 1px !important;
  color: #fff;
  background: #444aed;
}

.confirm-btn .load_player {
  padding: 7px 20px;
  border: 1px solid #dadbe0;
  color: #444aed;
  background: #fff;
}

/* extra style */
.fa-fw {
  width: 20px;
  text-align: center;
}

.fa-sm {
  width: 15px !important;
}

.text-success {
  color: #28a745 !important;
}

.text-muted {
  color: #728197 !important;
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.alert {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 10px;
}

/* .alert-danger {
  background: #fd0035;
  border-color: #e40030;
} */

@media (min-width: 576px) {
  .content {
    max-width: 480px;
  }
}

@media (max-width: 576px) {
  .popup {
    max-width: 300px;
  }

  .video_thumbnail img,
  .video-title {
    display: block;
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .share_btns .icon-title {
    display: none;
  }

  .other-links li {
    margin-right: 15px;
  }

  .video_frame iframe {
    width: 465px;
  }
}

@media (min-width: 768px) {
  .content {
    max-width: 640px;
  }

  .other-links li {
    display: inline-block;
  }

  .other-links li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 412px) {
  .video_frame iframe {
    width: 360px;
  }
}

@media (max-width: 768px) {
  .nav_toggle_btn {
    display: inline-block;
  }

  .header_navbar .navbar {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 48px;
  }

  .header_navbar .navbar ul {
    text-align: center;
    width: 100%;
    padding: 0 !important;
    margin: auto;
  }

  .navbar li {
    display: block;
    padding: 8px 0;
    text-align: center;
    margin-left: 0;
  }

  .url_box {
    border-right: none;
    border-left: none;
    padding: 15px 30px;
    margin: auto;
  }

  .input-field input[type="url"] {
    width: 82%;
  }

  .video_info,
  .open_link {
    display: block;
    width: 100%;
  }

  .video_thumbnail {
    margin: 0 auto;
    text-align: center;
  }

  .video_thumbnail img {
    display: block;
    width: 85%;
    margin: auto;
    text-align: center;
  }

  .qr_image img {
    width: 30%;
  }

  .open_link .link_copy {
    margin-top: 15px;
    margin-left: 0;
  }

  .link_copy input[type="text"] {
    width: 85%;
  }

  .link_copy input[type="button"] {
    right: 40px;
  }
}

@media (min-width: 820px) {

  .footer .copyright,
  .footer .other-links {
    margin-left: 0;
    margin-top: 0;
  }

  .footer .copyright,
  .footer .other-links,
  .other-links ul {
    display: inline-block;
  }

  .footer .other-links {
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
  }

  .other-links li {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 992px) {
  .content {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .content {
    max-width: 780px;
  }
}

@media (min-width: 1400px) {
  .content {
    max-width: 820px;
  }
}