/* src/assets/css/app-styles.css */
*,
* > *,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --primary-color:#114f9f;
}
.minerva {
  --primary-color:#6F263D;
}
:root .modal {
  box-sizing: border-box;
  --bs-modal-width: 810px ;
}
:root .modal .container-fluid .row {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0 !important;
}
body {
  width: 100%;
  max-width: 100%;
}
header {
  margin-bottom: 10px;
}
.allicons {
  width: 64px;
  height: 64px;
  font-size: 64px;
  object-fit: contain;
  cursor: pointer;
  color: var(--primary-color);
  transition: all 200ms ease;
}
.allicons:hover {
  color: var(--primary-color);
}
.othericons {
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.fas.fa-info-circle {
  color: var(--primary-color);
}
.stylesicons {
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  height: 130px;
}
.innerbox {
  height: 80px;
}
.heading {
  height: 28px;
  line-height: 1.27;
  margin-bottom: 40px;
}
.innerdiv:hover {
  color: rgba(17, 79, 159, 0.7);
}
@media screen and (max-width: 800px) {
  .modal-dialog {
    width: 500px !important;
  }
}
@media screen and (max-width: 400px) {
  .modal-dialog {
    width: 360px !important;
  }
  .getEmail {
    font-size: 14px;
  }
}
:root .mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap;
}
:root div.mat-mdc-select-panel {
  width: 100%;
  max-height: 275px;
  min-width: fit-content;
  margin-top: 5px;
}
:root .mat-datepicker-content {
  margin-top: 5px;
}
td .mat-calendar-body-cell-container {
}
:root .mat-calendar-body-cell,
:root .mat-calendar-body-cell.mat-calendar-body-active {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: none;
  text-align: center;
  font-family: inherit;
  margin: 0;
  padding: 0;
}
:root .mat-calendar-body-cell::before,
:root .mat-calendar-body-cell::after,
:root .mat-calendar-body-cell-preview {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}
:root .mat-calendar-body-cell-content::before {
  margin: 0 !important;
}
:root .mat-datepicker-content .mat-calendar {
  width: 296px;
  height: 370px;
}
:root {
  --mat-option-hover-state-layer-color: #00000020;
}
.menuheader {
  padding: 10px 0;
}
.minerva .othericons {
  color: #6F263D;
}
.minerva .fas.fa-info-circle {
  color: #6F263D;
}
.minerva .innerdiv:hover {
  color: #591e2e70;
}
.minerva .allicons {
  color: #6F263D;
}
.minerva .allicons:hover {
  color: #6F263D;
}
.minerva button.fundbtn.btn-medium-second {
  background-color: #6F263D !important;
  color: white !important;
}
.minerva .btn-medium-second,
.btn-medium-second:link,
.btn-medium-second:active,
.btn-medium-second:visited,
.btn-medium-second:focus {
  border-radius: 16px;
  height: 32px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #6F263D;
}
.minerva .bigIconButton {
  font-size: 27px;
  color: #6F263D;
}
.minerva .avatarmenu-userbox {
  border: 1px solid #6F263D36;
  color: #6F263D;
}
.minerva .btn-small-second,
.btn-small-second:link,
.btn-small-second:active,
.btn-small-second:visited,
.btn-small-second:focus {
  border: solid 1px #6F263D;
  background-color: #ffffff;
  color: #6F263D;
}
.minerva .actionList {
  border: 1px solid #6F263D;
  color: #6F263D;
}
.minerva .my-apps-list-item:hover {
  background: rgba(111, 38, 61, 0.2);
}
.minerva .all-apps-list-item.interactive:hover {
  background: rgba(111, 38, 61, 0.2);
}
.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 50px;
}
.wrap-s {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 50px;
}
.all-apps .allicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  object-fit: contain;
  transition: all 200ms ease;
}
.fas.fa-info-circle {
  display: inline-block;
  padding: 1px 7px 1px 7px;
}
.bg {
  padding: 50px 0;
  background-color: #ffffff;
}
.bg-allapps {
  padding: 50px 0;
  background-color: #F5F5F5;
}
.my-apps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
@media screen and (min-width:1040px) {
  .my-apps {
    grid-template-columns: repeat(4, 1fr);
  }
}
h1 {
  margin: 0 0 1em 0;
}
.my-apps-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  background: white;
  box-shadow: 0px 0px 5px #00000040;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  transition: all 200ms ease;
}
.all-apps-list-item {
  display: flex;
  gap: 12px;
  margin-bottom: 1em;
  padding: 10px;
  transition: all 200ms ease;
  border-radius: 4px;
}
.my-apps-list-item:hover {
  background: rgba(17, 79, 159, 0.2);
  box-shadow: 0px 0px 1px #00000040;
}
.all-apps-list-item.interactive:hover {
  background: rgba(17, 79, 159, 0.2);
}
.all-apps-list-item.interactive:hover .heading {
  text-decoration: underline;
}
.app-name {
  margin-top: 12px;
  font-size: 18px;
  text-align: center;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
