/*------------- mahendra css start--------------------*/

  small.help-block{

    color: #d81434;

    font-size: 12px;

    letter-spacing: .02rem;

    font-weight: 400;

  }



  .alert_1 {

    background-color: #d81434;

    padding: 7px 16px;

    border-left: 4px solid #d81434;

    margin-bottom: 14px;

    border-radius: 20px;

  }



  .wrng-msg {

    display: flex;

    column-gap: 10px;

    align-items: center;

  }



  .alert_1 i {

    font-size: 17px;

    margin-top: -1px;

    margin-left: -7px;

    color: white;

  }



  .alert_1 h6 {

    color: white;

    font-size: 13px;

    font-weight: 400;

    margin-bottom: 0;

  }

  i.form-control-feedback.bv-icon-input-group.fa-regular.fa-xmark {

    position: relative;

    float: inline-end;

        top: -26px;

    right: 15px;



    color: #d81434;

       font-size: 11px;

}

i.form-control-feedback.bv-icon-input-group.fa-regular.fa-check {

    position: relative;

    float: inline-end;

        top: -26px;

    right: 15px;



    color: #22a12e;

       font-size: 11px;

}

  i.form-control-feedback.bv-icon-input-group.fa-regular.fa-refresh {

    position: relative;

    float: inline-end;

        top: -26px;

    right: 15px;



    color: #eea61c;

        font-size: 11px;

}



.loading {

    height: 0;

    width: 0;

    padding: 15px;

    border: 6px solid #ccc;

    border-right-color: #b32c2c;

    border-radius: 22px;

    -webkit-animation: rotate 1s infinite linear;

    position: absolute;

    left: 50%;

    top: 50%;

    z-index: 99999;

}

@-webkit-keyframes rotate {

  /* 100% keyframe for  clockwise. 

     use 0% instead for anticlockwise */

  100% {

    -webkit-transform: rotate(360deg);

  }

}

#loaderBody {

    background: #212529a1;

    position: fixed;

    z-index: 999999;

    width: 100%;

    height: 100%;

    display: none;

}

.stdy-dstntn-para2 table {
    width: 80%;
    margin: 25px 0px 23px;
}
.stdy-dstntn-para2 table thead tr th, .stdy-dstntn-para2 table tbody tr td {
    border: 1px solid #ddd;
}
.stdy-dstntn-para2 table thead tr th {
    padding: 7px 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color-2);
}

.stdy-dstntn-para2 table tbody tr td {
    padding: 5px 6px;
}
.stdy-dstntn-para2 ul {
    padding: 13px 0px 0px 10px;
}
.stdy-dstntn-para2 ul li {
    list-style: none;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.stdy-dstntn-para2 ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid var(--primary-color-1);
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
}
.stdy-dstntn-para h2 {
    font-size: 26px;
    color: var(--dark-two);
    margin-bottom: 11px;
}

/*------------- mahendra css end--------------------*/