.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  body{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #545454;
    background: #F8F8F8;
  }
.primary-bg{
    background: #364FA7;
}
.primary-c{
    color: #364FA7;
}
.btn-primary{
    background-color: #5473E3;
    border: 1px solid #4a68d5;
    font-size: 14px;
    font-weight: 600;
}

.carousel-inner{
    border-radius: 16px;
}
.carousel-indicators [data-bs-target]{
    width: 8px;
    border-radius: 4px;
    height: 8px;
    background-color: #364FA7;
}
.carousel-indicators{
    margin-left: 35%;
    margin-right: 35%;
    background: #c8cffb;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}
.carousel-inner .title{
    position: absolute;
    width: 200px;
    background: rgb(54 79 167 / 90%);
    right: 20px;
    top: 20px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
}

.cusDataTable div.dt-container{
  background: #fff;
  padding: 16px;
}
.cusDataTable div.dt-container > .dt-layout-row:first-child{
  display: none;
}
.cusDataTable div.dt-container div.dt-layout-row{
  margin-top: 0px;
}
.required{
  position: relative;
}
.required::after{
  position: absolute;
  content: "*";
  color: #f00;
  width: 8px;
  height: 12px;
  text-align: center;
  top: -3px;
}
.modal-title{
  font-size: 1rem;
  line-height: 1rem;
}
.modal-content, .modal-header{
  border-radius: 0px;
}
.modal-header{
  background-color: #5473E3;
  color: #fff;
}
.btn-close{
  width: 10px;
    height: 10px;
    padding: 0px !important;
    filter: invert(1);
    opacity: 1;
    margin-right: -2px !important;
}
.modal-body{
  min-height: 100px;
}
#forgotModal .modal-body, #response .modal-body{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}