/* COLOR DEFS */
html, body {
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  min-width: 1366px;
  scroll-behavior: smooth;
}

/*GENERAL VARS*/
/* GENERAL TEXT STYLES*/
p, ul, li {
  font-size: 14px;
  color: #5b5b5b;
  margin-bottom: 1px;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
  color: #5b5b5b;
}
h1 .commands {
  float: right;
}

h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #5b5b5b;
}

h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #5b5b5b;
}

/*COLORS*/
.green {
  color: #B0CB1F;
}

.white {
  color: #fff;
}

.red {
  color: #f00 !important;
}

.bg-blue {
  background-color: #195f84;
}

.bg-gray {
  background-color: #ccc;
}

.bg-yellow {
  background-color: #ffd500;
}

.bg-darkgray {
  background-color: #5b5b5b;
}

.pointer {
  cursor: pointer;
}

/* MARGINS, PADDINGS */
/* LINKS */
a, a:visited {
  color: #f00;
  text-decoration: none;
  transition: color 0.5s;
}
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  text-decoration: none;
  color: #B0CB1F;
}

.radius-medium {
  border-radius: 12px;
}

/* SCROLL BARS */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #5b5b5b;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffd500;
}

/* FORM ELEMS */
input, textarea {
  color: #5b5b5b;
}

form .form-group {
  margin-bottom: 15px;
  position: relative;
}
form .form-group.readonly:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form .form-image-container {
  width: 100%;
  height: auto;
  padding: 20px 60px;
  text-align: center;
}
form .form-image-container img {
  width: 100%;
  height: auto;
}
form .required {
  color: #f00;
  font-weight: bold;
}

label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #5b5b5b;
}
label i {
  font-size: 16px !important;
  color: #ffd500;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.btn, .btn:visited, button {
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  transition: color 0.5s;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  margin-bottom: 4px;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited:hover, .btn:visited:active, .btn:visited:focus, button:hover, button:active, button:focus {
  color: #ccc;
}
.btn.btn-full-width, .btn:visited.btn-full-width, button.btn-full-width {
  width: 100%;
}
.btn.btn-red, .btn:visited.btn-red, button.btn-red {
  background-color: #f00;
}
.btn.btn-blue, .btn:visited.btn-blue, button.btn-blue {
  background-color: #195f84;
}
.btn.btn-green, .btn:visited.btn-green, button.btn-green {
  background-color: #B0CB1F;
}
.btn.btn-darkgray, .btn:visited.btn-darkgray, button.btn-darkgray {
  background-color: #5b5b5b;
}
.btn.btn-yellow, .btn:visited.btn-yellow, button.btn-yellow {
  background-color: #ffd500;
  color: #5b5b5b;
}
.btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow:focus, .btn:visited.btn-yellow:hover, .btn:visited.btn-yellow:active, .btn:visited.btn-yellow:focus, button.btn-yellow:hover, button.btn-yellow:active, button.btn-yellow:focus {
  color: #000;
}
.btn.btn-small, .btn:visited.btn-small, button.btn-small {
  padding: 6px 10px;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.alert-container {
  padding: 15px 20px 0 20px;
}
.alert-container.no-padding {
  padding: 0;
}
.alert-container.padding1 {
  padding: 0 0 20px 0;
}

.alert-box {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 15px;
  font-size: 13px;
}
.alert-box.alert-box-success {
  background-color: #B0CB1F;
  color: #fff;
}
.alert-box.alert-box-error {
  background-color: #f00;
  color: #fff;
}
.alert-box.alert-box-warning {
  background-color: #ffd500;
  color: #5b5b5b;
}

/*CUSTOM SINGLE ELEMENTS*/
/* PASSWORD STRENGTH BAR*/
.password-bar-weak {
  background-color: #f00;
}

.password-bar-middle {
  background-color: #ffd500;
}

.password-bar-strong {
  background-color: #B0CB1F;
}

.select2 {
  width: 100% !important;
  display: block;
}
.select2 .select2-selection {
  border: solid 1px #ccc;
  padding: 4px;
  height: 38px;
}
.select2 .select2-selection .select2-selection__arrow {
  top: 5px !important;
  right: 10px !important;
}

.xdsoft_datetimepicker {
  z-index: 100000;
}

/*SLIDEIN SIDEBAR*/
.slidein-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 105;
}
.slidein-container .right-bar {
  height: auto;
  min-height: 100%;
  background-color: #fff;
  width: 500px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
}
.slidein-container .right-bar.wide {
  width: 800px;
}
.slidein-container .right-bar .close-bar {
  padding: 20px 20px 30px 20px;
  text-align: right;
}
.slidein-container .right-bar .close-bar i {
  font-size: 18px;
  color: #5b5b5b;
  cursor: pointer;
  transition: color 0.5s;
}
.slidein-container .right-bar .close-bar i:hover {
  color: #ffd500;
}
.slidein-container .right-bar .content-container {
  padding: 0 30px 30px 30px;
  overflow-y: auto;
  height: auto;
  max-height: calc(100% - 40px);
  position: relative;
}
.slidein-container .right-bar .content-container h2 {
  margin-bottom: 40px;
  text-align: center;
}
.slidein-container .right-bar .dialog-overlay {
  position: fixed;
  width: 500px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(100, 100, 100, 0.95);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 20px;
}
.slidein-container .right-bar .dialog-overlay .results-container {
  width: 100%;
  height: auto;
  padding: 20px;
  border: solid 1px #ffd500;
  border-radius: 5px;
  background-color: #fff;
}
.slidein-container .right-bar .dialog-overlay .results-container h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.slidein-container .right-bar .dialog-overlay .results-container p:last-of-type {
  margin-bottom: 0;
}
.slidein-container .right-bar .dialog-overlay button {
  width: 130px;
  margin: 20px auto 0 auto;
}

/*MAIN TABS*/
.main-tabs {
  display: flex;
  justify-content: space-between;
}
.main-tabs ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #ccc;
}
.main-tabs ul.w100 {
  width: 100%;
}
.main-tabs ul li {
  width: auto;
  min-width: 200px;
  padding: 10px 15px;
  color: #ccc;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.5s;
  margin-bottom: -1px;
}
.main-tabs ul li.active, .main-tabs ul li:hover {
  border-bottom: solid 2px #ffd500;
  color: #000;
  padding-bottom: 9px;
}
.main-tabs .btn, .main-tabs button {
  display: block;
  width: 170px;
  margin-bottom: 20px;
}

