.footer-color {
    background: #1815fc;
}

.footer-btn {
    background: #98ddff;
}

.check-container {
    background: #d21cff;
    height: 82px;
    width: 82px;
}

.iconheight {
    height: 36px;
    width: 36px;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background: #a4ddfa;
    border-color: #56c4fc;
}

.angle::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: -1px;
    left: 48%;
    background: rgb(154, 243, 243);
    clip-path: polygon(50% 50%, 0 0, 100% 0);
}



.modal-header{
background-color: #1815fc
}

.modal-body{
background-color: #35fa50
}

.modal-dialog h1 {
padding-bottom: 20px;
margin: 0;
font-size: 50px;
font-weight: 700;
line-height: 72px;
color: #000000;
font-family: "Poppins", sans-serif;
text-align: center;
}

.text-centerr{
background-color: #b2fcbc;
text-align: center;
}

.text-centerr h2    { 
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 0;
    color: #3412f7;
}
  
.text-centerr p {
      margin-bottom: 0;
      font-size: 14px;
      color: #000000;
      text-align: center;
  }