.GIAA-rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.GIAA-Side-Nav-inner.IconOnly .IconOnlyMenu {
  display: none;
}
.GIAA-Side-Nav-inner.MenuOpen .IconOnlyMenu:not(.SubMenuItem) {
display: block;
}
.readonlyhide {
display: none !important;
    }
.customnextanchor {
width: 148px;
}
.SubMenuItem a {
  color: white !important;
}
 .GIAA-SideNav-SubMenu {
    display: none;
  }
  .GIAA-SideNav-SubMenu.open {
    display: flex;
  }
   .GIAA-SideNav-SubMenu.SubMenuItem.open {
    display: flex;
    padding-left: 40px;
    gap: 16px;
    align-items: flex-start;
    text-decoration:none;
    
  }
  .GIAA-SideNav-SubMenu.SubMenuItem {
    display: none;
  }
#MenuOpenToggle{
  cursor:pointer;
}
.giaa-cancel {
    width: fit-content;
    height: 50px;
    padding: 8px 16px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: black;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    line-height: 20px;
    border:none;
    background:none;
}

.giaa-previous {
    width: fit-content;
    padding: 8px 16px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    border-radius: 4px;
    height: 50px;
    background: #636569;
    color:white;
    border:none;
}

.text-cancel {
    color: black;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.text-previous {
    width: 100px;
    color: white;
}
/* Main Container */
.GIAA-progress-bar-container {
width: 100%;
height: 100%;
padding: 45px 86px;
display: inline-flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
gap: 10px;
}

/* Navigation Wrapper */
.GIAA-progress-bar-wrapper {
align-self: stretch;
display: inline-flex;
justify-content: flex-end;
align-items: flex-start;
gap: 24px;
}

/* Inner Navigation Container */
.GIAA-progress-bar-inner {
height: 50px;
width: 100%;
display: flex;
justify-content: flex-end;
align-items: flex-start;
gap: 24px;
}

/* Link Container */
.GIAA-progress-bar-link-container {
height: 50px;
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
}

/* Link */
.GIAA-progress-bar-link {
width: 50px;
height: 50px;
position: relative;
}

/* Outer Circle */
.GIAA-progress-bar-link .GIAA-progress-bar-outer-circle {
  width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #636569;
}

/* Inner Circle */
.GIAA-progress-bar-link .GIAA-progress-bar-inner-circle {
  width: 44px;
height: 44px;
position: absolute;
top: 3px;
left: 3px;
background-color: #636569;
border-radius: 50%;
}

/* SVG Icon */
.GIAA-progress-bar-link .GIAA-progress-bar-icon {
width: 24px;
height: 24px;
position: absolute;
top: 13px;
left: 12.78px;
}

/* Divider */
.GIAA-progress-bar-line {
flex: 1 1 0;
height: 2px;
background: #636569;
}
/* Main Container */
.GIAA-Side-Nav-container {
    width: min-content;
    height: 100%;
    padding: 33px 27px;
    margin-left: 86px;
    background: #004D71;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}


/* Inner Flex Container */
.GIAA-Side-Nav-inner {
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 24px;
}

/* Header Section */
.GIAA-Side-Nav-header {
align-self: stretch;
height: 42px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 18px;
}

/* Menu Toggle and Title Container */
.GIAA-Side-Nav-title-container {
width: auto;
display: inline-flex;
justify-content: space-between;
align-items: flex-start;
}

/* Title */
.GIAA-Side-Nav-title {
width: 209px;
height: 22px;
color: white;
font-size: 20px;
font-family: Lato, sans-serif;
font-weight: 900;
line-height: 28px;
word-wrap: break-word;
}

/* Toggle Button */
.GIAA-Side-Nav-toggle-button {
width: 24px;
height: 24px;
padding-top: 6.42px;
padding-bottom: 6.41px;
display: flex;
justify-content: center;
align-items: center;
}

/* Divider */
.GIAA-Side-Nav-divider {
align-self: stretch;
height: 0px;
border: 1px solid white;
position: relative;
min-width: 30px;
}

/* Section Container */
.GIAA-Side-Nav-section-container {
align-self: flex-start;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 24px;
}

/* Menu Item */
.GIAA-Side-Nav-menu-item {
align-self: start;
display: inline-flex;
justify-content: flex-start;
align-items: flex-start;
gap: 16px;
cursor:pointer;
}

/* Icon and Label Container */
.GIAA-Side-Nav-icon-label {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 16px;
}

/* Icon */
.GIAA-Side-Nav-icon {
width: 24px;
height: 24px;
position: relative;
}

/* Section Name */
.GIAA-Side-Nav-section-name {
width: 162px;
color: white;
font-size: 16px;
font-family: Lato, sans-serif;
font-weight: 900;
line-height: 24px;
word-wrap: break-word;
}

/* Submenu Toggle */
.GIAA-Side-Nav-submenu-toggle {
width: 24px;
height: 24px;
justify-content: center;
align-items: center;
cursor: pointer;
}

/* Submenu Container */
.GIAA-Side-Nav-submenu {
height: auto;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
gap: 16px;
}

/* Submenu Item Link */
.GIAA-Side-Nav-submenu-link {
width: 200px;
padding-left: 40px;
color: white;
font-size: 16px;
font-family: Lato, sans-serif;
font-weight: 400;
line-height: 24px;
word-wrap: break-word;
}
.GIAA-content-container {
flex-grow:1;
margin-right:86px;
padding-left:37.5px;
display:flex;
flex-direction:column;
}

/* Intermediary Styles */
.GIAA-container {
  width: 100%;
}

.GIAA-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.GIAA-cards {
  display: flex;
  gap: 24px;
}

/* Typography */
.GIAA-title {
  color: #004D71;
  font-size: 48px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 48px;
  padding-bottom: 28px;
  word-wrap: break-word;
}

.GIAA-subtitle {
  color: #004D71;
   font-size: 20px;
   font-family: Lato;
   font-weight: 900;
   line-height: 28px;
   word-wrap: break-word
}

.GIAA-description,
.GIAA-footer-text,
.GIAA-card-text {
  color: black;
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.GIAA-card-title {
  color: #004D71;
  font-size: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

/* Card Styles */
.GIAA-card {
  min-width:250px;
  max-width:360px;
  padding: 27px;
  border-radius: 8px;
  border: 1px solid #636569;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height:181px;
  flex:1;
}

.GIAA-card-text {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Footer Buttons */
.GIAA-footer-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin-top: 112px;
}

.GIAA-button {
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  line-height: 20px;
  word-wrap: break-word;
}

.GIAA-cancel-button {
  color: black;
}

.GIAA-save-close-button {
  color: #004D71;
  text-decoration: underline;
}

.GIAA-save-button {
  color: #004D71;
  border: 1px solid #004D71;
}

.GIAA-prev-button {
  background: #636569;
  color: white;
}

.GIAA-next-button {
  background: #004D71;
  color: white;
}

/* Section Block */
.GIAA-section-block {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  margin: 0;
  min-height: auto;
}

.GIAA-container-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  word-break: break-word;
}
.GIAA-subheader {
    color: #000;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 28px; 
}
.GIAA-help-svg{
  height:24px
}
/* END Intermediary Styles */

/*Start File Upload Styling*/
.giaafilecontrolspinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.divUploadFiles
{
    max-width: 100%;
    overflow-x: hidden;
}

.giaauploadtooltip + .tooltip > .tooltip-inner {
    background-color: white; 
    color: black; 
    border: 1px solid black; 
    padding: 15px;
    font-size: 15px;
  }

.giaafileinputHeader{
    font-family: Lato;
    font-size: 18px;
    font-weight:900;
    color: #004D71;   
    width: fit-content;
    min-width: 300px; 
    /*  display: none;  */
}

.giaaacceptablefileTypes{
    font-family: Lato;
    font-size: 16px;
    font-weight:600;
    color: #00000;   
    width: fit-content;
    min-width: 300px; 
}

.giaafileinputspan{
    display: flex;
    background-color: white;
    font-family: Lato;
    font-size: 18px;
    min-width: 250px;
    font-weight:450;
    color: black; 
    /*display: none; */
}

.giaafileinputspan:hover {
    background-color: #f3f4f6;
  }

.giaafileinputselectorbutton{
    display: none;  
    border-radius: 4px;
    /*padding: 0 16px;*/
    height: 40px;
    color: #004D71;
    cursor: pointer;
    background-color: white;
   /* border: 1px solid rgba(0, 0, 0, 0.16);*/
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05); 
    margin-right: 16px;
    margin-top: 10px;
    transition: background-color 200ms;
    font-family: Lato;
    font-size: 18px;
    width: 40px;
    font-weight: 450;
    
    
;
}
  /* file upload button hover state */
  .giaafileinputselectorbutton:hover {
    background-color: #f3f4f6;
  }
  
  /* file upload button active state */
  .giaafileinputselectorbutton:active {
    background-color: #e5e7eb;
  }
  
  /* ------------------------ */
  
  /* default boilerplate to center input */
 .giaafilebuttonsright {
  
  display: flex;
  justify-content: flex-end;
  /*align-items: right;*/
  margin-top: 10px;
  padding: 20px;
  width: 100%; 
  gap: 10px;
}

 .giaafileuploaddownloadbutton {
   display: none;
   white-space:nowrap;
  }
 .giaalargefileuploadmessage {
   text-align: left; 
    /*display: none;  */
  }
.giaafilecontrolspinner-image {
    width: 75px;
    height: 75px;
    animation: spinnerwheel 1.5s linear infinite;
    border: 4px solid #c4c0c0;
    border-top: 4px solid #0580ab;
    border-radius: 50%;
}

@keyframes spinnerwheel {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.giaauploadrequired:after {
    content:" *";
    color: #a94442;
  } 

.giaatooltip:hover .giaatooltiptext {
    visibility: visible;}
/*End File Upload Styling*/

/*Accordion Styling*/
.GIAA-accordion{
  display: flex;
  flex-direction:column;
  align-items: flex-start; 
  justify-content: space-between; 
  position: relative; 
background: var(--neutrals-white-ffffff, #FFF);
border-bottom: 1px solid black;
margin-bottom:20px;
margin-right:28px;
margin-top:28px;
}
.GIAA-accordion .accordion-content{
padding-bottom:24px;
  flex: 1;
}
.GIAA-accordion .accordion-btn{

  width:36px;
  height:36px;
  padding: 8px;
  background: #004D71; 
  border-radius: 36px; 
  justify-content: center; 
  align-self: start; 
  gap: 10px; 
  display: block;
}
.GIAA-accordion .accordion-hint{
color: black;
 font-size: 24px;
 font-family: Lato;
 font-weight: 900;
 line-height: 32px;
 word-wrap: break-word;

}
.GIAA-accordion .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom:24px;
}
.GIAA-accordion .accordion-close,
.GIAA-accordion .accordion-content {
  display: none;
}
.GIAA-accordion.is-open .accordion-close,
.GIAA-accordion.is-open .accordion-content {
  display: block;
}
.GIAA-accordion.is-open .accordion-open {
  display: none; 
}
/* End Accordion Styling*/
.GIAA-upload-label {
  border-radius: 4px;
background: var(--blue-blue-dark-004-d-71, #004D71);
padding: 10px 20px;
width: 150px;
color: var(--neutrals-white-ffffff, #FFF);
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
height: 50px;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
cursor:pointer;
white-space: nowrap;
}
.GIAA-upload-label:hover {
    background-color: #042c3f;
    transition: background-color 0.3s ease-in;
}
.GIAA-bold {
  color: #000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}
h1.GIAA-hero-header {
  color: var(--blue-blue-dark-004-d-71, #004D71);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 59px;
  margin-bottom: 28px;
  margin-top:0px;
  min-width:825px;
}
.upload-description{
  color:  #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}
/* Dashboard Styling*/
.GIAA-calltoaction-card{
width: 299px; 
height: 190px; 
background: #004D71; 
border-radius: 16px;
cursor: pointer;
}
.GIAA-calltoaction-container{
    width:100%;
    display:flex;
    gap:25px;
}
.GIAA-calltoaction-content{
    height: 134px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 36px; 
    display: flex; 
    padding:28px 22px 28px 22px;
}
.GIAA-calltoaction-svg{
    width: 51px; 
    height: 50px; 
    position: relative;
}
.GIAA-calltoaction-text{
    align-self: stretch; 
    color: white; 
    font-size: 18px; 
    font-family: Lato; 
    font-weight: 700; 
    line-height: 24px; 
    word-wrap: break-word
}
.GIAA-deadline-info::marker {
    font-size: 25px;
   
}
/* End Dashboard Styling*/

.giaa-filewarning{
font-weight:700;
}

@media (max-width: 1280px) {
  .GIAA-calltoaction-card {
    width: 250px;
  }
  .GIAA-calltoaction-text {
    font-size: 17px;
  }
  .GIAA-content-container {
    margin-right:20px;
}
  
}
#UpdateButton {
min-width:150px;
}
.create-action{
height:52px;
}
.entitylist-download {
    height:52px;
line-height:1.6;
}