html {
  /* footer */
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  min-width: 320px;

  /* footer */
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 16px;
  font-weight: 700;
}

/* Form */

ul.errorlist{
  margin-bottom: 0.1rem;
  padding-left: 1.2rem;
}

.errorlist li{
  width: 100%;
  margin-top: 0.35rem;
  font-size: .75em;
  color: #dc3545;
  text-align: left;
}

.form-logo {
  margin: 50px 0 85px;
}

#formReg.my-form {
  width: 606px;
}

.my-form input,
.my-select {
  padding: 8.5px 9px;
  -webkit-box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.04) inset;
}

.my-form legend,
.my-form .btn {
  font-weight: 700;
  font-size: 16px;
}

.my-form label,
.my-form input[placeholder],
.alert,
p.form-text,
p.form-text a,
.my-select option,
.my-select {
  font-weight: 400;
  font-size: 12px;
}

.my-form input {
  border-radius: 0;
}

.form-text{
  font-size: .8em;
}

.form-control:focus,
.form-check-input,
.my-select:focus {
  box-shadow: none !important;
}

.my-form input.al {
  border: 1px solid #f1aeb5;
}

.my-form label {
  color: #000;
}

.my-form p.fs-6{
  margin: 0 2rem 0 -1rem;
}

p.form-text a {
  color: #00a7f8;
}

p.form-text a:hover {
  text-decoration: none;
}

.alert {
  padding: 9px 20px;
  margin: 1.5em 0 -1em;
}

/* .my-form input[placeholder],
.my-select option, select:invalid:not(:focus) {
  color: #8b8b8b;
} */

select:invalid:not(:focus) {
  color: #8b8b8b;}

.back-theme {
  background-color: #00a7f8 !important;
}

.my-form .btn,
.my-form .btn:active {
  background-color: #00a7f8;
  color: #fff;
}

.my-form .btn:hover {
  background-color: #07a4f0;
}

.my-form .btn.change {
  background-color: #d9d9d9;
  color: #000;
}

.my-form .btn.change:active {
  border-color: #d9d9d9;
}

.my-form .btn.change:hover {
  background-color: #cecece;
}

.my-form .imp {
  padding: 0;
}

.my-form p.imp {
  font-size: 12px;
  margin-bottom: 0;
}

legend.position-relative {
  left: -12px;
}

.btn-enter p.form-text a,
.to-reg a {
  color: #8b8b8b;
}

.to-reg a {
  font-size: 12px;
}

span.to-reg {
  right: 35px;
}

.btn-enter p.form-text a:hover,
.to-reg a:hover {
  text-decoration: none;
}

/* Navbar  */
.navbar-nav .nav-item a:not(.active),
span.nav-edge, span.nav-edge a.in-span {
  color: #ffffffa8;
}

span.nav-edge a {
  text-decoration: none;
}

/* nav */
.tab-content:not(.vid) {
  margin-top: 38px;
}

.form-blok-dd {
  margin-top: 35px;
}

.navbar-nav .dropdown-menu {
  background-color: #fff;
  border: 1px solid #e1dede;
}

li.drop-h {
  padding: 3px 16px 4px;
  font-weight: 700;
}

li.drop-h,
.dropdown-menu li a {
  color: #000 !important;
}

hr {
  color: #8b8b8b;
}

hr.divider {
  margin: 33px 0 33px;
}

hr.dropdown-divider {
  color: #8b8b8b !important;
  margin: 12px 0;
}

.my-form label i {
  color: #ef1d1d;
}

.question {
  top: 5px;
  right: 15px;
}

nav div.nav-wrapper {
  border: 1px solid #00a7f8;
  border-radius: 22px 22px 0 0;
}

.in-nav button.nav-link,
.nav-tabs a.nav-link {
  padding: 5px 45px;
  border: 1px solid #00a7f8;
  color: #000;
  font-size: 12px;
  border: none;
  border-radius: 20px 20px 0 0;
}

.tooltip {
  background-color: #fff !important;
  color: #000;
}

.in-nav button.nav-link.active,
.nav-tabs a.nav-link.active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  background-color: #00a7f8;
}

