
body {
  background-color: #f8fafc;
  font-size: 14px;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
}

body iframe[src="about:blank"] {
  display: none;
}

body a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.2s ease;
}

body a:hover {
  color: #3b82f6;
  text-decoration: none;
}

body a:active,
body a:focus {
  text-decoration: none;
  outline: none;
}

body a#back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  background: #1e293b;
  color: #fff;
  font-weight: 600;
  padding: 8px 12px;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

body p.featureP {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
}

body .label {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

body .label-success {
  background: #10b981;
  color: #fff;
}

body pre {
  margin: 30px 0;
  background: #f1f5f9;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
}

body pre span {
  display: block;
  line-height: 1.6;
}

body pre span.m-x-3 {
  line-height: 1.8;
  color: #1e293b;
}

body pre span.m-x-4 {
  margin-left: 15px;
  color: #7c3aed;
}

body pre span.m-x-5 {
  margin-left: 35px;
  color: #3b82f6;
}

body pre span.m-x-6 {
  margin-left: 50px;
  font-weight: 600;
  color: #1e293b;
}

body .nav > li > a:hover,
body .nav > li > a:focus {
  background: transparent;
  outline: none;
}

body .form-group.has-danger {
  color: #ef4444;
}

body .form-group.has-danger label {
  color: #ef4444;
}

body .form-group.has-danger input {
  border-color: #ef4444;
}

body .chart {
  height: 400px;
}

body input,
body button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

body .label-block {
  width: 100%;
}

body .form-horizontal {
  margin-top: 30px;
}

body .form-horizontal label.control-label {
  text-align: left;
  color: #1e293b;
  font-weight: 500;
}

body .rand {
  position: relative;
  min-height: 300px;
}

body .rand > div {
  position: absolute;
  text-align: center;
}

body .rand > div i {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
  font-size: 2.5em;
}

body .rand .rand1 {
  top: 10%;
  left: 40%;
}

body .rand .rand1 i {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

body .rand .rand2 {
  top: 60%;
}

body .rand .rand2 i {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
}

body .rand .rand3 {
  left: 70%;
  top: 5%;
}

body .rand .rand4 {
  top: 69%;
  left: 30%;
}

body .rand .rand4 i {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

body .rand .rand6 {
  top: 62%;
  left: 68%;
}

body .rand .rand6 i {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
}

body .ads {
  margin: 10px auto;
}

body .ads small {
  margin: 5px;
  display: block;
}

body .ads.ad_468 {
  max-width: 468px;
}

body .ads.ad_728 {
  max-width: 728px;
}

body .ads.ad_300 {
  max-width: 300px;
}

body .ads img {
  width: 100% !important;
}

body .alert {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  padding: 16px 20px;
}

body .alert.no-round {
  border-radius: 6px;
}

body .alert.alert-info {
  background: #3b82f6;
  color: #fff !important;
}

body .alert.alert-success {
  background: #10b981;
  color: #fff;
}

body .alert.alert-danger {
  background: #ef4444;
  color: #fff;
}

body .alert.alert-warning {
  background: #f59e0b;
  color: #fff;
}

body .label.label-secondary {
  background: #e2e8f0;
  color: #64748b;
}

body .panel h4,
body .panel h5 {
  margin-bottom: 15px;
  color: #1e293b;
}

body .panel-dark {
  background: #1e293b;
  border-color: transparent;
  color: #fff !important;
}

body .panel-dark h3,
body .panel-dark p,
body .panel-dark li {
  color: #fff !important;
}

body .panel-dark .panel-heading {
  background: #334155;
  color: #fff !important;
  border-bottom-color: transparent;
}

body .panel-dark .panel-heading a {
  color: #fff !important;
  padding: 4px 12px;
  background: #3b82f6;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}

body .icon-green {
  color: #10b981;
}

body .icon-red {
  color: #ef4444;
}

body .inline-copy {
  position: relative;
  background: #3b82f6;
  color: #fff !important;
  text-decoration: none;
  font-size: 11px;
  top: -2px;
  margin-left: 4px;
  padding: 2px 6px;
  border: 1px solid #2563eb;
  border-radius: 4px;
}

body .inline-copy:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(37, 99, 235, 0);
  border-right-color: #2563eb;
  border-width: 4px;
  margin-top: -4px;
}

body .alert span {
  display: block;
}

body #device .row,
body #device p {
  margin-top: 5px;
}

body #tooltip {
  display: block;
  background: #1e293b;
  color: #fff;
  padding: 8px 12px;
  max-width: 300px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

body .slideup {
  display: none;
}

body .pace .pace-progress {
  background: #3b82f6;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  box-shadow: 0 0 2px #2563eb;
  transition: width 1s;
}

body .pace-inactive {
  display: none;
}

body select.filter {
  display: none;
}

body.light {
  background-color: #fff;
}

body.light section {
  padding: 100px 0;
}

body .stripe-button-el {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border: 0;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
  border-radius: 8px;
}

body .stripe-button-el:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

body .stripe-button-el:active,
body .stripe-button-el:focus {
  background: #1d4ed8 !important;
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

body .stripe-button-el span {
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background: transparent !important;
}

h3.featureH {
  color: #1e293b;
  font-size: 32px;
  margin: 40px 0;
  font-weight: 700;
}

header {
  background: #fff;
  min-height: 80px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

header .navbar {
  margin-bottom: 0;
}

header .navbar .navbar-toggle {
  background-color: #1e293b;
  color: #1e293b;
}

header .navbar .navbar-header {
  margin-top: 15px;
}

header .navbar .navbar-header .glyphicon {
  color: #fff;
}

header .navbar .navbar-header .navbar-brand {
  font-size: 1.6em;
  font-weight: 700;
  color: #1e293b;
}

header .navbar .navbar-header img {
  max-height: 55px;
  margin-top: -15px;
}

header .navbar .nav {
  margin-top: 25px;
}

header .navbar .nav li {
  margin-left: 25px;
}

header .navbar .nav li a {
  font-weight: 600;
  color: #64748b;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

header .navbar .nav li a:hover {
  background-color: #f1f5f9;
  color: #1e293b;
}

header .navbar .nav li a.active {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

header .navbar .nav li a.active:hover {
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}

header .navbar .nav li a.active:focus,
header .navbar .nav li a.active:active {
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

header.app {
  min-height: 70px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

header.app .navbar .navbar-header {
  margin-top: 10px;
}

header.app .navbar .navbar-header .navbar-brand {
  font-size: 1.3em;
  color: #1e293b;
}

header.app .navbar .navbar-header .navbar-brand img {
  max-height: 45px;
  margin-top: -10px;
}

header.app .navbar .nav {
  margin-top: 18px;
}

header.app .navbar .nav li {
  margin-right: 12px;
}

header.app .navbar .nav li a {
  padding: 6px 12px;
  color: #64748b;
  font-weight: 500;
}

header.app .navbar .nav li a:hover {
  background-color: #f1f5f9;
  color: #1e293b;
}

header.app .navbar .nav li a.active {
  background-color: #3b82f6;
  color: #fff;
  border: 0;
  border-radius: 6px;
}

header.app .navbar .nav li a.active:hover {
  color: #fff;
  background-color: #2563eb;
}

.home {
  position: relative;
}

.home header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: transparent;
}

.home header .navbar {
  margin-bottom: 0;
}

.home header .navbar .navbar-toggle {
  background-color: #1e293b;
  color: #fff;
}

.home header .navbar .navbar-header {
  margin-top: 15px;
}

.home header .navbar .navbar-header .navbar-brand {
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
}

.home header .navbar .navbar-header img {
  max-height: 55px;
  margin-top: -15px;
}

.home header .navbar .nav {
  margin-top: 25px;
}

.home header .navbar .nav li {
  margin-left: 25px;
}

.home header .navbar .nav li a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 6px;
}

.home header .navbar .nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.home header .navbar .nav li a.active {
  background: #fff;
  color: #1e293b;
  border: 0;
  border-radius: 6px;
}

.home header .navbar .nav li a.active:hover {
  color: #1e293b;
}

.home section.hero {
  padding: 200px 0;
  background: linear-gradient(135deg, #1e40af 0%, #3730a3 100%);
  position: relative;
}

.home section.hero .container {
  position: relative;
  z-index: 99;
}

.home section.hero svg#wave {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.home #main-form {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

section.rounded {
  border-radius: 12px;
}

section.wshadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

section.urls-holder {
  padding: 60px 0 120px;
}

section.urls-holder .url-list {
  padding: 20px !important;
  min-height: 100px;
  border-bottom: 0;
  margin-bottom: 20px;
  clear: both;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}

section.hero {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border: 0;
  padding: 120px 0;
  position: relative;
}

section.hero .moreto {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
}

section.hero .moreto i {
  background: #3b82f6;
  padding: 12px;
  color: #93c5fd;
  font-size: 24px;
  border-radius: 50%;
}

section.calltoaction {
  background: #0f172a;
  padding: 0 0 60px 0 !important;
  position: relative;
}

section.calltoaction .actionbar {
  width: 100%;
  max-width: 650px;
  margin: auto;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -4rem;
  text-align: center;
  border-radius: 12px;
}

section.calltoaction .actionbar h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #1e293b;
}

section .feature {
  margin: 120px 0;
  color: #1e293b;
}

section .feature h2 {
  font-weight: 700;
  color: #1e293b;
  font-size: 24px;
}

section .feature h2 i {
  background: #fff;
  color: #3b82f6;
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
}

section .feature h2 span {
  color: #10b981;
  border-bottom: 4px solid #1e293b;
}

section .feature h2 small {
  display: block;
  font-size: 16px;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 600;
}

section .feature img {
  border-radius: 8px 8px 0 0;
  max-width: 700px;
  width: 100%;
}

section .feature .info {
  padding-bottom: 12px;
}

section .feature p {
  margin: 18px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

section .featurette {
  padding: 40px 0 180px;
}

section .featurette > div {
  text-align: center;
  color: #1e293b;
}

section .featurette > div .glyphicon {
  background: transparent;
  color: #3b82f6;
  font-size: 3em;
  padding: 24px 24px 24px 26px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

section .featurette > div h3 {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #1e293b;
  font-size: 20px;
  position: relative;
}

section .featurette > div h3:after {
  display: block;
  margin: 12px auto 0;
  content: " ";
  width: 24px;
  height: 3px;
  background: #3b82f6;
  border-radius: 2px;
}

section .panelette {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 0 15px;
  border-radius: 12px;
}

section .panelette h3 {
  color: #1e293b;
  font-size: 18px;
}

section .panelette h3 i {
  padding: 12px;
  margin-right: 8px;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  font-size: 24px;
  vertical-align: middle;
  border-radius: 50%;
}

section .panelette p {
  color: #64748b;
}

section .panelette.panelette-grad {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

section .panelette.panelette-grad h3 {
  color: #fff;
}

section .panelette.panelette-grad h3 i {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

section .panelette.panelette-grad p {
  color: rgba(255, 255, 255, 0.9);
}

section .stats {
  padding: 40px 0;
  text-align: center;
}

section .stats h2 {
  color: #fff;
  font-size: 2.2em;
  margin-bottom: 60px;
}

section .stats h3 {
  font-size: 2.8em;
  color: #fff;
}

section .stats h3 span {
  font-size: 0.5em;
}

section .stats strong {
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 24px;
  display: block;
}

section .promo {
  margin: 60px 0;
  color: #fff;
}

section .promo h1 {
  text-align: center;
}

section .promo h1 .description {
  color: #fff;
  margin-top: 24px;
  display: block;
  font-size: 20px;
}

section .call-to-action {
  text-align: center;
  margin: 50px 0;
}

section .call-to-action span {
  color: #64748b;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

section .call-to-action .btn {
  width: 30%;
}

section .public_list h2 {
  font-size: 22px;
  color: #64748b;
  margin-bottom: 24px;
}

section.dark {
  min-height: 30px;
  background-color: #1e293b;
  color: #fff;
}

section.dark h3 {
  color: #fff !important;
}

section.dark .feature {
  color: #fff;
}

section.dark .feature h2 {
  color: #fff;
}

section.dark .feature h2 small {
  display: block;
  color: #94a3b8;
}

section.dark .breadcrumb {
  background: transparent;
  padding-top: 30px;
}

section.dark .breadcrumb li {
  font-size: 24px;
  color: #fff;
}

section.dark .breadcrumb li a {
  color: #fff;
}

section.light {
  min-height: 30px;
  background-color: #f8fafc;
  color: #1e293b;
}

section.red {
  min-height: 30px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

section.red .feature h2 {
  color: #fff;
}

section.red .feature h2 small {
  color: #fff;
}

section.red .feature p {
  color: #fff;
  opacity: 0.9;
}

section.red .feature img {
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

section.red .promo h1 {
  color: #fff;
}

section.red .promo h1 .description {
  color: #ffffff;
}

section.blue {
  min-height: 30px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
}

section.blue .feature h2 {
  color: #fff;
}

section.blue .feature h2 small {
  color: #fff;
}

section.blue .feature p {
  color: #fff;
  opacity: 0.9;
}

section.blue .feature img {
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

section.blue .promo h1 {
  color: #fff;
}

section.blue .promo h1 .description {
  color: #ffffff;
}

section.yellow {
  min-height: 30px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
}

section.yellow .promo h1 {
  color: #fff;
}

section.yellow .promo h1 .description {
  color: #ffffff;
}

section.green {
  min-height: 30px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
}

section.green .promo h1 {
  color: #fff;
}

section.green .promo h1 .description {
  color: #ffffff;
}

section.break {
  border-bottom: 1px solid #e2e8f0;
}

section.bg {
  min-height: 30px;
  background-color: transparent;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  color: #fff;
}

section.bg h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

section.bg h1 .description {
  color: #fff !important;
  opacity: 0.9;
}

section .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 900px;
  background: #fff;
  border-right: 1px solid #e2e8f0;
  height: calc(100vh);
}

section .sidebar .navbar-brand {
  color: #1e293b;
}

section .sidebar .nav-sidebar li {
  margin-bottom: 6px;
}

section .sidebar .nav-sidebar li.locked a {
  color: #94a3b8;
}

section .sidebar .nav-sidebar li.locked a:hover {
  background: #cbd5e1;
  box-shadow: none;
}

section .sidebar .nav-sidebar a {
  color: #64748b;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

section .sidebar .nav-sidebar a span {
  margin-right: 10px;
}

section .sidebar .nav-sidebar a:hover,
section .sidebar .nav-sidebar a.active {
  color: #fff;
  background: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

section .sidebar h3 {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
  margin-left: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

section .sidebar .side-stats {
  text-align: left;
  margin-top: 8px;
  margin-left: 16px;
  color: #94a3b8;
}

section .sidebar .side-stats span {
  color: #1e293b;
  font-weight: 600;
}

section .sidebar .progress {
  height: 8px;
  border-radius: 4px;
  background-color: #f1f5f9;
}

section .content #user-content .alert {
  margin-top: 30px !important;
  border-radius: 8px;
}

section .content .main-content {
  margin-top: 30px;
}

section .content .main-content .toolbox {
  color: #1e293b;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 8px 8px 0 0;
}

section .content .main-content .toolbox #search input {
  border-left-width: 0;
  padding-left: 0;
}

section .content .main-content #data-container > .btn-group {
  padding: 8px 20px 20px;
}

section .content .main-content #data-container .pagination {
  padding: 20px;
}

section .content .url-list {
  padding: 16px 8px;
  min-height: 100px;
  border-bottom: 1px solid #e2e8f0;
  clear: both;
}

section .content .url-list:last-child {
  border-bottom: 0;
}

section .content .url-list .description {
  padding-left: 16px;
  color: #64748b;
}

section .content .url-list ul.toggle {
  padding-left: 16px;
}

section .content .url-list ul.toggle li {
  list-style: none;
  display: inline-block;
}

section .content .url-list ul.toggle li > div {
  margin-top: -2px;
}

section .content .url-list ul.toggle li a,
section .content .url-list ul.toggle li span {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  color: #64748b;
  border-radius: 6px;
  transition: all 0.2s ease;
}

section .content .url-list ul.toggle li .dropdown {
  text-align: left;
  position: absolute;
  z-index: 999;
  background: #3b82f6;
  min-width: 160px;
  display: none;
  margin-left: 0px;
  padding: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  border-radius: 8px 0 8px 8px;
}

section .content .url-list ul.toggle li .dropdown a {
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 6px;
  transition: all 0.2s ease;
}

section .content .url-list ul.toggle li .dropdown a:hover {
  padding-left: 10px;
}

section .content .url-list ul.toggle li:hover > a {
  color: #3b82f6;
  background: #f1f5f9;
}

section .content .url-list ul.toggle li:hover > a.drop {
  background: #3b82f6;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

section .content .url-list ul.toggle li:hover .dropdown {
  display: block;
}

section .content .url-list .url-info .title {
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 1.2em;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

section .content .url-list .url-info .title img {
  margin-right: 6px;
  vertical-align: top;
}

section .content .url-list .url-info .short-url {
  color: #64748b;
  font-size: 12px;
  padding-left: 16px;
  margin: 10px 0;
}

section .content .url-list .url-info .short-url a {
  color: #64748b;
}

section .content .url-list .url-info .info {
  color: #64748b;
  font-size: 12px;
  padding-left: 28px;
}

section .content .url-list .url-info .info span {
  margin-right: 12px;
}

section .content .url-list .url-info .info .qr {
  padding: 6px 6px 3px 6px;
}

section .content .url-list .url-info .info .qr img {
  width: 16px;
}

section .content .url-list .url-stats {
  text-align: center;
}

section .content .url-list .url-stats strong {
  font-size: 28px;
  display: block;
  color: #1e293b;
}

section .content .url-list.fix {
  padding-left: 0;
  padding-right: 0;
}

section .content .url-list.fix .description {
  padding-left: 0;
}

section .content .url-list.fix .url-info .title {
  padding-left: 0;
}

section .content .url-list.fix .url-info .short-url {
  padding-left: 0;
}

section .content.bundles.list-group a.active {
  color: #3b82f6;
}

section .content.bundles.list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

section .content.bundles.list-group p {
  color: #64748b;
  font-weight: 600;
  font-size: 12px;
}

section .content.bundles.list-group p a {
  color: #475569;
}

section .content.bundles.list-group h4 {
  margin-bottom: 10px;
}

section .content #widgets {
  padding-top: 30px;
}

section .content #widgets ul {
  margin-top: 16px;
  padding: 0;
}

section .content #widgets ul li {
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
  margin-top: 12px;
  font-size: 12px;
  list-style: none;
}

section .content #widgets ul li.new_item {
  background: #f1f5f9;
  padding: 8px 8px 16px;
  border-radius: 6px;
}

section .content #widgets ul li img {
  margin-right: 6px;
}

section .content #widgets ul li a {
  font-weight: 600;
  color: #3b82f6;
}

section .content #widgets ul li span {
  color: #64748b;
  margin-left: 6px;
}

section .content .return-ajax {
  position: relative;
}

section .content .return-ajax .clear-search {
  position: absolute;
  top: -45px;
  right: 12px;
}

section .content .return-ajax .cta,
section .content .return-ajax .alert {
  overflow: hidden;
  margin: 8px 16px;
}

section .content .panel p {
  margin: 12px 0;
}

section .content .panel h3 {
  font-size: 16px;
  margin-top: 0;
  color: #64748b;
  font-weight: 600;
}

section .content .panel h3 a {
  margin-top: -2px;
}

section .content .panel .nav li.active a,
section .content .panel .nav li:hover a {
  background: #3b82f6;
  color: #fff;
}

section .content p {
  color: #64748b;
}

section .content p em {
  font-size: 1.3em;
  font-style: normal;
  font-weight: 600;
}

section .content p.center {
  text-align: center;
  font-weight: 600;
}

section .content .avatar-holder {
  text-align: left !important;
  padding: 0 16px;
}

section .content .avatar-holder .avatar {
  max-width: 48px;
  border-radius: 6px;
}

section .content .avatar-holder strong {
  padding-top: 4px;
  margin-left: 16px;
  display: block;
  font-size: 1.2em;
}

section .content .avatar-holder span {
  margin-left: 16px;
}

section .centered {
  margin: 120px auto 40px;
}

section .centered .site_logo {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  background: transparent;
}

section .centered .site_logo a {
  color: #1e293b;
  font-size: 32px;
}

section .centered .site_logo img {
  max-height: 80px;
  background: transparent;
  border-radius: 6px;
}

section .centered.form {
  max-width: 480px;
  width: 100%;
}

section .centered.form form.live_form {
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

section .centered.form .input-group,
section .centered.form .form-group {
  margin-bottom: 28px;
}

section .centered.form #forgot {
  margin-top: 10px;
  font-size: 14px;
}

section .centered.form span.check-box {
  margin-left: 6px;
}

section .centered.form label {
  width: 100%;
  font-weight: 500;
  color: #374151;
}

section .centered.form label a {
  font-size: 12px;
}

section .centered form.passform {
  width: 100%;
  padding: 24px;
}

section .centered.poll {
  max-width: 580px;
  width: 100%;
}

section #forgot_form {
  display: none;
}

section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #64748b;
  margin-top: 0;
  margin-bottom: 18px;
}

section .social {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

section .btn-facebook {
  background: #1877f2;
  color: #fff;
  transition: all 0.2s ease;
}

section .btn-facebook:hover {
  background-color: #166fe5;
  transform: translateY(-1px);
}

section .btn-twitter {
  background: #1da1f2;
  color: #fff;
  transition: all 0.2s ease;
}

section .btn-twitter:hover {
  background-color: #0d8bd9;
  transform: translateY(-1px);
}

section .btn-google {
  background: #ea4335;
  color: #fff;
  transition: all 0.2s ease;
}

section .btn-google:hover {
  background-color: #d93025;
  transform: translateY(-1px);
}

section .is404 {
  text-align: center;
  border-radius: 6px;
}

section .is404 h1 {
  font-size: 200px!important;
  line-height: 200px!important;
  color: #fff;
}

section .is404 h2 {
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
}

section .is404 h3 {
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
}

section .splash {
  margin-top: 40px;
}

section .splash .thumb img {
  width: 100%;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

section .splash h2 {
  color: #374151;
  font-size: 24px;
}

section .splash p.description {
  color: #64748b;
}

section .splash p.disclaimer {
  margin-top: 24px;
  color: #9ca3af;
  font-size: 12px;
}

section .media {
  padding-top: 40px;
}

section .media .embed iframe:not(.vine-embed),
section .media embed,
section .media object {
  width: 100% !important;
  height: 450px !important;
}

section .media .embed iframe.vine-embed {
  margin: 0 auto;
}

section .media .info {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 20px;
}

section .media .info h3 {
  font-size: 18px;
  color: #1e293b;
}

section .media .info .text-right {
  font-size: 14px;
}

section .media .info .text-right span {
  display: block;
  padding-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

section .stats-page {
  margin-top: 40px;
}

section .stats-page .thumb img {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}

section .stats-page .url-info h2 {
  color: #64748b;
  font-size: 22px;
}

section .stats-page .url-info h2 span {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

section .stats-page .url-stats {
  max-height: 80px;
  padding-top: 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

section .stats-page .url-stats span {
  font-size: 14px;
  display: block;
}

section#plan {
  padding: 180px 0 220px;
}

section#plan h1 {
  font-weight: 700;
  font-size: 2.8em;
}

section#plan .subtitle {
  color: #64748b;
  margin-top: 24px;
}

section#plan .toggle-container {
  margin-bottom: 80px;
}

section#plan .toggle-container .switch-toggles {
  position: relative;
  width: 280px;
  height: 54px;
  border: 1px solid rgba(30, 41, 59, 0.2);
  border-radius: 27px;
  margin: 30px auto;
}

section#plan .toggle-container .switch-toggles .monthly,
section#plan .toggle-container .switch-toggles .yearly {
  position: relative;
  width: 138px;
  float: left;
  padding: 15px 12px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  color: #64748b;
  transition: color 0.3s ease;
}

section#plan .toggle-container .switch-toggles .monthly.active,
section#plan .toggle-container .switch-toggles .yearly.active {
  color: #1e293b;
}

section#plan .toggle-container .switch-toggles:after {
  position: absolute;
  content: "";
  width: 130px;
  height: 46px;
  background: #ffffff;
  left: 3px;
  top: 3px;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

section#plan .toggle-container .switch-toggles.active:after {
  left: 145px;
  top: 3px;
}

section#plan .corner-ribbon {
  width: 200px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  position: absolute;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  top: 25px;
  right: -50px;
  bottom: auto;
  left: auto;
  transform: rotate(45deg);
}

section#plan .price-table {
  position: relative;
  width: 33%;
  max-width: 50%;
  float: left;
  padding: 24px 0;
  overflow: hidden;
}

