/************************************/
/*User Dashboard Starts*/
/************************************/
.schedule-list-heading {
    background: linear-gradient(92.28deg, #827ABB 15.09%, #827ABB 89.9%);
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 5px;
    padding: 5px;
    color: #000;
    text-align: left;
}
.schedule-list-content {
    font-size: 13px;
    font-weight: normal;
    line-height: 5px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    /*margin-bottom: 10px;*/
    /*padding-bottom: 10px;*/
}
.calender-wrapper{
    overflow: auto;
    padding: 0px 15px;
    margin: 10px 0;
}
.week-box-body {
    width: 100%;
}
.join-session {
    color: #747474;
    font-size: 10px;
    text-decoration: none;
    text-align: end;
    padding-top: 5px;
}

.end-session {
    color: red;
    font-size: 10px;
    text-decoration: none;
    text-align: end;
    padding-top: 5px;
}


.dashboard-left-sidebar{
    border: 1px solid #80808026;
    border-radius: 5px 5px 0px 0px;
}

.upcoming-session .upcoming-session-details:nth-child(odd) {
    background-color: #FFF;
}


.upcoming-session .upcoming-session-details:nth-child(even) {
    background-color: #b7b5c94f;
}


.upcoming-session-heading{
    text-align: center;
    background: #827ABB;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
}
.upcoming-session-heading h5{
    margin-bottom: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}
/*.upcoming-session > .odd {*/
/*    background-color: #FFF;*/
/*}*/
/*.upcoming-session > .even {*/
/*    background-color: #FFF8EB;*/
/*}*/
.upcoming-session-details{
    padding: 10px;
}
.upcoming-session-details p{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.upcoming-session-details h5{
    text-align: right;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
.upcoming-session-details h6{
    text-align: right;
    font-style: normal;
    font-size: 11px;
}
.upcoming-session-details > .session-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #827ABB;
}


.session-history .session-history-details:nth-child(odd) {
    background-color: #FFF;
}


.session-history .session-history-details:nth-child(even) {
    background-color: #b7b5c94f;
}


.session-history-heading{
    background: #827ABB;
    border-radius: 5px 5px 0px 0px;
}
.session-history-heading-left h5{
    text-align: start;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
}
.session-history-heading-right p {
    text-align: end;
    font-style: normal;
    color: white;
    font-size: 15px;
}
/*.session-history > .odd {*/
/*    background-color: #FFF;*/
/*}*/
/*.session-history > .even {*/
/*    background-color: #FFF8EB;*/
/*}*/
.session-history-details{
    padding: 10px;
}
.session-history-details p{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.session-history-details h5{
    text-align: right;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
.session-history-details h6{
    text-align: right;
    font-style: normal;
    font-size: 11px;
}
.session-history-details .row > .col > .session-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #827ABB;
}

.session-schedule-title {
    font-size: 20px;
}


.session-schedule-button {
    width: 150px;
    color: #fff;
    background-color: #827ABB;
    border: 1px solid #827ABB;
    border-radius: 5px;
}
.session-schedule-button-svg {
    margin-right: 5px;
}
.session-appointment{
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    background: #827ABB;
    padding: 5px 15px;
    color: #fff;
    border: 3px solid #827ABB;
    transition: 0.5s;
}
/************************************/
/*User Dashboard Ends*/
/************************************/
/**************************************************/
/*Session History + Payment History Starts*/
/**************************************************/
.table-shadow {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.table-header {
    background-color: #827ABB;
}
table thead tr th{
    padding: 20px 20px !important;
}
table th:first-child{
    border-radius: 5px 0px 0px 0px;
}
table th:last-child{
    border-radius: 0px 5px 0px 0px;
}
.pagination_rounded,
.pagination_square {
    display: inline-block;
}
.pagination_rounded ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.pagination_rounded li:first-child {
    margin-left: 0px
}
.pagination_rounded ul li {
    float: left;
    margin-left: 20px
}
.pagination_rounded ul li a:hover {
    background: #827ABB;
    color: #fff;
    border: 1px solid #827ABB;
}
a:link {
    text-decoration: none
}
.pagination_rounded .prev {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    box-shadow: 0 4px 4px 0px rgb(255, 255, 255);
}
.pagination_rounded ul li a {
    float: left;
    color: #000;
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    border: 1px solid #e0e0e0;
    background-color: #E0DBD1;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pagination_rounded .next {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    box-shadow: 0 4px 4px 0px rgb(255, 255, 255);
}
.visible-xs {
    display: none !important
}
.header-breadcrumb {
    background-color: #FFF9ED;
    border-radius: 0px 0px 5px 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000 !important;
}
.search-input {
    border: 1px solid #827ABB;
    float: right;
}
/**********************************************/
/*Session History + Payment History Ends*/
/**********************************************/

.make-appointment-input[type=text] {
    border: 2px solid #827ABB;
    border-opacity: 46%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #666 !important;
}


input.make-appointment-radio-button[type=radio]:after {
    background-color: #827ABB !important;
    display: inline-block;
    visibility: visible;
    border: 2px solid #827ABB !important;
}

input.make-appointment-radio-button[type=radio]:checked:after  {
    background-color: #827ABB !important;
    display: inline-block;
    visibility: visible;
    border: 2px solid #827ABB !important;
}

select.session-type-select, select.schedule-type-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../img/arrow_drop_down_circle.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    box-shadow: 0px 0px 0px 2px #827ABB;/*, 0.46*/
    color: #000;
    border-radius: 10px;
}


input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border:2px solid #827ABB !important;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px white inset;
}

input[type='radio']:hover {
    /*box-shadow:0 0 5px 0px orange inset;*/
}

input[type='radio']:before {
    content:'';
    display:block;
    /*width:60%;*/
    /*height:60%;*/
    margin: 20% auto;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background: #827ABB;
}


.booking-column {
    border-right: 1px solid #827ABB;
}


.vdp-datepicker__calendar {
    border: 1px solid #fff;
}


.one-item.slot label {
    border: 1px solid #827ABB;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.two-items.slot label {
    width: 50%;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #827ABB;
}


.two-items-slot-button {
    background-color: #827ABB !important;
    color: #fff;
    text-align: center;
}


.ui-datepicker .ui-datepicker-next .ui-icon {
    background: url(../images/arrow-left.png);
    width: 50px;
    height: 50px;
}

#MakeAppointmentModal .shadow {
    box-shadow: 0px 0px 20px 5px #827ABB !important;
}

.vdp-datepicker__calendar {
    border: 1px solid #fff !important;
    margin: 0 auto !important;
}


.booking-column .back-icon {
    background-color: #827ABB;
    border: 1px solid #827ABB;
}

.vdp-datepicker__calendar .cell.selected {
    background: #827ABB !important;
    border-radius: 50%;
    font-weight: bold;
}


.vdp-datepicker__calendar .cell.weekend {
    background: #FFF4DE;
    border-radius: 50%;
    font-weight: bold;
}

.vdp-datepicker__calendar .cell.day {
    background: #ccc6f279;
    border-radius: 50%;
    font-weight: bold;
}

.vdp-datepicker__calendar .cell.blank {
    background: #fff !important;
}

.vdp-datepicker__calendar .cell.disabled {
    background: #fff !important;
}

div.form-row.booking-appointment-show-input {
    margin-right: 0px;
    margin-left: 0px;
}


.user-authentication {
    margin: 0 auto !important;
}


.user-authentication fieldset {
    border: 2px solid #827ABB;
    border-opacity: 46%;
}

.user-authentication .modal-user-login-button {
    background: white !important;
    box-shadow: 0px 0px 20px 5px rgb(255 179 21 / 50%) !important;
    color: #000 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
}


.user-authentication .modal-user-register-button {
    background: white !important;
    box-shadow: 0px 0px 20px 5px rgb(255 179 21 / 50%) !important;
    color: #000 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
}

.registration-area {
    /* box-shadow: 0px 0px 20px 5px rgb(255 179 21 / 50%) !important; */
}

.student-registration-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.question-feed {
    background-color: #FFF8EB;
    color: #827ABB;
}

.live-appointment-feed {
    margin-left: 0px;
    margin-right: 0px;
}

.section-title {
    border-left: 10px solid #F7F7F7;
}

.profile-submit-button {
    background-color: #827ABB;
    border-color: #827ABB;
    border-radius: 3px;
}

.profile-submit-button:hover {
    background-color: #827ABB;
    border-color: #827ABB;
    border-radius: 3px;
}

/*.availability-routine-update-button {*/
/*    background-color: #827ABB;*/
/*    border-color: #827ABB;*/
/*    border-radius: 3px;*/
/*}*/

/*.availability-routine-update-button:hover {*/
/*    background-color: #827ABB;*/
/*    border-color: #827ABB;*/
/*    border-radius: 3px;*/
/*}*/

.acc {
    border-radius: 3px;
}

footer {
    display: none!important;
}

input[type=file]::file-selector-button {
    background-color: #827ABB;
    border: 2px solid #827ABB;
}

input{
    border: 2px solid #827ABB !important;
    border-opacity: 46% !important;
}

li.menu-margin {
    margin-top: 10px;
}

.availability-update-button {
    background-color: #827ABB;
    border: 2px solid #827ABB;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
}

.availability-update-button:hover {
    background-color: #827ABB;
    border: 2px solid #827ABB;
    border-radius: 3px;
}

select.schedule-type-select-consultant{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F7F7F7;
    background-image: url("../img/arrow_drop_down_circle.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 2px solid #827ABB;
}

.schedule-duration-consultant {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F7F7F7;
    background-image: url("../img/arrow_drop_down_circle.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 2px solid #827ABB;
}

.schedule-type-edit-button {
    color: #fff;
    background-color: #827ABB;
    border-color: #827ABB;
}

.schedule-type-edit-button:hover {
    background-color: #827ABB;
    border-color: #827ABB;
}


.login-register-button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    padding: 3px 20px;
    background: #827ABB!important;
    opacity: 100% !important;
    border: 1px solid #827ABB!important;
    font-weight: 600;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.title-area img {
    border: 0px !important;
}

.modal-header {
    border-bottom: 1px solid #827ABB !important;
}

.modal-footer {
    border-top: 1px solid #827ABB !important;
}

p.view-details {
    color: #827ABB;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    text-align: end;
    padding-top: 5px;
    margin-bottom: 0px !important;
}

.modal-footer-bottom {
    text-align: center;
}
.modal-header {
    border-color: #827ABB;
}
.modal-content-inner p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
}
div.modal-body {
    font-size: 1rem !important;
}
.session-details-btn {
    padding: 1px 20px;
    background: #827ABB;
    border: 1px solid #827ABB;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 22px;
    box-shadow: 0px 1px 4px #474032;
}


.teacher-dashboard-modal {
    max-width: 670px !important;
}

.secondary-nav ul li a {
    color: #ffffff !important;
}