body{
    background: transparent;
    background-color: transparent;
}
.card{
    background: #F7F9FB;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: none;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 10px;
    border-radius: 0px;
}

.table{
    background: #FFF;
    margin-bottom: 0px;
}

.table tr th, .table tr {
    text-align: center;
}

.textAlignLeft{
    text-align: left !important;
}

input{
    padding: 0px !important;
}

/* TAB STYLE */

.nav-div{
    /* width: 100%; */
}
.nav-tabs{
    width: 100%;
    justify-content: center;
    border-bottom: 0px !important;
}

.tab{
    background: #F7F9FB;
    padding: 10px 10px;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
    margin-top: 5px;
}

.tab a{
    text-decoration: none !important;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.tab:hover{
    background: #dedede;
    padding: 10px 10px;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
    margin-top: 5px;
}

.active{
    background: rgb(98, 48, 118);
    color: #FFFFFF;
}
.active a{
    background: transparent;
    color: #FFFFFF;
}

.marginTopp{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.customStyleBtn{
    padding: 5px 40px;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    background: rgb(98, 48, 118);
}
.customStyleBtn:hover{
    color: #FFF;
    background: rgb(98, 48, 118);
}

@media (max-width: 768px) {
    .smallScreen{
        display: block;
    }
    /* .largeScreen{
        display: none;
    } */
}
@media (max-width: 320px) {
    .heading h2 {
        font-size: 22px
    }
    .tableheading h4{
        font-size: 20px;
    }
}
.tableheading h6 {
    background: rgb(98, 48, 118);
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    margin-bottom: 0px;
}
.form-control{
    text-align: center;
    border-radius: 0px !important;
    border: none;
     color: black;
     font-size: 12px;
     font-weight: 600;
    background: #e9ecef;
}
.form-control:focus{
   box-shadow: none !important;
   outline: none;
  
}
td{
    padding: 0px !important;
    vertical-align: middle !important;
    color: #000;
}
.addpadding{
    padding: 5px !important;
}
.tableheading h4{
    background-color: rgb(98, 48, 118);
    color: white;
    text-align: center;
    padding: 8px;
    margin-bottom: 0px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #FFF;
}
.headbackgroundcolor{
    background: #A9CE8E;
}
.alignitemsh{
    align-items: center;
    margin-top: 10px;
}
.tdalignment{
    text-align: right;
}