@import url("roottheme.css");

.home-sct{
    padding: 50px 25px 25px 25px;
}

.max100wd{
    max-width: 100% !important;
}

.max80Wd {
    max-width: 60% !important;
}

.form-units{
    background-color: rgb(114 114 114 / 5%);
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    padding-top: 15px;
}

.ps-table-prc  tbody > tr > td {
    border: 0px solid #ddd !important;
}

.ps-table-prc  tbody > tr > td > a {
    color: var(--tm-secondry-clr);
}

.ps-table-prc  tbody > tr > td > a:hover {
    color: var(--tm-third-clr);
}

.ps-table-prc  tbody > tr:nth-of-type(even){
    background: #fffae0;
}

.hdborderbottom{
    border-bottom: 0px solid gray !important;
    margin-bottom: 5px !important;
}

.statsu-bar{
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
    border-radius: 8px;
    -webkit-text-stroke: thin;
}

.approved-cl{
    color: #077f07;
}

.rejected-cl{
     color: #ff0c00;
}

.panding-cl{
    color: #e8be00;
}

@media (max-width: 1199px){
    .max80Wd {
        max-width: 100% !important;
    }
}