@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{padding: 0px; margin: 0px;}
html{overflow-x: hidden;}
body,h1,h2,h3,h4,h5,h6,p,span,a,li,ul,hr{
    font-family: 'Poppins', sans-serif;
}
.wrapper{
    margin-top: 10px;

}
/*Start Slider*/
.sidebar{
    background-color: rgba(0, 103, 171, 0.1);
    padding: 13.2px 0 75px;
    border-radius:10px ;
    margin-left: 20px;
}

.sidebar hr {
    margin: 13.5px 0 0;
    border: solid 0.5px #e1e1e1;
}
.sidebar ul li{
    margin-bottom: 30px;
}

.sidebar .title {
    color: #5a5a5a;
    font-weight: bold;
}

.sidebar a{
    color: #5a5a5a;
    
}

.sidebar i{
    margin-right: 5px;
    color: #0067ab !important;
}

.sidebar .active{
    background-color: rgba(0, 103, 171, 0.1) !important;
    font-weight: bold;
    color: #0067ab !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .logout{
    font-weight: bold;
    color: #ed254e !important;
  }
/*End Slider*/


/* Start NavBar */
.NavBar{
    background-color: rgba(0, 103, 171, 0.1);
    border-top-left-radius:10px ;
    border-bottom-left-radius:10px ;
    border-top-right-radius:10px ;
    border-bottom-right-radius:10px ;
}

.NavBar .d-flex.form-control {
    flex-direction: row-reverse;
}

.border-hover-0:focus{border: 0;}
.NavBar .info-logo {
    width: 25%;
}
.NavBar .line{
    border: solid 0.5px #c5c5c5;
    width: 0;
    height: 30px;
    margin-right: 10px;
}
.NavBar img{
    border: 3px solid #fff;
}

.NavBar .bell{background-color: #fff; padding: 10px; border-radius: 50%; color: #0067ab    ;}
/* End NavBar */


/* Start Login */
.bg-shade{
    background-color: #0067ab !important;
}
.bg-lite-blue{
    background-color: rgba(0, 103, 171, 0.1) !important;
}

.forget{
    margin-bottom: 15px;
    float: right;
    font-weight: 750;
}

.dataTable{
    border: 1px solid rgba(0, 103, 171, 0.5);
    border-radius: 20px;
}
.table {
    border-collapse: separate;
    border-spacing: 0 15px;
}
.table thead th{border: 0 ;}
.table td:not(.dynamic_field td)
{
    color: #0067ab !important;
    font-weight: bold;
    border-top: 1px solid rgba(0, 103, 171, 0.5) !important;
    border-bottom: 1px solid rgba(0, 103, 171, 0.5);
}
.table td:first-child{
    border-left: 1px solid rgba(0, 103, 171, 0.5) !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.table td:last-child{
    border-right: 1px solid rgba(0, 103, 171, 0.5) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.dynamic_field td,.dynamic_field td:first-child,.dynamic_field td:last-child{border: 0 !important; border-radius: 0;}

.border-shade{
    border: 1px solid rgba(0, 103, 171, 0.5) !important;

}

.btn-icon{
    border: 1px solid #0067ab !important;
    margin-left: 10px;
    color: #0067ab !important;
}


/* End Login */

/* Home */

.overlay{
    background: linear-gradient(0deg, rgb(0, 103, 171, 0.7), rgb(0, 103, 171, 0.7)), url('/img/doctor_nurses.jpg') no-repeat;
    background-size: cover;
    height: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Welcome-to-Servier-Oncology {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    width: 20%;
    margin-left: 20%;
  }

  .Ellipse-7 {
    width: 75px;
    height: 75px;
    border: dashed 0.5px #0067ab;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Ellipse-7 span{
    font-weight: bold;
    color: #ed254e !important;
    font-size: 25px;
  }

  .ACCOUNT {
    text-align: center;
    font-weight: 300;
    color: #0067ab;
    margin-top: 20px;
    font-family: Poppins;

  }

/* Home */


/* Account */
.account-show-title{
   
    font-family: SegoeUI;
    font-weight: bold;
    color: #0067ab;
}

/* .stakeholder td,.stakeholder th {width: 10%;padding: 0px; padding-right: 8px;} */
.dataTable.stakeholder {overflow-x: scroll;}
/* Prescriber */

/* Prescriber */
/* Account */


/* Profile pic */
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}
.profile-pic input {
    display: none;
}
.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
}
.profile-pic .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
}
.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
}
.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}


/* Profile pic */

/* Chart Dev */
.chartdiv {
    width: 50%;
    height: 500px;
}  

/* Chart Dev */
