
.pull-right{
float: right !important;
}

.mr-1 {
    margin-right: 0.25rem  !important;
}
.ml-1{
    margin-left:0.25rem  !important;
}

.mt-1 {
    margin-top: 0.25rem  !important;
}

.mb-1 {
    margin-bottom: 0.25rem  !important;
}
.req-border {
    border-left: 3px solid red;
}

/*.nav-link.active {
    background-color: #695eef !important;
    color: white !important;
    padding-left: 10px !important;
}*/

.nav-link.active[data-bs-toggle="collapse"]::after {
    color: white !important;
}

.hide{
    display:none !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14{
    font-size:14px !important;
}
.font-15{
    font-size:15px !important;
}

.text-right{
    text-align:right !important;
}
.text-left{
    text-align:left !important;
}


.font-16{
    font-size:16px !important;
}

.link {
    color: #007aa3;
    cursor: pointer !important;
}
    .link .iconstyle {
        font-weight: 600;
    }
.poptbl thead th {
    position: sticky;
    top: 0;
    /*background-color: #f2f2f2;*/
    padding: .6rem .5rem !important;
}

.poptbl tbody tr td {
    padding: .5rem .5rem !important;
    font-size: 0.8rem;
    word-wrap: break-word;
}