﻿/*   - INDEX -                                      
                                                    
     - global properties                            
     - images                                       
     - Login                                        
     - Navbar/Sidebar                               
     - Home                                         
     - filter section                               
     - Table Header sort icons                      
     - Table                                        
     - Collapsable Comments                         
     - Sidebar footer                               
     - App page                                          
     - FilePond properties
     - animation

    Ctrl-M+L will collapse all of the code to its definitions
    Ctrl-M+O will expand all of the code
    Ctrl-M+M will expand or collapse a single region
*/


/*#region * * * * * * * * * global properties * * * * * * * * */

input[type="password"]::-ms-reveal {
  display: none !important;
}

html, body {
  min-width: 900px;
  font-kerning: none;
  text-rendering: optimizeLegibility;
  font-size: small;
}

.bodyBackground {
  background-image: url(dev.png);
  background-repeat: repeat;
  background-size: 100px;
}

main {
  min-height: 85vh;
  width: 100%;
  padding: 10px 20px 10px 100px;
}

input:hover {
  cursor: pointer;
}

input[type="text"]:hover {
  cursor: text;
}

select:hover {
  cursor: pointer;
}

.times {
  font-family: 'Times New Roman';
  letter-spacing: 0.4em;
  font-size: large;
  color: white;
}

thead * {
  overflow: hidden;
  text-overflow: clip;
}

label.input-group-text {
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  color: #777;
}

html * {
  font-family: 'Segoe UI', sans-serif;
}

.marginFromSidebar {
  margin-left: 300px;
}

.hide {
  display: none;
}

.showBlock {
  display: block;
}

.showFlex {
  display: flex;
}

.showMessage {
  display: block;
  width: 300px;
  height: 200px;
  background-color: white;
  border: solid 2px #4e4e4e;
  position: absolute;
  z-index: 101;
  margin: auto;
}

.clickable:hover {
  cursor: pointer;
}

.field-validation-error {
  background-color: white;
  color: red;
  font-weight: bold;
  position: absolute;
  z-index: 1000;
  padding: 5px;
  animation: ease-in;
  border: dotted 1px red;
}

#activateAccount .col-md-6 {
  padding-right: 0.75rem;
}

#activateAccount .form-control {
  padding: 0.66rem 0.75rem !important;
}

/*#endregion ^ ^ ^ ^ ^ ^  global properties ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * * * Images * * * * * * * * * * * */
.logoOnly {
  max-width: auto;
  max-height: 60px;
  margin: auto;
}

.logoAndName {
  max-width: 200px;
  max-height: 100px;
  margin: 20px auto 0px auto;
}

.logoAndNameBig {
  max-width: 400px;
  max-height: 200px;
}

.logoAndNameBright {
  max-width: 400px;
  max-height: 200px;
  margin: 20px auto 0px auto;
}
/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Images ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * * * Login * * * * * * * * * * * */

.rowDivider {
  border-top: 1px solid rgb(78 78 78 / 20%);
  border-bottom: 1px solid rgb(78 78 78 / 20%);
}

.bi-eye-fill, .bi-eye-slash-fill {
  font-size: 20px;
}

.input-group-text {
  padding: 0.285rem 0.5rem;
}

.carouselHeight {
  height: 100vh;
}

/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Login ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * Navbar/Sidebar * * * * * * * * * */
.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  border-radius: 4px;
  max-width: max-content;
  width: max-content !important;
  letter-spacing: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 2;
  color: #4e4e4e;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: -8px;
  margin-right: -3px;
}

