﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import "bootstrap.min.css";

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(./material-icons.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  margin-left: 5px;
}

:root {
  --app-background-color: #f2f2f2;
  --app-foreground-color: #ffffff;
  --primary-corporate-color: #E30613;
  --secondary-corporate-color: #678296;
  --secondary-color: #707070;
  --app-box-shadow: 0 2px 10px #d6d6d6;
  --margin-app-header-top: 2em;
  --margin-app-header-sides: 5em;
  --padding-app-header-sides: 1.5em;
  --app-header-logo-height: 40px;
  --margin-main-top: 2em;
  --margin-main-sides: 1em;
  --margin-footer-top: 2em;
  --font-family: "Open Sans", sans-serif;
  --fontsize: 12px;
  --link-color: #225d9c;
  --title-fontsize: 25px;
  --burger-icon-color: var(--secondary-corporate-color);
  --settings-icon-color: var(--secondary-corporate-color);
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--app-background-color);
  font-family: var(--font-family);
  height: 100vh;
  width: 100%;
}

.mobile-settings button {
  border: none !important;
  background: none !important;
  font-size: 23pt !important;
  margin-top: 7px !important;
  padding: 7px !important;
  text-align: left !important;
  width: 100% !important;
  color: black !important;
  border-bottom: 2px solid var(--secondary-color) !important;
  border-radius: 0px !important;
  white-space: nowrap !important;
}

  .mobile-settings button:hover {
    background-color: #F7F7F7 !important;
  }



.main-wrapper {
  grid-area: 2/1/3/2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arz-wrapper .main {
  margin-left: var(--margin-main-sides);
  margin-right: var(--margin-main-sides);
  width: 100%;
  height: 100%;
}

  .arz-wrapper .main .content {
    background-color: var(--app-foreground-color);
    box-shadow: var(--app-box-shadow);
    padding: 2em;
    padding-top: 1em;
    min-height: 92%;
  }


.scrollable-grid {
  max-height: 62vh;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: var(--secondary-corporate-color) white;
  scrollbar-width: thin;
}

  .scrollable-grid::-webkit-scrollbar {
    background: white;
  }

  .scrollable-grid::-webkit-scrollbar-thumb {
    background: var(--secondary-corporate-color);
    border-radius: 1000px;
    border: 7px solid white;
  }

.scrollable-grid-mobile {
  min-height: 80vh !important;
  max-height: 80vh !important;
}



@media only screen and (max-width: 1550px) {
  :root {
    --margin-app-header-sides: 2em;
    --margin-main-sides: 4em;
  }
}

@media only screen and (max-width: 1550px) {
  :root {
    --margin-main-sides: 2em;
  }
}

@media only screen and (max-width: 900px) {
  :root {
    --margin-app-header-sides: 1em;
    --margin-main-sides: 1em;
  }
}

@media only screen and (max-width: 750px) {
  :root {
    --margin-app-header-sides: 0em;
    --margin-main-sides: 0em;
    --title-fontsize: 20px;
    --app-header-logo-height: 35px;
  }

  .arz-wrapper {
    grid-template-rows: 1fr 11fr 1fr;
  }

  .header-wrapper {
    align-items: start !important;
  }

  .footer-wrapper {
    align-items: end !important;
  }

  .main {
    height: 95% !important;
  }
}

@media only screen and (max-width: 650px) {
  :root {
    --title-fontsize: 17px;
    --app-header-logo-height: 25px;
  }
}

.modal-alert-header {
  text-align: center;
}

  .modal-alert-header label {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  .modal-alert-header div {
    text-align: center;
    max-width: 360px;
    padding: 5px;
    font-size: 12px;
  }

.modal-alert-body img {
  height: 150px;
  padding: 20px;
}

.modal-alert {
  display: grid;
  justify-content: center;
  justify-items: center;
  outline: none;
}

.btn {
  min-width: 120px;
  height: 40px;
  background-color: #225D9C;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
}

  .btn:focus {
    outline: none;
  }

.icon-margin-right {
  margin-right: calc(2em/2);
}

.modal-alert-footer ::deep button {
  margin-left: 10px;
  margin-right: 10px;
}
.modal-main-container {
  display: grid;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}

.modal-background {
  display: grid;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
}

.arz-modal {
  align-self: center;
  justify-self: center;
  width: 950px;
  overflow: hidden;
  z-index: 102;
  min-height: 322px;
  padding: 60px;
}