* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #555;
    background-color: white;
    font-size: 16px;
}


h1 {
    color: #0248A8;
    margin-bottom: 30px;
    font-weight: 700;
}


.regis_sum_wraper{
    /* position: relative;
    top:120px; */
    width: 100%;
}

.regis-container{
    background-color: red;
}



table {

    /* border-radius: 10px 10px 0 0; */
    /* color:black; */
    /* margin-bottom: 150px; */
    
}

table tbody {
    border: 1px solid #2c5196;
}

tr:nth-child(even) {
    background-color: #9ebae6;
}

thead tr {
    border-radius: 10px 10px 0 0 ;
    background-color: #2c5196;
    color: #fff;
}

/* thead th:nth-child(1){
    width: 25%;
    background-color: yellow;
} */
/* 
thead th:nth-child(2){
    width: 10%;
} */

/* tbody td:nth-child(2){
    width: 10%;
} */
thead tr th {
    padding: 20px;
    font-size: 1em;

}

thead tr th:first-child {
    background-color: #2c5196;
    border-radius: 10px 0px 0px 0px;
}

thead tr th:last-child {
    background-color: #2c5196;
    border-radius: 0px 10px 0px 0px;
}

tbody{
    font-size: .95em;
}

tbody tr td {
    padding: 10px;
}


.desc{
    margin-bottom: 10px;
}
.desc div{
    margin-bottom: 5px;
}
.desc i{
    font-size: 15px;
    margin-right: 5px;
}

.diamond{
    font-size: 21px;
}

.enrollment-logo{
    display: flex;
    align-items: center;
}

.enrollment-logo i{
    margin-right: 5px;
    font-size: 15px;
}
@media screen and (min-width: 1024px) {
    /* desktop view */
    tr > th:first-child,
    tr > td:first-child {
        position: sticky;
        left: 0;
    }

    .table-content {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
   
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    tr > th:first-child,
    tr > td:first-child {
        position: sticky;
        left: 0;
        min-width: 150px;
    }

    .table-content {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    tr > th:first-child,
    tr > td:first-child {
        position: sticky;
        left: 0;
        min-width: 150px;
    }

    .table-content {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}


tr:nth-child(odd) td {
    background: #becfeb;
}
 
tr:nth-child(even) td {
    background: #9ebae6;
}

/* thead tr > th:first-child {
    padding-left: 10px;
}

tbody > tr > th:first-child {
    padding-left: 10px;
} */

a {
    text-decoration: none;
    color: #3d3da4
}


thead>tr>th:nth-child(4){
    padding:0px;
}







