    .head_underline {
        text-decoration: underline;
    }

    .school_name {
        background-color: rgb(211 20 25);
        color: #fff;
        position: relative;
        min-height: 120px;
    }

    .school_name::after {
        content: '';
        position: absolute;
        width: 120px;
        height: 138px;
        border-radius: 50%;
        background-color: rgb(211 20 25);
        left: -61px;
        top: -36.1px;
        z-index: 2;
    }

    .head_blue {}

    /*
                                .school_name::before{
                                        content: '';
                                        position: absolute;
                                           width: 50px;
                                        height: 50px;
                                        border-radius:50%;
                                        background-color: #fff;
                                            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

                                      } */
    .div_after_header {
        position: absolute;
        top: 102px;
        z-index: 1;
        background: #fff;
        border-radius: 20%;
        left: -2px;
    }

    .head_blue {
        background-color: rgb(0 170 173);
        color: #fff;
        z-index: 4;
        position: relative;
        border-radius: 25px 25px 0 0;
    }

    .future_border_div {
        height: 82%;

    }

    .future_border {
        position: relative;
        z-index: 3;
        border-right: 10px solid rgb(0 170 173);
        border-bottom: 10px solid rgb(0 170 173);
        border-radius: 0 0 25px 0px;



    }

    .num {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgb(0 170 173);
        color: rgb(211 20 25);
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -6PX;
        bottom: -12px;
    }

    .signature-box .field {
        display: flex;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .field span {
        flex-shrink: 0;
    }

    .dots {
        flex-grow: 1;
        border-bottom: 1px dotted #000;
        margin-right: 10px;
        height: 1.2em;
    }

    .td_padding {
        padding-top: .7rem !important;
        padding-bottom: .7rem !important;
    }

    .page_logo table th,
    .page_logo table td {
        background-color: unset !important;
    }

    .als-logo img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .card-body::after,
    .card-footer::after,
    .card-header::after {
        display: none;
    }