@charset "UTF-8";
/*------------------------------------
  Madrasthemes variables
------------------------------------*/
/* EOC */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0062bd;
  --indigo: #2d1582;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ee0000;
  --orange: #fd7e14;
  --yellow: #fed700;
  --green: #5cb85c;
  --teal: #00c9a7;
  --cyan: #34bcec;
  --white: #fff;
  --gray: #8c98a4;
  --gray-dark: #343a40;
  --primary: #0a95da;
  --secondary: #77838f;
  --success: #00c9a7;
  --info: #FF00FF;
  --warning: #ffc107;
  --danger: #de4437;
  --light: #f8f9fa;
  --dark: #333e48;
  --cyan: #34bcec;
  --sale: #df3737;
  --black: #000000;
  --green: #5cb85c;
  --red: #ee0000;
  --gray-1: #f5f5f5;
  --gray-2: #383838;
  --gray-3: #eeeeee;
  --gray-4: #e6e6e6;
  --gray-5: #878787;
  --gray-6: #848484;
  --gray-7: #f9f9f9;
  --gray-8: #7b8186;
  --gray-9: #8f8f8f;
  --gray-13: #f8f8f8;
  --gray-14: #eaeaea;
  --gray-15: #9d9c9c;
  --gray-16: #606060;
  --gray-17: #ecedf2;
  --gray-18: #333e484d;
  --white: #fff;
  --indigo: #2d1582;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-wd: 1480px;
  --font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 footer, header, main, nav {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333e48;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #0a95da;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #333e48;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"] {
  -webkit-appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

summary {
  display: list-item;
  cursor: pointer;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

@media (min-width: 1480px) {
  .container {
    max-width: 1430px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .col-10, .col,
.col-auto, .col-md-3, .col-md-6, .col-md-12, .col-lg-5, .col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.offset-1 {
  margin-left: 8.33333%;
}

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333e48;
}

.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #ecedf2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecedf2;
}

.table tbody + tbody {
  border-top: 2px solid #ecedf2;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.34rem + 2px);
  padding: 0.67rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #818181;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 1.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #818181;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #818181;
  opacity: 1;
}

.form-control::placeholder {
  color: #818181;
  opacity: 1;
}

.form-control:disabled {
  background-color: #f8fafd;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #818181;
  background-color: #fff;
}

select.form-control[size] {
  height: auto;
}

 .form-control.is-valid {
  border-color: #00c9a7;
  padding-right: calc(1.5em + 1.34rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.335rem);
  background-size: calc(0.75em + 0.67rem) calc(0.75em + 0.67rem);
}

 .form-control.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

 .custom-control-input.is-valid ~ .custom-control-label {
  color: #00c9a7;
}

 .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00c9a7;
}

 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00fcd1;
  background-color: #00fcd1;
}

 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

 .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #de4437;
}

 .form-control.is-invalid {
  border-color: #de4437;
  padding-right: calc(1.5em + 1.34rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.335rem);
  background-size: calc(0.75em + 0.67rem) calc(0.75em + 0.67rem);
}

 .form-control.is-invalid:focus {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

 .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #de4437;
}

 .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #de4437;
}

 .custom-control-input.is-invalid ~ .invalid-feedback {
  display: block;
}

 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e56d63;
  background-color: #e56d63;
}

 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #de4437;
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #333e48;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.67rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1.4rem;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #333e48;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 149, 218, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0a95da;
  border-color: #0a95da;
}

.btn-primary:hover {
  color: #fff;
  background-color: #087cb5;
  border-color: #0874a9;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 165, 224, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0a95da;
  border-color: #0a95da;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0874a9;
  border-color: #076b9d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 165, 224, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

.btn-danger:hover {
  color: #fff;
  background-color: #cd2f22;
  border-color: #c22d20;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 96, 85, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c22d20;
  border-color: #b72a1e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 96, 85, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #333e48;
  border-color: #333e48;
}

.btn-dark:hover {
  color: #fff;
  background-color: #232b32;
  border-color: #1e242a;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 91, 99, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333e48;
  border-color: #333e48;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e242a;
  border-color: #191e23;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 91, 99, 0.5);
}

.btn-outline-secondary {
  color: #77838f;
  border-color: #77838f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #77838f;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0a95da;
  text-decoration: none;
}

.btn-link:hover {
  color: #333e48;
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #8c98a4;
  pointer-events: none;
}

.btn-sm {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1.3rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #333e48;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1480px) {
  .dropdown-menu-wd-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-wd-right {
    right: 0;
    left: auto;
  }
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e7eaf3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #334141;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2022;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8c98a4;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #8c98a4;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #334141;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.67rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8c98a4;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d5dae2;
  border-radius: 1.4rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 2.25rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.125rem 1.125rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 1.25rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.625rem 1.125rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 1.3rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.4rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0a95da;
  background-color: #0a95da;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66afe9;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #9cdbfa;
  border-color: #9cdbfa;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #8c98a4;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8fafd;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.20625rem;
  left: -1.4rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dfdfdf solid 2px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.20625rem;
  left: -1.4rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0a95da;
  background-color: #0a95da;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 149, 218, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(10, 149, 218, 0.5);
}

.custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 0;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand > .container {
  flex-wrap: nowrap;
}

.alert {
  position: relative;
  padding: 0.92rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert-primary {
  color: #054d71;
  background-color: #ceeaf8;
  border-color: #bae1f5;
}

.alert-danger {
  color: #73231d;
  background-color: #f8dad7;
  border-color: #f6cbc7;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.bg-gray-1 {
  background-color: #f5f5f5 !important;
}

a.bg-gray-1:hover, a.bg-gray-1:focus,
button.bg-gray-1:hover,
button.bg-gray-1:focus {
  background-color: gainsboro !important;
}

.border {
  border: 1px solid #e7eaf3 !important;
}

.border-bottom {
  border-bottom: 1px solid #e7eaf3 !important;
}
.border-top {
  border-top: 1px solid #e7eaf3 !important;
}

.border-0 {
  border: 0 !important;
}

.rounded {
  border-radius: 0.3125rem !important;
}

.rounded-lg {
  border-radius: 0.4375rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shadow-none {
  box-shadow: none !important;
}

.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}


.my-0dot5 {
  margin-top: 0.143rem !important;
}


.my-0dot5 {
  margin-bottom: 0.143rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}


.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}


.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}


