html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #f9f9f9;
}

body {
  font-family: 'Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

b, strong {
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

svg {
  fill: currentColor;
}

p {
  line-height: 1.6;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

.main-container {
  padding: 0px 0px 60px 0px;
}

.btn:active,
.btn:focus,
.btn.active,
.btn:active:focus {
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
}

.btn:hover {
  text-decoration: none !important;
}

.btn-lg {
  padding: 8px 30px;
  line-height: 2.43;
}

.btn-sm {
  padding: 0px 20px;
  font-size: 14px;
}

.btn-md {
  padding: 6px 25px;
  font-size: 14px;
  line-height: 2;
}

.btn-blue {
  color: #ffffff;
  background-color: #267ddd;
  border-radius: 4px;
  border: 0;
}

.btn-blue:focus,
.btn-blue:hover {
  color: #ffffff;
  background-color: #2e87eb;
}

.btn-white {
  color: #777777;
  border-color: #d3d3d3;
  background: #ffffff;
}

.btn-white:focus,
.btn-white:hover {
  color: #777777 !important;
  background-color: #e4e5e6;
  border-color: #d3d3d3;
}

.btn-gray {
  color: #777777;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

.btn-gray:focus,
.btn-gray:hover {
  color: #777777;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}

.btn-red {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-red:focus,
.btn-red:hover {
  color: #ffffff;
  background-color: #dd4b5a;
  border-color: #dd4b5a;
}

.btn-action-dropdown {
  border: 0;
  padding: 8px 10px;
  line-height: 20px;
  border-radius: 50%;
}

.btn-action-dropdown:hover,
.btn-action-dropdown:active,
.btn-action-dropdown:focus {
  background: #ececec;
  border-radius: 50%;
  outline: none;
}

.btn-outline-red {
  color: #d84531 !important;
  border-color: #d84531;
}

.btn-outline-red:focus,
.btn-outline-red:hover {
  color: #ffffff !important;
  background-color: #d84531;
  border-color: #d84531;
}

.label-outline {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

.label-outline-green {
  color: #73bf4c;
  border-color: #73bf4c;
}

.label-outline-orange {
  color: #ff7200;
  border-color: #ff7200;
}

.label-outline-red {
  color: #d84531;
  border-color: #d84531;
}

.label-outline-blue {
  color: #137ad1;
  border-color: #137ad1;
}

.form-control-red-focus:focus {
  background-color: #ffffff;
  border-color: #dc3545;
}

.header {
  background: #ffffff;
  height: 75px;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 2px 2px 0 hsl(0deg 0% 93% / 50%);
}

.header img.logo {
  margin: 25px 0 0 0;
}

.container-limited-width {
  max-width: 1200px;
}

.card {
  box-shadow: 0 2px 4px rgb(157 161 164 / 19%);
}

.card .card-header {
  background: #ffffff;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 25px;
  font-size: 18px;
  font-weight: 600;
}

.card .card-body {
  padding: 25px;
}

.card .card-body-no-padding {
  padding: 0;
}

.card .card-footer {
  background: #ffffff;
  padding: 25px;
}

.share-secret-container {
  padding: 30px 0px;
}

.share-secret-container .page-header h1 {
  font-size: 52px;
  color: #414042;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.share-secret-container .page-header .sub-header {
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px 0px 40px 0px;
  text-align: center;
}