.i{
    font-size: 1.2rem;
    color: rgba(82, 82, 243, 0.911);
}

.d-none{
    display: none;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-card-body{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0.2rem 0;
    font-size: 0.8rem;
}

.card-column div{
    display: flex;
    flex-direction: column;
    margin: 0.5rem 0;
}

.card-body{
    background-color: white;
    margin: 0.3rem 0;
    /* border: 1px solid; */
}

.h6-name-tag{
    /* background: blue; */
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.name-div{
    display: flex;
    color: black;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid rgba(0, 0, 255, 0.353);
}

.name-div label{
    font-size: 0.8rem;
}

.opd-card-label{
    color: black;
}

.opd-header-div{
    display: flex;
    justify-content: space-between;
}

#opd-parent-div{
    background-color: transparent;
}
.processing-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-subdiv{
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 1rem;
}

.services-div{
    display: flex;
    flex-direction: column;
}

.services-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.service-select-div{
    margin: 0 0 1rem 0;
    border-bottom: 4px solid #cff2ff;
    border-radius: 0.4rem;
}

.delete-footer-div{
    display: flex;
    position: fixed;
    padding: 0.5rem 1rem;
    background-color: white;
    margin: 0;
    bottom: -3rem;
    width: 100%;
    justify-content: space-between;
    transition: bottom 0.2s ease-in;
    align-self: center;
}

.delete-all-opds-btn{
    position: sticky;
    bottom: 1rem;
    z-index: 8;
}

#delete-all-opds-btn{
    background-color: #ea4c62;
    color: white;
    bottom: 8.5rem;
}

.main-opd-container{
    display: flex;
    flex-direction: column;
}

.date-search-div{
    width: 100%;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;

}
.date-search-div input {
    margin: 0 1rem;
}
.date-search-div a {
    margin: 0 1rem;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0;
    border: none;
}
.date-search-div i {
    color: blue;
}

.profile-edit-btn-div{
    display: flex;
}
.profile-edit-btn-div button{
    margin: 0 1rem;
}

.services-subdiv th,td,tr{
    margin: 1rem;
    padding: 0.5rem 1rem;
}
.noRecords{
    display: block;
    margin-top: 150px !important;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

/* Companies page */

.company-card{
    padding: 1rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 1rem 0;
    position: relative;

    .head{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .status{
        /* background-color: lime; */
        border-radius: 10px;
        padding: 2px 5px;
        position: absolute;
        top: -8px;
        right: 0;
    }

    & p{
        font-size: 15px;
        color: rgba(0, 0, 0, 0.79);
    }

    #total-chits{
        background-color: rgba(0, 255, 0, 0.635);
        padding: 4px;
        font-size: 14px;
        border-radius: 10px;
    }

    & #timeAgo{
        color: gray;
        font-size: 12px;
    }

    .phone{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .delete-btn{
        background-color: rgba(255, 0, 0, 0.635);
        padding: 4px;
        font-weight: bold;
        border-radius: 10px;
        color: white;
        border: none;

        & i{
            margin: 0 5px;
        }
    }
}

#error-label{
    text-align: center;
    display: none;
}

.print-div{
    font-family: 'VT323', monospace !important;
    font-size: 25px;
    
    & td{
        padding: 0 15px;
        margin: 0;
    }
}

.cursor-pointer{
    cursor: pointer;
}