.add-shop-btn {
  font-weight: 700;
  color: #00a7f8;
  text-decoration: none;
  padding-bottom: 35px;
}

.add-shop-btn:hover {
  color: #07a4f0;
}

/* customers*/

.table > :not(caption) > * > * {
  font-size: 12px;
  padding: 5px 0 5px 10px;
}

.table a {
  color: #000;
  text-decoration: none;
}

.table th {
  padding: 10px 0 10px 10px;
}

.table .und td,
.table .und td a {
  color: #8b8b8b;
}

.table .und td:not(:nth-of-type(3)) a {
  cursor: auto;
}

.table .und.shops td a{
  cursor: pointer;
}

.table td.del-cust a {
  color: #ff0000;
}

.add-shop-btn.cust {
  font-size: 13px;
}

.modal-content {
  border-color: #fff;
  border-radius: 21px;
}

.modal-content .btn-close {
  right: 0;
}

.page-link {
  border: 0;
}

.page-item a {
  font-size: 12px;
  color: #8b8b8b7a;
}

.page-item a:hover {
  color: #000;
}

.page-item.active a {
  color: #000;
  font-weight: 700;
}

.page-item.active a:hover {
  background-color: #e9ecef;
}

.active > .page-link {
  background-color: transparent;
}

.page-link span {
  color: #00a7f8;
  font-size: 12px;
  font-weight: 700;
}

/* video modal*/

.side-bar a {
  padding: 4px 0;
  text-align: left;
  font-size: 12px;
  color: #8b8b8b;
}

.side-bar a.active, .side-bar a.active:hover {
  color: #00a7f8;
}

.side-bar a:not(.active):hover {
  color: #8b8b8b;
}

#video-modal {
  .btn-close {
    position: absolute;
    right: initial;
    left: 100%;
    bottom: 100%;
    top: initial;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    filter: invert(1);
    opacity: 1;
  }

  .modal-dialog {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;

    .modal-content {
      background: none;
      padding: 0;
      box-shadow: none;
      border-radius: 0;
      border: none;
    }
  }
}

.vid p {
  font-size: 12px;
}

/* power-bi */

.pb-cont {
  padding-bottom: 60.85%;
  position: relative;
  display: block;
  width: 100%;
}

.pb-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* footer */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
}

footer p,
footer a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
}

footer div.row div:last-child a {
  color: #00a7f8;
  font-weight: 700;
}

/* 404 */

.page404 {
  margin-top: 20%;
}

.page404 p {
  font-size: 14px;
}

@media only screen and (min-width: 993px) {
  .navbar {
    height: 86px;
  }

  .modal-content.cust-form {
    max-width: 606px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .form-blok-dd {
    margin-top: 10px;
  }

  #formReg.my-form {
    width: 500px;
  }

  .pb-cont {
    padding-bottom: 64.85%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .form-blok-dd {
    margin-top: 10px;
  }

  #formReg.my-form,
  .formChange.my-form {
    width: 450px;
  }

  .my-form .btn {
    font-size: 15px;
  }

  span.nav-edge a {
    margin-top: 10px;
  }

  footer div.row div:not(first-child) {
    text-align: start !important;
  }

  footer p {
    margin-bottom: 10px;
  }

  .pb-cont {
    padding-bottom: 67.85%;
  }
}

@media only screen and (max-width: 575px) {
  .form-blok-dd {
    margin-top: 10px;
  }

  #formReg.my-form,
  .formChange.my-form {
    width: 400px;
  }

  .formChange.my-form {
    padding: 0 40px;
  }

  .my-form,
  .modal-content {
    border-radius: 0 !important;
  }

  .my-form .btn {
    font-size: 15px;
  }

  span.nav-edge a {
    margin-top: 8px;
  }

  footer div.row div:not(first-child) {
    text-align: start !important;
  }

  footer p {
    margin-bottom: 5px;
  }

  .my-form p.imp {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }

  .modal-content .btn-close {
    right: 25px;
  }

  .pb-cont {
    padding-bottom: 70.85%;
  }
}