.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}


.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}


.py-3 {
  padding-top: 1rem !important;
}


.px-3 {
  padding-right: 1rem !important;
}


.py-3 {
  padding-bottom: 1rem !important;
}


.px-3 {
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}


.px-4 {
  padding-right: 1.5rem !important;
}


.px-4 {
  padding-left: 1.5rem !important;
}


.py-5 {
  padding-top: 2rem !important;
}


.px-5 {
  padding-right: 2rem !important;
}


.py-5 {
  padding-bottom: 2rem !important;
}


.px-5 {
  padding-left: 2rem !important;
}

@media (min-width: 768px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pr-md-10 {
    padding-right: 4.5rem !important;
  }
  .pl-md-10 {
    padding-left: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  
  .my-xl-0 {
    margin-top: 0 !important;
  }
  
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-danger {
  color: #de4437 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ac281c !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}

/*----------------------------------------------------------------------
  * Electro - Responsive Website Template version v2.0
  * Copyright 2019 Htmlstream
  * Licensed under Bootstrap Themes (https://themes.getbootstrap.com/licenses/)
------------------------------------------------------------------------*/

.w-100 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-80 {
    width: 80% !important;
  }
}

/*------------------------------------
  Default Styles
------------------------------------*/
main {
  position: relative;
}

p {
  color: #747474;
  line-height: 1.7;
}

h1 > a, h2 > a, h3 > a,
.h1 > a, .h2 > a, .h3 > a {
  color: #1e2022;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover,
.h1 > a:hover, .h2 > a:hover, .h3 > a:hover {
  color: #333e48;
}

strong {
  font-weight: 600;
}

table th {
  font-weight: 700;
}

/*------------------------------------
  Highlight Color
------------------------------------*/

::selection {
  color: #fff;
  background-color: #0a95da;
}

/*------------------------------------
  Accessibility
------------------------------------*/

a:focus,
button:focus {
  outline: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 0 transparent;
}

.btn:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  box-shadow: 0 0 0 0 transparent;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent;
}

/*------------------------------------
  Print styles
------------------------------------*/
@media print {
  header, footer, .btn {
    display: none;
  }
}

/*------------------------------------
  Skippy
------------------------------------*/

/*------------------------------------
  List Group
------------------------------------*/

/* Border Radius */

/* Transparent */

/* White */

/* Flush */

/* Borderless */

/* Striped */

/*------------------------------------
  Links
------------------------------------*/
.link {
  display: inline-block;
}

/* Collapse */

/* Link Light */

/* Link Muted */

/* Link White */

/*------------------------------------
  Header Default
------------------------------------*/
.u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/* Navbar */
.u-header__navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
}

/* Navbar Space */

/* Navbar Brand */
.u-header__navbar-brand,
.u-header__navbar-brand > img {
  padding-top: 0;
  padding-bottom: 0;
  width: 9.375rem;
}

.u-header__navbar-brand-center {
  display: flex;
  align-items: center;
}

/* Navbar Collapse */

/* Navbar Link */

/* Nav Item */

/* Nav Link */

/* Sub Menu */

/* Promo */

/* Banner */

/* Product Banner */

/* Hide Content */

/*------------------------------------
  Header Helpers
------------------------------------*/

/*------------------------------------
  Nav Alignments
------------------------------------*/
@media (min-width: 992px) {
  .u-header-left-aligned-nav .u-header__navbar-brand {
    margin-left: 0;
    margin-right: 3rem;
  }
}

/*------------------------------------
  Header Default
------------------------------------*/

/*------------------------------------
  Fullscreen
------------------------------------*/

/*------------------------------------
  Header Fullscreen Style
------------------------------------*/

/*------------------------------------
  Header Navbar Background Colors
------------------------------------*/

/*------------------------------------
  Header Submenu Background Colors
------------------------------------*/

/*------------------------------------
  Transparent Header
------------------------------------*/

/*------------------------------------
  Header On Scroll
------------------------------------*/

/*------------------------------------
  Header White Nav Links
------------------------------------*/

/*------------------------------------
  Navbar Expand
------------------------------------*/
.navbar-expand {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  [class*="navbar-expand"]:not(.navbar-expand-xl) {
    flex-wrap: nowrap;
  }
}

/*------------------------------------
  Header Floating
------------------------------------*/

/*------------------------------------
  Absolute Positions
------------------------------------*/

/* Disable box-shadow on mobile device */

@-webkit-keyframes absoluteSlideInUp {
  from {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes absoluteSlideInUp {
  from {
    transform: translate3d(0, -10px, 0);
  }
}

/*------------------------------------
  Header Sidebar
------------------------------------*/

/*------------------------------------
  Sticky Positions
------------------------------------*/

/* Disable box-shadow on mobile device */

@-webkit-keyframes stickySlideInUp {
  from {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes stickySlideInUp {
  from {
    transform: translate3d(0, -10px, 0);
  }
}

/*------------------------------------
  Header Center Aligned
------------------------------------*/

/*------------------------------------
  Header Collapse
------------------------------------*/

/*------------------------------------
  Alert
------------------------------------*/

/*------------------------------------
  Avatar
------------------------------------*/

/*------------------------------------
  Avatar Bordered
------------------------------------*/

/*------------------------------------
  Badges
------------------------------------*/

/*------------------------------------
  Badge Sizes
------------------------------------*/
/* Extra Small */

/* Small */

/* Medium */

/* Bigger */

/*------------------------------------
  Badge Styles
------------------------------------*/
/* primary badge */

/* secondary badge */

/* success badge */

/* info badge */

/* warning badge */

/* danger badge */

/* light badge */

/* dark badge */

/* cyan badge */

/* sale badge */

/* black badge */

/* green badge */

/* red badge */

/* gray-1 badge */

/* gray-2 badge */

/* gray-3 badge */

/* gray-4 badge */

/* gray-5 badge */

/* gray-6 badge */

/* gray-7 badge */

/* gray-8 badge */

/* gray-9 badge */

/* gray-13 badge */

/* gray-14 badge */

/* gray-15 badge */

/* gray-16 badge */

/* gray-17 badge */

/* gray-18 badge */

/* white badge */

/* indigo badge */

/*------------------------------------
  Badge Positions
------------------------------------*/

/*------------------------------------
  Badge in Avatar Component
------------------------------------*/
/* Default Size Avatar */

/* Small Size Avatar */

/* Large Size Avatar */

/* Extra Large Size Avatar */

/*------------------------------------
  Badge in Icon Component
------------------------------------*/
/* Default Size Icon */

/* Small Size Icon */

/* Large Size Icon */

/*------------------------------------
  Buttons Bootstrap Style
------------------------------------*/
/* facebook */

/* google */

/* twitter */

/* instagram */

/* github */

/* gray */

/*------------------------------------
  Custom Buttons
------------------------------------*/
/* primary button :hover, :focus, :active effects */
.btn-primary[href]:hover, .btn-primary[href]:focus, .btn-primary[href]:active, .btn-primary[type]:hover, .btn-primary[type]:focus, .btn-primary[type]:active {
  box-shadow: 0 4px 11px rgba(10, 149, 218, 0.35);
}

.btn-primary:not(label.btn), .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-primary:not([href]), .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #0a95da;
  border-color: #0a95da;
}

.btn-primary:hover {
  background-color: #0a95da;
  border-color: #0a95da;
}

/* secondary button :hover, :focus, :active effects */

/* success button :hover, :focus, :active effects */

/* info button :hover, :focus, :active effects */

/* warning button :hover, :focus, :active effects */

/* danger button :hover, :focus, :active effects */
.btn-danger[href]:hover, .btn-danger[href]:focus, .btn-danger[href]:active, .btn-danger[type]:hover, .btn-danger[type]:focus, .btn-danger[type]:active {
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}

.btn-danger:not(label.btn), .btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-danger:not([href]), .btn-danger:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #de4437;
  border-color: #de4437;
}

.btn-danger:hover {
  background-color: #de4437;
  border-color: #de4437;
}

/* light button :hover, :focus, :active effects */

/* dark button :hover, :focus, :active effects */
.btn-dark[href]:hover, .btn-dark[href]:focus, .btn-dark[href]:active, .btn-dark[type]:hover, .btn-dark[type]:focus, .btn-dark[type]:active {
  box-shadow: 0 4px 11px rgba(51, 62, 72, 0.35);
}

.btn-dark:not(label.btn), .btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-dark:not([href]), .btn-dark:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #333e48;
  border-color: #333e48;
}

.btn-dark:hover {
  background-color: #333e48;
  border-color: #333e48;
}

/* cyan button :hover, :focus, :active effects */

/* sale button :hover, :focus, :active effects */

/* black button :hover, :focus, :active effects */

/* green button :hover, :focus, :active effects */

/* red button :hover, :focus, :active effects */

/* gray-1 button :hover, :focus, :active effects */

/* gray-2 button :hover, :focus, :active effects */

/* gray-3 button :hover, :focus, :active effects */

/* gray-4 button :hover, :focus, :active effects */

/* gray-5 button :hover, :focus, :active effects */

/* gray-6 button :hover, :focus, :active effects */

/* gray-7 button :hover, :focus, :active effects */

/* gray-8 button :hover, :focus, :active effects */

/* gray-9 button :hover, :focus, :active effects */

/* gray-13 button :hover, :focus, :active effects */

/* gray-14 button :hover, :focus, :active effects */

/* gray-15 button :hover, :focus, :active effects */

/* gray-16 button :hover, :focus, :active effects */

/* gray-17 button :hover, :focus, :active effects */

/* gray-18 button :hover, :focus, :active effects */

/* white button :hover, :focus, :active effects */

/* indigo button :hover, :focus, :active effects */

/* facebook button :hover, :focus, :active effects */

/* google button :hover, :focus, :active effects */

/* twitter button :hover, :focus, :active effects */

/* instagram button :hover, :focus, :active effects */

/* github button :hover, :focus, :active effects */

/* gray button :hover, :focus, :active effects */

/*------------------------------------
  Custom Button Toggle
------------------------------------*/

/*------------------------------------
  Air Button Styles
------------------------------------*/
/* primary air */

/* secondary air */

/* success air */

/* info air */

/* warning air */

/* danger air */

/* light air */

/* dark air */

/* cyan air */

/* sale air */

/* black air */

/* green air */

/* red air */

/* gray-1 air */

/* gray-2 air */

/* gray-3 air */

/* gray-4 air */

/* gray-5 air */

/* gray-6 air */

/* gray-7 air */

/* gray-8 air */

/* gray-9 air */

/* gray-13 air */

/* gray-14 air */

/* gray-15 air */

/* gray-16 air */

/* gray-17 air */

/* gray-18 air */

/* white air */

/* indigo air */

/* facebook air */

/* google air */

/* twitter air */

/* instagram air */

/* github air */

/* gray air */

/*------------------------------------
  Button Sizes
------------------------------------*/
/* Wide */

/* Extra Small */
.btn-xs {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.4375rem 0.9375rem;
}

/* Icons */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}

.btn-icon.btn-sm {
  font-size: 0.8175rem;
  width: 2rem;
  height: 2rem;
}

/*------------------------------------
  Text Buttons Styles
------------------------------------*/
/* primary text button */

/* secondary text button */

/* success text button */

/* info text button */

/* warning text button */

/* danger text button */

/* light text button */

/* dark text button */

/* cyan text button */

/* sale text button */

/* black text button */

/* green text button */

/* red text button */

/* gray-1 text button */

/* gray-2 text button */

/* gray-3 text button */

/* gray-4 text button */

/* gray-5 text button */

/* gray-6 text button */

/* gray-7 text button */

/* gray-8 text button */

/* gray-9 text button */

/* gray-13 text button */

/* gray-14 text button */

/* gray-15 text button */

/* gray-16 text button */

/* gray-17 text button */

/* gray-18 text button */

/* white text button */

/* indigo text button */

/*------------------------------------
  Buttons
------------------------------------*/
.btn[href] {
  cursor: pointer;
}

.btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: default;
}

