﻿/*Designed and developed by RIRA Co.
طراحی و توسعه انجام شده توسط شر کت ریرا*/
@font-face {
    font-family: 'Irsans';
    src: url('../../fonts/IranianSans/IranianSans-Light/IranianSans-Light.eot');
    src: url('../../fonts/IranianSans/IranianSans-Light/IranianSans-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/IranianSans/IranianSans-Light/IranianSans-Light.woff') format('woff'), url('../../fonts/IranianSans/IranianSans-Light/IranianSans-Light.ttf') format('truetype');
}

body {
    font: 12px/20px 'Irsans';
    background: #fafafa;
}

a {
    text-decoration: none;
}

[v-cloak] > * {
    display: none;
}

.v-card-custom {
    display: flex !important;
    flex-direction: column;   
}

.v-card-text-custom {
    flex-grow: 1;
    overflow: auto;
}

.fontFamily-fa {
    font-family: 'Irsans' !important;
}

.caption-fa {
    font-size: .75rem !important;
}

.title-fa {
    font-size: 1.25rem !important;
    font-weight: 500;
    letter-spacing: .0125em !important;
}

.display-1-fa {
    font-size: 2.125rem !important;
    line-height: 2.5rem;
    letter-spacing: .0073529412em !important;
}

.subtitle-1-fa {
    font-size: 1rem !important;
    letter-spacing: .009375em !important;
    line-height: 1.75rem;
}

.subtitle-2-fa {
    font-size: .875rem !important;
    font-weight: 500;
    line-height: 1.375rem;
}

.body-1-fa {
    font-size: 0.8rem !important;
    letter-spacing: -0.008em !important;
    line-height: 1.5rem;
}

.text-body-2-fa {
    font-size: 0.875rem !important;
    font-weight: 400;
}

.text-h6-fa {
    font-size: 1.25rem !important;
    font-weight: 500;
    letter-spacing: .0125em !important;
}

.text-h5-fa {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: normal !important;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*********** Components ***********/
.file-input-bordered {
    border: 2px dotted #635c5c;
    border-radius: 15px;
}
.animator-hidden {
    display: none;
}

/*********** Layout ***********/
.nav__listItem--active:hover {
    color: #25d5e4 !important;
}

.user-profile-dropdown a.user .media .media-body h6 {
    color: #1b55e2;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.show-alert-top {
    position: fixed;
    top: 2px;
    left: 20%;
    width: 60%;
    z-index: 9999;
}

.bg-color--dynamic {
    background-color: var(--themeColor);
    color: var(--themeColor);
}

.autofill-fix.v-text-field--rounded .v-label {
    transform: translateY(-16px) scale(.75);
}
.rtl {
    direction: rtl
}

.input--ltr input {
    direction: ltr;
}
/*********** ExamComponent  ***********/
.bg-default {
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 20px;
}

/*********** Notification ***********/
.v-badge__badge {
    animation: pulse 2.5s ease infinite !important;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #cca92c;
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
        box-shadow: 0 0 0 0 #cca92c;
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 13px #cca92c;
        -moz-box-shadow: 0 0 0 13px rgba(204,169,44, 0);
        box-shadow: 0 0 0 13px #cca92c;
        box-shadow: 0 0 0 13px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #cca92c;
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 #cca92c;
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

/*********** Dashboard-Index ***********/
.tabs__tab--deActive {
    background-color: #f1f2f3;
    color: #3b3f5c;
    border-radius: 0.625rem;
    margin: 3px 10px;
    font-size: 12px;
}

.tabs__tab--active {
    background-color: #009688;
    color: white !important;
    border-radius: 0.625rem;
    margin: 3px 10px;
    font-size: 12px;
}

.v-card--reveal {
    align-items: center;
    bottom: 0;
    justify-content: center;
    opacity: .8;
    position: absolute;
    width: 100%;
}

.v-card--reveal2 {
    bottom: 0;
    opacity: 1 !important;
    position: absolute;
    width: 100%;
}

.component-card .card-text-content {
    height: 322px;
}

.component-card .card-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.component-card .card-title-costum {
    filter: drop-shadow(2px 4px 6px black);
}

.component-card .meta-date {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #3a5386;
    min-height: 22px;
}

.component-card .card-text {
    color: #888ea8;
    line-height: 22px;
}
/*********** systemReport ***********/
.filtersCheckList .item {
    color: #555;
    border-radius: 3px;
    padding: 15px 10px;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    text-align: center;
    border: 1px solid #bbb;
    background-color: #eee;
    width: 85px;
    -webkit-box-shadow: -3px 3px 7px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 3px 7px 0px rgba(0,0,0,0.1);
}
.filtersCheckList .item.active {
    background-color: #a4b5d9;
    color: #fff;
    border: none;
}

.filtersCheckList .item.inactive {
    border: none;
    color: #999;
}

.filtersCheckList .item span {
    font-size: 12px;
    font-weight: bold;
}
.filtersCheckList .item.hasSubFilter.active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right-color: var(--border-right-color);
    border-left-color: var(--border-left-color);
    border-right-style: var(--border-right-style);
    border-left-style: var(--border-left-style);
    border-right-width: var(--border-right-width);
    border-left-width: var(--border-left-width);
    position: absolute;
    top: 50%;
    right: var(--right);
    left: var(--left);
    transform: translateY(-50%);
    opacity: 1;
    transition: all .3s;
}   
/*********** CourseTemplate ***********/
.gradient-number {
  font-size: 20px;
  background: linear-gradient(45deg, #d59fc5, #7b62ed);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  transition: 0.25s;
}
#burst-12 {
    background: #a94e4b;
    width: 26px;
    height: 26px;
    position: relative;
    text-align: center;
    margin-top: -26px;
    right: 6%;
    z-index: 1;
    top: 13px;
}
    #burst-12:before,
    #burst-12:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 26px;
      width: 26px;
      background: #a94e4b;
    }
    #burst-12:before {
      transform: rotate(30deg);
    }
    #burst-12:after {
      transform: rotate(60deg);
    }
