body{
    margin: 0;
    padding: 0;
    line-height: normal;
}

.brand-color{
    background-color: #222d4a;
    color: white;
}

.pointer{
    cursor: pointer;
}

.white{
    color: white !important;
}

.toast-success {
  background-color: #018634 !important;
  color: #f9f9f9 !important;
}

.toast-info {
  background-color: #015a75 !important;
  color: #f9f9f9 !important;
}

.toast-error {
  background-color: rgb(158, 0, 0) !important;
  color: #f9f9f9 !important;
}

.toast-warning {
  background-color: rgb(209, 136, 0) !important;
  color: #f9f9f9 !important;
}

.custom-single-page-header{
    color: var(--Text-Color, #1D263A);
    font-family: Mazzard;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.3px;
    text-align: center;
}
  
.custom-single-page-text{
    color: var(--Text-Color, #1D263A);
    font-family: Mazzard;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 176.471% */
    text-align: justify;
  }

  .image-card {
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .image-card img {
    width: 100%;
    height: 200px; /* Set your desired height */
    object-fit: cover;
  }

  .image-card .placeholder {
    width: 100%;
    height: 200px; /* Set the same height as the image */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
  }

  .image-card .placeholder p {
    text-align: center;
    color: #888;
    font-size: 16px;
  }

  .paragraph-font{
    font-family: var(--body-large-medium);
  }
  .custom-input-control {
    width: 100%;
    height: 43px;
    border: none;
    border-radius: 4px;
    background-color: rgb(216, 236, 250);
    color: #4e4e4e;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.10), 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 11px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.custom-label{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.315px;
  margin-bottom: 4px;
}

.custom-btn{
  width: 200px;
}

@media only screen and (max-width: 600px) {
    #sidebarMenu{
        display: none;
    }
}