section#plan .price-table .table-inner {
  background-color: #f8fafc;
  padding: 50px 20px 60px;
  border-radius: 12px;
}

section#plan .price-table .table-inner h3 {
  margin: 0 auto 32px;
}

section#plan .price-table .table-inner .price {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1e293b;
  padding: 12px 20px;
  border: 1px solid rgba(30, 41, 59, 0.2);
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 25px;
}

section#plan .price-table .table-inner .billed {
  font-size: 10px;
  opacity: 0.8;
  display: block;
}

section#plan .price-table .table-inner .phrase {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 45px;
  opacity: 0.7;
}

section#plan .price-table .table-inner .feature-list {
  margin: 0;
  padding: 0;
}

section#plan .price-table .table-inner .feature-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #1e293b;
  margin-bottom: 14px;
  list-style: none;
}

section#plan .price-table .table-inner .feature-list li i {
  color: #10b981;
}

section#plan .price-table .table-inner .feature-list li:last-child {
  margin-bottom: 42px;
}

section#plan .price-table .table-inner .btn {
  width: 220px;
  max-width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
}

section#plan .price-table .table-inner .btn-blue {
  background-color: transparent;
  border: 1px solid #3b82f6;
  color: #3b82f6;
}

section#plan .price-table.highlighted {
  z-index: 2;
  padding: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

