section.plan_dash{
    background: none;
}
.plan_dash h2{
    color: #33657e;
  font-size: 36px;
  font-weight: 600;
  padding: 30px 0;
}
.plan_dash .nav-tabs .nav-link{
    color: #33657e;
    border-radius: 0;
    background: #f6f9fc;
    box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
    font-size: 16px;
}
.plan_dash .nav-tabs .nav-link.active{
    background: linear-gradient(90.06deg , #6CA0BC 0%, #544b53 100.07%);
    color: #fff;
}
.plan_dash .card{
    box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
    border: none;
    text-align: center;
}
.plan_dash .card-body{
    padding: 30px;
}
.plan_dash .card .card-title{
    font-size: 24px;
    padding-bottom: 15px;
}
.plan_dash .card .btn{
    background: linear-gradient(90.06deg , #6CA0BC 0%, #544b53 100.07%);
  color: #fff;
  border-radius: 0;
  padding: 10px;
  margin-top: 15px;
}

@media (max-width: 767px){
    #fornDiv {
        box-shadow: none;
    }
    .plan_dash h2 {
        font-size: 28px;
    }
}

.custom-alert {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 1050;
    width: auto;
    max-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.5s, fadeOut 0.5s 4.5s;
}
.custom-alert.alert-success {
    border-bottom: 4px solid #33657e;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}