.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 600px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014   \A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\A0   \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ededed;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ededed;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ededed;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ededed;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ededed;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 600px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 600px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e1e1e1;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.btn-primary {
  color: #fff;
  background-color: #d64830;
  border-color: #d64830;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b93a25;
  border-color: #a83521;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d64830;
  border-color: #d64830;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #4fB481;
  border-color: #46a474;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #41996d;
  border-color: #337956;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4fB481;
  border-color: #46a474;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.btn {
  background-color: #f8f8f8;
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled='false');
  box-shadow: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.btn:focus,
.btn:hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn:focus {
  outline: 0;
}
.btn:active {
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn-primary {
  background-color: #d64830;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #ce3f28;
  border-color: #d64830;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
.btn-link {
  border-color: transparent;
  background-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  border-color: transparent;
  text-decoration: none;
  box-shadow: inherit;
}
.btn a {
  color: #333;
}
.btn-blue {
  background-color: #2e8fda;
  color: #fff;
}
.btn-blue:focus,
.btn-blue:hover {
  color: #fff;
  background-color: #2083cf;
  border-color: #2083cf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-group > .btn-default.notifytoggle span:before {
  display: none;
}
.btn-group > .btn-default.notifytoggle.active {
  background-color: #53B05A;
  box-shadow: none;
  color: white;
}
.btn-group > .btn-default.notifytoggle.active :hover {
  background-image: none;
  background-color: #53B05A;
  cursor: default;
  box-shadow: none;
}
.btn-group > .btn-default.notifytoggle.active span:before {
  display: inline;
  font-size: 11px;
  padding-right: 5px;
}
.btn {
  padding: 5px 12px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  min-height: 21.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #eee;
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 600px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.font-bold {
  font-weight: bold;
}
.semi-bold {
  font-weight: 600;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.cursor-default {
  cursor: default;
}
.pointer-none {
  pointer-events: none;
}
.d-none {
  display: none;
}
.rel-position {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.hidden-overflow {
  overflow: hidden;
}
.lineheight-normal {
  line-height: 1.8;
}
.line-height-small {
  line-height: 1.6;
}
.line-height-16 {
  line-height: 16px;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.hr-stretch {
  margin: 20px -17px;
}
.break-all {
  word-break: break-all;
}
.break-word {
  word-break: break-word;
}
textarea {
  resize: vertical;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.border-radius-none {
  border-radius: 0 !important;
}
.border-transparent {
  border: transparent;
}
.border-none {
  border: none !important;
}
.clearfix {
  clear: both;
}
.text-link {
  color: #428bca !important;
}
.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.secondary-color {
  color: #5d678a;
}
.secondary-color-new {
  color: #50606b;
}
.success-color {
  color: #028d5e;
}
.text-white {
  color: #fff !important;
}
.w-100 {
  width: 100%;
}
.w-20 {
  width: 20% !important;
}
.w-15 {
  width: 15% !important;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75% !important;
}
.h-100 {
  height: 100%;
}
.flex-1 {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.gap-10 {
  grid-gap: 10px;
  gap: 10px;
}
.gap-12 {
  grid-gap: 12px;
  gap: 12px;
}
.text-uppercase {
  text-transform: uppercase;
}
.link-blue {
  color: #3083F3;
}
.raisin-black {
  color: #212529 !important;
}
.font-xxxs {
  font-size: 8px !important;
}
.font-xxs-md {
  font-size: 10px !important;
}
.font-xxs {
  font-size: 11px !important;
}
.font-xs {
  font-size: 12px !important;
}
.font-small {
  font-size: 13px !important;
}
.font-normal {
  font-size: 14px !important;
}
.font-medium {
  font-size: 15px !important;
}
.font-large {
  font-size: 16px !important;
}
.font-xlarge {
  font-size: 18px !important;
}
.font-xxlarge-md {
  font-size: 20px !important;
}
.font-xxlarge {
  font-size: 22px !important;
}
.font-xxxlarge {
  font-size: 24px !important;
}
.font-extra-large {
  font-size: 30px !important;
}
.hr {
  border-top: 1px solid #D7E1EA !important;
}
.form-control.disable-select {
  pointer-events: none;
  background-color: #eeeeee !important;
}
.hr {
  border-top: 1px solid #D7E1EA !important;
}
.box-shadow-none {
  box-shadow: none !important;
}
.appearance-none {
  appearance: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.separate-line {
  border-left: 1px solid #D7E1EA;
  padding-right: 10px;
  padding-top: 6px;
}
.radio-btn {
  width: 16px;
  height: 16px;
  border: 5px solid #D5E1EC;
  border-radius: 10px;
  appearance: none;
  outline: none !important;
}
.radio-btn:checked {
  border-color: #2c83ea;
}
.rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.rotate-minus-90 {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.bg-grey {
  background-color: #f6f8fa;
}
.bg-grey-1 {
  background-color: #edf0f6;
}
.bg-grey-2 {
  background-color: #5e6a78;
}
.bg-white {
  background-color: #fff;
}
.text-sky-50 {
  background-color: #f5f9ff;
}
.font-black {
  color: #000;
}
.overflow-hidden {
  overflow: hidden;
}
.text-prewrap {
  white-space: pre-wrap;
}
.text-preline {
  white-space: pre-line;
}
.half-white-bg {
  background-color: #f9f9fb;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0% !important;
}
.w-auto {
  width: auto;
}
svg.icons {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
svg.card-logo {
  width: 40px;
  height: 20px;
}
svg.fill-blue {
  fill: #188dfa;
}
svg.fill-white {
  fill: #fff;
}
svg.plan-filled {
  fill: #f97c00;
}
svg.addons-filled {
  fill: #5c9bf7;
}
svg.fill-orange {
  fill: #d1832e;
}
svg.fill-red {
  fill: #fa3e81;
}
svg.info {
  fill: #b4bcd5;
}
svg.icon-sm {
  width: 16px;
  height: 16px;
}
svg.icon-md {
  width: 18px;
  height: 18px;
}
svg.icon-large {
  width: 20px;
  height: 20px;
}
svg.icon-xs {
  width: 12px;
  height: 12px;
}
svg.icon-xsmall {
  width: 10px;
  height: 10px;
}
svg.icon-xxs {
  width: 8px;
  height: 8px;
}
svg.icon-xxxs {
  width: 6px;
  height: 6px;
}
svg.icon-xsm {
  width: 14px;
  height: 14px;
}
svg.icon-24 {
  width: 24px;
  height: 24px;
}
svg.fill-success {
  fill: #3BBB8A;
}
svg.error-alert {
  fill: #ff5858;
}
svg.fill-current {
  fill: currentColor;
}
svg.spin {
  animation: spinner 1s infinite linear;
}
svg.secondary-color {
  fill: #50606b;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  left: 125%;
  top: -5px;
}
.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/*

We follow margin and padding

0 => 0px
1 => 2.5px
2 => 5px
3 => 10px
4 => 15px
5 => 20px
6 => 25px
7 => 30px

*/
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 2.5px;
}
.m-4 {
  margin: 15px;
}
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 2.5px;
}
.mt-2 {
  margin-top: 5px;
}
.mt-3 {
  margin-top: 10px;
}
.mt-4 {
  margin-top: 15px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 25px;
}
.mt-7 {
  margin-top: 30px;
}
.mt-n2 {
  margin-top: -5px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2.5px;
}
.mb-2 {
  margin-bottom: 5px;
}
.mb-3 {
  margin-bottom: 10px;
}
.mb-4 {
  margin-bottom: 15px;
}
.mb-5 {
  margin-bottom: 20px;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 2.5px !important;
}
.ml-2 {
  margin-left: 5px !important;
}
.ml-3 {
  margin-left: 10px;
}
.ml-4 {
  margin-left: 15px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-7 {
  margin-left: 30px;
}
.mr-1 {
  margin-right: 2.5px !important;
}
.mr-2 {
  margin-right: 5px !important;
}
.mr-3 {
  margin-right: 10px !important;
}
.mr-4 {
  margin-right: 15px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-3 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-4 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-6 {
  margin-left: 25px;
  margin-right: 25px;
}
.mx-7 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-n6 {
  margin-left: -20px;
  margin-right: -20px;
}
.mt-n5,
.my-n5 {
  margin-top: -20px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -20px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-6 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-7 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 2.5px;
}
.p-2 {
  padding: 5px;
}
.p-3 {
  padding: 10px;
}
.p-4 {
  padding: 15px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-2 {
  padding-left: 5px !important;
}
.pl-3 {
  padding-left: 10px;
}
.pl-4 {
  padding-left: 15px;
}
.pl-5 {
  padding-left: 20px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 2.5px !important;
}
.pr-2 {
  padding-right: 5px !important;
}
.pr-3 {
  padding-right: 10px;
}
.pr-4 {
  padding-right: 15px !important;
}
.pr-7 {
  padding-right: 30px;
}
.pr-9 {
  padding-right: 40px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-2 {
  padding-top: 5px !important;
}
.pt-3 {
  padding-top: 10px;
}
.pt-4 {
  padding-top: 15px;
}
.pt-5 {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 2.5px !important;
}
.pb-2 {
  padding-bottom: 5px !important;
}
.pb-3 {
  padding-bottom: 10px;
}
.pb-4 {
  padding-bottom: 15px;
}
.pb-5 {
  padding-bottom: 20px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}
.px-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-4 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 25px;
  padding-right: 25px;
}
.px-9 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-6 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.min-width-75 {
  min-width: 75%;
}
.w-48 {
  width: 48%;
}
.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}
.align-sub {
  vertical-align: sub;
}
.align-bottom {
  vertical-align: bottom;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.d-block {
  display: block;
}
.v-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-content-left {
  -ms-flex-pack: left;
      justify-content: left;
}
.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.align-items-start {
  -ms-flex-align: start;
      align-items: start;
}
.align-items-end {
  -ms-flex-align: end;
      align-items: end;
}
.rounded-sm {
  border-radius: 4px;
}
.rounded {
  border-radius: 6px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-top-md {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-lg {
  border-radius: 10px;
}
.rounded-xlg {
  border-radius: 12px;
}
.rounded-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rounded-top-lg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border-circle {
  border-radius: 50%;
}
.mb-form {
  margin-bottom: 12px;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.opacity-1 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.mt-80 {
  margin-top: 80px;
}
.panel-heading .collapsed .accord-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.panel-heading .accord-arrow {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: all 0.3s ease;
}
.subscribe-container .hp-form-container {
  min-height: 300px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid #e9f0f6;
  border-radius: 8px;
}
.subscribe-container .hp-form-container .ordersummary-sec {
  min-height: 300px;
  transition: all 0.3s ease-in-out 0.1s;
}
.subscribe-container .hp-form-container .ordersummary-sec .sec-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 1.5px 1.5px 0 1.5px;
  font-size: var(--hp-sec-header-size);
  font-size: var(--hp-sec-header-size);
}
.subscribe-container .hp-form-container .ordersummary-sec .sec-header .advance-inv-back {
  left: 10px;
  top: 3px;
  filter: brightness(0.96);
}
.subscribe-container .hp-form-container .ordersummary-sec .sec-header .advance-inv-back:hover {
  filter: brightness(0.95);
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .item-qty {
  width: 100px;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .item-qty input,
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .item-qty select {
  width: 75%;
  height: 32px !important;
  border-color: #D7E1EA;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .item-qty input:focus,
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .item-qty select:focus {
  border-color: #2485e8;
  box-shadow: 0 0 1px 3px rgba(102, 175, 233, 0.18);
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .os-item {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .item-details {
  grid-gap: 25px;
  gap: 25px;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .rmv-addon {
  color: #E82424;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .rmv-addon svg {
  fill: #E82424;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .product-type-new {
  border-radius: 1em;
  color: #fff;
  padding: 2px 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .goods-new {
  background-color: #6A8AAF;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .service-new,
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .digital_service-new {
  background-color: #28BA9B;
}
.subscribe-container .hp-form-container .ordersummary-sec .item-sec .plan-freq {
  font-size: 10px;
  background-color: #e8f2f9;
  border-radius: 10px;
}
.subscribe-container .hp-form-container .ordersummary-sec .coupon-label {
  fill: #28b184;
  color: #11842c;
}
.subscribe-container .hp-form-container .ordersummary-sec .remove-coupon {
  width: 25px;
  height: 25px;
  background-color: #FFF1F1;
  border-radius: 6px;
}
.subscribe-container .hp-form-container .ordersummary-sec .remove-coupon svg {
  width: 13px;
  height: 13px;
  fill: #E82424;
}
.subscribe-container .hp-form-container .ordersummary-sec .rec-addons {
  background-color: #f6f8fa;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}
.subscribe-container .hp-form-container .ordersummary-sec .rec-addons .rec-addons-text {
  color: #d1832e;
  letter-spacing: 0.8px;
}
.subscribe-container .hp-form-container .ordersummary-sec .rec-addons .rec-addons-container .rec-addon {
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06275);
  border-radius: 6px;
  transition: all 150ms ease-in-out;
}
.subscribe-container .hp-form-container .ordersummary-sec .rec-addons .rec-addons-container .rec-addon:last-child {
  margin-bottom: 0px !important;
}
.subscribe-container .hp-form-container .ordersummary-sec .rec-addons .rec-addons-container .rec-addon:hover {
  -ms-transform: scale(1.03);
      transform: scale(1.03);
}
.subscribe-container .hp-form-container .ordersummary-sec .coupon-sec input {
  padding: 0 0 0 35px;
  height: 40px !important;
}
.subscribe-container .hp-form-container .ordersummary-sec .coupon-sec .hp-aply-coupon-svg {
  fill: #3083F3;
  top: 17px;
  left: 12px;
  z-index: 999;
}
.subscribe-container .hp-form-container .item-border {
  border-bottom: 1px solid #E2EBF3;
}
.subscribe-container .hp-form-container .error-field {
  border-color: #ED2121 !important;
  margin-bottom: 3px;
}
.subscribe-container .hp-form-container .error-field:focus {
  box-shadow: 0px 0px 1px 3px rgba(237, 33, 33, 0.08) !important;
}
.subscribe-container .hp-form-container .err-msg {
  color: #ED2121;
  font-size: 12px;
}
.subscribe-container .hp-form-container .btn-txt {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.subscribe-container .hp-form-container .order-short-summary .hover-effect {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.subscribe-container .hp-form-container .order-short-summary:hover .hover-effect {
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.02;
}
.subscribe-container .hp-form-container .select-appearance {
  right: 9px;
  top: 13px;
  fill: #8a8fa7;
}
.subscribe-container .hp-form-container .select-appearance-with-info {
  right: 47px;
}
.subscribe-container .hp-form-container .mandatory::after {
  content: '*';
  color: #e54643;
}
.subscribe-container .verify-section {
  max-width: 400px;
}
.subscribe-container .verify-section .mail-sec .email-inp {
  height: 40px !important;
}
.subscribe-container .verify-section .mail-sec .email-inp:focus {
  border-color: #2485e8;
  box-shadow: 0 0 1px 3px rgba(102, 175, 233, 0.18) !important;
}
.subscribe-container .verify-section .mail-sec .email-inp::placeholder {
  color: #8699AF;
}
.subscribe-container .verify-section .otp-sec .verify-input {
  border: 1px solid #D7E1EA;
}
.subscribe-container .verify-section .otp-sec .otp-resend {
  text-align: center;
}
.subscribe-container .verify-section .otp-sec .otp-resend .resend-link {
  color: #2485E8;
}
.subscribe-container .verify-section .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0px 6px;
}
.subscribe-container .verify-section .close-modal svg {
  opacity: 0.7;
}
.subscribe-container .verify-section .close-modal svg:hover {
  opacity: 1;
}
.card-list .card-item {
  border: 1px solid #e2ebf3!important;
  border-radius: 8px;
  min-height: 48px;
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 15px;
  cursor: pointer;
}
.card-list .card-item:hover,
.card-list .card-item.selected-new-option,
.card-list .card-item.selected {
  border: 1px solid #3083F3 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.inp-container .inp-label {
  top: 14px;
  left: 13px;
  cursor: text;
  text-transform: unset;
  transition: all 0.2s ease-in-out;
}
.inp-container input,
.inp-container select {
  height: 48px !important;
  width: 100%;
  padding-top: 21px;
  border-color: #D7E1EA;
}
.inp-container input:focus,
.inp-container select:focus {
  border-color: #2485e8;
  box-shadow: 0 0 1px 3px rgba(102, 175, 233, 0.18) !important;
}
.inp-focused .inp-label {
  top: 7px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.inp-focused .card-inp {
  opacity: 1;
}
.field-label-color {
  color: #8699AF;
}
.select-arrow {
  fill: #8a8fa7;
  top: 6px;
  right: 8px;
}
.cf-info {
  right: 14px;
  top: 17px;
}
.cf-info svg {
  fill: #b4bcd5;
}
.hide-placeholder::-webkit-input-placeholder {
  color: transparent !important;
}
.hide-placeholder:-moz-placeholder {
  color: transparent !important;
}
.hide-placeholder::-moz-placeholder {
  color: transparent !important;
}
.hide-placeholder:-ms-input-placeholder {
  color: transparent !important;
}
.multiselect-cf .ms-cf-field {
  padding: 30px 10px 5px;
  border: 1px solid #D7E1EA;
  min-height: 48px;
  border-radius: 4px;
}
.multiselect-cf .ms-cf-field .selected-option {
  background-color: #eef3f8;
  border-radius: 4px;
  margin: 2px;
  padding: 5px 3px 5px 8px;
  display: inline-block;
}
.multiselect-cf .ms-cf-field .selected-option button {
  background-color: transparent;
  border: none;
}
.multiselect-cf .ms-cf-field .selected-option button .remove-icon {
  fill: #8699AF;
}
.multiselect-cf .ms-cf-field .selected-option:hover {
  background-color: #e4eaf0;
}
.multiselect-cf .option-focused {
  border-color: #2485e8;
  box-shadow: 0 0 1px 3px rgba(102, 175, 233, 0.18) !important;
}
.multiselect-cf .ms-cf-container {
  position: relative;
}
.multiselect-cf .ms-cf-container .ms-cf-list {
  position: absolute;
  border: 1px solid #D7E1EA;
  box-shadow: 0px 5px 10px rgba(55, 74, 122, 0.07);
  margin: 8px auto;
  border-radius: 6px;
  padding: 2% 0;
  width: 100%;
  max-height: 150px;
  overflow: auto;
  background-color: #fff;
  list-style: none;
  z-index: 1001;
}
.multiselect-cf .ms-cf-container .ms-cf-list .cf-dropdown-item {
  padding: 2% 3%;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 6px;
  cursor: pointer;
}
.multiselect-cf .ms-cf-container .ms-cf-list .cf-dropdown-item:hover {
  background-color: #f1f3f8;
}
.multiselect-cf .cf-dropdown-up {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.multiselect-cf .cf-dropdown-up .ms-cf-list {
  bottom: 100%;
}
.card-container {
  border: 1px solid #D7E1EA;
}
.card-container .card-number {
  width: 62%;
}
.card-container .card-expiry {
  width: 20%;
}
.card-container .card-cvv {
  width: 18%;
}
.card-container .help-icon {
  top: 16px;
}
.card-container .inp-container input {
  outline: none !important;
  box-shadow: none !important;
}
.card-container .inp-container input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.field-group .field-group-info {
  width: 10%;
  height: 48px;
  background-color: #f8fcff;
  border: 1px solid #D7E1EA;
}
.field-group .left-group {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.field-group .inp-field-group {
  margin-bottom: 0px;
  width: 100%;
}
.field-group .inp-left-group input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-left: none;
}
.card-inp {
  top: 0px;
  opacity: 0;
}
.card-inp:focus {
  outline: none !important;
  box-shadow: none !important;
}
.cc-contaciner {
  height: 50px;
}
.cc-contaciner .input-label.offset-left {
  left: 40px !important;
}
.cc-contaciner .input-label {
  top: 15px;
  left: 3px;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.1s ease-in-out;
}
.cc-contaciner .input-focused {
  padding-top: 7px;
}
.cc-contaciner .input-focused .input-label {
  top: 6px;
  color: #8699AF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}
.cc-contaciner .input-focused .offset-left {
  left: 33px !important;
}
.cc-contaciner .input-focused .offset-left-1 {
  left: 1px !important;
}
.cc-contaciner .help-icon {
  top: 14px;
}
#paypal-button-container-v3 div,
#paypal-venmo-v3 div {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.tooltip-container.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 170px;
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-container .tooltip-text::after {
  position: absolute;
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
}
.test-card-container a {
  border: 1px solid #D7E1EA;
  border-radius: 15px;
}
.captcha-reload {
  bottom: 0;
  right: 0;
  border: 1px solid #D7E1EA;
  padding: 4px 7px;
  border-radius: 5px 0 5px;
  border-bottom: none;
  border-right: none;
  background-color: #f7fcff;
}
.alert-container {
  color: #fff;
  border: none;
}
.alert-container .icon-close {
  top: 8px;
  right: 8px;
  border-radius: 12px;
}
.alert-container.success-alert {
  background: linear-gradient(92deg, #46C19C 0%, #20AC8B 99.61%);
  box-shadow: 0px 6px 18px 3px rgba(34, 179, 120, 0.25);
}
.alert-container.success-alert .notification-icon,
.alert-container.success-alert .icon-close {
  background-color: rgba(255, 255, 255, 0.2);
}
.alert-container.success-alert .notification-icon svg {
  fill: #46C19C;
}
.alert-container.success-alert .icon-close svg {
  fill: #fff;
}
.alert-container.failure-alert {
  background: linear-gradient(45deg, #f96e6e, #f56771);
  box-shadow: 0 6px 18px 3px rgba(255, 124, 124, 0.5);
}
.alert-container.failure-alert .notification-icon,
.alert-container.failure-alert .icon-close {
  background-color: #ff8388;
}
.alert-container.failure-alert .notification-icon svg,
.alert-container.failure-alert .icon-close svg {
  fill: #fff;
}
@media (max-width: 550px) {
  .verify-section {
    max-width: 100% !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0;
  }
  .verify-section .modal-content {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .cvv-help-container {
    display: block;
  }
  .language-switch .dropdown-menu {
    display: none;
  }
  .language-switch .lang-list-mob-view {
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0px -10px 10px rgba(55, 74, 122, 0.07);
  }
  .language-switch .lang-list-mob-view .lang-list-header {
    border-bottom: 1px solid #e2ebf3;
  }
  .language-switch .lang-list-mob-view .lang-list {
    max-height: 250px;
    overflow-y: auto;
  }
  .language-switch .lang-list-mob-view .lang-list .lang-item:hover {
    background-color: #eef3f8;
    color: #000000;
  }
  .language-switch .lang-list-mob-view .lang-list .selected {
    background-color: #eef3f8;
    color: #428bca;
    margin-bottom: 2px;
  }
}
.thankyou-container {
  max-width: 375px;
  background-color: #fff;
  border: 1px solid #e9f0f6;
  border-radius: 8px;
  box-shadow: 0px 3px 9px rgba(234, 234, 255, 0.7);
}
.thankyou-container .thank-logo {
  width: 35%;
}
.thankyou-container .share {
  border-bottom: 1px solid #f0efef;
  border-top: 1px solid #f0efef;
}
.thankyou-container .share img {
  width: 20px;
}
.thankyou-container .signup-container {
  background-position: right;
  border-radius: 6px;
  color: #000;
  border-left: 3px solid #2485e8 !important;
  border: 2px solid #fff;
}
.thankyou-container .signup-container .signup {
  border: 1px solid #d0deeb;
  background: transparent;
}
.error-msg-slide {
  animation: slidedown 0.2s ease-in-out;
}
@keyframes slidedown {
  from {
    opacity: 0;
    transform: translate(0, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.comp-slide {
  animation: slidedown 0.2s ease-in-out;
}
@keyframes slidedown {
  from {
    opacity: 0;
    transform: translate(0, -3px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.cvv-help-container {
  display: none;
  background: none;
  border: none;
  outline: none;
}
.cvv-help-container:active .cvv-help,
.cvv-help-container:focus .cvv-help {
  visibility: visible;
  opacity: 1;
}
.cvv-help-container .cvv-help {
  top: 43px;
  right: 0;
  z-index: 1;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.14);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  padding: 20px 22px 10px 22px;
}
.cvv-help-container .cvv-help::after {
  cursor: pointer;
  position: absolute;
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  bottom: 100%;
  border-bottom-color: #fff;
  right: 3%;
}
.card-inp-field .stripe-element {
  height: 38px !important;
  padding-top: 15px !important;
}
.sec-header-style {
  color: var(--hp-sec-header-color);
  color: var(--hp-sec-header-color);
  font-size: var(--hp-sec-header-size);
  font-size: var(--hp-sec-header-size);
}
.org-logo {
  height: 40px;
}
.container-header {
  box-shadow: 0 4px 5px 2px rgba(36, 99, 180, 0.04);
}
.container-width {
  max-width: var(--hp-width);
  max-width: var(--hp-width);
}
.social-share {
  filter: brightness(0.96);
  border-radius: 20px;
  color: #000000;
  color: var(--hp-bg-based-font-color, #000000);
  background-color: #f8f8f8;
  background-color: var(--hp-bg-color, #f8f8f8);
}
.social-share.bordered {
  background-color: transparent;
  width: fit-content;
  padding: 10px 15px;
  border-bottom: 1px solid #f0efef;
  border-top: 1px solid #f0efef;
}
.social-share .img-container img {
  width: 25px;
}
.social-share .img-container #x-logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-share .img-container #x-logo span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.multi-address-list {
  max-height: 300px;
  overflow-y: auto;
}
.multi-address-list .address-line-item:hover {
  background-color: #e4eaf0;
}
.multi-address-list .selected {
  background-color: #e4eaf0;
}
.single-page .app-logo {
  width: 120px;
}
.billing-app-logo {
  height: 24px;
}
.multi-page .app-logo {
  width: 90px;
}
.account-address-info,
.final-summary,
#payment-sec,
.account-info,
.address-info-section,
.advance-payment-sec {
  min-height: 250px;
  transition: all 0.3s ease-in-out 0.1s;
}
.user-mail-verify,
.otp-container-sec {
  min-height: 200px;
  transition: all 0.3s ease-in-out 0.1s;
}
.adddon-section {
  visibility: visible;
  transition: all 0.1s ease-in-out;
}
.close-popup {
  top: 25px;
  background-color: rgba(255, 255, 255, 0.25098);
  border-radius: 50%;
  padding: 0px 7px 2px 7px;
  z-index: 99999;
}
.close-popup.multi-page {
  right: -34px;
}
.close-popup.single-page {
  right: 0;
}
.pay-method-container,
.exsisting-pay-method {
  max-height: 500px;
  overflow: auto;
}
.fs-card-bg {
  background-image: linear-gradient(45deg, #f8fafc, #fafbfc);
}
.prefill-rfc {
  right: 12px;
  top: 17px;
}
.hp-form-container .section-container {
  height: 300px;
  transition: height 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.select-field-with-label {
  height: 48px;
  background-color: #ffffff !important;
}
.select-field-with-label select {
  position: absolute;
  background-color: transparent !important;
  z-index: 1;
}
.select-field-with-label .cf-info {
  z-index: 2;
}
.text-bold {
  font-weight: var(--hp-font-weight-bold);
  font-weight: var(--hp-font-weight-bold);
}
.text-semi-bold {
  font-weight: var(--hp-font-weight-semibold);
  font-weight: var(--hp-font-weight-semibold);
}
.text-medium {
  font-weight: var(--hp-font-weight-medium);
  font-weight: var(--hp-font-weight-medium);
}
.text-regular {
  font-weight: var(--hp-font-weight-regular);
  font-weight: var(--hp-font-weight-regular);
}
.input-label-style {
  color: var(--hp-input-fiels-label-color);
  color: var(--hp-input-fiels-label-color);
  font-size: var(--hp-input-fiels-label-size);
  font-size: var(--hp-input-fiels-label-size);
}
.input-field-radius {
  border-radius: var(--hp-input-field-radius);
  border-radius: var(--hp-input-field-radius);
}
.hp-bg-based-font-color {
  color: var(--hp-bg-based-font-color);
  color: var(--hp-bg-based-font-color);
}
.hp-loader-zindex {
  z-index: 10005;
}
.address-ac-container {
  visibility: hidden;
  height: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.address-ac-container.single-page {
  top: 40px;
  width: 94%;
  margin-left: 15px;
}
.address-ac-container .address-list {
  border-bottom: 1px solid #eee;
  overflow-y: auto;
}
.address-ac-container .address-list .address-item:hover {
  background-color: #f1f3f8;
}
.address-ac-container .address-list .address-item:not(:last-child):after {
  content: "";
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
}
.address-ac-container .manual-address {
  background-color: #F8FCFE;
}
.show-dropdown {
  visibility: visible;
  height: auto;
  transition: visibility 0.7s ease-in-out, height 0.4s ease-in-out;
}
.clear-address-selection.single-page {
  top: 4px;
  right: 22px;
}
.clear-address-selection.multi-page {
  top: 13px;
  right: 14px;
}
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .input-group-text-v3 {
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  color: #495057;
  text-align: center;
  background-color: #f5f9fc;
  border: 1px solid #d7e1ea;
}
.input-group-prepend .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  color: #495057;
  text-align: center;
  background-color: #f5f9fc;
  border: 1px solid #ccc;
  border-radius: 0;
}
.mpesa .payment-mobile-number {
  padding: 5px 10px;
  background-color: #f3f4f7;
}
.mpesa .payment-mobile-number svg {
  fill: #5d678a;
}
.mpesa .payment-timer {
  position: relative;
}
.mpesa .payment-timer svg {
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.mpesa .payment-timer svg .auxiliary-circle,
.mpesa .payment-timer svg .circle {
  stroke-width: 6px;
  stroke-linecap: round;
  fill: transparent;
}
.mpesa .payment-timer svg .auxiliary-circle {
  stroke: #f8f8f8;
  stroke-dashoffset: 440px;
  stroke-dasharray: 0;
}
.mpesa .payment-timer svg .circle {
  stroke: #05aa4f;
  stroke-dashoffset: 0;
  stroke-dasharray: 440px;
  animation: 180s circletimer linear;
}
.mpesa .payment-timer .timer {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
}
.mpesa .payment-timer .timer-label {
  color: #757da1;
}
.mpesa .popup-warning {
  color: #410b0b;
  background-color: #fff4ef;
}
.mpesa .popup-warning .icons {
  fill: #ff6e1d;
}
.mpesa .popup-alert {
  background-color: #ffe7eb;
  color: #b90320;
}
.mpesa .popup-alert .icons {
  fill: #c12038;
}
.mpesa .payment-fail-icon {
  width: 50px;
  height: 50px;
  padding-top: 12px;
}
.mpesa .failure-bg {
  background-color: #ff3a59;
}
.mpesa .inprogress-bg {
  background-color: #fd9134;
}
.mpesa .transaction-details {
  border: 1px solid #eeeff3;
  border-radius: 8px;
  background-color: #fbfbfd;
}
.mpesa .success-gif {
  width: 170px;
}
.mpesa .payment-section {
  position: relative;
  height: 220px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  animation: 0.5s successSlideIn ease-out;
}
.mpesa .payment-inner-border {
  top: -5px;
  border: 1px solid #fff;
}
.mpesa .payment-success-outer-border {
  top: 5px;
  border: 1px solid #02af50;
}
.mpesa .payment-inner-border,
.mpesa .payment-outer-border {
  position: absolute;
  left: 0;
  right: 0;
  height: 220px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.mpesa .text-animation {
  position: relative;
  animation: 1s textAnimation ease-out;
}
@keyframes circletimer {
  0% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 440px;
  }
}
@keyframes textAnimation {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes successSlideIn {
  from {
    top: -100%;
    content: "";
  }
  to {
    top: 0%;
    content: unset;
  }
}
@media (min-width: 476px) {
  .modal-sm {
    max-width: 440px;
  }
}
.modal-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
}
.copy-tooltiptext {
  visibility: hidden;
  width: 80px;
  bottom: 120%;
  left: 50%;
  margin-left: -40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.copy-tooltip:hover .copy-tooltiptext {
  visibility: visible;
}
.copy-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
body #hostedpage-app {
  display: inline;
  height: 100%;
}
input:disabled::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 1;
}
input:disabled::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1;
}
.order-container,
.account-info-container {
  margin-bottom: 30px;
}
.form-group .account-info-container,
.form-group .billing-info-container,
.form-group .shipping-info-container {
  margin-bottom: 25px;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
.order-container {
  background: #fff;
  border-radius: 5px;
}
.order-container .os-banner {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.order-container label {
  padding: 15px 0;
  margin: 0 !important;
}
.order-container .order-summary-container {
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  border-collapse: separate;
}
.order-container .order-summary-container div {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.order-container .header .cell {
  padding: 10px 15px;
}
.order-container .header .cell:first-of-type {
  padding-left: 30px;
}
.order-container .header .last-cell {
  padding: 10px 31px 10px 15px;
}
.order-container .header div {
  color: #999;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.order-container .item-row .cell {
  padding: 20px 15px;
}
.order-container .item-row .cell:first-of-type {
  padding-left: 30px;
}
.order-container .item-row .last-cell {
  padding: 20px 31px 20px 15px;
}
.order-container .item-row .plan-details {
  padding-left: 30px;
  font-size: 13px;
  color: #999;
}
.order-container .item-small .cell,
.order-container .item-small .last-cell {
  padding-bottom: 0;
}
.order-container .info-icon {
  margin-top: 5px;
  vertical-align: sub;
}
.order-container .freq-text {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}
.order-container .item-row .qty-cell input[type="number"]::-webkit-inner-spin-button,
.order-container .input-stepper-hide input[type="number"]::-webkit-inner-spin-button,
.order-container .item-row .qty-cell input[type="number"]::-webkit-outer-spin-button,
.order-container .input-stepper-hide input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-container .item-row .qty-cell input[type="number"],
.order-container .input-stepper-hide input[type="number"] {
  -moz-appearance: textfield;
}
.order-container .quantity-label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.order-container .item-row .qty-cell {
  padding-left: 0;
  padding-right: 0;
}
.order-container .sub-total-item .cell {
  font-size: 14px;
  padding-right: 13px;
}
.order-container .sub-total-item .cell:first-of-type {
  padding-left: 30px;
}
.order-container .sub-total-item .last-cell {
  font-size: 14px;
}
.order-container .sub-total-row {
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
}
.order-container .sub-total-row .cell:first-of-type {
  padding-left: 30px;
}
.order-container .dashed-border-top {
  border-top: 1px dashed #e0e0e0;
}
.order-container .dashed-border-bottom {
  border-bottom: 1px dashed #e0e0e0;
}
.order-container .total-row {
  border-top: 1px solid #e0e0e0;
  background: #fff;
  font-size: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.order-container .item-desc {
  width: 85%;
  word-break: break-word;
  white-space: pre-wrap;
}
.order-summary-container .cell {
  padding: 15px 10px;
}
.order-summary-container .last-cell {
  padding: 15px 31px 15px 15px;
}
.item-header {
  border-radius: 5px;
}
.product-type {
  font-size: 8px;
  padding: 2px;
  border-radius: 0.25em;
  text-transform: uppercase;
  color: #fff;
}
.goods {
  background-color: #8ebede;
}
.service,
.digital_service {
  background-color: #93dbb8;
}
html,
body,
#app {
  height: 100%;
}
.payment-info-container .radio-inline {
  padding-left: 21px;
  margin-left: 0;
}
.payment-info-container .radio-inline input[type="radio"]:checked + span {
  color: black;
}
.payment-info-container .pay-method-card {
  border: 1px solid #E4E7ED;
  border-radius: 8px;
  padding: 12px;
}
.payment-info-container .pay-method-card:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.payment-info-container .card-logo-container {
  background-color: #F9F9FB;
  padding: 7px 8px;
  border-radius: 8px;
}
.payment-info-container .ind-pay-options {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-left: 28px;
  padding-right: 5px;
}
.payment-info-container .ind-pay-options label {
  width: 100%;
}
.payment-info-container .ind-pay-options:last-child {
  border-bottom: none;
}
.payment-info-container .payment-icons {
  width: 23px;
  height: 25px;
  float: right;
}
.payment-info-container .netbanking-svg {
  width: 21px;
  margin-right: 1px;
}
.payment-info-container .offline-desc {
  background: #fafafa;
  padding: 10px;
  border-left: 2px solid #428bca;
  border-right: 1px solid #428bca;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  border-radius: 3px;
}
#paypal-button-container div,
#paypal-venmo div {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
}
.zsm-logo {
  width: 130px;
}
.nav-tabs-dashed > li {
  margin-left: 30px;
}
.nav-tabs-dashed > li > a {
  padding: 10px 8px 5px;
}
.nav-tabs-dashed > li > a:hover {
  background-color: inherit;
  border: 1px solid transparent;
}
.nav-tabs-dashed > li.active > a,
.nav-tabs-dashed > li.active > a:focus,
.nav-tabs-dashed > li.active > a:hover {
  border-style: none;
  border-bottom: 4px solid #3eb4c8;
}
.nav-tabs li.payment-method-tab {
  font-size: 14px;
  text-align: center;
  margin-left: 0px !important;
  -ms-flex: auto;
      flex: auto;
}
.nav-tabs li.payment-method-tab a {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
a:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.form-control {
  background-color: #ffffff !important;
  height: 32px !important;
  box-shadow: none;
}
.control-group.error .help-block {
  color: #b94a48;
  font-size: 12px;
  margin: 3px 0;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.control-group.error .stripe-element {
  border-color: #b94a48;
}
.submit-container {
  padding-top: 15px;
  text-align: center;
  border-top: none;
}
.success-mdl {
  top: 30%;
  display: block;
  overflow: hidden;
}
.error-container {
  background-color: #fff2f0;
  color: #e24520;
}
.express-checkout-details,
.gocardless-checkout-details {
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
.tick {
  padding: 1px 5px;
  border-radius: 10px;
  color: #fff;
  background-color: #a9d47d;
  font-size: 11px;
  margin-right: 3px;
}
.powered-by-logo {
  margin-bottom: 0;
  font-size: 12px;
  color: #c4c4c4;
  letter-spacing: 0px;
}
.zsmlogo {
  width: 130px;
}
.pre-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pre-loader .hide {
  display: none !important;
}
.pre-loader .loading-container {
  max-width: 450px;
  border: 1px solid rgba(229, 229, 229, 0.8);
  margin: 50px auto;
  border-radius: 5px;
  padding: 50px 0 25px;
  background-color: #fff;
}
.pre-loader .loading-fields {
  margin: 0 auto;
  width: 20%;
  height: 5px;
  border-radius: 7px;
  background-color: #f7fafc;
  animation: dull-bright 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.pre-loader .loading-fields.btn-field {
  width: 50%;
  height: 35px;
  background: #8cc8ea;
  background-image: linear-gradient(90deg, #5cbef5 0px, #8cc8ea 40px, #74bee8 80px);
  animation: shine-lines 1s infinite ease-out;
}
.pre-loader .loading-header {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.pre-loader .item-header {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.pre-loader .line-item {
  margin: 35px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.pre-loader .input-field {
  margin: 35px 0;
  padding-bottom: 35px;
}
.pre-loader .input-field .loading-fields {
  width: 35%;
}
.pre-loader .line-item-total {
  padding-bottom: 0;
  border-bottom: none;
  margin: 5px 0;
}
.pre-loader .image-none {
  background-image: none;
  height: 0;
}
.pre-loader .tnq-section {
  margin: 0 auto 10px;
  position: relative;
  -ms-transform: translateY(30%);
      transform: translateY(30%);
  text-align: center;
}
.pre-loader .tnq-section .tnq-title-loading {
  width: 40%;
  margin-top: 50px;
}
.pre-loader .tnq-section .tnq-desc-loading {
  width: 20%;
  margin-top: 70px;
}
.pre-loader .tnq-section .img-loading {
  fill: #f7fafc;
  animation: dull-bright-circle 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.pre-loader #payment-page-new {
  position: absolute;
  top: 85px;
  border: 1px solid #e9f0f6;
  width: 375px;
  box-shadow: 0px 3px 9px rgba(234, 234, 255, 0.7);
}
.pre-loader #payment-page-new .loading-card {
  background-color: #f6f8fa;
}
.pre-loader #payment-page-new .loading-card .loading-line {
  width: 35%;
  animation: dull-bright 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.pre-loader #payment-page-new .loading-btn {
  height: 45px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  animation: shine-lines 1s infinite ease-out;
}
.pre-loader #thankyou-new {
  border: 1px solid #e9f0f6;
  width: 375px;
  box-shadow: 0px 3px 9px rgba(234, 234, 255, 0.7);
}
.pre-loader #thankyou-new .inner-container {
  background-color: #f6f8fa;
}
.pre-loader #thankyou-new .inner-container .tq-img {
  padding: 50px;
  margin-top: 60px;
  animation: dull-bright 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.pre-loader #thankyou-new .inner-container .tq-center {
  margin-top: 60px;
}
.pre-loader #thankyou-new .inner-container .tq-bottom {
  margin-top: 70px;
}
.pre-loader #thankyou-new .inner-container .tq-line {
  animation: dull-bright 1s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes dull-bright {
  from {
    background-color: #f7fafc;
  }
  50% {
    background-color: #e9eaed;
  }
  to {
    background-color: #f6f7fa;
  }
}
@keyframes dull-bright-circle {
  from {
    fill: #ffffff;
  }
  to {
    fill: #f7fafc;
  }
}
.async-loading .loading-fields {
  margin: 0 auto;
  width: 100%;
  height: 7px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, rgba(229, 229, 229, 0.8) 0px, #f4f4f4 40px, rgba(229, 229, 229, 0.8) 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}
@keyframes shine-lines {
  0% {
    background-position: -10px;
  }
  40%,
  100% {
    background-position: 400px;
  }
}
.success-mdl {
  top: 30%;
  display: block;
}
.load-circle1,
.load-circle2,
.load-circle3,
.load-circle4 {
  width: 10px;
  height: 10px;
  background: currentColor;
  display: inline-block;
  border-radius: 20px;
  animation: loader 1.5s infinite;
}
.load-circle1 {
  animation-delay: 0.25s;
}
.load-circle2 {
  animation-delay: 0.5s;
}
.load-circle3 {
  animation-delay: 0.75s;
}
.load-circle4 {
  animation-delay: 1s;
}
@keyframes loader {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.3);
  }
}
.errorpage-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 650px;
  height: 350px;
  text-align: center;
  padding: 20px;
}
.errorpage-title {
  font-size: 44px;
  margin-top: 24px;
}
.errorpage-desc {
  font-size: 20px;
  color: #777;
  margin-top: 10px;
  line-height: 32px;
}
.error-code-text {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  font-size: 25px;
  color: #2f2d38;
}
.error-without-code {
  width: 410px;
  height: 121px;
}
.error-with-code {
  width: 470px;
  height: 185px;
}
.custom-footer {
  width: 100%;
  bottom: 0;
  left: 0;
}
.checkout-footer {
  text-align: center;
  padding: 25px;
}
/* Pikaday datepicker styles */
.pika-button {
  background: #fff;
  padding: 9px;
  text-align: center;
}
.pika-button:hover {
  background: #fff;
  color: #000;
}
.is-today .pika-button {
  color: #2e8fda;
}
.is-selected .pika-button {
  border-radius: 0;
  background-color: #2e8fda;
  border-color: #2e8fda;
  font-weight: normal;
}
abbr[title],
abbr[data-original-title] {
  cursor: default;
  border: 0;
  color: #2e8fda;
  font-size: 10px;
  font-weight: 500;
}
.pika-button .pika-day {
  color: #000;
  font-size: 14px;
}
.pika-label {
  font-weight: 400;
}
.close-icon {
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
.remove-icon {
  width: 7px;
  height: 7px;
}
.alert-icon {
  width: 35px;
  height: 35px;
  fill: #4288a9;
}
.contactus-svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.abuse-info-svg {
  fill: #428bca;
  -ms-transform: translateY(3px);
      transform: translateY(3px);
  padding-right: 2px;
}
html[dir="rtl"] .order-summary-container div {
  text-align: left;
}
.add-new-option {
  color: #428bca;
  margin-left: 5px;
}
#paytm .paytm-mode-label {
  padding-left: 10px;
  margin: 0px;
}
#paytm .paytm-label {
  margin: 0px 0px 5px;
  font-size: 14px;
}
#paytm .form-control[disabled] {
  background-color: #eee;
}
#paytm-modes .payment-mode:last-child {
  margin-bottom: 0px !important;
}
#paytm-modes .paytm-option {
  border: 1px solid #e2ebf3!important;
  border-radius: 8px;
  height: 48px;
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 15px;
}
#paytm-modes .paytm-option:hover {
  cursor: pointer;
  color: #3083F3;
  border-radius: 8px;
  border: 1px solid #3083F3 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
#paytm-modes .paytm-option:hover label {
  color: #3083F3;
  cursor: pointer;
}
.paytm-payment-icons {
  width: 23px;
  height: 23px;
}
.icons-inside {
  width: 30px;
  height: 30px;
}
.icons-inside-new {
  width: 25px;
  height: 25px;
}
.inside-label {
  padding-top: 4px;
}
.payment-option {
  padding: 12px 0px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.paytm-mode-container {
  padding: 0 15px;
}
.right-arrow,
.left-arrow {
  width: 12px;
  height: 12px;
  float: right;
  fill: #3083F3;
}
.right-arrow {
  fill: #000 !important;
}
#paytm-modes .paytm-option:hover .right-arrow {
  fill: #3083F3 !important;
  cursor: pointer;
}
.left-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  float: left;
}
#preferred-banks .netbanking-radio {
  margin: 5px;
  box-shadow: 0px 0px 18px 0 #eeeefe;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 45%;
  cursor: pointer;
}
#preferred-banks .netbanking-radio input[type="radio"] {
  margin: 7%;
}
#preferred-banks .active-bank {
  border-color: #3b99fc;
}
.bank-icon {
  width: 24%;
  margin: 5px 0px;
}
.edit-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin: 0px 2px;
}
.alert-svg {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.slide-right-active {
  animation: 0.75s slidera;
}
.slide-left-active {
  animation: 0.75s slidela;
}
.wallet-alert-warning {
  background-color: #fff2f0;
  color: #e24520;
  border-left: solid;
}
.captcha-container {
  margin-top: 25px;
}
.captcha-img {
  border: 1px solid #D7E1EA;
  text-align: center;
  min-height: 60px;
  border-radius: 5px;
}
.captcha-img img {
  padding: 10px 5px;
}
.reload-captcha {
  display: inline-block;
  cursor: pointer;
}
.reload-captcha a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  text-decoration: none;
}
.reload-captcha svg {
  width: 10px;
  fill: #4c8bca;
}
@keyframes slidera {
  0% {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0%;
    opacity: 1;
  }
}
@keyframes slidela {
  0% {
    right: 100%;
    opacity: 0;
  }
  to {
    right: 0%;
    opacity: 1;
  }
}
/* checkout styles starts */
.checkout-header .header-image-container {
  background-size: cover;
  background-position: center center;
  padding: 75px 50px 150px;
  width: 100%;
}
.checkout-alert {
  background-color: #fcebad;
  border: 1px solid #e2cb7b;
  border-radius: 4px;
  color: #000;
  padding: 22px;
}
.checkout-alert svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.form-wrapper {
  padding: 30px !important;
}
.checkout-form {
  margin-top: -100px;
  padding: 30px 30px 100px;
}
.checkout-form .form-control {
  height: 40px !important;
}
.checkout-form .form-control.height-sm {
  height: 32px !important;
}
.checkout-form .form-control.height-xs {
  height: 22px !important;
}
.checkout-form textarea.form-control {
  height: auto !important;
}
.checkout-form .order-summary-container {
  border-radius: 0;
}
.checkout-form .order-summary-container.basic {
  padding: 20px 40px !important;
}
.checkout-form .order-container .order-summary-container div {
  text-align: left;
}
.checkout-form .grey-bg {
  background-color: #efefef;
}
.checkout-form .grey-bg-light {
  background-color: #f8f8f8;
}
.checkout-form .order-container {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.checkout-form .order-container .tax-row .cell,
.checkout-form .order-container .sub-total-small .cell {
  padding: 15px 15px;
  border: none;
}
.checkout-form .order-container .tax-row .cell:first-of-type,
.checkout-form .order-container .sub-total-small .cell:first-of-type {
  color: #8a8a8a;
}
.checkout-form .order-container .os-banner label {
  padding: 20px 0;
}
.checkout-form .order-container .sub-total-row {
  border-bottom: 1px solid #f8f8f8;
  border-top: 0;
}
.checkout-form .order-container .header div {
  color: #999;
  background-color: #fff;
}
.checkout-form .order-container .header .cell {
  padding: 10px 15px;
}
.checkout-form .order-container .header .cell:first-of-type {
  padding-left: 30px;
}
.checkout-form .order-container .header .last-cell {
  padding: 10px 31px 10px 15px;
}
.checkout-form .order-container .item-row .cell {
  padding: 24px 15px;
}
.checkout-form .order-container .item-row .cell:first-of-type {
  padding-left: 40px;
}
.checkout-form .order-container .item-row .cell:last-of-type {
  padding-right: 40px;
}
.checkout-form .order-container .item-row .input-cell {
  padding: 15px 30px 15px 5px !important;
}
.checkout-form .order-container .item-row .vat-cell {
  padding: 10px 30px 10px 5px !important;
}
.checkout-form .order-container .item-row .vat-cell .form-control {
  height: 35px !important;
}
.checkout-form .order-container .item-row .quantity-cell {
  padding: 15px 5px !important;
}
.checkout-form .order-container .item-row .last-cell {
  padding: 20px 31px 20px 15px;
}
.checkout-form .order-container .sub-total-row {
  border-bottom: 1px solid #f8f8f8;
}
.checkout-form .order-container .coupon-row {
  border-top: 1px solid #eee;
}
.checkout-form .order-container .tax-row .cell,
.checkout-form .order-container .sub-total-small .cell {
  padding: 15px 15px;
  border: none;
}
.checkout-form .order-container .tax-row .cell:first-of-type,
.checkout-form .order-container .sub-total-small .cell:first-of-type {
  color: #8a8a8a;
}
.checkout-form .order-container .total-row {
  background-color: #f8f8f8;
  border-top: none;
  padding: 0 !important;
}
.checkout-form .order-container .checkout-type-row {
  border-top: 1px solid #f8f8f8;
}
.checkout-form .order-container .checkout-type-row .cell {
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-form .order-container .checkout-type-row label:not(.input-label) {
  color: #8a8a8a !important;
  margin-bottom: 0 !important;
  padding: 0;
}
.checkout-form .order-container .checkout-type-row input,
.checkout-form .order-container .checkout-type-row select {
  margin: 4px 10px 0 0;
}
.checkout-form .order-container .checkout-type {
  padding-top: 10px;
  margin: 25px 0 -15px;
  font-weight: normal;
  border-top: 1px solid rgba(213, 213, 213, 0.5);
}
.checkout-form .order-container .interval.inline {
  margin-top: 10px;
  padding-left: 0;
}
.checkout-form .order-container .interval.bottom {
  display: block;
}
.checkout-form .order-container .btn-remove {
  text-decoration: none;
  font-size: 12px;
  color: #ff4f35;
}
.checkout-form .order-container .item-row .btn-coupon {
  text-align: right;
  padding: 31px 15px;
}
.checkout-form .order-container .btn-coupon a {
  font-size: 12px;
  border-radius: 25px;
  padding: 5px 16px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .checkout-form .order-container .item-row .btn-coupon {
    padding-left: 0;
  }
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.paymentform-header {
  margin: -20px -15px 10px;
  padding: 15px 16px;
  border-radius: 4px 4px 0 0;
}
/* checkout styles ends */
/* Thankyou page style starts */
.tnq-container .success {
  width: 160px;
  margin: 50px auto 0;
}
.tnq-container .success img {
  margin-top: 30%;
  width: 160px;
}
.tnq-container .content-section {
  text-align: center;
}
.tnq-container .content-section .notes {
  font-size: 15px;
  color: #3b4e59;
}
.tnq-container .content-section .header-content h2 {
  font-weight: 600;
  margin-top: 32px;
}
.tnq-container .powered-by {
  margin: auto;
  width: 200px;
  font-size: 11px;
}
.description {
  margin: 30px auto 0;
  width: 50%;
  color: #4c526c;
  line-height: 33px;
}
.text-muted {
  color: #999 !important;
}
.tqn-footer {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.tqn-socialwidgwet {
  margin: auto;
  margin-top: 24px;
  padding: 10px 15px;
  width: max-content;
  border-bottom: 1px solid #f0efef;
  border-top: 1px solid #f0efef;
}
.socialwidgwet p {
  color: #878787;
  padding-right: 27px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.zc-container {
  margin: 0 auto 10px;
  position: relative;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  -webkit-transform: translateY(50%);
  text-align: center;
}
.page-bg-text {
  margin: 0 auto;
  font-weight: bold;
  font-size: 140px;
  color: rgba(209, 237, 141, 0.2);
  letter-spacing: 0px;
  line-height: 115px;
}
.title-message {
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
.sub-message {
  font-size: 14px;
  color: #777777;
  margin: 10px auto;
  max-width: 700px;
  white-space: pre-line;
}
/* Thankyou page style ends */
/* Multiple items style starts */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}
.order-summary-container .input-group .form-control[disabled] {
  cursor: not-allowed !important;
  background-color: #fafafa !important;
}
.quantity-descrease,
.quantity-increase {
  position: absolute;
  top: 6px;
  border-radius: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  line-height: 20px;
  background: #eaeaea;
}
.quantity-descrease.text-active,
.quantity-increase.text-active {
  cursor: pointer;
}
.quantity-descrease.text-active:hover,
.quantity-increase.text-active:hover {
  background-color: #e4f4fc;
}
.quantity-descrease {
  left: 1px;
  padding: 0px 7px;
}
.quantity-increase {
  right: 1px;
  padding: 0px 5.5px;
  color: #337ab7;
}
.multiple-items .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #f2f1f1;
  border-right: 1px solid #f2f1f1;
  border-top: 1px solid #f2f1f1;
  margin: 0;
}
.multiple-items .row .quantity-customize {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.multiple-items .row .hr-line {
  display: none;
}
.multiple-items .row:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.multiple-items .row:last-child {
  border-bottom: 1px solid #f2f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.multiple-items .quantity-field:hover input,
.multiple-items .quantity-field input[type="number"]:focus {
  border: 1px solid #ccc;
}
.multiple-items .optional-item-checkbox {
  position: absolute;
  left: 10px;
}
.multiple-items .minimum-amount-desc {
  clear: none;
  clear: initial;
}
.billing-desc {
  font-size: 12px !important;
  float: right;
  padding: 0 15px 12px 0 !important;
  padding: initial 15px 12px initial !important;
}
.bottom-arrow:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 50px;
  width: 13px;
  height: 14px;
  background: #fff;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.recurs-section {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* Multiple items style ends */
.countrycode-selected,
.countrycode-option {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  width: 65px;
  text-align: right;
}
.countrycode-option {
  opacity: 0;
}
.alert-warning {
  background-color: #F0F8FD;
  border: 0;
  color: #222;
}
.razorpay-fields .alert {
  display: none;
  padding: 10px;
  margin-left: -20px;
  margin-bottom: 10px;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.combined-pmt-methods input[type="radio"] {
  margin-left: 0px;
}
.combined-pmt-methods label {
  width: inherit !important;
}
.combined-pmt-methods .pmt-label {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 3px 40px 3px 7px;
  margin-right: 9px;
}
.combined-pmt-methods .paytm-icon {
  width: 40px;
}
.captcha-section {
  margin: 0 auto;
  max-width: 580px !important;
  padding: 10%;
  min-height: 100%;
}
.captcha-section .container {
  background-color: #fbfbfb;
  padding: 10px;
}
.captcha-section .verify-button button {
  background-color: #307cf6;
  color: white;
}
.captcha-section .verify-button button .btn-text {
  letter-spacing: 2.1px;
}
#paytm .alert {
  display: none;
}
.language-switch {
  z-index: 1000;
}
.language-switch .dropdown-header {
  border-radius: 15px;
  padding: 5px 10px;
}
.language-switch .dropdown-header .caret {
  width: 10px;
  height: 10px;
}
.language-switch .dropdown-header .dropdown-open {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  -ms-flex-item-align: end;
      align-self: end;
}
.language-switch .dropdown-menu {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.language-switch .dropdown-menu .dropdown-item:hover {
  background-color: #eef3f8;
  color: #000000;
}
.language-switch .dropdown-menu .selected {
  background-color: #eef3f8;
  color: #428bca;
  margin-bottom: 2px;
}
.web-svg {
  width: 14px;
  height: 14px;
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-auto {
  -ms-flex: auto;
      flex: auto;
}
.font-light {
  font-weight: 300;
}
.cp-promotion-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.cp-promotion-container .signup-asset {
  width: 75%;
}
.payment-success-signup-promotion {
  width: 300px;
  padding: 40px 50px;
}
.payment-success-signup-promotion ul {
  list-style: none;
  position: relative;
  margin-top: -10px;
}
.payment-success-signup-promotion ul li {
  font-size: 14px;
  padding: 7px 0;
}
.payment-success-signup-promotion .btn-container {
  margin-top: 30px;
  margin-left: 10px;
}
.payment-success-signup-promotion .btn {
  color: #205eb4;
  padding: 8px 35px;
  border: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-user-select: none;
      user-select: none;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 15px;
}
.payment-success-signup-promotion .btn:hover {
  box-shadow: 0px 4px 12px -5px #000;
}
.border-error {
  border-color: #b94a48 !important;
}
.cf-multiselect .cf-multiselect-field {
  padding: 2px;
  border: 1px solid #ccc;
  min-height: 35px;
  border-radius: 4px;
}
.cf-multiselect .cf-multiselect-field .selected-option {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 2px;
  padding-bottom: 2px;
  display: inline-block;
}
.cf-multiselect .cf-multiselect-field .selected-option button {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}
.cf-multiselect .cf-mulselect-container {
  position: relative;
}
.cf-multiselect .cf-mulselect-container .cf-mulselect-list {
  position: absolute;
  border: 1px solid #D6D6D6;
  border-top: none;
  margin: 0 auto;
  padding: 1% 0;
  width: 100%;
  max-height: 150px;
  overflow: auto;
  background-color: #fff;
  list-style: none;
  z-index: 1001;
}
.cf-multiselect .cf-mulselect-container .cf-mulselect-list .cf-dropdown-item {
  padding: 2% 4%;
  cursor: pointer;
}
.cf-multiselect .cf-mulselect-container .cf-mulselect-list .cf-dropdown-item:hover {
  color: #fff;
  background-color: #2e8fda;
}
.recommended-addons {
  background-color: rgba(250, 250, 252, 0.50196);
}
.recommended-addons .recommended-addons-text {
  color: #d1832e;
  padding-left: 27px;
  letter-spacing: 0.8px;
  font-weight: 900 !important;
  padding-top: 20px;
}
.recommended-addons .recommended-addons-container {
  margin: 20px 30px 30px;
  padding: 5px 35px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06275);
  border-radius: 6px;
}
.recommended-addons .recommended-addons-container .addon-row {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.recommended-addons .recommended-addons-container .addon-row:not(:first-child) {
  border-top: 1px solid rgba(221, 221, 221, 0.50196);
}
.recommended-addons div {
  text-align: left !important;
}
.remove-recommended-addon {
  position: absolute;
  right: 6px;
  top: 25px;
}
.timepicker-dropdown {
  border: 1px solid #D6D6D6;
  max-height: 150px;
  list-style: none;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0px 5px 10px rgba(55, 74, 122, 0.07);
  z-index: 999;
}
.timepicker-dropdown .timepicker-item:hover {
  background-color: #f1f3f8;
}
.timepicker-dropdown .selected {
  background-color: #f1f3f8;
}
.time-picker-dropdown-up {
  bottom: 90%;
}
@media (max-width: 1024px) {
  .payment-success-signup-promotion {
    width: 55%;
    padding: 40px 5%;
  }
}
@media (max-width: 800px) {
  .powered-by {
    margin-left: 35%;
  }
  .description {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .razorpay-fields .alert,
  #paytm .alert {
    display: block;
  }
}
@media (max-width: 700px) {
  .tnq-container img {
    margin: 0;
  }
  .tnq-container .success {
    margin: 0 auto;
  }
  .zc-container .page-bg-text {
    font-size: 80px;
  }
  .zc-container svg {
    width: 100%;
  }
  .cp-promotion-container {
    display: block;
  }
  .cp-promotion-container .payment-success-signup-promotion {
    width: 85%;
    margin: 20px auto;
    border-radius: unset;
    overflow-x: hidden;
    padding: 40px 5%;
  }
}
@media (max-width: 600px) {
  .tnq-container .success {
    width: 160px;
  }
  .tnq-container .success img {
    margin: 30% 0 0% 5%;
    width: 133px;
  }
  .description {
    width: 90%;
    text-align: center;
  }
  .powered-by {
    margin-left: 24%;
  }
  .form-group [class^="col-sm-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 15px;
  }
  .pre-loader .loading-container {
    max-width: 300px;
  }
  .account-info-container,
  .billing-info-container {
    margin-bottom: 15px;
  }
  .shipping-info-container {
    margin-bottom: 0;
  }
  [class^="col-sm-"].last-cell {
    margin-bottom: 0;
    padding: 10px 30px 0 10px !important;
  }
  [class^="col-sm-"].last-row {
    margin-bottom: 0;
    padding: 0 10px !important;
  }
  .row.form-group {
    margin-bottom: 0;
  }
  .form-wrapper {
    padding: 10px !important;
  }
  .multiple-items .row {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .multiple-items .row .quantity-customize {
    margin-left: 15px;
  }
  .multiple-items .row .optional-item-checkbox {
    margin-left: 6px;
  }
  .multiple-items .row .optional-item {
    margin-left: 20px;
  }
  .multiple-items .row .amount-section {
    float: right;
  }
  .multiple-items .row .hr-line {
    display: block;
    margin: 5px 0;
  }
  .multiple-items .minimum-amount-desc {
    clear: both;
  }
}
@media screen and (max-width: 430px) {
  .item-row .qty-cell input {
    padding: 6px;
  }
}
@media screen and (max-width: 320px) {
  .form-wrapper {
    padding: 20px;
  }
}
.flex-basis-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.date-time-field {
  border: 1px solid #c0c0c0;
}
.date-time-field .border-0 {
  border: 0px;
}
.date-time-field .border-left {
  border-left: 1px solid #c0c0c0;
}
.date-time-field[focus-within] {
  border-color: #66afe9;
  outline: 0;
}
.date-time-field:focus-within {
  border-color: #66afe9;
  outline: 0;
}
.date-time-field.input-error {
  border-color: #b94a48;
}
.date-time-field-new .date-field input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: 0;
}
.date-time-field-new .time-field input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: background-color 5000s;
}
.card-update-msg-width {
  max-width: 450px;
}
.paymethod-preferred-type {
  border-radius: 8px 0px 8px 0px;
  padding: 3px 8px;
  font-weight: 400;
}
.paymethod-preferred-type.primary {
  background-color: #55b17d;
  color: #fff;
}
.paymethod-preferred-type.backup {
  color: #4a8bf7;
  background-color: #e1f1fe;
}
.step-qty input {
  padding-right: 25px;
}
.step-qty .inc-dec-btn {
  top: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 0 var(--hp-input-field-radius) var(--hp-input-field-radius) 0;
  border-radius: 0 var(--hp-input-field-radius) var(--hp-input-field-radius) 0;
  background-color: #eaedfa;
}
.step-qty .inc-dec-btn span:hover {
  background-color: #b8c9dd;
}
.icon-button:not(.no-icon-button) {
  border: 0;
  padding: 0;
  background: none;
}
.mobile-number-field {
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--hp-input-field-radius);
  border-radius: var(--hp-input-field-radius);
  position: relative;
}
.mobile-number-field[focus-within] {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mobile-number-field:focus-within {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mobile-number-field .mobile-number-code-select,
.mobile-number-field .mobile-number-input-field {
  border: none;
}
.mobile-number-field .mobile-number-code-select {
  position: absolute;
  opacity: 0;
  height: inherit;
  width: 60px;
}
.mobile-number-field .mobile-number-input-field {
  border-right: 1px solid #d7e1ea;
  border-top-right-radius: var(--hp-input-field-radius);
  border-top-right-radius: var(--hp-input-field-radius);
  border-bottom-right-radius: var(--hp-input-field-radius);
  border-bottom-right-radius: var(--hp-input-field-radius);
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
}
.mobile-number-field .mobile-number-code-container {
  width: 60px;
  min-width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f9f9fb;
  border-right: 1px solid #d7e1ea !important;
  padding-right: 10px;
  border-top-left-radius: var(--hp-input-field-radius);
  border-top-left-radius: var(--hp-input-field-radius);
  border-bottom-left-radius: var(--hp-input-field-radius);
  border-bottom-left-radius: var(--hp-input-field-radius);
}
.mobile-number-field .mobile-number-code-container:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 48px;
  border-top: 1.5px solid #7b7b7b;
  border-left: 1.5px solid #7b7b7b;
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.sp-mobile-number-field {
  height: 32px;
  border: 1px solid #ccc;
}
.sp-mobile-number-field .mobile-number-input-field {
  padding-left: 6px;
}
.sp-mobile-number-field .mobile-number-code-container::after {
  top: 15px;
}
.mp-mobile-number-field {
  border: 1px solid #d7e1ea;
}
.mp-mobile-number-field .inp-label {
  left: 72px;
}
.mp-mobile-number-field .mobile-number-code-container::after {
  top: 23px;
}

