/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Google Font Link */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body.login {
  background-image: url(../img/vector-bg.jpg);
}

.section {
  padding: 18px 18px;
  position: relative;
  background: rgba(4, 102, 200, 0.0549019608);
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.section .text {
  display: inline-block;
  color: white;
  font-size: 25px;
  font-weight: 500;
}
.section.top {
  height: 74px;
  background-color: #002855;
  color: white;
}
.section.main {
  min-height: calc(100vh - 74px);
  /* min-height: 100vh; */
}
.section .container div.title h1 {
  margin: 0;
}

div.table-container table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-collapse: collapse;
  font-size: 15px;
}
div.table-container table#reftable tbody tr {
  background-color: white;
}
div.table-container table#reftable tbody tr.Aktiv {
  background-color: rgba(59, 178, 114, 0.1);
}
div.table-container table#reftable tbody tr.Aktiv:hover {
  background-color: rgba(59, 178, 114, 0.2);
}
div.table-container table#reftable tbody tr.Abgelehnt {
  background-color: rgba(207, 102, 121, 0.1);
}
div.table-container table#reftable tbody tr.Abgelehnt:hover {
  background-color: rgba(207, 102, 121, 0.2);
}
div.table-container table#reftable tbody tr.Ausstehend:hover {
  background-color: #f3f3f3;
}
div.table-container table#reftable tbody tr td:last-child {
  text-align: center;
}
div.table-container th {
  padding: 16px 24px;
  text-align: left;
  background-color: #002855;
  color: white;
  width: fit-content;
}
div.table-container th:last-child {
  text-align: center;
}
div.table-container th.left {
  text-align: left;
}
div.table-container tr td {
  padding: 12px 24px;
  text-align: left;
}
div.table-container tr td.width-fit {
  width: 1%;
  white-space: nowrap;
}
div.table-container tr td a {
  text-decoration: none;
  color: #001845;
}
div.table-container tr td a:hover {
  color: #002855;
}
div.table-container tr td a i.customer {
  position: relative;
  top: 1.5px;
}
div.table-container tr td:not(.action) a {
  color: #001845;
}
div.table-container tr td:not(.action) a:hover {
  color: #0466c8;
}
div.table-container tbody tr {
  border-bottom: 1px solid #dddddd;
  height: 70px;
}
div.table-container tbody tr:nth-child(odd) {
  background-color: white;
}
div.table-container tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
div.table-container tbody tr.inactive {
  color: #cf6679;
  font-style: italic;
}
div.table-container tbody tr td.valid {
  text-align: center;
  color: #3bb273;
  font-size: 25px;
}
div.table-container tbody tr td.expired {
  text-align: center;
  color: #cf6679;
  font-size: 25px;
}
div.table-container tbody tr td strong.Aktiv {
  color: #3bb273;
}
div.table-container tbody tr td strong.Abgelehnt {
  color: #cf6679;
}
div.table-container tbody tr:last-of-type {
  border-bottom: 2px solid #001845;
}

ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 12px;
}
ul.pagination li {
  float: left;
}
ul.pagination li.active a {
  background-color: #0466c8;
  color: white;
}
ul.pagination li a {
  padding: 12px 18px;
  background-color: #DDDDDD;
  margin-right: 6px;
  line-height: 1;
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
ul.pagination li a:hover {
  background-color: #023e7d;
  color: white;
}

#input-filter {
  background-image: url("../img/bx-search.svg"); /* Add a search icon to input */
  background-size: 20px; /* Size of the search icon */
  background-position-x: 10px; /* Position the search icon in x-direction*/
  background-position-y: center; /* Center the search icon in y-direction*/
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 40%;
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  border-radius: 4px;
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}
#myTable th,
#myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}
#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}
#myTable tr.header,
#myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

div.table-container div.status-buttons {
  display: inline-block;
  margin-left: 30px;
  display: none;
}
div.table-container div.status-buttons input[type=submit] {
  width: 150px;
  padding: 10px 18px;
  text-decoration: none;
  color: #023e7d;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
div.table-container div.status-buttons input[type=submit].accept {
  color: #3bb273;
}
div.table-container div.status-buttons input[type=submit].deny {
  color: #cf6679;
}
div.table-container form {
  display: inline;
}
div.table-container form .radio {
  margin-left: 20px;
  display: inline;
}
div.table-container form .radio label {
  margin-left: 10px;
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
}
div.table-container form .radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
div.table-container form .radio label span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #DDDDDD;
  border-radius: 50%;
}
div.table-container form .radio label span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8.5px;
  left: 8.8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