label.btn {
  cursor: pointer !important;
}

/* Pill */
.btn-pill {
  border-radius: 6.1875rem;
}

/* Icon */
.btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

.btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Background Transparent */

/* Toggle */

/*------------------------------------
  Brand
------------------------------------*/

/*------------------------------------
  Breadcrumb
------------------------------------*/

/*------------------------------------
  Card
------------------------------------*/

/* Background Color */

/* Frame */

/* Collapse */

/* IE image rendering fix */

/*------------------------------------
  Card Gutters
------------------------------------*/

/*------------------------------------
  Card Group - Break
------------------------------------*/

/*------------------------------------
  Sidebar Navigation
------------------------------------*/
/* Disable content revealing on page load */

/*------------------------------------
  Sidebar Account
------------------------------------*/

/* Holder */

/* Toggle */

/* List */

/* Footer Links */

/*------------------------------------
  Sidebar Shopping Cart
------------------------------------*/

/*------------------------------------
  Clients
------------------------------------*/

/*------------------------------------
  Close
------------------------------------*/

/*------------------------------------
  Divider
------------------------------------*/

/*------------------------------------
  Divider Sizes
------------------------------------*/

/*------------------------------------
  Divider Styles
------------------------------------*/
/* Text */

/*------------------------------------
  Vertical Divider
------------------------------------*/

/* Breakpoint */

/*------------------------------------
  Divider Sizes
------------------------------------*/
/* Extra Small */

/* Small */

/* Large */

/* Extra Large */

/*------------------------------------
  Dropdown
------------------------------------*/
/* Disable content revealing on page load */

.dropdown-unfold.show {
  display: block;
  opacity: 1;
}

/* Menu */
.dropdown-menu {
  margin-top: .5rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}

/* Nav Link */
.dropdown-nav-link {
  color: #334141;
  font-weight: 300;
  font-size: 0.875rem;
}

.dropdown-nav-link:hover {
  color: #1e2022;
}

/* Item */
.dropdown-item {
  font-size: 0.875rem;
}

.dropdown-item:hover {
  color: #333e48;
}

.dropdown-item.active {
  color: #333e48;
}

.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8125rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: .5rem;
}

/* Toggle */
.dropdown-toggle::after {
  display: inline-block;
  font-family: fontello;
  font-size: 80%;
  font-weight: 900;
  content: "";
  margin-left: .5rem;
}

.dropdown-toggle-collapse::after {
  transition: 0.3s;
}

/* Dropdown Positions */
.dropdown-menu-top {
  top: 0;
}

.dropdown-menu-bottom {
  top: auto;
  bottom: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-top {
    top: 0;
  }
  .dropdown-menu-sm-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-top {
    top: 0;
  }
  .dropdown-menu-md-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-top {
    top: 0;
  }
  .dropdown-menu-lg-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-top {
    top: 0;
  }
  .dropdown-menu-xl-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1480px) {
  .dropdown-menu-wd-top {
    top: 0;
  }
  .dropdown-menu-wd-bottom {
    top: auto;
    bottom: 0;
  }
}