section#plan .price-table.highlighted .table-inner {
  background-color: #ffffff;
  padding: 70px 20px 80px;
}

section#plan .price-table.highlighted .btn-blue {
  background-color: #3b82f6;
  color: #ffffff;
}

section#plan #price_tables .monthly,
section#plan #price_tables .yearly {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

section#plan #price_tables .monthly .price-table,
section#plan #price_tables .yearly .price-table {
  display: none;
}

section#plan #price_tables .monthly.active,
section#plan #price_tables .yearly.active {
  opacity: 1;
  transform: scale(1);
}

section#plan #price_tables .monthly.active .price-table,
section#plan #price_tables .yearly.active .price-table {
  display: block;
}

section#faq {
  padding: 60px 15px;
}

section#faq h1 {
  margin-bottom: 30px;
  font-size: 32px;
}

section#faq .faq-list {
  margin-bottom: 24px;
}

section#faq .faq-list h2 {
  font-size: 18px;
  font-weight: 600;
}

section#faq .faq-list p {
  margin-top: 28px;
  color: #64748b;
}

section#faq .faq-list i {
  color: #3b82f6;
  margin-right: 12px;
}

section#checkout {
  margin: 40px 0;
}

section#checkout ul {
  list-style: none;
  padding: 12px 0;
}