/*MAIN TOOLBAR*/
.main-toolbar {
  text-align: right;
  margin-bottom: 20px;
}

/* PANEL */
.content-panel {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 0;
  min-height: 100%;
}
.content-panel form {
  margin-bottom: 0;
}
.content-panel .charts canvas {
  margin: 10px auto 0 auto;
  width: 80%;
  max-width: 400px;
  height: auto;
  max-height: 500px;
  margin-bottom: 20px;
}

/* CONTENT TABS */
.content-tabs ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.content-tabs ul li {
  width: auto;
  padding: 10px 20px;
  color: #ccc;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: color 0.5s;
}
.content-tabs ul li.active, .content-tabs ul li:hover {
  border-bottom: solid 2px #f00;
  color: #5b5b5b;
  padding-bottom: 9px;
}

.element-hidden {
  display: none;
}

/* LOGIN SCREEN*/
.user-screens {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
}
.user-screens .alert-box {
  margin-bottom: 20px;
}
.user-screens .form-container {
  width: 45%;
  height: auto;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 30px 0;
  background-color: #5b5b5b;
}
.user-screens .form-container .logo {
  position: absolute;
  top: 0;
  left: 30px;
  width: 200px;
  height: auto;
}
.user-screens .form-container .form {
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  margin: 0 auto;
}
.user-screens .promo {
  width: 55%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.user-screens .promo video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-screens .promo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*MAIN USER SCREENS*/
.main-screens {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  /* SIDEBAR NAV*/
}
.main-screens .sidebar-nav {
  width: 200px !important;
  height: auto;
  min-height: 100%;
  background: #5b5b5b;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main-screens .sidebar-nav .sidebar-header {
  padding-right: 20px;
}
.main-screens .sidebar-nav .sidebar-header .logo {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.main-screens .sidebar-nav .sidebar-header .logo img {
  width: 100%;
  height: auto;
}
.main-screens .sidebar-nav .sidebar-header .year {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.main-screens .sidebar-nav .sidebar-header .notifications {
  text-align: left;
}
.main-screens .sidebar-nav .sidebar-header .notifications .item {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 7px;
}
.main-screens .sidebar-nav .sidebar-header .notifications .item i {
  font-size: 22px;
}
.main-screens .sidebar-nav .sidebar-header .notifications .item .count {
  text-align: center;
  position: absolute;
  top: -3px;
  right: -1px;
  background-color: #f00;
  color: #fff;
  border-radius: 12px;
  font-size: 10px;
  width: auto;
  min-width: 14px;
  height: 14px;
  padding: 0 2px;
}
.main-screens .sidebar-nav .sidebar-header .notifications .item .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  display: none;
}
.main-screens .sidebar-nav .sidebar-header .notifications .item .pulse:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #f00;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.main-screens .sidebar-nav .sidebar-header .notifications .item.active .pulse {
  display: block;
}
.main-screens .sidebar-nav nav {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  overflow-y: auto;
}
.main-screens .sidebar-nav nav a, .main-screens .sidebar-nav nav a:visited {
  color: #fff;
  width: 100%;
  display: block;
  padding: 3px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.main-screens .sidebar-nav nav a:hover, .main-screens .sidebar-nav nav a:focus, .main-screens .sidebar-nav nav a:active, .main-screens .sidebar-nav nav a.active, .main-screens .sidebar-nav nav a:visited:hover, .main-screens .sidebar-nav nav a:visited:focus, .main-screens .sidebar-nav nav a:visited:active, .main-screens .sidebar-nav nav a:visited.active {
  color: #5b5b5b;
  font-weight: bold;
  background-color: #ffd500;
}
.main-screens .sidebar-nav nav a.marked, .main-screens .sidebar-nav nav a:visited.marked {
  color: #ffd500;
  font-weight: bold;
}
.main-screens .sidebar-nav nav .link-group {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: solid 1px #fff;
}
.main-screens .sidebar-nav nav .link-group h4 {
  color: #ccc;
  font-weight: 100;
  font-size: 14px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.main-screens .sidebar-nav nav .link-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-screens .sidebar-nav nav .link-group ul li {
  margin: 0 0 1px 0;
  padding: 0;
}
.main-screens .sidebar-nav nav .link-group:last-of-type {
  border-bottom: none;
}
.main-screens .sidebar-nav nav .user-links ul.user-link-group {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}
.main-screens .sidebar-nav nav .user-links ul.user-link-group li {
  margin: 0 0 10px 0;
  padding: 0;
}
.main-screens .main-content {
  width: calc(100% - 200px);
  height: auto;
  padding: 25px;
  background-color: #eee;
  position: relative;
  overflow-y: auto;
  /*DASHBOARD*/
  /* TABLED PAGES */
}
.main-screens .main-content.no-padding {
  padding: 0;
}
.main-screens .main-content .main-dashboard .company {
  padding: 40px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-screens .main-content .main-dashboard .company img {
  width: 160px;
  height: auto;
  margin: 0 auto 20px auto;
}
.main-screens .main-content .main-dashboard .company p {
  font-weight: bold;
  font-size: 20px;
}
.main-screens .main-content .main-dashboard .company h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.main-screens .main-content .main-dashboard .betonara {
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-screens .main-content .main-dashboard .betonara img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.main-screens .main-content .main-dashboard .betonara p {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  color: #f00;
}
.main-screens .main-content .tabled-page .table-container {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.main-screens .main-content .tabled-page .table-container h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.main-screens .main-content .tabled-page .table-container h3.heading-left {
  float: left;
}
.main-screens .main-content .tabled-page .table-container .table-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-screens .main-content .tabled-page .table-container .table-header .commands {
  padding: 15px 15px 0 15px;
}
.main-screens .main-content .tabled-page .table-container .table-header .commands.send-right {
  float: right;
}
.main-screens .main-content .tabled-page .table-container .table-header .commands .btn, .main-screens .main-content .tabled-page .table-container .table-header .commands button {
  margin-left: 5px;
}
.main-screens .main-content .tabled-page .table-container .table-header .commands .switch {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.main-screens .main-content .tabled-page .table-container .table-header .commands .form-select, .main-screens .main-content .tabled-page .table-container .table-header .commands .select2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  max-width: 200px;
  width: 200px !important;
}
.main-screens .main-content .tabled-page .table-container .inline-commands {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.main-screens .main-content .tabled-page .table-container .inline-commands a {
  background-color: #195f84;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.main-screens .main-content .tabled-page .table-container .inline-commands a:hover {
  color: #000;
}
.main-screens .main-content .tabled-page .table-container.no-padding .dataTables_wrapper {
  padding: 0 0 20px 0;
}
.main-screens .main-content .tabled-page .table-container.small-radius {
  border-radius: 5px;
}
.main-screens .main-content .tabled-page .table-container.transparent {
  background-color: transparent;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper {
  padding: 0 20px 20px 20px;
  color: #5b5b5b;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper .dataTables_info {
  font-size: 13px;
  color: #5b5b5b;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper tr.bg-gray {
  background-color: #eee;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper .dataTables_paginate {
  margin-top: 10px;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #fff;
  padding: 5px 8px;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 12px;
  line-height: 12px;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #ffd500 !important;
  color: #5b5b5b !important;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #ffd500 !important;
  color: #5b5b5b !important;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table {
  font-size: 13px;
  border-bottom: none;
  width: 100%;
  color: #5b5b5b;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table th {
  background-color: #ffd500;
  font-weight: normal;
  font-size: 12px;
  border-bottom: solid 1px #ccc;
  padding-left: 20px;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table td {
  padding: 10px 19px;
  border-bottom: solid 1px #ccc;
  color: #5b5b5b;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table td a {
  margin: 0 3px;
  color: #5b5b5b;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table td a:hover, .main-screens .main-content .tabled-page .table-container .dataTables_wrapper table td a:focus, .main-screens .main-content .tabled-page .table-container .dataTables_wrapper table td a:active {
  color: #f00;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table tr {
  border-bottom: none;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table tr.child td li {
  padding-bottom: 0;
}
.main-screens .main-content .tabled-page .table-container .dataTables_wrapper table tr.child td span {
  font-size: 12px;
}

/* MAIN PLANER*/
.main-planer .kalendar {
  height: calc(100vh - 115px);
}
.main-planer .kalendar button.fc-button-primary {
  background-color: #ffd500;
  border: unset;
}
.main-planer .kalendar button.fc-button-primary:hover {
  opacity: 0.9;
}
.main-planer .kalendar button.fc-button-active {
  background-color: #5b5b5b;
}
.main-planer .kalendar .fc-toolbar-title {
  color: #5b5b5b;
  font-weight: 600;
}
.main-planer .kalendar .fc-scrollgrid-sync-inner a, .main-planer .kalendar .fc-scrollgrid-sync-inner a:visited {
  color: #5b5b5b;
}
.main-planer .kalendar .fc-scrollgrid-sync-inner a.hover, .main-planer .kalendar .fc-scrollgrid-sync-inner a:active, .main-planer .kalendar .fc-scrollgrid-sync-inner a:focus, .main-planer .kalendar .fc-scrollgrid-sync-inner a:visited.hover, .main-planer .kalendar .fc-scrollgrid-sync-inner a:visited:active, .main-planer .kalendar .fc-scrollgrid-sync-inner a:visited:focus {
  color: #f00;
}
.main-planer .kalendar .fc-event {
  cursor: pointer;
  border: unset;
}
.main-planer .kalendar .fc-event .fc-event-title {
  font-weight: 600;
}
.main-planer .kalendar .fc-event .fc-daygrid-event-dot {
  margin-top: 4px;
}
.main-planer .kalendar .fc-event .fc-list-event-dot {
  margin-top: 6px;
}
.main-planer .kalendar .fc-list-day-cushion a, .main-planer .kalendar .fc-list-day-cushion a:visited {
  color: #ffd500;
  font-weight: 600;
}
.main-planer .kalendar .fc-list-day-cushion a.hover, .main-planer .kalendar .fc-list-day-cushion a:active, .main-planer .kalendar .fc-list-day-cushion a:focus, .main-planer .kalendar .fc-list-day-cushion a:visited.hover, .main-planer .kalendar .fc-list-day-cushion a:visited:active, .main-planer .kalendar .fc-list-day-cushion a:visited:focus {
  color: #195f84;
}
.main-planer .kalendar .termin-done {
  -webkit-text-decoration: line-through 1px #fff !important;
          text-decoration: line-through 1px #fff !important;
}

/* TOGGLE SWITCH */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 22px;
}

.switch div {
  position: absolute;
  left: 0;
  top: 1px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 55px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f00;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 1499px) {
  /*USER SCREENS*/
  .user-screens .form-container .logo {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */