/* _lw_ custom.css FTP */

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/custom/roboto-v30-latin-300.woff2') format('woff2');
  }

  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/custom/roboto-v30-latin-regular.woff2') format('woff2');
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/custom/roboto-v30-latin-500.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/custom/roboto-v30-latin-700.woff2') format('woff2'); 
  }

body {
    background: #f7f7f7;
    font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6, p, ul li {
    color: #222;
}

.portal-header {
    background-color: #396389;
}

.header-button--is-active svg {
    color: #fff;
  }

  .flyout-wrapper {
    background-color: #396389;
  }

  .portal-sidenavigation__login-header {
    border-bottom:1px solid #fff;
  }


  .menu-item {
    border: 1px solid transparent;
  }

.portal-search__input {
    background-color: #fff;
    color:#222;
    border-radius: 0;
}

.portal-title__portal-name {
    color:#fff;
    font-weight: 400;
}

.portal-category__title {
    font-weight: 500;
}

.portal-tile__box {
    background-color: #36638a;
    box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
    border-radius: 0;
    border: none;
    outline: 2px solid transparent;

}
.portal-tile {
    transition: all 0.15s ease-out;
    }

.portal-tile:hover {
transform: scale(1.03);
}

.portal-tile__name {
    color: #36638a;
    font-size: 0.9125rem;
    font-weight: 400;
  line-height: 1.3em;
}

.portal-category {
background-color: #fff;
padding: 1.75rem;
box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
margin-bottom: 30px;
}

.portal-categories {
    max-width: 1320px;
    padding: 0 13px;
    width: 100%;
    margin: 40px auto 0;
    box-sizing: border-box;
}

.dialog {
    box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
  background: #fff;
  color: #222;
  padding: 2.4rem 1rem 1rem !important;
  max-width: 800px !important;
  width: 100% !important;
}


.dialog__header > h3 {
    margin-top: 0;
}

.input-error-message {
    color: #d31f40;
}

.input-error-message__icon {
    color: #d31f40 !important; 
}


.form-element .icon-button--button-style {
background: #36638a;
}

.form-element select {
  background: #fff;
  color: #222;
  border-color: #ced4da;
  appearance: auto;
}

.multi-input__row--multiline {
  --local-stripeColor:#ced4da;
  border:1px solid var(--local-stripeColor);
  padding: 20px;
  border-radius: var(--border-radius-interactable);
}

/*
.form-element {
  padding: 1.75rem;
  box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
  margin-bottom: 30px;
}
*/

.form-element input {
    border: 1px solid #ced4da !important;
  background: #fff;
  color: #222;
  outline: none;
  font-family: inherit;
  transition: border 250ms;
}

.form-element input:focus {
  border-color: #1c557e !important;
  box-shadow: inset 0 0 0 .25rem #ccd4de;
}

.form-element label {
    color: #222;
}

.dialog__header .portal-icon {
    color: #222;
}

.modal-wrapper--isVisible {
    background-color: rgba(208, 208, 208, 0.8);
}

.dialog footer:not(.image-upload__footer):not(.multi-select__footer) {
    border:none;

}

.form-element {
    margin-top: 15px;
  }

  .dialog footer button {
    color: #fff;
    transition: all 0.2s ease;
    background: #1c557e;
    padding: 0.85rem 1rem;
    text-align: center;
    font-family: inherit;
    border: none;
    height: auto;
    font-size: 1rem;
}
.dialog footer button:hover {
background: #2b70a1;
}
/*
.dialog footer:not(.image-upload__footer):not(.multi-select__footer) button:last-of-type {
display: block;
flex-basis: 100%;
}
*/
@media screen and (max-width: 767px) {

    .portal-category {
        margin-bottom: 30px;
      }

      .portal-category__title {
        display: block;
        text-align: center;
      }

      .portal-category__tiles {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
      }

  }