section#checkout ul li {
  margin-bottom: 12px;
}

section#checkout ul li.total {
  border-top: 1px solid #64748b;
  padding-top: 8px;
}

section#checkout .info {
  color: #94a3b8;
}

section#checkout .StripeElement {
  background-color: white;
  height: 42px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 150ms ease;
}

section#checkout .StripeElement--focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  border-color: #3b82f6;
}

section#checkout .StripeElement--invalid {
  border-color: #ef4444;
}

section#checkout .StripeElement--webkit-autofill {
  background-color: #fefce8 !important;
}

.btn {
  border: 0;
  font-weight: 600;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.btn.btn-lg {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.btn.btn-primary {
  background: #1e293b;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #0f172a;
  transform: translateY(-1px);
}

.btn.btn-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn.btn-secondary:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  transform: translateY(-1px);
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

.btn.btn-round {
  border-radius: 25px;
}

.addmargin {
  margin-top: 32px;
}

.analytics {
  padding: 40px 0;
}

.analytics #country-list {
  margin: 0;
  padding: 0 24px;
}

.analytics #country-list li {
  margin-bottom: 12px;
}

.analytics #referrer {
  margin: 0;
  padding: 0px;
}

.analytics #referrer li {
  list-style: none;
  margin-bottom: 12px;
}