#chartdiv {
    width: 100%;
    height: 300px;
}
#chartdiv > div > svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3) {
    display: none;
}
#chartFloatingdiv {
    width: 100%;
    height: 500px;
}
#chartFloatingdiv > div > svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3) {
    display: none;
}
#chartStackBardiv {
    width: 100%;
    height: 500px;
}
#chartStackBardiv > div > svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3) {
    display: none;
}
#chartBardiv {
    width: 100%;
    height: 500px;
}
#chartBardiv > div > svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3), #chartBardiv > div > svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(4) {
    display: none;
}

    .courseAvatar {
        width: 250px !important;
        height: 170px !important;
    }

.card-min-height {
    min-height: 330px;
}

.card-title {
    cursor: pointer;
}

    .card-title:hover {
        color: cornflowerblue;
    }
.opacity {
    opacity: 0.75;
}
.opacity-0 {
    opacity: 0;
}
/*********** Assignment ***********/
.scrollbar {
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 8px;
}
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 7px;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #191E3A;
    border-radius: 7px;
}
.chat-container {
    border: 2px solid #599abf;
    background-color: #E3F2FD;
    border-radius: 0 25px 25px 25px;
    padding: 10px;
    margin: 10px 0;
}

.chat-box-sender {
    border-color: #0b2744;
    background-color: #B3E5FC;
    border-radius: 25px 0 25px 25px;
}