.userContextMenu a, .userContextMenu span {
  font-size: 16px;
  text-decoration: none;
  color: #4e4e4e;
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.dropstart::before {
  color: transparent;
}

.contextMenuHeader {
  margin: 2px;
}

.contextMenuHeader:hover {
  background-color: transparent;
}

.navbar {
  height: 48px;
  padding: unset;
  filter: opacity(0.9);
  backdrop-filter: blur(2px);
}

.navbar-brand {
  padding: unset;
}

.sidebarCollapse.active {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 65px;
  border-radius: 15px;
  /*text-shadow: 2px 2px silver;*/
  background-color: white;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebarCollapse {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 255px;
  border-radius: 15px;
  /*text-shadow: 2px 2px silver;*/
  background-color: white;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebarCollapse:hover {
  cursor: pointer;
}

.sidebarCollapse i {
  line-height: 1;
  font-size: 31px;
  border-radius: 15px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.sidebar {
  z-index: 101;
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  color: #4e4e4e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /*box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 23%);*/
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.12) 0px 1px 14px 0px;
}

.sidebar.active, sidebarUser.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

.sidebar.active ul.components li {
  font-size: 14px;
}

.sidebar.active ul.components li a {
  padding: 10px 0;
  font-size: 0px;
}

.sidebar.active ul.components li a span {
  margin-right: 0;
  display: block;
  font-size: 24px;
}

.sidebar.active ul.components #sidebarUser {
  padding: 10px 0;
  font-size: 0px;
}

.sidebar.active .footer {
  display: none;
}

.sidebar .navbar-header {
  text-align: center;
}

.sidebar.active .navbar-header {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.sidebar .navLogo {
  max-width: 200px;
  max-height: 100px;
}

.sidebar.active .navLogo {
  max-height: 40px;
  max-width: 40px;
}

.sidebar ul.components {
  padding: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sidebar ul li {
  font-size: 16px;
}

.sidebar ul li > ul {
  margin-left: 16px;
}

.sidebar ul li > ul li {
  font-size: 16px;
}

.sidebar ul li a {
  padding: 10px 30px;
  display: block;
  color: #4e4e4e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 18px;
}

.sidebar ul.components .sidebarListBottom {
  position: absolute;
  bottom: 70px;
}

.sidebar.active ul.components .sidebarListBottom {
  padding-left: 20px;
}

.sidebar ul.components #sidebarUser {
  font-size: 12px;
}

.sidebar ul li a span {
  margin-right: 15px;
  font-size: 18px;
  color: #4e4e4e;
}

/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Navbar ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * * * Home * * * * * * * * * * * * */

.homeContainer {
  align-content: center;
  align-items: center;
}

.carousel-item {
  float: unset !important;
}

.imageCarousel {
  width: 900px;
}

.imageCarousel img {
  width: 900px;
}

/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Homer ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * filter section * * * * * * * * * */

#filterSection {
  display: none;
  background-image: linear-gradient(rgb(78 78 78 / 80%), rgb(78 78 78 / 100%));
  /*background-color: #4e4e4e;*/
  color: white;
}

.displayInitial {
  display: initial;
}

label.dateFilterLabel {
  display: block;
  width: 110px;
  color: white;
  background-color: transparent !important;
  border: none;
}

/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ filter section ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * Table Header sort icons * * * * * * */

#tblLicenses th.header {
  background-repeat: no-repeat;
  background-position: 50% 10%;
}

#tblLicenses th.headerSortUp {
  background-image: url("../Content/ts_asc.gif");
}

.licenseTable th.headerSortDown {
  background-image: url("../Content/ts_desc.gif");
}

/*#endregion ^ ^ ^ ^ ^ ^ Table Header sort gif icons ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * * Table * * * * * * * * * * * * */

.licenseTable {
  min-width: 800px;
}

.licenseTable thead {
  width: 98.8%;
  color: white;
  height: 22px;
}

/* this is needed to compensate the scroll bar in the table! */
.licenseTable thead tr {
  padding-right: 17px;
}

.licenseTableBody > tr:nth-child(odd) {
  background-color: rgba(78,78,78,0.03);
}

.licenseTableBody > tr:nth-child(1) * {
  border-top: none;
}

.licenseTable thead th, .licenseTable th {
  height: 22px;
  font-size: 1em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  border-bottom-color: transparent !important;
  cursor: pointer;
}

.licenseTableBody {
  /* initial max height, actual height is calculated by jquery */
  display: grid;
  max-height: calc(100vh - 158px);
  overflow-y: scroll;
  border-bottom-color: transparent !important;
  background-color: white;
}