.custom-splash {
  margin-top: 40px;
  overflow: hidden;
}

.custom-splash .banner img {
  width: 100%;
}

.custom-splash .custom-message .c-avatar {
  float: left;
  width: 100px;
  margin-right: 12px;
  margin-left: 4px;
}

.custom-splash .custom-message .c-message {
  padding: 12px;
  float: left;
  height: 100px;
  line-height: 1.6;
  border-radius: 6px;
}

.custom-splash .custom-message .c-message h2 {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 20px;
}

.custom-splash .custom-message .c-countdown {
  float: right;
  font-size: 12px;
  text-align: center;
  padding: 30px;
}

.custom-splash .custom-message .c-countdown span {
  font-size: 32px;
  display: block;
}

.sp-replacer {
  border: solid 1px #d1d5db;
  background: #fff;
  border-radius: 6px;
}

.custom-overlay {
  overflow: hidden;
}

.custom-overlay .custom-message {
  position: relative;
  margin: 12px;
  background-color: #3b82f6;
  color: #fff;
  padding: 20px 40px 20px 20px;
  max-width: 340px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.custom-overlay .custom-message .custom-label {
  position: absolute;
  background-color: #fff;
  top: 15px;
  right: -20px;
  color: #000;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 600;
  width: 75px;
  height: 15px;
  transform: rotate(45deg);
}

.custom-overlay .custom-message p {
  color: #fff;
}

.custom-overlay .custom-message .btn {
  background-color: #fff;
  font-weight: 600;
  color: #1e293b;
}

.custom-overlay .custom-message .btn:hover {
  color: #1e293b;
}

#main-overlay {
  position: relative;
}