.chat-user-name {
    border-bottom: 1px solid;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.chat-container:after {
    content: "";
    clear: both;
    display: table;
}

.chat-container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

    .chat-container img.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

.chat-time-right {
    float: right;
    color: #aaa;
}

.chat-time-left {
    float: left;
    color: whitesmoke;
    color: #676767;
}
.summary-title {
    text-shadow: #6691FF 0px 2px 3px;
    font-size: 25px
}
.inline-flex {
    display: inline-flex !important;
}

/*********** Exam ***********/
.stamp {
    transform: rotate(12deg);
    color: #bc1c11;
    font-size: 3rem;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0 2rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
    -webkit-mask-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.examStatus {
    color: #bc1c11;
    border: 0.25rem double #bc1c11;
    transform: rotate(-4deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    font-weight: 900;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -12px;
}

.ribbon__content {
    right: -25px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 120px;
    padding: 2px 0;
    background-color: #0097a7;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    border: 3px dotted #fff;
    outline: 5px solid #0097a7;
    z-index: 1;
}

.ribbon::before {
    top: 0;
    left: 56px;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    content: '';
    display: block;
    border: 5px solid #005d67;
    box-sizing: content-box;
}

.ribbon::after {
    bottom: 57px;
    right: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    content: '';
    display: block;
    border: 5px solid #005d67;
}

.ribbon-fa {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -12px;
}

.ribbon__content-fa {
    left: -25px;
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 120px;
    padding: 2px 0;
    background-color: #0097a7;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    border: 2px dotted #fff;
    outline: 5px solid #0097a7;
    z-index: 1;
}

.ribbon-fa::before {
    top: 0;
    left: 83px;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    content: '';
    display: block;
    border: 5px solid #005d67;
    box-sizing: content-box;
}

.ribbon-fa::after {
    top: 82px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    content: '';
    display: block;
    border: 5px solid #005d67;
}

.img-thumbnail {
    display: inline-block;
    position: relative;
    border: none;
    box-shadow: none;
}

    .img-thumbnail .zoom {
        display: block;
        position: absolute;
        right: 50%;
        bottom: 50%;
        transform: translate(50%, 50%);
        height: 30px;
        width: 30px;
        padding: 8px;
        font-size: 14px;
        line-height: 18px;
        background: #CCC;
        border-radius: 100%;
        color: #FFF;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.thumbnail-gallery {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.questionfilesSize {
    max-height: 150px;
    max-width: 300px;
    margin: 5px auto 10px;
}

.answer-corrected .v-input__slot {
    background: #ddfff0;
    border-radius: 5px;
    padding: 5px;
}

.answer-selected .v-input__slot {
    background: #f6c2c9;
    border-radius: 5px;
    padding: 5px;
}

.correction-icon .v-input__slot:before {
    background-image: url('/Content/Image/Icons/check.png');
    position: absolute;
    top: 0px;
    right: 10px;
    width: 100px;
    text-align: center;
}

.score-validation-error {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 12px;
}
/*********** studentGamificationReport ***********/
.fraction {
    display: inline-flex;
    flex-direction: column;
    padding: 1em;
    align-items: center;
}

.numerator {
    border-bottom: 2px solid grey;
}
.flip-box {
    background-color: transparent;
    perspective: 1000px;
    height: 80px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-back {
    transform: rotateY(180deg);
    background-color: white;
}
/*********** Message ***********/
.message-item-box-shadow {
    box-shadow: 0px 0px 10px 3px #e0e0e0 !important;
}
.message-text-shadow:hover {
    text-shadow: 0 0 2px #5c74ff;
}
.envelope{
  background-color: #e5e5e5;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  margin-top: 120px;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 40px  rgba(0,0,0,0.05)) drop-shadow(0 0 10px  rgba(0,0,0,0.05)) drop-shadow(0 0 1px  rgba(0,0,0,0.16));
}

.envelope-corner{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImVudmVsb3BlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzQwIDIzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzQwIDIzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CjxwYXRoIGZpbGw9IiNlNWU1ZTUiICBkPSJNMzQwLDIzMHYtNHYtMy44di0yLjhsMCwwdi0wLjFjMC0yLjEtMS00LjEtMi43LTUuNEwxNzgsOThjLTQuNC0zLjEtMTEuNi0zLjEtMTYsMEwyLjcsMjE0CglDMSwyMTUuMiwwLDIxNy4yLDAsMjE5LjR2Mi44djMuOHY0SDM0MHoiLz4KPC9zdmc+Cgo=");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: -48%;
  transform-origin: bottom;
  z-index: -1;
}
  
.envelope-top{
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImVudmVsb3BlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzQwIDIzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzQwIDIzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiCiBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJz4KIDxkZWZzPgogIDxmaWx0ZXIgaWQ9ImxlZnQtcmlnaHQtc2hhZG93IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAwJSIgaGVpZ2h0PSIyMDAlIj4KICAgIDxmZU9mZnNldCByZXN1bHQ9Im9mZk91dCIgaW49IlNvdXJjZUdyYXBoaWMiIGR4PSIwIiBkeT0iMCIgLz4KICAgIDxmZUNvbG9yTWF0cml4IHJlc3VsdD0ibWF0cml4T3V0IiBpbj0ib2ZmT3V0IiB0eXBlPSJtYXRyaXgiCiAgICAgIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4zIDAiIC8+CiAgICA8ZmVHYXVzc2lhbkJsdXIgcmVzdWx0PSJibHVyT3V0IiBpbj0ibWF0cml4T3V0IiBzdGREZXZpYXRpb249IjEiIC8+CiAgICA8ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJibHVyT3V0IiBtb2RlPSJub3JtYWwiIC8+CiAgPC9maWx0ZXI+CjwvZGVmcz4KPGcgaWQ9ImVudiIgPgo8cG9seWdvbiBpZD0ibGVmdC1yaWdodCIgZmlsdGVyPSJ1cmwoI2xlZnQtcmlnaHQtc2hhZG93KSIgZmlsbD0iI0Y0RjRGNCIgIHBvaW50cz0iMCwyMzAgMCwxMCAxNzAsMTE1IDM0MCwxMCAzNDAsMjMwICIvPgo8cGF0aCBpZD0iYm90dG9tIiBmaWx0ZXI9InVybCgjbGVmdC1yaWdodC1zaGFkb3cpIiBmaWxsPSIjRjlGOUY5IiBkPSJNMCwyMzBoMzQwdi0xMEwxNzgsMTAyYy00LjQtMy4xLTExLjYtMy4xLTE2LDBMMCwyMjBMMCwyMzAiLz4KCjwvZz4KCjwvc3ZnPgo=');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 2;
}

.envelope-back{
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.paper{
  width: 95%;
  z-index: 10;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0.3rem 0.3rem rgb(0, 0, 0, 5%), inset 0 -0.57rem 2rem rgb(229, 225, 187, 50%) !important;
}
/*********** Resource ***********/
.tag-input span.v-chip {
    background-color: #3a5386 !important;
    color: #fff;
    font-size: 1em;
    padding-left: 7px;
}

.tag-input span .v-chip__close {
    color: #FFF;
}

.armanLogo {
    width: 55px;
    position: absolute;
    left: 50px;
    top: 35px;
}

.askin-modal {
    border: 3px solid #2196F3 !important;
    background-color: #f8fdff !important;
}

.hr-custom {
    border: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    margin: 22px 0 22px 0;
}

.default-container {
    border-radius: 10px;
    border: 1px solid #ebebeb;
}

.feedback-container {
    border-radius: 10px;
    border: 1px solid #B388FF;
    position: relative;
}

    .feedback-container::before {
        content: 'بازخورد بعد از انتخاب گزینه';
        position: absolute;
        background-color: #fff;
        top: -12px;
        right: 20px;
        width: 180px;
        color: #888;
        text-align: center;
    }

.d-feedback-container {
    border-radius: 10px;
    border: 1px solid #B388FF;
    position: relative;
}

    .d-feedback-container::before {
        content: 'بازخورد سوال';
        position: absolute;
        background-color: #fff;
        top: -12px;
        right: 20px;
        width: 100px;
        color: #888;
        text-align: center;
    }

.d-feedback-container-radio .v-messages__wrapper {
    border-radius: 10px;
    border: 1px solid #B388FF;
    position: relative;
    padding: 13px;
    margin-bottom: 15px;
    min-width: 200px;
}

    .d-feedback-container-radio .v-messages__wrapper::before {
        content: 'بازخورد گزینه';
        position: absolute;
        background-color: #fff;
        top: -9px;
        right: 20px;
        width: 68px;
        color: #5940b3;
        text-align: center;
        font-size: smaller;
    }

.info-box {
    display: inline-block;
    width: 50px;
    text-align: center;
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
}
.quote {
    border-radius: 10px;
    border: 1px solid #B388FF;
    position: relative;
    padding: 13px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.quote:before {
    content: 'بازخورد سوال تشریحی';
    position: absolute;
    background-color: #fff;
    top: -12px;
    right: 20px;
    width: 100px;
    color: #5940b3;
    text-align: center;
    font-size: smaller;
}
/*********** Points ***********/
.border {
    border-top: 1px solid mediumturquoise !important;
    border-bottom: 1px solid rgb(72, 209, 145) !important;
    border-right: 1px solid rgb(72, 166, 209) !important;
    border-left: 1px solid rgb(72, 115, 209) !important;
}

.border-top {
    border-top: 2px solid hsl(180, 62%, 55%) !important
}
.green-box-shadow {
    box-shadow: 0px 0px 15px 3px #d5f7e6 !important;
}
.red-box-shadow {
    box-shadow: 0px 0px 15px 3px #ffe0e0 !important;
}
.box-shadow {
    box-shadow: 0px 0px 15px 3px #edeffb !important;
}
.text-shadow {
    text-shadow: 0 0 3px #546eff;
}
.h6-text {
    font-size: 1.5rem !important;
    font-weight: 500;
    letter-spacing: .0125em !important;
}
.arrow-bottom-success {
    width: 50px;
    background-color: #9ded9d;
    position: absolute;
    top: 0;
}
.arrow-bottom-success:after {
    position: absolute;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 10px solid #9ded9d;
    width: 50px;
}
.arrow-bottom-failed {
    width: 50px;
    background-color: #efafaf;
    position: absolute;
    top: 0;
}
.arrow-bottom-failed:after {
    position: absolute;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 10px solid #efafaf;
    width: 50px;
}
.gotPoint {
  position: relative;
  background: #c3e6ed;
  width: 50%;
  color: black;
  font-size: 1.25rem;
  text-align: center;
  padding: 10px 20px;
  margin: 20px auto 40px;
  border-radius: 2px;
}
.gotPoint:before, 
.gotPoint:after {
  content: "";
  position: absolute;
  top: -6px;
  border: 18px solid #a2cad7;
}
.gotPoint:before {
  left: -36px;
  border-right-width: 18px;
  border-left-color: transparent;
}
.gotPoint:after {
  right: -36px;
  border-left-width: 18px;
  border-right-color: transparent;
}
.gotPoint span:before, 
.gotPoint span:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #96b8d1 transparent transparent transparent;
  top: -6px;
  transform: rotate(180deg);
}
.gotPoint span:before {
  left: 0;
  border-width: 6px 0 0 6px;
}
.gotPoint span:after {
  right: 0;
  border-width: 6px 6px 0 0;
}
/*********** CourseCopyInfo ***********/
.text--shadow-3d {
    font-size: 20px;
    color: #444444;
    text-shadow: 1px 0px 1px #cccccc, 0px 1px 1px #eeeeee, 2px 1px 1px #cccccc, 1px 2px 1px #eeeeee, 3px 2px 1px #cccccc, 2px 3px 1px #eeeeee, 4px 3px 1px #cccccc, 3px 4px 1px #eeeeee, 5px 4px 1px #cccccc, 4px 5px 1px #eeeeee, 6px 5px 1px #cccccc, 5px 6px 1px #eeeeee, 7px 6px 1px #cccccc;
}

.cursor--default {
    cursor: default !important;
}

.letter-spacing--none {
    letter-spacing: 0 !important
}

/*********** Public ***********/
.dots-3 {
    width: 50px;
    height: 24px;
    background: radial-gradient(circle closest-side,#FD890E 90%,#0000) 0% 50%, radial-gradient(circle closest-side,#FD890E 90%,#0000) 50% 50%, radial-gradient(circle closest-side,#FD890E 90%,#0000) 100% 50%;
    background-size: calc(100%/3) 12px;
    background-repeat: no-repeat;
    animation: d3 1s infinite linear;
}

@keyframes d3 {
    20% {
        background-position: 0% 0%, 50% 50%,100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%,100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%,100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%,100% 100%
    }
}

.input-title {
    font-size: 14px;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.ltr {
    direction: ltr;
}

.line-height-2 {
    line-height: 2
}

.br {
    border: 2px solid red;
}

.v-application--is-rtl .ltr .v-list-item__action:first-child, .v-application--is-rtl .ltr .v-list-item__icon:first-child {
    margin-right: 32px !important;
    margin-left: 0 !important;
}
.width-50 {width: 50%}
.width-100 {width: 100%}
/*********** Login ***********/
.btn-hover {
   background: #000;
  color: #fff;
  z-index: 1;
}
.btn-hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  z-index: -1;
  background: #7babcd;
  transition: all 0.3s ease;
  border-radius: 28px;
}
.btn-hover:hover {
  color: black !important;
  font-weight: 700;
}
.btn-hover:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.text--shadow {
    color: #ff9b0b;
    text-shadow: 0.1em 0.1em 0 #ffd498;
}
.input-box-shadow {
    box-shadow: inset 0 0 5px 5px #dde0eb;
    background-color: transparent;
    height: 57px;
}
.horizontal-divider {
    display: table;
    font-size: 14px;
    text-align: center;
    width: 75%;
    margin: 20px auto;
}

.horizontal-divider span {
   display: table-cell;
   position: relative;
}

.horizontal-divider span:first-child,
.horizontal-divider span:last-child {
   width: 50%;
   top: 13px;
   -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.horizontal-divider span:first-child {
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(transparent), to(rgb(67, 70, 109)) );
    background-image: -webkit-linear-gradient( 180deg, transparent, rgb(69, 78, 119) );
    background-image: -moz-linear-gradient(180deg, transparent, rgb(67, 70, 109));
    background-image: -o-linear-gradient(180deg, transparent, rgb(67, 70, 109));
    background-image: linear-gradient(90deg, transparent, rgb(67, 70, 109));
}

.horizontal-divider span:nth-child(2) {
    color: rgb(67, 70, 109);
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
}

.horizontal-divider span:last-child {
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(rgb(67, 70, 109)), to(transparent) );
    background-image: -webkit-linear-gradient( 180deg, rgb(67, 70, 109), transparent );
    background-image: -moz-linear-gradient(180deg, rgb(67, 70, 109), transparent);
    background-image: -o-linear-gradient(180deg, rgb(67, 70, 109), transparent);
    background-image: linear-gradient(90deg, rgb(67, 70, 109), transparent);
}
.showLoginPage {
    animation-name: showLoginPage;
    animation-duration: 6s;
}

@keyframes showLoginPage {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }
}
.showForgetPasswordPage {
    animation-name: showForgetPasswordPage;
    animation-duration: 6s;
}

@keyframes showForgetPasswordPage {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }
}
.forms-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-title {
  font-size: 28px;
  color: blue;
}

.forms {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.form-wrapper {
  animation: hideLayer 0.3s ease-out forwards;
}

.form-wrapper.is-active {
  animation: showLayer 0.3s ease-in forwards;
}

@keyframes showLayer {
  50% {
    z-index: 1;
  }
  100% {
    z-index: 1;
  }
}

@keyframes hideLayer {
  0% {
    z-index: 1;
  }
  49.999% {
    z-index: 1;
  }
}

.switcher {
  position: relative;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  color: #999;
  background-color: transparent;
  border: none;
  outline: none;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}

.form-wrapper.is-active .switcher-email {
  color: indigo;
  transform: translateX(-90px);
}

.form-wrapper.is-active .switcher-mobile {
  color: indigo;
  transform: translateX(90px);
}

.underline {
  position: absolute;
  bottom: -5px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 2px;
}

.underline::before {
  content: '';
  position: absolute;
  top: 0;
  left: inherit;
  display: block;
  width: inherit;
  height: inherit;
  background-color: currentColor;
  transition: transform 0.2s ease-out;
}

.switcher-mobile .underline::before {
  transform: translateX(101%);
}

.switcher-email .underline::before {
  transform: translateX(-101%);
}

.form-wrapper.is-active .underline::before {
  transform: translateX(0);
}

.form {
    overflow: hidden;
    max-width: 450px;
    min-width: 450px;
    margin-top: 50px;
    padding: 36px 25px;
    border-radius: 5px;
    transform-origin: top;
    box-shadow: 0px 0px 10px 5px #eff1fd;
    height: 320px;
}

.form-email {
  animation: hideMobile 0.3s ease-out forwards;
}

.form-wrapper.is-active .form-email {
  animation: showMobile 0.3s ease-in forwards;
}

@keyframes showMobile {
  0% {
    background: #E0E0E0;
    transform: translate(-40%, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    background-color: #fff;
    transform: translate(-35%, -20px);
  }
}

@keyframes hideMobile {
  0% {
    background-color: #fff;
    transform: translate(-35%, -20px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    background: #E0E0E0;
    transform: translate(-40%, 10px);
  }
}

.form-mobile {
  animation: hideEmail 0.3s ease-out forwards;
}
.form .field-wrapper {
  opacity: 0;
}

.form-wrapper.is-active .form-mobile {
  animation: showEmail 0.3s ease-in forwards;
}

.form-wrapper.is-active .field-wrapper {
    opacity: 1;
    transition: opacity 0.4s ease-in, transform 0.35s ease-in;
}

@keyframes showEmail {
  0% {
    background: #E0E0E0;
    transform: translate(40%, 10px) scaleY(0.8);
  }
  50% {
    transform: translate(0, 0) scaleY(0.8);
  }
  100% {
    background-color: #fff;
    transform: translate(35%, -20px) scaleY(1);
  }
}

@keyframes hideEmail {
  0% {
    background-color: #fff;
    transform: translate(35%, -20px) scaleY(1);
  }
  50% {
    transform: translate(0, 0) scaleY(0.8);
  }
  100% {
    background: #E0E0E0;
    transform: translate(40%, 10px) scaleY(0.8);
  }
}
/*********** Session ***********/
.btn-effect {
    color: indigo
}
.btn-effect:after,
.btn-effect:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 2px;
background-color: indigo;
transition: all 0.3s ease;
transform: scale(0.85);
}

.btn-effect:hover:before {
top: 0;
transform: scale(1)
}

.btn-effect:hover:after {
transform: scale(1)
}

.session-btn{
position: relative;
padding: 1em 1.5em;
border: none;
background-color: transparent;
cursor: pointer;
outline: none;
font-size: 18px;
margin: 1em 0.8em;
}
.btn-effect span {
   color: purple
}
/*********** Drag ***********/
.drag {
    transition: all 0.2s ease-out;
    cursor: -webkit-grab;
    cursor: grab;
}

.drag--active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    transform: scale(1.02);
}

.drag-border-both {
    box-shadow: rgba(33, 35, 38, 0.1) 15px 0px 10px -10px, rgba(33, 35, 38, 0.1) -15px 0px 10px -10px;
}

.drag-border-right {
    box-shadow: rgba(33, 35, 38, 0.1) 15px 0px 10px -10px;
}

.drag-border-left {
    box-shadow: rgba(33, 35, 38, 0.1) -15px 0px 10px -10px;
}
/*********** Responsive ***********/
@media (max-width:1904px) {
}

@media (max-width:1600px) {
}

@media (max-width:1400px) {
}

@media (max-width:1350px) {
}

@media (max-width:1264px) {
}

@media (max-width:1100px) {
}

@media only screen and (max-width:960px) {
    .courseAvatar {
        width: 150px !important;
        height: 110px !important;
    }
}

@media only screen and (max-width:600px) {
    .courseAvatar {
        width: 105px !important;
        height: 90px !important;
    }

    .feedback-container::before {
        content: 'بازخورد';
        right: 10px;
        width: 55px;
    }

    .text-h6-fa {
        font-size: 0.9rem !important;
        font-weight: 600;
    }

    .header-px .v-toolbar__content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .form {
        max-width: 250px;
        min-width: 250px;
    }
}

@media only screen and (max-width:576px) {
}

@media only screen and (max-width:480px) {
}

@media only screen and (max-width:360px) {
}

.shake-bell {
    /*	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;*/
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(20deg);
    }

    10% {
        -webkit-transform: rotateZ(-21deg);
    }

    15% {
        -webkit-transform: rotateZ(20deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}



.v-application--is-ltr .v-timeline--reverse.v-timeline--dense:before {
    right: auto;
    left: 47px;
}

.course {
    border: 1px solid lightgray;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 20px 0;
    overflow: hidden;
    width: auto;
}

.course-preview {
    background-color: #2A265F;
    color: #fff;
    padding: 30px;
    width: 35%;
}

.course-info {
    padding: 30px;
    position: relative;
    width: 100%;
}

.letter {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 26px auto 0;
    max-width: 100%;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

    .letter:before, .letter:after {
        content: "";
        height: 98%;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .letter:before {
        background: #fafafa;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
        left: -5px;
        top: 4px;
        transform: rotate(-1deg);
    }

    .letter:after {
        background: #f6f6f6;
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        right: -3px;
        top: 1px;
        transform: rotate(1.1deg);
    }

.timer-block {
    position: sticky;
    top: 90px;
    z-index: 2;
}
.scroll-bar-gradiant {
    scrollbar-width: thin;
    scrollbar-color: #1c3a94 #e6e6e6;
}

.scroll-bar-gradiant::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll-bar-gradiant::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll-bar-gradiant::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}
.site-sticky {
    position: sticky;
    top: 127px;
    z-index: 2;
}
.position-relative {
    position: relative;
}
.top {
    top: auto;
}
.hr {
    display: table;
    font-size: 24px;
    text-align: center;
}

    .hr span {
        display: table-cell;
        position: relative;
    }

        .hr span:first-child,
        .hr span:last-child {
            width: 50%;
            top: 13px;
            -moz-background-size: 100% 2px;
            background-size: 100% 2px;
            background-position: 0 0, 0 100%;
            background-repeat: no-repeat;
        }

        .hr span:first-child {
            background-image: -webkit-gradient( linear, 0 0, 0 100%, from(transparent), to(rgb(67, 70, 109)) );
            background-image: -webkit-linear-gradient( 180deg, transparent, rgb(69, 78, 119) );
            background-image: -moz-linear-gradient(180deg, transparent, rgb(67, 70, 109));
            background-image: -o-linear-gradient(180deg, transparent, rgb(67, 70, 109));
            background-image: linear-gradient(90deg, transparent, rgb(67, 70, 109));
        }

        .hr span:nth-child(2) {
            color: rgb(67, 70, 109);
            padding: 0px 5px;
            width: auto;
            white-space: nowrap;
        }

        .hr span:last-child {
            background-image: -webkit-gradient( linear, 0 0, 0 100%, from(rgb(67, 70, 109)), to(transparent) );
            background-image: -webkit-linear-gradient( 180deg, rgb(67, 70, 109), transparent );
            background-image: -moz-linear-gradient(180deg, rgb(67, 70, 109), transparent);
            background-image: -o-linear-gradient(180deg, rgb(67, 70, 109), transparent);
            background-image: linear-gradient(90deg, rgb(67, 70, 109), transparent);
        }

.v-speed-dial--direction-bottom .v-speed-dial__list, .v-speed-dial--direction-top .v-speed-dial__list {
    left: unset;
    width: unset;
}

tbody tr:nth-of-type(odd) {
    background-color: rgba(207, 216, 220, 0.8);
}

tbody tr:nth-of-type(even) {
    background-color: rgba(207, 216, 220, 0.4);
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
    background-color: #b0bec5 !important;
}

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #3bb2b8 #e6e6e6;
}

.scrollbar::-webkit-scrollbar {
    width: 12px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #3bb2b8 0%, #41e396 100%);
    border: solid 3px #e6e6e6;
    border-radius: 7px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #c3ec52 0%, #0ba29d 100%);
}

.animate {
    transition: all 0.5s ease-out;
}

.animate--rotate-30 {
    transform: rotate(-30deg);
}

.animate--y-10-reverse {
    transform: translateY(-10px);
}

.smooth_move-enter-active,
.smooth_move-leave-active {
    transition: all 0.2s;
}

.smooth_move-enter,
.smooth_move-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

.smooth_move_group_item {
    transition: all 0.2s;
}

.smooth_move_group-enter,
.smooth_move_group-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

.smooth_move_group-leave-active {
    position: absolute;
    width: inherit;
}