div.table-container form .radio label:hover input ~ .checkmark {
  background-color: #ccc;
}
div.table-container form .radio label input:checked ~ .checkmark {
  background-color: #023e7d;
}
div.table-container form .radio label input:checked ~ .checkmark:after {
  display: block;
}

table label.container {
  margin-left: 10px;
  display: inline;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}
table label.container:hover input ~ .checkmark {
  background-color: #bbb;
}
table label.container:hover input ~ .checkmark.all {
  background-color: #ddd;
}
table label.container input:checked ~ .checkmark {
  background-color: #023e7d;
}
table label.container input:checked ~ .checkmark.all {
  background-color: #ccc;
}
table label.container input:checked ~ .checkmark:after {
  display: block;
}
table label.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border: #023e7d 1px solid;
}
table label.container .checkmark.all {
  background-color: white;
  border: #000 1px solid;
}
table label.container .checkmark.all:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid #023e7d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
table label.container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.table-container td.button, div.button-box.button {
  padding: 0;
  text-align: center;
}
div.table-container td.button.action .bx, div.button-box.button.action .bx {
  font-size: 21px;
}
div.table-container td.button a, div.table-container td.button span, div.table-container td.button button, div.button-box.button a, div.button-box.button span, div.button-box.button button {
  text-decoration: none;
  color: black;
  padding: 10px 18px 8px 18px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  display: inline-block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
div.table-container td.button a:not(:first-child), div.table-container td.button span:not(:first-child), div.table-container td.button button:not(:first-child), div.button-box.button a:not(:first-child), div.button-box.button span:not(:first-child), div.button-box.button button:not(:first-child) {
  margin-left: 2px;
}
div.table-container td.button a:not(:last-child), div.table-container td.button span:not(:last-child), div.table-container td.button button:not(:last-child), div.button-box.button a:not(:last-child), div.button-box.button span:not(:last-child), div.button-box.button button:not(:last-child) {
  margin-right: 2px;
}
div.table-container td.button a.copy, div.table-container td.button span.copy, div.table-container td.button button.copy, div.button-box.button a.copy, div.button-box.button span.copy, div.button-box.button button.copy {
  background-color: #CFCFCF;
}
div.table-container td.button a.copy:hover, div.table-container td.button span.copy:hover, div.table-container td.button button.copy:hover, div.button-box.button a.copy:hover, div.button-box.button span.copy:hover, div.button-box.button button.copy:hover {
  background-color: #DDDDDD;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
div.table-container td.button a.edit, div.table-container td.button span.edit, div.table-container td.button button.edit, div.button-box.button a.edit, div.button-box.button span.edit, div.button-box.button button.edit {
  background-color: #d7af70;
}
div.table-container td.button a.edit:hover, div.table-container td.button span.edit:hover, div.table-container td.button button.edit:hover, div.button-box.button a.edit:hover, div.button-box.button span.edit:hover, div.button-box.button button.edit:hover {
  background-color: #f0c47d;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
div.table-container td.button a.download, div.table-container td.button span.download, div.table-container td.button button.download, div.button-box.button a.download, div.button-box.button span.download, div.button-box.button button.download {
  background-color: #4d9de0;
}
div.table-container td.button a.download:hover, div.table-container td.button span.download:hover, div.table-container td.button button.download:hover, div.button-box.button a.download:hover, div.button-box.button span.download:hover, div.button-box.button button.download:hover {
  background-color: #56b1fc;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
div.table-container td.button a.check, div.table-container td.button a.create, div.table-container td.button span.check, div.table-container td.button span.create, div.table-container td.button button.check, div.table-container td.button button.create, div.button-box.button a.check, div.button-box.button a.create, div.button-box.button span.check, div.button-box.button span.create, div.button-box.button button.check, div.button-box.button button.create {
  background-color: #3bb273;
}
div.table-container td.button a.check:hover, div.table-container td.button a.create:hover, div.table-container td.button span.check:hover, div.table-container td.button span.create:hover, div.table-container td.button button.check:hover, div.table-container td.button button.create:hover, div.button-box.button a.check:hover, div.button-box.button a.create:hover, div.button-box.button span.check:hover, div.button-box.button span.create:hover, div.button-box.button button.check:hover, div.button-box.button button.create:hover {
  background-color: #57c78b;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
div.table-container td.button a.reject, div.table-container td.button span.reject, div.table-container td.button button.reject, div.button-box.button a.reject, div.button-box.button span.reject, div.button-box.button button.reject {
  background-color: #cf6679;
}
div.table-container td.button a.reject:hover, div.table-container td.button span.reject:hover, div.table-container td.button button.reject:hover, div.button-box.button a.reject:hover, div.button-box.button span.reject:hover, div.button-box.button button.reject:hover {
  background-color: #DE7A8C;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
div.table-container td.button a.send, div.table-container td.button span.send, div.table-container td.button button.send, div.button-box.button a.send, div.button-box.button span.send, div.button-box.button button.send {
  background-color: #b892ff;
}
div.table-container td.button a.send:hover, div.table-container td.button span.send:hover, div.table-container td.button button.send:hover, div.button-box.button a.send:hover, div.button-box.button span.send:hover, div.button-box.button button.send:hover {
  background-color: #CAADFF;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
div.table-container td.send.invoice-sent sup, div.button-box.send.invoice-sent sup {
  top: -1.5em;
  font-weight: 800;
  color: #3bb273;
}
div.table-container td.send.invoice-sent i, div.button-box.send.invoice-sent i {
  color: #3bb273;
  font-size: 27px;
}
div.table-container td.send.invoice-sent:hover, div.button-box.send.invoice-sent:hover {
  background-color: #3bb273;
}
div.table-container td.send.invoice-sent:hover sup, div.button-box.send.invoice-sent:hover sup {
  color: white;
}
div.table-container td.send.invoice-sent:hover i, div.button-box.send.invoice-sent:hover i {
  color: white;
}
div.table-container td.send:hover, div.button-box.send:hover {
  background-color: #b892ff;
}
div.table-container td.send .bx, div.button-box.send .bx {
  font-size: 24px;
}

.container {
  /* margin: 5vw 10vw; */
}
.container form.form div.form-main {
  padding: 2vw 3vw;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.container form.form div.form-main .fullwidth {
  grid-column: span 2;
}
.container form.form div.form-footer {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 50px);
  grid-gap: 18px;
  font-size: 21px;
  justify-content: end;
}
.container form.form div.form-footer .fullwidth {
  grid-column: span 2;
}
.container form.form div.form-footer .submit {
  padding: 10px;
  color: black;
  font-weight: 500;
  border: none;
  cursor: pointer;
  background-color: #3bb273;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.container form.form div.form-footer .submit:hover {
  background-color: #57c78b;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.container form.form div.form-footer a,
.container form.form div.form-footer button {
  border-radius: 4px;
  font-weight: 500;
  color: black;
  padding: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 50px;
}
.container form.form div.form-footer a.cancel,
.container form.form div.form-footer button.cancel {
  background-color: #d7af70;
}
.container form.form div.form-footer a.cancel:hover,
.container form.form div.form-footer button.cancel:hover {
  background-color: #f0c47d;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.container form.form div.form-footer a.delete,
.container form.form div.form-footer button.delete {
  background-color: #cf6679;
}
.container form.form div.form-footer a.delete:hover,
.container form.form div.form-footer button.delete:hover {
  background-color: #DE7A8C;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.container form.form div.form-footer a.send,
.container form.form div.form-footer button.send {
  background-color: #b892ff;
}
.container form.form div.form-footer a.send:hover,
.container form.form div.form-footer button.send:hover {
  background-color: #CAADFF;
  color: black;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.container input,
.container textarea,
.container select,
.container button {
  padding: 10px;
  width: 100%;
}
.container label {
  display: block;
  clear: both;
  padding-bottom: 8px;
}

@media not all and (min-resolution: 0.001dpcm) {
  select {
    line-height: normal;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 200px;
    border-radius: 6px;
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 8px 20px 7px 10px;
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
div.errors {
  margin: 5vw 10vw;
  background-color: #cf6679;
  padding: 20px;
}
div.errors ul li {
  list-style: none;
}

div.alert {
  padding: 20px;
}
div.alert.alert-success {
  margin: 5vw 10vw;
  background-color: #3bb273;
}
div.alert.alert-success-flat {
  background-color: #3bb273;
  margin-bottom: 20px;
}
div.alert.alert-warning {
  background-color: #d7af70;
}
div.alert.alert-negative-flat {
  background-color: #cf6679;
  margin-bottom: 20px;
}
div.alert ul li {
  list-style: none;
}

select#statusSelect, select.nice {
  width: 160px;
  font-size: 16px;
  padding: 12px 0px 12px 15px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 4px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

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

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapper .container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  background: #001233;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.wrapper .container p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.wrapper .container .col-left,
.wrapper .container .col-right {
  width: 55%;
  padding: 45px 35px;
  display: flex;
}
.wrapper .container .col-left {
  width: 45%;
  background: white;
  -webkit-clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
  clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
}
.wrapper .container .col-left .login-text {
  position: relative;
  width: 100%;
}
.wrapper .container .col-left .login-text img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapper .container .col-right .btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  color: #001233;
  outline: none;
  border: 1px solid #001233;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.wrapper .container .col-right .btn:hover {
  color: white;
  background: #001233;
}
.wrapper .container .col-right h2 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 700;
}
.wrapper .container .col-right .login-form {
  position: relative;
  width: 100%;
  color: white;
}
.wrapper .container .col-right .login-form p:last-child {
  margin: 0;
}
.wrapper .container .col-right .login-form p:last-child label {
  width: 60%;
  float: left;
}
.wrapper .container .col-right .login-form p:last-child a:last-child {
  float: right;
}
.wrapper .container .col-right .login-form p a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.wrapper .container .col-right .login-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.wrapper .container .col-right .login-form label span {
  color: #cf6679;
  padding-left: 2px;
}
.wrapper .container .col-right .login-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.wrapper .container .col-right .login-form input:focus {
  border-color: #cf6679;
}
.wrapper .container .col-right .login-form input.btn {
  color: #001233;
  background: white;
  border-color: white;
  outline: none;
  cursor: pointer;
}
.wrapper .container .col-right .login-form input.btn:hover {
  color: white;
  background: #001233;
}
.wrapper .credit {
  position: relative;
  margin: 25px auto 0 auto;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.wrapper .credit a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .container {
    flex-direction: column;
    box-shadow: none;
  }
  .container .col-left,
  .container .col-right {
    width: 100%;
    margin: 0;
    padding: 30px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #001233;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
  overflow-y: auto;
}
.sidebar .logo-details {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details img {
  margin: 0 auto;
  width: 160px;
  object-fit: contain;
}
.sidebar .logo-details .logo_name {
  color: white;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details #btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar i {
  color: white;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list {
  margin-top: 20px;
  height: 100%;
}
.sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar li a {
  display: flex;
  /* height: 100%; */
  width: 100%;
  border-radius: 4px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  background: #001233;
}
.sidebar li a:hover {
  background: white;
}
.sidebar li a:hover .links_name {
  transition: all 0.5s ease;
  color: #001233;
}
.sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #001233;
}
.sidebar li a:hover i#log_out {
  color: #cf6679;
}
.sidebar li a .links_name {
  color: white;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar li i {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar input {
  font-size: 15px;
  color: white;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar .bx-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #1d1b31;
  color: white;
}
.sidebar .bx-search:hover {
  background: white;
  color: #001233;
}
.sidebar li.profile, .sidebar li.dummy-spacer {
  height: 60px;
  width: 78px;
}
.sidebar li.profile {
  position: fixed;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #002855;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar li.profile .name {
  font-size: 15px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
}
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  font-size: 12px;
}
.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}

.sidebar.open {
  width: 250px;
}
.sidebar.open .logo-details .icon {
  opacity: 1;
}
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}
.sidebar.open .logo-details #btn {
  text-align: right;
}
.sidebar.open li .tooltip {
  display: none;
}
.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}
.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar.open .bx-search:hover {
  background: #1d1b31;
  color: white;
}
.sidebar.open li.profile {
  width: 250px;
}
.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}
.sidebar.open ~ .section {
  left: 250px;
  width: calc(100% - 250px);
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