#main-overlay #site {
  position: absolute;
  z-index: 0;
}

#main-overlay .custom-message {
  z-index: 99999;
  bottom: -500px;
  position: absolute;
  margin: 12px;
  background-color: #3b82f6;
  color: #fff;
  padding: 20px 40px 20px 20px;
  max-width: 340px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

#main-overlay .custom-message.tl {
  top: 0;
  left: 0;
  bottom: auto;
  transform: translateY(12px);
  animation: showdown 1s ease-out;
}

#main-overlay .custom-message.tr {
  top: 0;
  right: 0;
  bottom: auto;
  transform: translateY(12px);
  animation: showdown 1s ease-out;
}

#main-overlay .custom-message.br {
  bottom: 0;
  right: 0;
  transform: translateY(-12px);
  animation: showup 1s ease-out;
}

#main-overlay .custom-message.bl {
  bottom: 0;
  left: 0;
  transform: translateY(-12px);
  animation: showup 1s ease-out;
}

#main-overlay .custom-message .custom-label {
  position: absolute;
  background-color: #fff;
  top: 15px;
  right: -20px;
  color: #000;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 600;
  width: 75px;
  height: 15px;
  transform: rotate(45deg);
}

#main-overlay .custom-message a.remove {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 4px;
}

#main-overlay .custom-message p {
  color: #fff;
}

#main-overlay .custom-message .btn {
  background-color: #fff;
  font-weight: 600;
  color: #1e293b;
}

#main-overlay .custom-message .btn:hover {
  color: #1e293b;
}

footer {
  padding: 30px 0 30px;
  color: #64748b;
  background: #f8fafc;
}

footer .languages {
  position: relative;
  clear: both;
  display: inline-block;
  text-align: left;
}

footer .languages .langs {
  width: 320px;
  display: none;
  padding: 8px;
  background: #334155;
  position: absolute;
  bottom: 20px;
  right: 0;
  border-radius: 6px 6px 0 6px;
}

footer .languages .langs a {
  width: 90px;
  color: #fff !important;
  display: block;
  float: left;
}

footer a {
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

footer a:hover,
footer a.active {
  background-color: #1e293b;
  color: #fff;
}

#main-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

#main-form select {
  color: #1e293b;
  width: 100%;
  margin-top: 12px;
}

#main-form .main-form {
  padding: 30px;
  border-bottom: 1px solid #e2e8f0;
}

#main-form .main-form .input-group-addon {
  border-color: #e2e8f0;
  font-size: 2em;
  color: #1e293b;
  border-width: 0;
  padding: 0 12px;
}

#main-form .main-form .main-input {
  padding: 0 12px;
  border-width: 0;
  font-size: 2.2em;
  background: #fff;
  height: 48px;
  color: #1e293b;
  border-radius: 6px;
  transition: all 0.2s ease;
}

#main-form .main-form .main-input.error,
#main-form .main-form .main-input.error:focus {
  color: #ef4444;
}

#main-form .main-form .main-input:focus {
  color: #1e293b;
}

#main-form .main-form .main-input:hover {
  color: #3b82f6;
}

#main-form .main-form .main-textarea {
  background-color: #f8fafc;
  color: #1e293b;
  font-weight: 600;
  font-size: 1.3em;
  padding: 12px;
  box-shadow: none;
  border: 0;
  border-radius: 6px;
}

#main-form .main-form .main-button {
  padding: 8px 20px;
  font-size: 18px;
  height: 48px;
  background-color: #3b82f6;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
}

#main-form .main-form .main-button#copyurl {
  margin-top: 0 !important;
  background-color: #10b981;
  display: none;
}

#main-form .main-form .main-button:focus,
#main-form .main-form .main-button:active {
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3) !important;
}

#main-form .advanced {
  border-radius: 8px;
  font-size: 12px;
  float: left;
}

#main-form .main-options {
  padding: 16px 30px;
}

#main-form .main-options .chosen-container {
  margin-left: 12px;
  max-width: 160px;
  float: right;
}

#main-form .main-options .chosen-container .chosen-single {
  background: #3b82f6;
  color: #fff;
  border: 0;
}

#main-form .main-advanced {
  padding: 30px;
  background: #fff;
  color: #1e293b;
}

#main-form .main-advanced > div > div {
  margin-bottom: 24px;
}

#main-form .main-advanced .btn-xs {
  padding: 4px 12px;
  border-radius: 6px;
}

#main-form .main-advanced h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #1e293b;
  margin-top: 0;
  margin-bottom: 24px;
}

#main-form .main-advanced p {
  font-size: 0.9em;
  color: #64748b;
  margin-bottom: 18px;
}

#main-form .main-advanced input {
  color: #334155;
}

#main-form .main-advanced #geo,
#main-form .main-advanced #device {
  padding-top: 40px;
}

#main-form .main-advanced #geo select,
#main-form .main-advanced #device select {
  max-width: 220px;
}

#main-form .main-advanced #geo .chosen-single,
#main-form .main-advanced #device .chosen-single {
  border-radius: 0 6px 6px 0;
}

#main-form .main-advanced #geo .geo-input .row,
#main-form .main-advanced #device .geo-input .row,
#main-form .main-advanced #geo .device-input .row,
#main-form .main-advanced #device .device-input .row {
  margin-bottom: 12px;
}

#main-form .main-advanced .chosen-container-multi .chosen-choices {
  padding: 8px 0;
  border: 1px solid #cbd5e1;
}

#main-form .main-advanced .chosen-container-active .chosen-choices {
  box-shadow: none;
}

#main-form .main-advanced .chosen-container-multi .chosen-choices li.search-choice {
  padding: 6px 28px 6px 10px;
  margin: 0px 0 0px 6px;
}

.share-this {
  margin-top: 40px;
  overflow: hidden;
}

.share-this .qr {
  float: right;
}

.share-this .qr img {
  max-width: 80px;
}

ul.form_opt {
  list-style: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 65px;
}

ul.form_opt li {
  float: right;
  margin-top: 18px;
}

ul.form_opt li.text-label {
  width: 60%;
  float: left;
  color: #1e293b;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}

ul.form_opt li.text-label small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-weight: 400;
}

ul.form_opt li a {
  background: #1e293b;
  color: #fff;
  padding: 6px 12px;
  font-weight: 600;
  border: 0;
  transition: all 0.2s ease;
}

ul.form_opt li a.round {
  border-radius: 6px;
}

ul.form_opt li a.first {
  border-radius: 6px 0 0 6px;
}

ul.form_opt li a.last {
  border-radius: 0 6px 6px 0;
}

ul.form_opt li a:hover {
  background: #3b82f6;
}

ul.form_opt li a.current {
  background: #3b82f6;
}

#modal-shadow {
  background: #334155;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
  clear: both;
}

#modal-alert {
  width: 90%;
  max-width: 520px;
  min-height: 160px;
  position: fixed;
  z-index: 999;
  display: none;
  background: #fff;
  text-align: left;
  padding: 12px;
  clear: both;
  color: #1e293b;
  border-radius: 8px;
}

#modal-alert form {
  overflow: visible !important;
}

#modal-alert .title {
  margin: -12px -12px 12px -12px;
  padding: 12px;
  display: block;
  background: #1e293b;
  color: #fff;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

