/* Font */
@font-face {
    font-family: kpmg;
    src: url('../fonts/KPMG/KPMGApp-Light 151001.ttf');

}
@font-face {
    font-family: Universe;
    src: url('../fonts/universe/UV______.TTF');
}

/* Structure */
.fixed-top.header{
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.18)
}
.fixed-side{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;   
}
.fixed-side.sub{
    width: 300px;
    left: 66px;
}
.main-content{
    margin-top: 5rem;
}


/* Reset*/
body{
    font-family: 'Universe';
    background-color: #fff;
}

.list-group-transparent .list-group-item{
    margin: 1px 0;
}
.table th{
    text-transform: capitalize;
}
.card-header-tabs {
    margin: -9px 0;
}
.nav-tabs .nav-link:hover:not(.active) {
    border-color: transparent;
}
.form-control, .form-control:focus{
    background-color: #F4F5F7;
}
.form-label{
    margin-bottom: 0.5rem;
}
.form-group {
    margin-bottom: 1.2rem;
}

/* Theme */

/* side menu */
.side-menu{
    padding: 0;
    margin: none;
}
.side-menu li{
    list-style: none;
}
.side-menu li a{
    padding: 10px 20px;
    margin: 20px 0;
    display: block;
    text-decoration: none;
    border: 4px solid transparent;
    border-width: 0 4px;
    line-height: 1;
    font-size: 18px;
    color: #fff;
}
.side-menu li a:hover{
    color: #9ccbec;
}
.side-menu li a.active{
    border-left-color: #fff;   
    color: #fff;    
}


/* util */
.kp-bg-blue{
    background-color: #0747A6;
    color: #fff;
}
.kp-bg-gray{
    background-color: #F8F8FA;
}
.kp-title{
    font-family: "kpmg"
}
.table.table-edge td:first-child, .table.table-edge th:first-child{
    padding-left: 0;
}

/* Modals */
._modal{
    z-index: 999999;
    display: block;
    background: rgba(29, 29, 29, 0.5);
    /* specifically for churn*/
    background: rgba(29, 29, 29, 0.87);
    border: 0px none transparent;
    overflow: hidden;
    visibility: visible;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
._modal-content{
    margin: 2% auto;
}
._modal .card-title{
    font-weight: 600;
}
._modal .form-label{
    font-weight: 400;
}


/* Croppa */
.bosat-croppa {
  border-radius: 50%;
/*    border: 4px solid #eee;  
  background: #eee url("../img/profile.svg") center;
  background-size: cover; */

    background: url("../img/profile.svg") center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;

}
  .bosat-croppa canvas {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%; 
}