.table-calendar {
    background-color: #ffffff;
    box-shadow: 0 0 11px #bdbdbd5e;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
}

.head-table-calendar {
    background-image: linear-gradient(90deg, #2275a5 1%, #419492);
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.title-table-calendar {
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}

.head-table-calendar.today {
    background-image: linear-gradient(90deg, #702741 1%, #b9143a);
}

a.next-week-calendar, a.back-week-calendar {
    position: relative;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
}

a.next-week-calendar:hover svg, a.back-week-calendar:hover svg {
    color: #ffffff;
}

a.next-week-calendar {
    justify-content: flex-start;
}

a.back-week-calendar {
    justify-content: flex-end;
}

.next-week-calendar i, .next-week-calendar svg {
    z-index: 1;
}

.text-button-calendar {
    opacity: 0;
    z-index: 0;
    font-size: 13px;
    background-color: #fff;
    padding: 1px 3px;
    border-radius: 3px;
    color: #419492;
    position: absolute;
    transition: all .5s ease-in-out;
}

.next-week-calendar .text-button-calendar {
    right: 0;
}

.back-week-calendar .text-button-calendar {
    left: 0;
}

a.next-week-calendar:hover .text-button-calendar {
    opacity: 100;
    right: 26px;
}

a.back-week-calendar:hover .text-button-calendar {
    opacity: 100;
    left: 26px;
}

.all-day-of-week {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.item-table-calendar , .item-table-calendar-head {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.item-table-calendar .date-box {
    padding: 5px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 20px #dadada;
    position: relative;
}

.item-table-calendar .date-box svg, .item-table-calendar .date-box i {
    display: none;
    position: absolute;
    font-size: 30px;
    bottom: -10px;
    color: #6abc77;
}

.item-table-calendar .date-box.active svg, .item-table-calendar .date-box.active i {
    display: block !important;
}

.item-table-calendar .date-box.active {
    background-color: #6abc77;
    color: #fff;
}

.title-of-day {
    background-color: #f5f5f5;
    color: #4d4d4d;
    padding: 5px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.item-table-calendar .date-box .table-calendar-day {
    font-size: 20px;
    font-weight: 500;
}

.mobile-btn-extra-txt {
    display: none;
}
.mobile-item-title {
    display: none;
}
.col-lg-2.mobile-padding {
    text-align: center;
}
.col-lg-1.mobile-padding {
    text-align: center;
}

.item-table-calendar.active {
    animation: mybackground .5s infinite;
}
@keyframes mybackground {
    0% {background: #e9f4fb}
    50% {background: #fff;}
    100% {background: #e9f4fb;}
}

.table-calendar-btn {
    background-color: #6abc77;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: block;
}

@media (max-width: 769px) {
    .col-lg-2.mobile-padding {
        text-align: right;
    }
    .mobile-padding {
        border-bottom: 1px solid #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mobile-padding:last-child {
        border-bottom: none;
    }
    .item-table-calendar {
        border-bottom: 4px solid #4784c6;
    }
    .mobile-item-title {
        color: #6abc77;
        font-weight: 800;
        display: inline-block;
    }
    .item-table-calendar-head {
        display: none;
    }
    .title-of-day {
        display: none;
    }
    .table-calendar-btn {
        background-color: #6abc77;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        display: block;
    }
    .item-table-calendar {
        display: block;
    }
}


/* start myCourse pined item */
.mmycourse {
    margin: 0 -12px;
    padding: 0px 17px;
    padding-top: 7px;
    direction: ltr;
}
.mmycourse .button-item {
    display: flex;
}
.mycourse-title {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.mycourse-title a {
    border-radius: 50px;
    background-color: #f8f8f8;
    padding: 5px 17px;
    border: 1px solid #dedede;
    transition: all .2s ease-in;
    text-align: center;
    font-size: 15px !important;
    margin-bottom: 5px;
    color: #5d5d5d;
}
.mycourse-title a:hover {
    background-color: #4d86b4;
    color: #fff;
}
.mycourse-title .icon {
    margin-left: 10px;
}
.newCard-2020 {
    margin-top: 20px;
}
.newCard-2020 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    position: relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 17px 1px #cecece;
}
.newCard-2020 img {
    height: 75px;
    width: 100%;
}
.newCard-2020 .text  {
    padding: 7px;
    color: #000;
    padding-left: 25px;
}
.newCard-2020 .card-box-link {
    position: relative;
}
.newCard-2020 .pin{
    position: absolute;
    top: 0;
    left: 15px;
}
.newCard-2020 .pin label{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: red;
    color: #fff;
    padding: 5px;
    margin: 0;
    height: max-content;
    width: 30px;
    transition: all .1s ease-in;
}
.newCard-2020 .pin label i, .newCard-2020 .pin label svg{
    margin-bottom: 5px;
}
.newCard-2020 .pin label .pined-text{
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: 700;
    display: none;

}
.newCard-2020 .pin input {
    display: none;
}
.newCard-2020 .item .text h5 {
    font-size: 12px;
    text-align: center;
}
.newCard-2020 .item .text .exp {
    font-size: 12px;
    width: max-content;
    margin: 0 auto;
    padding: 2px 9px;
    border-radius: 29px;
    border: 1px solid red;
    color: red;
    transition: all .3s ease-in;
}
.newCard-2020 .item:hover .text .exp {
    background-color: red;
    color: #fff;
}
.newCard-2020 .c3 a{
    border-radius:0 40px 40px 0;
}
.newCard-2020 .c2 a{
    border-radius: 0px;
}
.newCard-2020 .c1 a{
    border-radius: 40px 0 0 40px;
}

.newCard-2020 .c2 a:hover {
    padding: 5px !important;
    color: #fff !important;
    background-color: #3ba4e4;
}
.newCard-2020 .item .pin input{
    display: none;
}
.newCard-2020 .item .pin .pined-text {
    font-size: 11px;
    transform: rotateZ(-90deg);
    white-space: nowrap;
    margin-top: 13px;
}
.pin input:checked ~ label {
    background-color: #2196F3;
    height: 88px !important;
}
.pin input:checked ~ label .pined-text {
    display: block;
}
.newCard-2020 .title-pined-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.newCard-2020 .title-pined-item div {
    color: #fff !important;
    background-color: #3ba4e4;
    text-align: center;
    width: max-content;
    padding: 5px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.newCard-2020 .title-pined-item div i ,.newCard-2020 .title-pined-item div svg{
    margin-left: 5px;
}
.newCard-2020 .hr {
    margin-top: -37px;margin-bottom: 40px;border-top: 2px solid rgb(59 164 228);
}

@media (max-width: 425px){
    .newCard-2020 .nav-item a{
        width: 90px;
        font-size: 14px !important;
    }
    .newCard-2020 img {
        height: 70px;
        width: 100%;
    }
    .newCard-2020 .item .text .exp{
        font-size: 9px;
    }
    .mmycourse .button-item {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .mycourse-title a {
        width: 200px !important;
    }
    .mycourse-title {
        display: block !important;
    }
}
/* end myCourse pined item */




/** assignment **/

/* assignment  */
.assignment-title {
    border: 1px solid #007bff36;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 9px #eeee;
}

.assignment-title label {
    display: block;
    background-color: aliceblue;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    font-weight: bold;
}

.assignment-body {
    border: 1px solid #ff000036;
    border-radius: 10px;
    box-shadow: 0 0 9px #eeee;
}

.assignment-body label {
    display: block;
    background-color: #ff00001c;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
    margin: 0;
    font-weight: bold;
}

.assignment-body #cke_answer_assignment {
    border: 1px solid #ffe3e3;
}

.assignment-body div.form-group.form-md-line-input {
    padding: 0 !important;
}

.assigment-upload > div {
    border: 1px solid #82e6ef;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 9px #82babf96;
}

.assigment-upload > div label {
    display: block;
    background-color: #32c5d257;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
    margin-top: -1px;
    font-weight: bold;
    color: #5d5d5d !important;
}

.assigment-upload > div ._form_uploader {
    margin: 20px;
}

.assignment-afterupload {
    padding: 10px;
    box-shadow: 0 0 3px #cec7c7;
    margin-top: 15px;
    background-color: white;
    border-radius: 10px;
}

.assignment-afterupload .title {
    color: #fff;
}

.assignment-afterupload .title td {
    background-color: #483e3e;
    border-top: none;
}

.assignment-afterupload .title td:first-child {
    border-top-right-radius: 10px;
}

.assignment-afterupload .title td:last-child {
    border-top-left-radius: 10px;
}

.assignment-uploader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.assignment-uploader .input {
    display: none;
    width: 100%;
    height: 39px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #dc3545;
}

.assignment-uploader .input .custom-input {
    background: none;
    padding: 0;

}

.assignment-uploader .input .custom-input .filename {
    position: absolute;
    right: 184px;
    top: 10px;
    font-size: 12px;
}

.assignment-uploader .input .custom-input::before {
    content: "فایل خود را انتخاب کنید ...";
    position: absolute;
    display: block;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 13px;
    color: #FFF;
    background-color: #32c5d2;
    border-radius: 6px;
    top: 4px;
    right: 7px;
    box-shadow: 0 0 2px #fff;
}

.assignment-uploader .input .custom-input input {
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.assignment-uploader .input input {
    border-color: #dc3545 !important;
    border-radius: 5px !important;
}

#form_feature .col-md-12.mt-4 {
    display: flex;
    flex-direction: inherit;
    justify-content: flex-end;
}
#form_feature .col-md-12.mt-4 .btn {
    margin-right: 10px;
}
.assignment-uploader .button button {
    border-radius: 2px 0 0 2px;!important;
    margin-left: 5px;
}

.assignment-uploaded {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    align-items: center;
    padding: 8px 14px;
    margin-top: 8px;
    background-color: #dc3545;
    color: #ffffff;
}

.assignment-uploaded p {
    margin: 0;
    padding: 0;
}

.assignment-uploaded ._delete_file_uploaded {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.assignment-uploaded ._delete_file_uploaded i {
    margin-left: 5px;
}

.assignment-btn {
    border-radius: 4px !important;
    background-color: #2db9c7 !important;
    border: 1px solid #30adb9;
    color: #fff;
}

.assignment-btn:hover {
    background-color: #269fab !important;
    border: 1px solid #29a1ad;
    color: #fff;
}

.assignment-btn-manage {
    direction: rtl;
    border-radius: 4px !important;
    background-color: #df3979 !important;
    border: 1px solid #ca2e6a;
    color: #fff;
}

.assignment-btn-manage:hover {
    background-color: #c12d66 !important;
    border: 1px solid #df3979;
    color: #fff;
}

.assigment-score div.form-group.form-md-line-input, .assigment-publish div.form-group.form-md-line-input {
    border: 1px solid #41a0da;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 9px #41a0da75;
    padding-top: 0 !important;
    margin-top: 15px !important;
    padding: 0 !important;
}

.assigment-score div.form-group.form-md-line-input label, .assigment-publish div.form-group.form-md-line-input label {
    background-color: #41a0da;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    margin-top: -1px;
    font-weight: bolder;
}

.assigment-score label, .assigment-publish label {
    text-align: right;
}

.assigment-publish {
    margin-bottom: 20px;
}

.assigment-score .help-block, .assigment-publish .help-block {
    display: none;
}


.tamrin .grid-filter {
    margin-top: 80px;
    z-index: 0;
}

.tamrin .open-filter-form {
    margin-right: 10px;
}

.tamrin .grid-filter .panel-default {
    box-shadow: 0 0 3px #cec7c7 !important;
    margin-top: 15px;
    background-color: white;
    border-radius: 10px;
}

.tamrin .grid-filter .panel-default > .panel-heading {
    color: #fff;
    background-color: #483e3e;
    border-radius: 10px 10px 0 0;
}

.tamrin .grid-filter .panel-default .panel-body {
    padding: 10px;
}

.tamrin .grid-filter .panel-default .panel-body .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tamrin .grid-filter .panel-default .panel-body .form-group label {
    font-weight: bold;
}

.tamrin .grid-filter .panel-default .panel-body .form-group .col-md-6.col-md-offset-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tamrin .grid-filter .panel-default .panel-body .form-group .col-md-6.col-md-offset-4 #filter-form-reset {
    margin-right: 5px;
}



/** message **/
.message-box {
    background-color: #3898dd;
    border-radius: 5px;
    padding: 3px;
    box-shadow: -1px 1px 9px #3798dc5e;
    margin-bottom: 10px;
}

.message-box.red {
    box-shadow: -1px 1px 9px #e7505a45;
    background-color: #e7505a;
}

.title-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 12px #105688a8;
    z-index: 1000;
    position: relative;
}

.title-message div {
    display: flex;
    align-items: center;
    width: 100%;
}

.title-message img {
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    margin-left: 5px;
    box-shadow: 1px 2px 5px #c3c3c3;
}

.title-message .author {
    width: auto;
    white-space: nowrap;
    font-size: 11px;
    background-color: #3898dd1a;
    color: #3897dc;
    border-radius: 50px;
    padding: 1px 9px;
    justify-content: center;
    width: 95px;
}

.title-message .author span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-box .title-message-text {
    font-size: 16px;
    margin-right: 5px;
    border-right: 1px solid;
    color: #3798dc;
    font-weight: 700;
    padding: 8px;
    text-align: justify;
    overflow: hidden;
}

.message-box .title-message-text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-box.red .title-message-text {
    color: #e7505a;
}

.message-box.red .title-message .author {
    background-color: #e7505a21;
    color: red;
}

.message-box .title-message-text .message {
    font-size: 18px;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.message-box .message-content {
    border: 1px dashed #3798dc;
    margin: -2px 1px 1px 1px;
    background-color: #fff;
    text-align: right;
    padding: 24px;
    line-height: 15px;
    font-size: 15px;
    display: none;
}

.message-box.red .message-content {
    border: 1px dashed #e7505a
}

.message-box.red .title-message {
    box-shadow: 0 0 12px #e7505a45;
}

.message-replay {
    text-align: right;
}

.message-replay .assignment-uploader .input {
    display: none;
}

.message-replay .assignment-uploader .button {
    margin-right: unset !important;
}

.title-message .date {
    font-size: 11px;
    text-align: left;
    display: block !important;
}

.title-message .handler-message {
    position: absolute;
    left: 6px;
    top: 8px;
    font-size: 20px;
    color: #348ccf;
    cursor: pointer;
    z-index: 1000;
}
textarea {
    border: 1px solid #c2cad8 !important;
}
.message-box.red .title-message .handler-message {
    color: #e7505a;
}

.message-box .title-message .title-user-info {
    display: flex;
    width: auto;
}

.message-box.show .message-content {
    display: block;
}

.message-box.show .handler-message i {
    transform: rotate(180deg);
}

.message-replay {
    background-color: #fff;
}

.mmsg .top-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.mmsg .top-buttons a, .mmsg .top-buttons button {
    margin-right: 5px;
}

.mmsg .top-buttons a i, .mmsg .top-buttons button i {
    margin-left: 5px;
}

.mmsg .grid-filter .panel-default {
    margin-top: 20px;
}

.mmsg .grid-filter .panel-body fieldset {
    margin-top: 20px;
}

.mmsg .grid-filter .panel-body .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mmsg .grid-filter .panel-body .form-group .col-md-6 .control-label {
    display: flex;
    margin-bottom: -6px;
    margin-top: 10px;
}

.mmsg .grid-filter .panel-body .form-group .col-md-6.col-md-offset-4 {
    display: flex;
}

.mmsg .grid-filter .panel-body .form-group .col-md-6.col-md-offset-4 button {
    margin-right: 5px;
}

.mmsg .grid-filter .panel-body .form-group .cls-date_from, .mmsg .grid-filter .panel-body .form-group .cls-date_to {
    flex-flow: row-reverse;
    width: 100%;
}

.mmsg .actions i {
    color: #fff !important;
}

.mmsg table td.actions{
    white-space: nowrap;
}
.mmsg .conversation-number{
    background: #34a3b8;
    border-radius: 50px;
    color: #ffffff;
    min-width: 20px;
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    justify-content: center;
}


.mmsg .bold {
    background-color: #e0e0e0;
}
.mmsg .bold .conversation-number{
    animation-name: example;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0%   {background-color: #dc4646;}
    50%  {background-color: #4789ee; transform: scale(1.2)}
    100%   {background-color: #dc4646;}
}

@media screen and (max-width: 768px) {
    .title-message div {
        flex-direction: column;
        justify-content: flex-start;

    }

    .message-box .title-message .title-user-info {
        align-self: flex-start;
        flex-direction: initial;
    }

    .message-box .title-message-text {
        margin-bottom: 5px;
        border-top: 1px solid;
        border-right: none;
    }

    .title-message .date {
        text-align: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .mmsg .top-buttons {
        flex-direction: column;
    }

    .mmsg .top-buttons button, .mmsg .top-buttons a {
        min-width: 200px;
        margin-bottom: 5px;
    }
    .mmsg table td {
        white-space: nowrap;
    }


}



body .dashboard .container .row .d-grid .dashboard-content {
    padding: 50px 20px !important;
}
@media screen and (max-width: 768px) {
    .assignment-afterupload tr td:nth-child(3),.assignment-afterupload tr td:nth-child(4){
        display: none!important;
    }
    .file_result_box table tr td:nth-child(1),.file_result_box table tr td:nth-child(3) {
        display: none !important;
    }
    .file_result_box table tr th:nth-child(1),.file_result_box table tr th:nth-child(3) {
        display: none !important;
    }
}







body .slider-courses .card-box .card-course .btn-card .price_number {
    background: none !important;
    color: #4d4c50 !important;
    padding: 0 !important;
    font-size: 28px !important;
    letter-spacing: -2.5px !important;
}
body .slider-courses .card-box .card-course .btn-card .price_code{
    background: none !important;
    color: #4d4c50 !important;
    padding: 0 !important;
    margin: 0 !important;
}
body .slider-courses .card-box .card-course .wrapper-discount-slider .cost-discount-slider{
    font-size: 13px;
    padding-right: 30px;
    margin-bottom: -15px;
    margin-top: 5px;
}


.card-box .category {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 100;
    opacity: .77;
    transition: all .2s ease;
}
.card-box:hover .category {
    opacity: 1;
}
.card-box .category span {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff;
}
.card-box .category .dvd {
    background-color: #ee5253;
}
.card-box .category .webinar {
    background-color: #0abde3;
}
.card-box .category .online {
    background-color: #10ac84;
}
.card-box .category .attend {
    background-color: #ff9f43;
}
.card-box .category .package {
    background-color: #222f3e;
}

.card-box .offer-badge {
    background-image: url(../images/badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 13px;
    transform: rotate(
            333deg
    );
    left: 9px
}
.card-box .offer-badge .percent {
    font-size: 20px;
    font-weight: 600;
    margin-top: -3px;
}
.card-box .offer-badge .percent span {
    font-size: 14px;
    font-weight: 500;
}
.card-box .offer-badge .offer-text {
    font-size: 12px;
    margin-top: -11px;
}



.enrollment-filter-sidebar {
    border-radius: 10px;
    border-top: 3px solid #4d86b4;
    box-shadow: 0px 0px 2px 0px rgba(48, 48, 48, 0.38);
    margin: 20px 0; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-head {
    text-align: right;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px 10px;
    color: #444; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-head label {
    margin: 0; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body {
    font-size: 13px; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .all-enrollment {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .all-enrollment a {
    display: block;
    text-align: center;
    padding: 7px;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .all-enrollment a:hover {
    background-color: #2d4a69;
    color: #fff; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a {
    background-color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #5d5d5d;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    transition: all .3s ease-in-out; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a i, .enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a svg {
    color: #5d5d5d;
    font-size: 20px;
    margin-left: 8px;
    cursor: pointer; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a .hover, .enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a .after {
    display: none !important;
    transition: all .3s ease-in-out; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a:hover {
    background-color: #f6f6f6; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a:hover .before {
    opacity: 0 !important;
    display: none !important; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item a:hover .hover {
    opacity: 100% !important;
    display: flex !important; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active {
    background-color: #2d4a69 !important;
    color: #fff; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active i, .enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active svg {
    color: #fff; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active .after {
    display: flex !important; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active .before {
    display: none !important; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active:hover .before {
    display: none !important; }
.enrollment-filter-sidebar .enrollment-filter-sidebar-body .item-enrollment .item .active:hover .hover {
    display: none !important; }





/** credit **/
.wallet-balance {
    direction: rtl;
    background-color: #352c49;
    padding: 10px 12px;
    margin-bottom: 26px;
    border-radius: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: -1px 5px 20px #cbcbcb;
}
.wallet-balance .icon {
    background-color: #6b5a8f;
    width: 30px;
    display: inline-flex;
    height: 30px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.wallet-balance .amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wallet-balance .amount .amount-text {
    font-size: 14px;
}
.wallet-balance .amount .amount-number {
    margin-left: 10px;
    font-size: 19px;
    background-color: #473b63;
    padding: 0px 20px;
    border-radius: 50px;
}
.wallet-balance .credit-pay .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
}

.credit-menu {
    background-color: #352c49;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: right;
    direction: rtl;
}
.credit-menu .icon {
    background-color: #6b5a8f;
    width: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.credit-menu .icon i, .credit-menu .icon svg {
    font-size: 12px;
}
.creditplus .form-group{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.creditplus .control-label{
    background-color: #352c49 !important;
}
.creditplus .control-label {
    background-color: #352c49 !important;
    color: #fff;
    padding: 8px 15px;
}


/* errors */
.error-image img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

.error-title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    word-spacing: -2px;
    margin-bottom: 70px;
    margin-top: -50px;
    color: #395484;
    text-shadow: 1px 0px 2px #244a84;
}