.licenseTable > tbody > tr > * {
  float: left;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.licenseTable thead tr {
  display: table-cell;
}

.licenseTable > thead > tr > th:hover {
  text-shadow: 0 0 1px white;
}

.licenseTable tr:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.tfoot {
  box-shadow: 0 5px 5px -5px #4e4e4e;
  border-top: solid 2px rgba(78,78,78,0.03);
  background-color: rgba(78,78,78,0.03);
  font-weight: bold;
  color: #4e4e4e;
}

.smallKeyIcon {
  background-image: url('AppPageIcons/small-key.svg');
  width: 13px;
  height: 13px;
  color: black;
  display: inline-block;
}

.smallDongleIcon {
  background-image: url('AppPageIcons/usb-stick.svg');
  width: 13px;
  height: 13px;
  color: black;
  display: inline-block;
}

.smallUserIcon {
  background-image: url('AppPageIcons/user.svg');
  width: 13px;
  height: 13px;
  color: black;
  display: inline-block;
}

.smallCircleUserIcon {
  background-image: url('circleUser-Icon.svg');
  width: 13px;
  height: 7.626px;
  color: black;
  display: inline-block;
}

.smallLanguageIcon {
  background-image: url('language-icon.svg');
  width: 13px;
  height: 13px;
  color: black;
  display: inline-block;
}

.smallOrgIcon {
  background-image: url('AppPageIcons/org.svg');
  width: 13px;
  height: 8.124px;
  color: black;
  display: inline-block;
}

.cssGrid {
  display: grid;
  grid-template-columns: 13px auto;
  grid-template-rows: auto auto;
  grid-gap: 0px 5px;
  grid-auto-rows: minmax(100px, auto);
  max-width: 100%;
}

.cssGrid-cell-1 {
  grid-column: 1 / 1;
  grid-row: 1;
}

.cssGrid-cell-2 {
  grid-column: 2 / 4;
  grid-row: 1;
}

.cssGrid-cell-3 {
  grid-column: 1 / 1;
  grid-row: 2;
}

.cssGrid-cell-4 {
  grid-column: 2 / 4;
  grid-row: 2;
}

.switchableText {
  text-decoration: underline;
}

.switchableText:hover {
  cursor: pointer;
  color: #606060;
}
/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Table ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * Collapsable Comments * * * * * * * */

.collapsibleComments {
  width: 500px;
  overflow: hidden;
}

.collapsibleComments .btn {
  height: 31.25px;
}

.commentText {
  color: #4e4e4e;
  height: 31.25px;
}

.collapsibleComments input {
  width: 470px;
}

/*#endregion ^ ^ ^ ° ^ ^ ^ Collapsable Comments ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * footer * * * * * * * * * * */

footer {
  width: 98%;
  height: 70px;
  font-size: 16px;
  color: #4e4e4e;
}

.sidebarFooter {
  display: none;
  position: fixed;
  bottom: 0px;
  height: 50px;
  text-align: center;
  padding: 14px;
  color: #4e4e4e;
  width: inherit;
  margin: auto auto 10px auto;
}

/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ footer ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * * App Page * * * * * * * * * * * */

.appHeader {
  width: 90%;
}

.appContainerHeader {
  width: 90%;
  height: auto;
  min-height: 25px;
  background-color: #eaeaea;
  display: block;
}

.appContainerHeader a {
  color: #4e4e4e;
}

.appContainerHeader .col-md-11 a {
  width: 210px;
  color: slategray;
}

.appContainer {
  min-height: calc(100vh - 274px);
  width: 90%;
  background-color: #f4f4f4;
  box-shadow: 0 5px 5px -5px #4e4e4e;
}

.appContainerContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.appContainer :required:focus {
  border: solid 1px red;
  outline: none;
}

.appContainer .row {
  width: 100%;
  min-height: 200px;
  background-color: white;
  display: flex;
  border-bottom: solid 2px rgba(78,78,78,0.03);
}

.appContainer .row textarea:focus {
  background-color: #EFEFEF;
  border: solid 1px;
}

.appContainer .appInfo {
  min-width: 100px;
  min-height: 180px;
  background-color: white;
  max-height: calc(100vh - 600px);
  overflow: auto;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.appContainer .appDescription {
  min-width: 100px;
  min-height: 180px;
  background-color: silver;
  margin: 10px;
}

.appContainer .appDescription .appDescriptionContent {
  max-height: 20vh;
  overflow: auto;
  min-height: 30px;
}

.appContainer .appDescription textarea {
  min-width: 100%;
  min-height: 180px;
  max-width: 100%;
  max-height: 100%;
}

.appContainer .appReleaseNotes {
  min-width: 100px;
  min-height: 75px;
  background-color: silver;
  margin: 10px;
}

.appContainer .appReleaseNotes .appReleaseNotesContent {
  max-height: 116px;
  overflow: auto;
}

.appContainer .appReleaseNotes textarea {
  min-width: 100%;
  min-height: 55px;
  max-width: 100%;
  max-height: 100%;
}

.appContainer .appAdditional {
  min-width: 100px;
  min-height: 80px;
  background-color: silver;
  margin: 10px;
}

.appContainer .appAdditional textarea {
  min-width: 100%;
  min-height: 80px;
  max-width: 100%;
  max-height: 100%;
}

.appContainer .appMinReq {
  min-width: 100px;
  min-height: 180px;
  background-color: silver;
  margin: 10px;
  line-height: 25px;
}

.appContainer .appMinReq img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
}


.appContainer .checkboxes div {
  display: inline-table;
}

.appContainer .checkboxes div div {
  display: flex;
}

.appContainer .checkboxes input {
  width: 30px !important;
  float: right;
}

.appContainer .checkboxes label {
  width: 130px;
  margin-bottom: unset;
}

.appContainer .row input {
  width: 90%;
  max-width: 90%;
  border: none;
  border-bottom: solid 1px;
}

.appContainer .row textarea {
  border: solid 1px;
  overflow: auto;
}

.appContainer div .labels {
  font-size: 14pt;
  font-weight: bold;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}

.appContainer table {
  min-width: 100%;
  background-color: transparent;
}

.appContainer tbody {
  background-color: transparent;
  display: block;
  overflow: unset;
}

.appContainer table td {
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.appContainer .appMinReq table {
  margin: 5px;
}

.appContainer table td:nth-child(2) {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.appContainer .appMinReq table td:nth-child(2) {
  width: 100px;
}

.appContainer .appMinReq table input {
  padding-left: 5px;
}

#MinReq {
  min-width: 280px;
}

.appContainer div .appDescriptionContent div {
  padding: 5px 0px 0px 5px;
  max-height: 180px;
  min-height: 30px;
}

.appContainer .appEdit .screenShot {
  height: 120px;
  width: 195px;
}

.appContainer .appScreenshotButtons:hover {
  cursor: pointer;
}

.appContainer .appEditButtons {
  color: white;
  padding: 5px;
  position: absolute;
}

.appContainer .appIconButton {
  margin-top: 10px;
  margin-left: 10px;
}

.appContainer .appScreenshotButtons {
  margin-left: 0px;
}

.appContainer .appImage {
  min-width: 200px;
  min-height: 250px;
  background-color: transparent;
  align-items: center;
  padding-top: 16px;
}

.appContainer .appImageEdit {
  min-height: 250px;
  padding-top: 16px;
}

.appContainer .appImageEdit .appEditButtons:hover {
  cursor: pointer;
}

.appContainer .appImageEdit img {
  margin: 10px;
  border: solid 1px silver;
  width: 200px;
  height: 200px;
}

.removeCheckBox {
  display: none;
}

.checkBoxUnChecked {
  cursor: pointer;
  display: inline-block;
  background-image: url('AppPageIcons/delete.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: white;
}

.checkBoxUnChecked:hover {
  transform: scale(1.5);
}

.checkBoxChecked {
  cursor: pointer;
  display: inline-block;
  background-image: url('AppPageIcons/undo.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
}

.checkBoxChecked:hover {
  transform: scale(2);
}

.iconCheckBox {
  position: absolute;
  margin-left: 185px;
  margin-top: 15px;
  width: 22px;
  height: 22px;
}

.screenShotCheckBox {
  position: absolute;
  margin-left: 170px;
  margin-top: 4px;
  width: 22px;
  height: 22px;
}

.iconBorder {
  border: solid 5px red;
}

.appContainer .removePicture:hover {
  transform: scale(2.5);
  z-index: 100;
}

.appContainer .removeIcon {
  color: red;
  background-color: white;
  left: 205px;
  top: 32px;
  transform: scale(2);
}

.appContainer .removeIcon:hover {
  transform: scale(2.5);
  z-index: 100;
}

.appContainer .screenShot {
  min-height: 180px;
  background-color: transparent;
  margin: 10px;
}

.appContainer .screenShot img {
  max-width: 100%;
  min-width: 195px;
  min-height: 120px;
  max-height: 160px;
  border: solid 1px silver;
}

.appTile {
  width: 18%;
  height: fit-content;
  min-width: 230px;
  min-height: 190px;
  background-color: white;
}

.appTileHeader {
  width: 100%;
  height: 30px;
  background-color: cornflowerblue;
}

.appTileHeader img {
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid silver;
}

.appTileContent {
  padding: 10px;
  padding-top: 35px;
  height: 120px;
  overflow: auto;
}

.appTileContent .mod {
  font-size: 12pt;
  font-weight: 500;
}

.appTileContent .group {
  font-size: 10pt;
}

.appTileFooter {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid lightgrey;
  height: auto;
}

.appTileFooter .button {
  background-color: cornflowerblue;
  color: white;
}

.danger-btn {
  background-color: indianred !important;
  color: white;
}

.appTileFooter .button:hover {
  box-shadow: 0 0 6px rgba(35, 173, 255, 1);
}

.appTileFooter a:hover {
  text-decoration: none;
  font-weight: unset;
}

.appTileFooter img {
  height: 20px;
  width: auto;
  margin-top: 13px;
  margin-right: 5px;
}

/*#endregion ^ ^ ^ ^ ^ ^ ^ App Page ^ ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * FilePond properties * * * * * * * * */

.filepond--item {
  height: 70px !important;
  width: calc(50% - 0.5em) !important;
}

.filepond--file-info{
    width: 50px !important;
}

.filepond--file-info-main {
  font-size: 0.9em !important;
}

.filepond--file-info-sub {
  font-size: 0.75em !important;
}

.filepond--panel-root {
  background-color: transparent !important;
}

.filepond--file-info .filepond--file-info-additionalInfo {
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  text-align: start !important;
}

.filepond--file-info .filepond--file-info-float {
  float: left !important;
}
.filepond--file-info input[type='checkbox'] {
  pointer-events: all !important;
}
/*#endregion ^ ^ ^ ^ ^ ^  FilePond properties ^ ^ ^ ^ ^ ^ ^ */


/*#region * * * * * * * * * * * animations * * * * * * * * * * */
.fade {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.containerAnim {
  width: 800px;
  height: 100px;
  background-color: transparent;
  border: 1px solid transparent;
  margin: -100px auto 0 auto;
}

.st4 {
  z-index: 1;
  margin: 124px 0px 0px 273px;
  position: relative;
  width: 400px;
  height: 100px;
  animation: left 3s;
  transform: scale(1.5);
}

.appAnim {
  z-index: 1;
  position: relative;
  animation: up 3s;
}

#indexLogo {
  animation: right 1.5s;
}

.blink_red {
  animation: blinkRed 1s linear;
}

@keyframes blinkRed {
  12.5% {
    background-color: red;
  }

  25% {
    background-color: white;
  }

  37.5% {
    background-color: red;
  }

  50% {
    background-color: white;
  }

  62.5% {
    background-color: red;
  }

  75% {
    background-color: white;
  }

  87.5% {
    background-color: red;
  }

  100% {
    background-color: white;
  }
}

.blink_green {
  animation: blinkGreen 1s linear;
}

@keyframes blinkGreen {
  12.5% {
    background-color: green;
  }

  25% {
    background-color: white;
  }

  37.5% {
    background-color: green;
  }

  50% {
    background-color: white;
  }

  62.5% {
    background-color: green;
  }

  75% {
    background-color: white;
  }

  87.5% {
    background-color: green;
  }

  100% {
    background-color: white;
  }
}

@keyframes up {
  0%, 0% {
    bottom: -125%;
    left: 0%;
    transform: scale(0.5);
  }

  50% {
    bottom: 0%;
    left: 0%;
    transform: scale(1);
  }
}

@keyframes left {
  0%, 0% {
    left: -200%;
    top: 0%;
    transform: rotate(30deg)
  }

  50% {
    left: 0%;
    top: 0%;
    transform: perspective(-90deg)
  }
}

@keyframes right {
  0%, 0% {
    left: 100%;
    top: 0%;
    transform: rotate(-30deg)
  }

  50% {
    right: 0%;
    top: 0%;
    transform: perspective(-90deg)
  }
}
/*#endregion ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ animations ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
