@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
  font-family: "Inter", sans-serif;
  background-color: #f8f9fa;
  background-image: url("../images/bg.svg");
}

.bg-confblue {
  background-color: #232f5a;
}

.text-confblue {
  color: #024da1;
}

.text-confred
{
  color:#f05a5b
  
}
.text-confyellow {
  color: #ffcb04;
}
.text-confgreen
{
  color:#007839;
}

.fs-justify {
  text-align: justify;
}
 

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* Allows wrapping if screen size is small */
}


.flex-img {
  max-width: 100%;
  width: 220px;
  height: 142.7px;
  max-height: 100%;
}
.text-tablegrey
{
  color:#5c5c5c;
}
.button-new 
{ display: inline-block;
  background:#e74c3c; 
  color:white; 
  font-weight:bold; 
  padding-left: 5px; 
  padding-right:5px; 
  border-radius:4px;
  border:none;
}


a
{
  color:#2880b9;
}
.accordion-button
  {
    background-color: #ebebeb80;
  
  }
  .accordion-item
  {
    padding: 10px;
    border:none;
  }
  .flex-item
  { text-align: start;
    width: 50%;
    padding:10px;
    align-items:center;
}

.accordion-collapse
{background-color: #ebebeb44;
}

.accordion-img{
  width: 150px;
  padding-right:30px;
}
.button-blue
{
  background-color: #2880b9;
  color: white;
  
}
.text-conflightblue
{
  color:#2880b9;
}
