body {
    font-family: 'Graphik', sans-serif !important;
    background-color: #F6F6F6 !important;
}

/* background: #4a3083 !important; */
/* background: #f6f6f6 !important; */

.t_head {

    background: #4a3083 !important;

    color: white;
    font-size: 13px;
    font-weight: 500;
}

 .t_head :first-child {
     border-top-left-radius: 10px !important;
 }

 .t_head :last-child {
     border-top-right-radius: 10px !important;
 }
.t_body {
    background: #f6f6f6 !important;

    border-right-width: 1px !important;
    border-left-width: 1px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* button {
                   background-color: #4aac7b !important;
                   color: white !important;
                 } */

/* button  */
.btn-primary:hover,button.cnlbtn1:hover{
    background-color: #5746ea !important;
    color: white !important;
  }
  .btn-primary {
      background-color: #eee3ff !important;
      border: 1px solid #5746ea !important;
      color: #5746ea !important;
      font-size: .775rem !important;
      font-weight: 400 !important;
      border-radius: 6px !important;
  }
  button.cnlbtn1 {
    background-color: #eee3ff !important;
    border: 1px solid #5746ea !important;
    color: #5746ea !important;
    font-size: .775rem !important;
    font-weight: 400 !important;
    border-radius: 6px !important;
    height: 35px;
    width: 100%;
}
.card.card_border {
    border-top: 12px solid #4a3083 !important;

    border-radius: 12px !important;
}

.card {
    border-style: none !important;
}

.card-body.c1 {
    background: #f6f6f6 !important;
    border-radius: 7px;
}

button.btn-close {
    float: right !important;
}

.card_head {
    color: #0C0C0C;
    font-family: "Public Sans", sans-serif !important;
    font-size: 22px;
    font-weight: 600;


}
label.px-2.inv_cp_card1_label1 {
    position: absolute;
    background: white;
    margin: -10px 0px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    color: black;
}
 
label.px-2.inv_cp_card1_label2 {
    position: absolute;
    background: white;
    margin: -10px 0px 0px 10px;
    font-size: 10px;
    font-weight: 500;
    color: black;

}
a{
    text-decoration: none!important;
}

[type=date]{
    padding: 1.5rem 0.75rem !important;
}