#modal-alert > p {
  margin: 12px 0;
  line-height: 1.6;
}

.flat .plan {
  border-radius: 8px;
  list-style: none;
  padding: 0 0 24px;
  margin: 60px 0 20px;
  border: 0;
  background: #3b82f6;
  text-align: center;
  transition: all 0.2s ease;
}

.flat .plan:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

.flat .plan li {
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease;
}

.flat .plan li.plan-price {
  border-top: 0;
}

.flat .plan li.plan-name {
  border-radius: 8px 8px 0 0;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: #0f172a;
  margin-bottom: 32px;
  border-top: 0;
}

.flat .plan li > strong {
  color: #0f172a;
}

.flat .plan li.plan-action {
  margin-top: 12px;
  border-top: 0;
}

.flat .plan.featured li.plan-name {
  background: #000000;
}

.flat .plan.featured:hover li.plan-name {
  background: #1e293b;
}

.flat .plan.featured li.plan-price {
  font-size: 22px;
  padding: 18px 0;
  background: #1e293b;
  margin: 0 10% 24px 10%;
  border-radius: 6px;
}

.flat .plan.featured li.plan-price strong {
  font-size: 38px;
  color: #fff;
  display: block;
}

#captcha {
  padding: 20px;
}

#recaptcha_widget_div {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 6px;
}

#recaptcha_widget_div .recaptchatable {
  border: 0px solid transparent !important;
}

#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
  background: transparent;
}

#recaptcha_widget_div .recaptchatable .recaptcha_image_cell center img {
  width: 250px;
  height: 54px;
}

#recaptcha_widget_div .recaptchatable #recaptcha_response_field {
  background: #1e293b;
  color: #fff;
  padding: 6px 10px;
}

#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}

@media screen and (max-width: 990px) {
  #main-form .main-form .col-sm-10 {
    margin-bottom: 12px;
  }
  
  section .sidebar {
    min-height: 160px !important;
    height: auto;
  }
  
  body .is404 h1 {
    font-size: 10em !important;
    line-height: 1em!important;
  }
  
  body .is404 h2 {
    font-size: 32px !important;
    line-height: 1em!important;
  }
  
  ul.form_opt li {
    float: left;
  }
  
  ul.form_opt li.text-label {
    display: block;
    float: none;
    width: 100%;
  }
  
  ul.form_opt li.text-label small {
    display: none;
  }
  
  ul.form_opt li a.first {
    border-radius: 0 6px 6px 0;
  }
  
  ul.form_opt li a.last {
    border-radius: 6px 0 0 6px;
  }
  
  .main-advanced .col-sm-4 {
    padding-bottom: 12px;
  }
  
  body .rand div > i {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 450px) {
  header .navbar-brand {
    font-size: 1.1em !important;
  }
  
  header .navbar .nav li {
    margin: 0;
  }
  
  body .is404 h1 {
    font-size: 8em !important;
    line-height: 1em!important;
  }
  
  body .is404 h2 {
    font-size: 18px !important;
    line-height: 1em!important;
  }
  
  section .sidebar {
    height: auto;
  }
  
  #main-form .col-sm-10 {
    border-bottom: 1px solid #e2e8f0;
  }
  
  #main-form .main-form .main-input {
    font-size: 1.4em;
  }
  
  #main-form .main-form .input-group-addon {
    font-size: 1.4em;
  }
  
  #main-form .main-form .main-button {
    margin-top: 12px;
    font-size: 14px;
    width: auto;
    padding: 10px 18px;
    height: auto;
  }
  
  footer .text-right {
    text-align: left !important;
    margin-top: 12px;
  }
  
  footer .text-right a:first-child {
    margin-left: 0;
  }
  
  #recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(2) {
    display: none;
  }
  
  .recaptcha_input_area {
    width: 77% !important;
  }
  
  .recaptcha_input_area input {
    width: 100% !important;
  }
  
  #recaptcha_image {
    width: 104% !important;
  }
  
  #recaptcha_image img {
    width: 100% !important;
  }
  
  section .panelette {
    margin-bottom: 18px;
  }
  
  body .rand {
    margin-bottom: 120px;
  }
  
  body .rand div > i {
    font-size: 2.2em;
  }
  
  body .rand .rand1 {
    top: -10%;
  }
  
  body .rand .rand2,
  body .rand .rand5 {
    left: 5%;
  }
  
  body .rand .rand4 {
    top: 50%;
  }
  
  body .rand .rand6 {
    left: 75%;
  }
  
  section .stats h3 span {
    display: block;
  }
  
  section#plan #price_tables .price-table {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.float-away {
  position: relative;
}

.float-away:after {
  content: attr(href);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.float-away:after {
  animation-duration: 2s;
  animation-name: float-away;
  animation-timing-function: ease-out;
}

@keyframes float-away {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    top: -30px;
    opacity: 0.1;
  }
}

ul.doughnut-legend {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 32px;
}

ul.doughnut-legend li {
  display: inline-block;
  margin-right: 12px;
}

ul.doughnut-legend li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 3px;
}

#detect-app {
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

#detect-app h3 {
  max-width: 450px;
  width: 100%;
  margin: 120px auto;
  text-align: center;
  font-size: 32px;
}

#detect-app span {
  display: block;
  font-size: 20px;
  margin-top: 18px;
}

.btn-group.addmargin {
  margin-top: 28px;
}

@keyframes showdown {
  0% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateY(12px);
  }
}

@keyframes showup {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(-12px);
  }
}