.action_button_course{
    float:right;
}

.fileinput-new,.next_btn{
    color: #fff !important;
}

.container.star_listing .dataTables_wrapper .row {
    background: #fff;
}

.container.star_listing .dataTables_wrapper .row:first-child {
    margin: 15px 0 0 0;
    padding-top: 20px;
}

.container.star_listing .dataTables_wrapper .row:nth-child(2){
    overflow: auto;
    max-width: 100% !important;
    margin: 0 !important;
}

.container.star_listing .dataTables_wrapper .row:nth-child(2) > div {
    padding: 0;
}

.container.star_listing .dataTables_wrapper .row:last-child {
    margin: 20px 0;
}

.container.star_listing .dataTables_wrapper .dt-responsive tr td, .container.star_listing .dataTables_wrapper .dt-responsive tr th{
    min-width: 100px;
}

.container.star_listing .dataTables_wrapper .dt-responsive tr th, .container.star_listing .dataTables_wrapper .dt-responsive tr td {
    padding: 4px 10px !important;
    height: 30px !important;
    color: #a1a5b7;
    background: #fff;
    border: 0 !important;
}

.container.star_listing .dataTables_wrapper .dt-responsive thead tr {
    border: 0;
    outline: 0 !important;
    border-bottom: 1px solid #fafafa ;
    margin: 0 !important;
}

.container.star_listing .dataTables_wrapper .dt-responsive tr {
    margin: 4px 0;
    outline: 1px solid #fafafa !important;
    border: 0;
}

.container.star_listing .page_heading {
    background: #fff;
    margin: 50px 0 20px 0;
    padding: 15px;
}

.container.star_listing .upload_csv .action_button_course {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    height: 22px;
}

.container.star_listing .upload_csv {
    background: #fff;
    padding: 15px 10px;
    width: 100%;
    margin: 15px 0;
}

.container.star_listing .upload_csv > a {
    background: #009ef7;
    padding: 10px 20px;
    color: #fff;
}

.container.star_listing .upload_csv > a > i {
    color: #fff;
}

.container.star_listing .custom-select-sm.form-control {
    min-width: 50px;
}

.container.star_listing .dataTables_length label {
    margin-bottom: 0;
}

.container.star_listing  .paginate_button.page-item  {
    padding: 4px 8px;
}

.advisor-profile-wrap{
    margin-bottom: 30px !important;
}
.colored_stars{
    color:#FFA500;
}
.non_colored_stars{
    color:#D3D3D3;
}

