/*=========================student-panel====open=========================*/

#half-stars-example {}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 2rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}
 
.rating-group input[type="radio"]~label::before {
     border:none; 
    border-radius: 50%; background: none; 
}

.rating-group input[type="radio"]~label::after {
    content: "";
    height: 7px;
    width: 7px;
    top: 9px;
    left: 5px;
    background:none; 
    border-radius: 50%;
}




.card {
    border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05); margin-bottom: 20px;
}
.round {
    line-height: 64px;
    color:#5e5b5b;
    width: 60px;
    height: 60px;
    font-size: 36px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 10%;
    background: transparent;
}
.box{border: solid 1px #ede9e9; background: #f5f5f5;}
.text-white {
    color: #ffffff !important;
}
.float-right {
    float: right !important;
}
.card h5{ color:#ffd834 !important; padding:0px !important; margin: 0px !important; font-size:30px; }
.dashboard_outer .card p{ color:#a6332e !important;  padding:0px !important; margin: 0px !important;}

.courses__cost-wrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background:#ffd834;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    -moz-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    -ms-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    -o-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    padding:10px 20px 10px;
    margin-bottom:10px;
}

.courses__cost-wrap .title {
    margin-bottom: 0;
    font-size:18px;
    color:#161616;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
}


.student_panel{margin: 0; padding: 0;}
.student_panel li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  align-items: center;
  color:var(--tg-common-color-dark);
  gap: 15px;
  border-bottom: 1px dashed #d93029;
  margin-bottom:10px;
  padding:10px 15px;
  line-height: 1; font-size: 15px;
  background:linear-gradient(163deg, rgb(219 91 86) 0%, rgb(177 32 26) 35%, rgb(199 48 41) 100%);
  border-radius: 6px;
}

.student_panel li:hover {color:var(--tg-common-color-dark); background:linear-gradient(163deg, rgb(199 48 41) 0%, rgb(177 32 26) 35%, rgb(219 91 86) 100%);}








.student_panel li:last-child{border-bottom: none;}


.student_panel li span {
  display: block;
  margin-left: auto;
  color: var(--tg-common-color-gray-3);
}
.student_panel li a {
    color:#fff;
    font-weight:400; display: block;
}
.student_panel li a:hover {
    color:#ffd834;
}
.student_panel li i{margin-right: 10px; color:#ffffff; font-size: 14px;}
.student_panel li :hover i{
    color:#ffd834;
}

.student_panel_active{ color:#ffd834 !important;}
.student_panel_active i{ color:#ffd834 !important;}

.dashboard_outer{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background:#fff;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 15px 35px; margin-bottom: 40px;
min-height: 455px;}





.dashboard_outer h2{font-size: 22px; margin-bottom: 20px;} 
.dashboard_outer h3{font-size: 20px;  padding-bottom: 15px;
    border-bottom: 1px solid #eaeaf1;
    margin-bottom: 30px;
    padding-bottom:10px; color:#585858; font-weight: 400;} 



.form-group {
    margin-bottom: 15px;
}


.dashboard_outer p{margin-bottom: 20px !important; color:#6d6c80;}



.student_panel_outer {
  background:linear-gradient(163deg, rgb(166 51 46) 0%, rgb(177 32 26) 35%, rgb(166 51 46) 100%);
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  margin-left:0px;
  padding: 20px 30px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}
 
 
.form-control {
    display: block;
    width: 100%;
    height:50px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-horizontal .control-label {
    padding-top:12px;
    margin-bottom: 0;
    text-align: right; font-weight: 600;
}
.figure img { border:solid 2px #f3f3f3;
    padding:5px;
    float: right;
    max-width: 100px; border-radius: 50%;
}
.help-block {
    display: block;
    margin-top: 5px; 
    color: #737373;
    font-size: 14px !important;
    text-align: left !important;
}

.booking-table {
    float: left;
    width: 100%;
}

.booking-table > table {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.04);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px rgba(0,0,0,0.04);
}


.booking-table > table thead {
    background:#a6332e;
    color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.04);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    box-shadow: 0 0 30px rgba(0,0,0,.04);
}
.booking-table > table thead th {
    
    padding: 10px 10px;
    font-size: 13px;
    font-weight:500;
    text-align: left;
    text-transform: uppercase;
}
.booking-table > table tbody td {
    padding: 10px 10px;
    font-size: 14px;
    color: #444;
    position: relative;
    text-align: left;
}
.booking-table table tbody td a{font-weight: 600; color:#005d8f;}
.booking-table table tbody td a:hover{color: #00bde5;}

.badge-success {
    background-color: #56c760;
}
.booking-table > table tbody td{
    padding: 0.5rem 0.5rem; 
    border: solid 1px #e5e5e5;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.badge-primary {
    background-color: #c6164f;
}
.badge-secondary {
    background-color: #4CBC9A;
}
.badge-warning {
    background-color: #f0a901;
}

@media (max-width: 768px){
.booking-table {
    overflow-x: scroll;
}

.dashboard_outer{ padding: 20px; }
.figure img {
    float: left;
   
}


 

 .btn {
    user-select: none;
    -moz-user-select: none;
    background: linear-gradient(-90deg, #db3220 0%, #a6332e 100%);
    background-size: 300% 100%;
    border: medium none;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0;
    padding: 16px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    /* box-shadow: 4px 6px 0px 0px #21488f; */
    overflow: hidden;
}
.one-time{color: #fff; background:#2d6c33; padding:3px 6px; border-radius: 4px; font-size: 11px; font-weight: 600; }
.half_yearly{color: #fff; background:#3d8944; padding:3px 6px; border-radius: 4px; font-size: 11px; font-weight: 600; }
.quarterly{color: #fff; background:#4ba753; padding:3px 6px; border-radius: 4px; font-size: 11px; font-weight: 600; }
.monthly{color: #fff; background:#61b569; padding:3px 6px; border-radius: 4px; font-size: 11px; font-weight: 600; }

.my-course {display: flex; align-items: center; justify-content: center; height: 200px; margin-bottom: 10px;}

.my-course img{ max-width: 100%; } 

 
@media (max-width: 768px){
    .my-course img{ max-width: 100%; max-height:150px; } 
}



   
/*=========================student-panel====end=========================*/
