.invalid-feedback{
    color:red;
    font-size: 12px;
}

.td-center{
    text-align: center;
}

.kc-left{
    text-align: left !important;
}

.kc-header{
    margin: 20px 0px;
}

.cp-padding-md{
    padding-top:20px; 
    padding-bottom:20px; 
}

.cp-text-top{
  line-height: 30px;
}

/* tablerize columns */

.info_table_wrap {
    border: 1px solid #DCDCDC;
    margin-bottom: 30px;
  }
  
  .info_table {
    border-bottom:1px solid #DCDCDC;
  }

 .kc-capitalize{
     text-transform: capitalize;
 }

 /* select two customisation */


 .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;


    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    padding-top:.6rem;
}

/* fancy checkbox */
