/*
    Základní proměnné
*/
/* Funkce */
.fl {
  float: left;
  width: 100%;
}
.flc {
  float: left;
  width: 100%;
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center-h {
  justify-content: center;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.inline {
  display: inline-block;
  margin: auto;
}
.none {
  display: none;
}
.hidden {
  display: none !important;
}
.center-v {
  align-content: center;
  align-items: center;
}
.flex-centered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.nowrap {
  flex-wrap: nowrap;
}
.center-text,
.center {
  text-align: center;
}
/* Základní reset a nastavení stránek */
body,
html {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
a:not(.gallery-item),
button,
.a,
.button,
input[type=submit],
.transition,
textarea,
select {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
header {
  -webkit-transform: translateZ(0);
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1760px;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
a:focus {
  text-decoration: none;
  background: none;
}
.table .thead-dark th {
  vertical-align: middle;
}
.table .thead-dark th span {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.gradient-bx:after {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.35) 0, rgba(125, 185, 232, 0));
  border-radius: 0.75rem;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59ffffff", endColorstr="#007db9e8", GradientType=1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.login-page {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  background: url(../images/backgrounds/login.jpg) left center no-repeat;
  background-size: cover !important;
}
@media (max-width: 5000px) {
  .login-page {
    justify-content: center;
  }
}
.login-page .login-bar {
  float: right;
  width: 560px;
  height: 100%;
  background: white;
  box-shadow: 0 12px 33px 0 rgba(62, 73, 84, 0.08);
  padding: 30px 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.login-page .login-bar .logo {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 5000px) {
  .login-page .login-bar {
    width: 100%;
    max-width: 460px;
    height: auto;
    padding: 50px 30px;
  }
  .login-page .login-bar .logo {
    height: auto;
    margin-bottom: 30px;
  }
  .login-page .login-bar .logo img {
    height: auto;
    width: auto;
  }
}
.login-page .login-form {
  float: left;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  height: 272px;
  margin-top: 50px;
}
@media (max-width: 5000px) {
  .login-page .login-form {
    height: auto;
    margin-top: 15px;
  }
}
.login-page .login-form label {
  color: #555555;
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.login-page .login-form label input {
  border-color: #e6e6e6;
}
@media (max-width: 5000px) {
  .login-page .login-form label {
    font-size: 14px;
  }
}
.login-page .login-form .form-line {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px;
}
.login-page .login-form .form-line h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}
.login-page .login-form .form-line input[type=email],
.login-page .login-form .form-line input[type=password] {
  float: left;
  width: 100%;
  border: 1px solid #d7dae3;
  height: 80px;
  border-radius: 0px;
  padding: 0px 0px 0px 25px;
  font-size: 18px;
  color: #3e4954;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  outline: none;
}
@media (max-width: 5000px) {
  .login-page .login-form .form-line input[type=email],
  .login-page .login-form .form-line input[type=password] {
    height: 40px;
    text-align: left;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
  }
}
.login-page .login-form .form-line input[type=email]:hover,
.login-page .login-form .form-line input[type=password]:hover,
.login-page .login-form .form-line input[type=email]:focus,
.login-page .login-form .form-line input[type=password]:focus {
  border-color: #36c95f;
}
.login-page .login-form .form-line .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: #36c95f;
  font-size: 12px;
  color: #fff;
  border: none;
  box-shadow: none;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin-top: 30px;
}
.login-page .login-form .form-line .form-btn:hover {
  background: #54d177;
}
.login-page .login-form .form-line + .form-line {
  margin-top: 10px;
}
@media (max-width: 990px) {
  .user {
    font-size: 16px;
  }
}
.layout {
  float: left;
  width: 100%;
  background-color: #f6fbf8;
  height: 100%;
}
.layout aside {
  float: left;
  width: 300px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s all;
  background: #fcfcfc;
}
@media (max-width: 990px) {
  .layout aside {
    position: absolute;
    left: 0px;
    z-index: 150;
    top: 0px;
  }
}
.layout aside .logo {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 15px 10px 25px;
  transition: 0s all;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.layout aside .logo img {
  max-height: 100%;
}
.layout aside .navigation {
  float: left;
  width: 100%;
  height: calc(100% - 70px);
  max-height: calc(100% - 70px);
  transition: 0s all;
  overflow: hidden;
}
.layout aside .navigation nav {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  overflow: auto;
  transition: 0s all;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.layout aside .navigation nav::-webkit-scrollbar {
  display: none;
}
.layout aside .navigation nav h2 {
  color: #000;
  float: left;
  width: 100%;
  font-size: 11px;
  padding: 20px 25px 12px 25px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  transition: 0s all;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.layout aside .navigation nav h2:after {
  content: "\f078";
  position: absolute;
  right: 40px;
  top: 17px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 15px;
  transition: 0.5s all;
  transform-origin: center center;
  transform: rotate(180deg);
}
.layout aside .navigation nav h2.collapsed:after {
  transform: rotate(0deg);
}
.layout aside .navigation nav ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0s all;
  list-style: none;
}
.layout aside .navigation nav ul li {
  float: left;
  width: 100%;
  margin: 0px;
  color: #7e7e7e;
  text-align: left;
  list-style: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0s all;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  align-content: center;
  align-items: center;
  font-weight: 400;
  position: relative;
  padding: 0px 25px 10px 25px;
}
.layout aside .navigation nav ul li .menubtn {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 5px;
  transition: 0.3s all;
  background: transparent;
  padding: 10px 15px 10px 50px;
}
.layout aside .navigation nav ul li span {
  float: left;
  position: absolute;
  left: 15px;
  top: 13px;
  width: 25px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: 0s all;
}
.layout aside .navigation nav ul li:hover {
  color: black;
}
.layout aside .navigation nav ul li:hover .menubtn {
  background: #d1d1d1;
}
.layout aside .navigation nav ul li:hover span {
  color: black;
}
.layout aside .navigation nav ul li.active {
  color: white;
}
.layout aside .navigation nav ul li.active .menubtn {
  background: #3e4954;
}
.layout aside .navigation nav ul li.active span {
  color: white;
}
.layout aside .navigation nav ul li.active.hasadd .add i {
  color: white;
}
.layout aside .navigation nav ul li.notdone {
  opacity: 0.2;
  cursor: not-allowed;
}
.layout aside .navigation nav ul li.hasadd {
  padding-right: 25px;
  position: relative;
}
.layout aside .navigation nav ul li.hasadd .add {
  position: absolute;
  right: 10px;
  width: 25px;
  height: 100%;
  top: 0px;
  font-size: 21px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.layout aside .navigation nav ul li.hasadd .add i {
  color: #000;
}
.layout aside .navigation nav ul li.hasadd .add:hover i {
  color: #000;
}
.layout .content {
  float: left;
  width: calc(100% - 300px);
  height: 100%;
}
@media (max-width: 990px) {
  .layout .content {
    width: 100%;
    left: 300px;
    transition: 0.3s all;
    position: relative;
    z-index: 10;
  }
  .layout .content .inside {
    filter: blur(2px);
    transition: 0.3s all;
  }
  .layout .content:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s all;
    bottom: 0px;
    right: 0px;
    z-index: 150;
    background: rgba(255, 255, 255, 0.1);
  }
}
.layout .content header {
  float: left;
  width: 100%;
  z-index: 1002;
  background: #fcfcfc;
  height: 70px;
}
.layout .content header .bars {
  float: left;
  height: 100%;
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #3e4954;
  cursor: pointer;
  font-size: 29px;
}
.layout .content header .bars:hover {
  color: #28a745;
}
.layout .content header .left-name {
  float: left;
  width: auto;
  height: 100%;
  display: flex;
  margin-left: 10px;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}
.layout .content header .info-napoveda {
  float: left;
  height: 100%;
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #28a745;
  cursor: pointer;
  font-size: 29px;
}
.layout .content header .info-napoveda:hover {
  color: #495057;
}
.layout .content header .right {
  float: right;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.layout .content header .right .dropdown {
  float: right;
  margin-right: 15px;
}
.layout .content header .right .dropdown .dropdown-toggler {
  float: left;
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  background: transparent;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #3e4954;
  border: 1px solid #d1d1d1;
}
.layout .content header .right .dropdown .dropdown-toggler:hover {
  border-color: #3e4954;
  color: #3e4954;
}
.layout .content header .right .dropdown .dropdown-toggler:focus {
  outline: none;
  border-color: #3e4954;
  color: #3e4954;
}
.layout .content header .right .dropdown .dropdown-menu {
  right: 0px !important;
  min-width: 280px;
  left: auto !important;
  transform: none !important;
  border-color: #d1d1d1;
  top: 60px !important;
}
.layout .content header .right .dropdown .dropdown-menu .dropdown-link {
  float: left;
  width: 100%;
  padding: 5px 25px 5px 50px;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.layout .content header .right .dropdown .dropdown-menu .dropdown-link span {
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #7e7e7e;
}
.layout .content header .right .dropdown .dropdown-menu .dropdown-link i {
  position: absolute;
  left: 15px;
  color: black;
  top: 6px;
  font-size: 18px;
}
.layout .content header .right .dropdown .dropdown-menu .dropdown-link + .dropdown-link {
  margin-top: 8px;
}
.layout .content header .right .dropdown .dropdown-menu .dropdown-link:hover span {
  color: black;
}
.layout .content .inside {
  float: left;
  width: 100%;
  height: calc(100% - 70px);
  overflow: auto;
  padding: 30px 30px 30px 30px;
  max-height: calc(100% - 70px);
  position: relative;
}
@media (max-width: 990px) {
  .layout .content .inside {
    padding: 15px 15px 15px 15px;
  }
}
.layout .content .inside footer {
  display: none;
}
.layout .content .inside .content-block {
  float: left;
  width: 100%;
}
.layout .content .inside .content-block h1 {
  display: none;
}
.layout.smoll aside {
  transition: 0.3s all;
  width: 300px;
  position: absolute;
  left: -300px;
}
.layout.smoll .content {
  width: 100%;
}
@media (max-width: 990px) {
  .layout.smoll .content {
    left: 0px;
  }
}
@media (max-width: 990px) {
  .layout.smoll .content .inside {
    filter: blur(0px);
  }
  .layout.smoll .content:after {
    display: none;
  }
}
.page {
  box-shadow: 0 12px 33px 0 rgba(62, 73, 84, 0.08);
  float: left;
  width: 100%;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #f6f6f6;
  border-radius: 0.75rem;
  min-height: 50px;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .page {
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
  }
}
.page label:not(.form-check-label):not(.btn) {
  float: left;
  font-size: 14px;
  width: 100%;
}
.page .lead {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.page .img-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.page .img-wrap.big {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page .refImg .img-wrap,
.page .imagetd .img-wrap {
  margin: 0px;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.page .refImg .img-wrap img,
.page .imagetd .img-wrap img {
  max-width: 100%;
}
.page.dark {
  background: #2a3042;
}
.page.dark .lead,
.page.dark label,
.page.dark .form-control-file {
  color: white;
}
.page .form-group textarea.form-control {
  min-height: 300px;
  font-size: 14px;
}
.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.table {
  border-spacing: 0px;
  border-collapse: separate;
}
.table th {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
}
.table td {
  font-size: 14px;
  vertical-align: middle;
  font-weight: 300;
  border: none !important;
}
.table tbody tr:nth-of-type(odd) {
  background: #e9e9e9;
}
.table tbody tr.catSelected {
  background: #2bc155;
}
.table tbody tr.catSelected td {
  color: white;
}
.table .thead-dark th {
  background: white !important;
  color: #111;
  border: none !important;
}
.btn .fa-plus {
  margin-right: 15px;
}
.mailto-link {
  position: relative;
  padding: 8px 0;
}
.mailto-message {
  top: 1px;
  left: 50%;
  margin-bottom: -5px;
  transform: translate(-50%, -100%);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 2px 6px;
  border-radius: 2px;
}
.mailto-message:after,
.mailto-message:before {
  content: '';
}
.mailto-message:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 4px;
  margin-left: -4px;
}
.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
  display: block;
}
.btn-success {
  color: #fff;
  background-color: #2bc155;
  border-color: #2bc155;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #4bca6f !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #4bca6f !important;
}
.btn-danger {
  color: #fff;
  background-color: #f46b68;
  border-color: #f46b68;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #c82333 !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #c82333 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #a336c9;
  border-color: #a336c9;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #8b2eab !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #8b2eab !important;
}
.btn-primary {
  color: #fff;
  background-color: #36c95f;
  border-color: #36c95f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #54d177 !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #54d177 !important;
}
.modal .modal-content {
  box-shadow: 0 12px 33px 0 rgba(62, 73, 84, 0.2);
  border-radius: 0px;
  border: none !important;
  background: transparent;
}
.modal .modal-body {
  background: white;
}
.modal .modal-body-left {
  width: 35%;
  float: left;
  height: 100%;
  overflow: auto;
  max-height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .modal .modal-body-left {
    width: 100%;
    height: auto;
  }
}
.modal .modal-body-right {
  width: 63%;
  float: right;
  height: 100%;
  position: relative;
  overflow: auto;
  max-height: 100%;
}
@media (max-width: 1024px) {
  .modal .modal-body-right {
    width: 100%;
  }
}
.modal .modal-body .content-block {
  float: left;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .modal .modal-body .content-block {
    overflow: auto;
  }
}
.modal .modal-footer {
  background: white;
  justify-content: space-between;
}
.modal .modal-footer .btn {
  width: 48%;
  margin-left: auto;
}
.modal .close {
  box-shadow: none !important;
  color: white;
  outline: none !important;
  border: none !important;
}
.modal .modal-title {
  text-transform: uppercase;
  font-weight: 400;
}
.modal.success .modal-content .modal-header {
  background: #2bc155;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal.success .modal-content .modal-footer {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.modal.confirm .modal-content .modal-header {
  background: #369dc9;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal.confirm .modal-content .modal-footer {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.modal.error .modal-content .modal-header {
  background: #f46b68;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal.error .modal-content .modal-footer {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 990px) {
  .password-change {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
.create-new-seminar {
  cursor: pointer;
  transition: 0.3s all;
}
.create-new-seminar:hover {
  background: #138496 !important;
}
.showAttendants {
  cursor: pointer;
  transition: 0.3s all;
}
.showAttendants:hover {
  background: #54d177 !important;
}
.card {
  margin-bottom: 25px;
  --bs-bg-opacity: 1;
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1366px;
  }
}
.email-setting {
  float: left;
  width: 100%;
}
.email-setting .email-view {
  float: left;
  width: 55%;
  text-align: center;
}
@media (max-width: 768px) {
  .email-setting .email-view {
    width: 100%;
  }
}
.email-setting .email-view table {
  max-width: 100% !important;
}
.email-setting .email-view table img {
  max-width: 100% !important;
}
.email-setting .email-settings {
  float: right;
  width: 40%;
}
@media (max-width: 768px) {
  .email-setting .email-settings {
    width: 100%;
  }
}
#attendantsModal .modal-dialog {
  overflow-y: initial !important;
}
#attendantsModal .modal-body {
  height: 75vh;
  overflow-y: hidden;
  background-color: #f6fbf8;
}
@media (max-width: 1024px) {
  #attendantsModal .modal-body {
    overflow: auto;
  }
}
#modalCreate .modal-dialog {
  overflow-y: initial !important;
}
#modalCreate .modal-body {
  height: 75vh;
  overflow-y: auto;
  background-color: #f6fbf8;
}
.step {
  text-align: left;
  position: relative;
  z-index: 10;
}
.step + .step-header {
  margin-top: 25px;
}
.step.page {
  padding: 25px 20px;
}
.step .toggle.btn {
  min-width: 4.7rem;
}
.step.error-step {
  border: 2px solid red;
}
.step + .step-header:before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 2px dashed #17a2b8;
  position: absolute;
  left: 45px;
  bottom: 70px;
  z-index: 10;
}
.step-header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 25px 15px;
  font-size: 24px;
  line-height: 30px;
  color: black;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  z-index: 9;
  position: relative;
  justify-content: flex-start;
}
.step-header:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 2px dashed #17a2b8;
  position: absolute;
  left: 45px;
  top: 45px;
  z-index: 10;
}
.step-header span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  background-color: #17a2b8;
  z-index: 15;
  color: white;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.step-header.hastop span:after {
  content: "";
  width: 1px;
  height: 140px;
  border-right: 2px dashed #17a2b8;
  position: absolute;
  right: 34px;
  top: -54px;
  z-index: 1;
}
.hasOverButtons,
.hasOverButtonsDiff {
  margin-top: 50px;
  position: relative;
}
.hasOverButtons .overStats,
.hasOverButtonsDiff .overStats {
  position: absolute;
  left: 15px;
  top: -50px;
}
.hasOverButtons .overStats span,
.hasOverButtonsDiff .overStats span {
  float: left;
  line-height: 40px;
  color: black;
  font-size: 28px;
}
#mailingTemplate {
  position: relative;
}
#mailingTemplate .overbuttons {
  position: relative;
  top: auto;
}
.overbuttons {
  position: absolute;
  right: 15px;
  top: -50px;
}
.overbuttons .overbutton {
  float: right;
  border: none;
  outline: none;
  width: 40px;
  box-shadow: 0 12px 33px 0 rgba(62, 73, 84, 0.08);
  height: 40px;
  border-radius: 50%;
  background: black;
  border: 2px solid white;
  color: white;
  opacity: 1;
  transition: 0.3s all;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.overbuttons .overbutton:hover {
  border-color: black;
  background: white;
  color: black;
  opacity: 1;
}
.hasOverButtonsDiff {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .modal-xl {
    max-width: 95% !important;
  }
}
/*# sourceMappingURL=main.css.map */