.advisor-profile-wrap .advisor-left {
        padding: 25px;
        background: url("../../../../images/plain-bg.png") center center no-repeat;
    }
    .advisor-profile-wrap .advisor-left img {
        width: 100%;
        object-fit: cover;
        max-width: 120px;					 
        display: flex;
        justify-content: center;
    }
    .advisor-profile-wrap .advisor-left p {
        border-radius: 20px;
        border: 1px solid #005088;
        max-width: 250px;						 
        font-size: 14px;
        color: #fff;
        padding: 10px 0;
        height: 30px;
        display: flex;
        align-items: center;
    }
    .advisor-profile-wrap .advisor-left p span {
        padding: 5px 10px;
    }
     .advisor-profile-wrap .advisor-left p span:first-child{
        font-weight: 500;
        background: #005088;
        border-radius: 20px;
        padding: 5px 10px;
        display: block;
        min-width: 80px;
     }
     .advisor-profile-wrap .advisor-right {
        padding: 25px 40px;
        background: #F2F5FA;
     }
     
     .advisor-profile-wrap .advisor-right ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        padding: 0;
     }
    
     .advisor-profile-wrap .advisor-right .advisor-tabs {
        flex: 0 0 40%;
        margin-right: 20px;
     }
     .advisor-profile-wrap .advisor-reviews-stars {
        background: #fff;
        flex: 0 0 60%;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
     }
     .advisor-profile-wrap .advisor-reviews-stars p {
        display: flex;
        flex-direction: column;
     }
     .advisor-profile-wrap .overall-score {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 25px auto 0 auto;
     }
     .advisor-profile-wrap .overall-score  p {
        margin: 0 10px;
        color: #181c32;
        font-size: 18px;
        font-weight: 700;
     }
     .advisor-profile-wrap .advisor-right {
        padding: 25px 40px;
        background: #F2F5FA;
     }
     .advisor-profile-wrap .advisor-right li {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #005088;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    margin: 10px auto 10px 0;
    overflow: hidden;
    width: 80%;
}
.advisor-profile-wrap .advisor-right li span:first-child {
    font-weight: 600;
    background: #DCEAF7;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}
.advisor-profile-wrap .advisor-right li span:last-child {
    font-size: 22px;
    width: 100%;
    padding-top: 10px;
    color: #000;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 20px;
}
.advisor-reviews-stars > p > span:first-child{
    padding-bottom:6px;
    font-weight:600;
}
.advisor-profile-wrap .advisor-right h3 {
    color: #145483;
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
}
.advisor-profile-wrap .overall-score p {
    margin: 0 20px 0 0;
    color: #145483;
    font-size: 22px;
    font-weight: 700;
}
span.overall-score-bg {
    color:#fff;
    font-weight:bold;
    font-size:20px;
    width: 50px;
    height:35px;
    display:inline-block;	
}
.overall-stars-wrap{
    background: white;
    padding-right: 10px;
}
span.advisor-ovrall-stats {
    background: #fff;
    max-width: 200px;
    height: 35px;
    padding-right: 10px;
    margin: 0 auto;
}

.overall-stars-wrap {
    position:relative;
}
.overall-stars-wrap-sec {    
     min-width: 90px;
    display: inline-block;
}

span.overall-score-bg {
    background: #f6971f;
    position: relative;
    left: -10px;
}

.overall-stars-wrap:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 19px solid #f6971f;
  border-top: 16px solid transparent;
  border-bottom: 19px solid transparent;
}

.overall-stars-wrap:before {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
span.overall-stars-bg {
    margin-left: 10px;
}
.overall-stars-wrap-badge {
    position:relative;
    display: block;
    /* background: #fff; */
}

.overall-stars-wrap-badge .overall-score-bg {
    background: #f6971f;
    position: relative;
    left: -13px;
    margin-right: 20px;
}

.overall-stars-wrap-badge:after {
  content: "";
  position: absolute;
  left: 48px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 19px solid #f6971f;
  border-top: 16px solid transparent;
  border-bottom: 19px solid transparent;
}

.overall-stars-wrap-badge:before {
  content: "";
    position: absolute;
    right: -28px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
}
.advisor-profile-wrap .advisor-right li:nth-child(even) span:first-child{
    background: #F9ECE6;
}

.advisor-profile-wrap .advisor-left img {
    margin: 10px auto 30px auto;
}

.advisor-profile-wrap .advisor-left p {
    margin: 15px auto;
}
.advisor-profile-wrap .advisor-left p:nth-child(3){
    margin-top: 30px !important;
}
span.fileinput-filename {
    color:black;
}
.advisor-profile-wrap .advisor-left{
    background-size:cover;
}
.advisor-profile-wrap .advisor-right h3{
    text-align:center;
}
#whatsapp_email::-webkit-inner-spin-button,
#whatsapp_email::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.colored_stars{
    color:#FF9529;
}
@media(max-width:767px){
    .advisor-profile-wrap .advisor-right li{
        width:100%;
    }
    .advisor-profile-wrap .advisor-right .advisor-tabs{
        margin-right:0;
    }
    .advisor-profile-wrap .overall-score{
        flex-direction:column;
    }
    .advisor-profile-wrap .overall-score p{
        margin-bottom:10px;
    }
}