/*------------------------------------
  Dropdown Card
------------------------------------*/
.dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .dropdown-card {
    min-width: 25rem;
  }
}

/*------------------------------------
  Dropdown Sizes
------------------------------------*/
@media (min-width: 576px) {
  .dropdown-menu-size-md {
    width: 440px;
  }
  .dropdown-menu-size-lg {
    width: 340px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-size-lg {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-size-lg {
    width: 740px;
  }
}

/*------------------------------------
  Form
------------------------------------*/

.form-control:focus {
  box-shadow: none;
  border-color: #66afe9;
}

.form-label {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500;
}

/* Form Borderless */
.input-group-borderless .form-control,
.input-group-borderless .input-group-text {
  border: none;
}

.input-group-borderless .form-control:focus,
.input-group-borderless .input-group-text:focus {
  box-shadow: none;
}

/*------------------------------------
  Form Pill
------------------------------------*/
.input-group-pill {
  border-radius: 6.1875rem;
}

.input-group-pill > .form-control:first-child {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.input-group-pill > .form-control:last-child {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

.input-group-pill .input-group-prepend > .input-group-text,
.input-group-pill .input-group-prepend > .btn {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.input-group-pill .input-group-append > .input-group-text,
.input-group-pill .input-group-append > .btn {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

/*------------------------------------
  Form Sizes
------------------------------------*/
/* Default Size */
.input-group.input-group-pill > .form-control:first-child {
  padding-left: 1.5rem;
}

.input-group.input-group-pill .input-group-prepend > .input-group-text,
.input-group.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

.input-group.input-group-pill .input-group-append > .input-group-text,
.input-group.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

.input-group .input-group-prepend > .input-group-text,
.input-group .input-group-append > .input-group-text {
  font-size: 0.76563rem;
}

/* Extra Small Size */
.input-group-xs.input-group-pill > .form-control:first-child {
  padding-left: 1.375rem;
}

.input-group-xs.input-group-pill .input-group-prepend > .input-group-text,
.input-group-xs.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

.input-group-xs.input-group-pill .input-group-append > .input-group-text,
.input-group-xs.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

.input-group-xs .input-group-prepend > .input-group-text,
.input-group-xs .input-group-append > .input-group-text {
  font-size: 0.54688rem;
}

/* Small Size */
.input-group-sm.input-group-pill > .form-control:first-child {
  padding-left: 1rem;
}

.input-group-sm.input-group-pill .input-group-prepend > .input-group-text,
.input-group-sm.input-group-pill .input-group-prepend > .btn {
  padding-left: 1rem;
}

.input-group-sm.input-group-pill .input-group-append > .input-group-text,
.input-group-sm.input-group-pill .input-group-append > .btn {
  padding-right: 1rem;
}

.input-group-sm .input-group-prepend > .input-group-text,
.input-group-sm .input-group-append > .input-group-text {
  font-size: 0.65625rem;
}

/* Large Size */
.input-group-lg.input-group-pill > .form-control:first-child {
  padding-left: 2rem;
}

.input-group-lg.input-group-pill .input-group-prepend > .input-group-text,
.input-group-lg.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.375rem;
}

.input-group-lg.input-group-pill .input-group-append > .input-group-text,
.input-group-lg.input-group-pill .input-group-append > .btn {
  padding-right: 1.5rem;
}

.input-group-lg .input-group-prepend > .input-group-text,
.input-group-lg .input-group-append > .input-group-text {
  font-size: 0.875rem;
}

/*------------------------------------
  Focus States
------------------------------------*/

/*------------------------------------
  Success State
------------------------------------*/
.u-has-success .form-label + .form-control,
.u-has-success .input-group,
.u-has-success .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(0, 201, 167, 0.1);
}

.u-has-success .input-group-text {
  color: #00c9a7;
}

.u-has-success:focus,
.u-has-success *:focus,
.u-has-success .input-group-text,
.u-has-success .form-control {
  border-color: #00c9a7;
}

/*------------------------------------
  Error State
------------------------------------*/
.u-has-error .form-label + .form-control,
.u-has-error .input-group,
.u-has-error .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(222, 68, 55, 0.1);
}

.u-has-error .input-group-text {
  color: #de4437;
}

.u-has-error:focus,
.u-has-error *:focus,
.u-has-error .input-group-text,
.u-has-error .form-control {
  border-color: #de4437;
}

/*------------------------------------
  Bookmark Checkbox
------------------------------------*/

/*------------------------------------
  Checkbox Bordered
------------------------------------*/

/*------------------------------------
  Checkbox Switch
------------------------------------*/

/*------------------------------------
  Custom Checkbox
------------------------------------*/
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(10, 149, 218, 0);
}

/*------------------------------------
  File Attachment Button
------------------------------------*/

/*------------------------------------
  File Attachment Input
------------------------------------*/

/*------------------------------------
  File Attachment Link
------------------------------------*/

/*------------------------------------
  Google Map Interactive
------------------------------------*/

/*------------------------------------
  Go To
------------------------------------*/

/*------------------------------------
  Got to Section - Vertical Arrow
------------------------------------*/

/*------------------------------------
  Got to Section - Modern
------------------------------------*/

/*------------------------------------
  Got to Section - Wave
------------------------------------*/

/*------------------------------------
  Hamburgers
------------------------------------*/

/*------------------------------------
  Hero v1
------------------------------------*/

/*------------------------------------
  Indicator Dots
------------------------------------*/

/*------------------------------------
  Indicator - Vertical Dashed
------------------------------------*/

/*------------------------------------
  Indicator Vertical Line
------------------------------------*/

/*------------------------------------
  Indicator Steps
------------------------------------*/

/*------------------------------------
  Media Player
------------------------------------*/

/* Colors */

/* Large Size */

/* Extra Large Size */

/* Positions */

/*------------------------------------
  Media Viewer
------------------------------------*/

/*------------------------------------
  Video Player
------------------------------------*/

/* Large Size */

/* Positions */

@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}

/*------------------------------------
  Mockup Browser v1
------------------------------------*/

/*------------------------------------
  Mockup Devices v1
------------------------------------*/

/*------------------------------------
  Devices v2
------------------------------------*/

/*------------------------------------
  Devices v3
------------------------------------*/

/*------------------------------------
  Mockup Devices v4
------------------------------------*/

/*------------------------------------
  Modal Window
------------------------------------*/

/*------------------------------------
  Modal Window - Facebook
------------------------------------*/

/*------------------------------------
  Page Preloader
------------------------------------*/

/*------------------------------------
  Pagination
------------------------------------*/

/*------------------------------------
  Navs
------------------------------------*/

/* White Color */

/* Box */

/* Nav Steps */

/*------------------------------------
  Blog Thumb Minimal
------------------------------------*/

/*------------------------------------
  Vertical Progress Bar
------------------------------------*/

/*------------------------------------
  Paging Modern
------------------------------------*/

/*------------------------------------
  Popover
------------------------------------*/

/*------------------------------------
  Quantity
------------------------------------*/

/*------------------------------------
  Search Form - Push Top
------------------------------------*/

/* Banner */

/*------------------------------------
  Search Form - Slide Down
------------------------------------*/

/*------------------------------------
  Slick
------------------------------------*/

/*------------------------------------
  Slick Equal Height
------------------------------------*/

/*------------------------------------
  Slick Gutters
------------------------------------*/
/* Gutters X */

/*------------------------------------
  Slick Zoom
------------------------------------*/

/*------------------------------------
  Slick Arrows
------------------------------------*/

/* Flat */

/* Flat White */

/* Offset */

/* Vertical Center Alignment */

/*------------------------------------
  Slick Arrows Classic
------------------------------------*/

/*------------------------------------
  Slick Paging
------------------------------------*/

/*------------------------------------
  Slick Pagination
------------------------------------*/

/* White Version */

/* Block */

/* Vertical Center Alignment */

@media (min-width: 992px) {
  /* Vertical Option */
  /* Vertical Option Positions */
}

/*------------------------------------
  Slick Pagination Modern
------------------------------------*/

/*------------------------------------
  Slick Pagination Interactive
------------------------------------*/

/*------------------------------------
  Spinner
------------------------------------*/

/*------------------------------------
  Stats Progress
------------------------------------*/

/*------------------------------------
  SVG
------------------------------------*/

/*------------------------------------
  SVG IE10+ specific styles go here
------------------------------------*/

/*------------------------------------
  Tables
------------------------------------*/

/*------------------------------------
  Timeline
------------------------------------*/

/*------------------------------------
  Sticky Blocks
------------------------------------*/

/*------------------------------------
  Background Gradients
------------------------------------*/

/*------------------------------------
  Background Overlay Gradients
------------------------------------*/

/*------------------------------------
  Fill Colors
------------------------------------*/

/*------------------------------------
  Stop Colors
------------------------------------*/

/*------------------------------------
  Stroke Colors
------------------------------------*/

/*------------------------------------
  Background Image Style
------------------------------------*/

/*------------------------------------
  Background Soft Colors
------------------------------------*/

/*------------------------------------
  Borders-radius
------------------------------------*/
.rounded-pill {
  border-radius: 6.1875rem;
}

/*------------------------------------
  Borders
------------------------------------*/

/*------------------------------------
  Position Spaces
------------------------------------*/

/*------------------------------------
  Content Centered
------------------------------------*/

/*------------------------------------
  Margin Spacing
------------------------------------*/

/* Gutters X */

/*------------------------------------
  Opacity
------------------------------------*/

/*------------------------------------
  Box Shadow
------------------------------------*/

/*------------------------------------
  Width
------------------------------------*/

/*------------------------------------
  Height
------------------------------------*/

/*------------------------------------
  SVG Dividers
------------------------------------*/

/*------------------------------------
  Typography Font Size
------------------------------------*/

/*------------------------------------
  Font Weight
------------------------------------*/

/*------------------------------------
  Line Height
------------------------------------*/

/*------------------------------------
  Text Colors
------------------------------------*/

/*------------------------------------
  Transform
------------------------------------*/

/*------------------------------------
  Transitions
------------------------------------*/
/* 3D Hover */

/*------------------------------------
  Z-Index
------------------------------------*/

/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/*------------------------------------
  Area Chart
------------------------------------*/

/*------------------------------------
  Cubeportfolio
------------------------------------*/

/* Load more disabled class */

/* Zoom overlay effect */

/*------------------------------------
  Hover Animation Effects
------------------------------------*/

/*------------------------------------
  Custombox
------------------------------------*/

/*------------------------------------
  Datatable
------------------------------------*/

/*------------------------------------
  Dropzone
------------------------------------*/

/*------------------------------------
  DatePicker
------------------------------------*/

/* Positions */

/*------------------------------------
  Dzsparallaxer
------------------------------------*/

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/

/*------------------------------------
  Fileuploader
------------------------------------*/
/* Default Style */

/* Front Style */

/* Dragging State */

/*------------------------------------
  Range Slider
------------------------------------*/

/* Indicator */

/* Grid */

/*------------------------------------
  Select
------------------------------------*/

.dropdown-select .form-control {
  margin-bottom: .5rem;
}

/*------------------------------------
  Slick
------------------------------------*/

/*------------------------------------
  Summernote Editor
------------------------------------*/

/*------------------------------------
  Tagsinput
------------------------------------*/

/*------------------------------------
  Typed.js
------------------------------------*/

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------
  Madrasthemes SCSS style
------------------------------------*/
/*------------------------------------
  Font Icon (Electro)
------------------------------------*/
/*------------------------------------
  Default Styles
------------------------------------*/

strong {
  font-weight: 700;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.009rem;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 400;
}

del {
  text-decoration: line-through;
}

/*------------------------------------
  Links
------------------------------------*/

/*------------------------------------
  Header Default
------------------------------------*/
/* Topbar Nav Item */

/* Topbar Nav Item */

/* Topbar Nav Link */

/* Header-Menu */

/* Navbar Brand */
.u-header__navbar-brand,
.u-header__navbar-brand > img {
  width: 6.375rem;
}

@media (min-width: 1200px) {
  .u-header__navbar-brand,
  .u-header__navbar-brand > img {
    width: 9.375rem;
  }
}

/* Secondary Menu Navbar Divider */

/* Vertical-Menu */

/*------------------------------------
  Navbar Expand
------------------------------------*/

/*------------------------------------
  Nav Alignments
------------------------------------*/

/*------------------------------------
  Header Sidebar
------------------------------------*/

/*------------------------------------
  Header Collapse
------------------------------------*/

/*------------------------------------
  Alert
------------------------------------*/
.alert-primary {
  /*
		background-color: $primary;
    color: $gray-90;
*/
}

/*
.alert-primary,
.alert-secondary,
.alert-success,
.alert-danger,
.alert-warning,
.alert-info,
.alert-light,
.alert-dark {
    border-left: 9px solid rgba(0,0,0,.15);
}
*/
/*------------------------------------
  Search-Forms
------------------------------------*/

/*------------------------------------
  Buttons
------------------------------------*/
/* Add cart btn */

.btn-primary-dark-w {
  color: #333e48;
  background-color: #0a95da;
  border-color: #0a95da;
}

.btn-primary-dark-w:hover {
  background-color: #333e48;
  border-color: #333e48;
  color: #fff;
}

/*------------------------------------
  Breadcrumb
------------------------------------*/

/*------------------------------------
  Card
------------------------------------*/

/*------------------------------------
  Form
------------------------------------*/
.form-label {
  display: block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 700;
}

/*------------------------------------
  Custom Checkbox
------------------------------------*/

/*------------------------------------
  Progress Bar
------------------------------------*/

/*------------------------------------
  Pagination
------------------------------------*/

/*------------------------------------
  Sidebar Navigation
------------------------------------*/

/*------------------------------------
  Slick Pagination
------------------------------------*/

/*------------------------------------
  Slick
------------------------------------*/

/*------------------------------------
  Slick Arrows
------------------------------------*/

/*------------------------------------
  Tables
------------------------------------*/
.cart-table {
  /*    table th {
        font-weight: $font-weight-normal;
    }*/
}

.cart-table .table th, .cart-table .table td {
  border-width: 0;
  vertical-align: middle;
  padding: .75rem;
}

.cart-table .table thead th {
  border-bottom-width: 1px;
  color: #747474;
}

.cart-table .table {
  margin-bottom: 0;
  /*        tbody tr:first-child td {
            padding-top: 2.188rem;
        }*/
}

.cart-table .table thead tr {
  border-bottom: 1px solid #dddddd;
}

.cart-table .table tbody tr {
  border-top: 1px solid #dddddd;
}

.cart-table .table tbody tr:first-child {
  border-top-width: 0px;
}

.cart-table .table tbody tr td {
  padding: 1.125rem 0.75rem;
  vertical-align: top;
}

.cart-table .table td {
  font-size: 1.06225rem;
}

@media (max-width: 767.98px) {
  .cart-table .table thead {
    display: none;
  }
}

.cart-table .table td .desc {
  font-size: 0.875rem;
}

.cart-table .table td.colPrice, .cart-table .table td.colTotal {
  text-align: right;
}

.cart-table .table td.colAmount {
  width: 160px;
}

@media (max-width: 767.98px) {
  .cart-table .table tr {
    display: block;
    margin-top: 15px;
  }
  .cart-table .table tr td {
    /*text-align: right;*/
    display: flex;
    justify-content: space-between;
    /*                    &::before {
                        content: attr(data-title) ": ";
                        font-weight: 700;
                    }*/
  }
  .cart-table .table tr td.colDelete {
    display: block;
    float: right;
    text-align: right;
  }
  .cart-table .table tr td.colTitle {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cart-table .table tr td.colPrice {
    display: none;
  }
  .cart-table .table tr td.colAmount {
    display: block;
    width: 50%;
    float: left;
  }
  .cart-table .table tr td.colTotal {
    width: 50%;
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .cart-table .table tbody {
    /*                tr td:first-child {
                    justify-content: flex-end;

                    &::before {
                        display: none;
                    }
                }*/
    /*
                tr:not(:first-child):not(:last-child) td:first-child {
                    border-top: 1px solid $gray-80; 
                    margin-top: 15px;
                }*/
  }
}

.checkout-table .table thead th, .checkout-table .table thead td {
  border-width: 0;
}

.checkout-table .table th, .checkout-table .table td {
  padding: .75rem 0;
  border-color: #dddddd;
}

.checkout-table .table th:last-child,
.checkout-table .table td:last-child {
  text-align: right;
}

/*------------------------------------
  Navs
------------------------------------*/

/* Box */

/*------------------------------------
  Typography Font Size
------------------------------------*/

.font-size-20 {
  font-size: 1.25038rem;
}

.font-size-25 {
  font-size: 1.56275rem;
}

.font-size-26 {
  font-size: 1.62488rem;
}

/*------------------------------------
  Font Weight
------------------------------------*/

/*------------------------------------
  Line Height
------------------------------------*/

/*------------------------------------
  letter Space
------------------------------------*/

/*------------------------------------
  Others
------------------------------------*/

/*------------------------------------
  Text Colors
------------------------------------*/

.text-gray-90 {
  color: #333e48;
}

.text-gray-90[href]:hover {
  color: #333e48;
}

.text-gray-32 {
  color: #a7a7a7;
}

/*------------------------------------
  Borders-width
------------------------------------*/

/*------------------------------------
  Borders-style
------------------------------------*/

/*------------------------------------
  Borders-radius
------------------------------------*/

/*------------------------------------
  Borders-Color
------------------------------------*/
.border-color-1 {
  border-color: #dddddd !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: 150px 0;
  }
}

@keyframes fading {
  0% {
    opacity: .1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: .1;
  }
}

/*------------------------------------
  Background Soft Colors
------------------------------------*/

/*------------------------------------
  Width
------------------------------------*/

.width-122 {
  width: 7.625rem;
}

.max-width-100 {
  max-width: 6.25rem;
}

/*------------------------------------
  Height
------------------------------------*/

/*------------------------------------
  Box Shadow
------------------------------------*/

/*------------------------------------
  Overflow
------------------------------------*/

/*------------------------------------
  Opacity
------------------------------------*/

/*------------------------------------
  Position Spaces
------------------------------------*/

/*------------------------------------
  Content Centered
------------------------------------*/
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Vertical Center Alignment */

/*------------------------------------
  Transform
------------------------------------*/

/*------------------------------------
  Z-Index
------------------------------------*/

/*------------------------------------
  Grid
------------------------------------*/

@media (min-width: 1480px) {
  .cart-page .container {
    max-width: 1200px;
  }
}

/*------------------------------------
  Range Slider
------------------------------------*/

/* Indicator */

/*------------------------------------
  File for your custom SCSS style
------------------------------------*/

.invalid-feedback {
  display: block;
  font-size: 85%;
}

.form-label {
  text-transform: none;
}

.form-control, .form-control:focus {
  color: black;
}

/* .deliveryTable tbody tr:nth-child(2) td {border:1px solid;} */
.deliveryTable input[type=radio] {
  margin-top: 4px;
}

.deliveryTable label {
  margin-bottom: 0;
}

.deliveryTable td {
  padding: 1rem;
}

h1 {
  font-size: 2rem;
}

.deliveryTable tr.trhover {
  cursor: pointer;
}

.deliveryTable tr.trhover:hover {
  background-color: rgba(231, 234, 243, 0.4);
}

.deliveryTable tr:last-child {
  border-bottom-style: none !important;
}

.deliveryTable tr.disabled {
  color: #999999;
}

.deliveryTable h3.font-size-20 {font-weight:bold;}


/* --- dropdown u predvolbou pred telefonni cislo --------------------------- */
.input-group .btn-outline-secondary,
.input-group .show > .btn-outline-secondary.dropdown-toggle {
  border: 1px solid #dddddd;
  font-weight: 400;
  color: black;
  background-color: transparent;
}

.input-group .btn-outline-secondary:hover,
.input-group .btn-outline-secondary:active,
.input-group .btn-outline-secondary:not(:disabled):not(.disabled):active,
.input-group .btn-outline-secondary:not(:disabled):not(.disabled).active,
.input-group .show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent;
  color: black;
}

.u-has-success .input-group .btn-outline-secondary,
.u-has-success .input-group .show > .btn-outline-secondary.dropdown-toggle {
  border-color: #00c9a7;
}

.u-has-error .input-group .btn-outline-secondary,
.u-has-error .input-group .show > .btn-outline-secondary.dropdown-toggle {
  border-color: #de4437;
}

.ReactCollapse--collapse {
  transition: height 250ms;
}
