<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow: auto;
    /*padding-top: 25px;*/
}
body{
    direction: rtl;
}
.digit-wrapper{
    height: 100%;
    position: relative;
    margin-top: 117px;

}
.auth .digit-wrapper{
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
}
.main-bg,
.theme--light.v-application {
    background: #fafafa !important;
}
.v-breadcrumbs li .v-icon {
    /* font-size: 11px; */
    margin-top: 2px;
    font-size: 13px !important;
    color: #5e5e5e;
}
.v-overlay__scrim {
    /*opacity: 1 !important;*/
    /*background-color: rgb(210 137 137) !important;*/
    /*border-color: rgb(33, 33, 33) !important;*/
}
.category-items .owl-item &gt; div{
    width : 100%
}
.category-items .v-image__image--cover {
    border-radius: 11px;
}
.toasted-container .toasted{
    direction: rtl;
}
.toasted .primary.error, .toasted.toasted-primary.error {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.select2-container .select2-selection--multiple {
    min-height: 54px !important;
    padding-top: 9px !important;
    background: #f0f0f0 !important;
    /*border: unset !important;*/
    padding-right: 9px !important;
    border-radius: 10px !important;
}
.download-sidebar.failed .v-icon.v-icon::after{
    display: none;
}
.unset_width{
    min-width: unset !important;
    max-width: unset !important;
    width: unset !important;
}
.unset_height{
    min-height: unset !important;
    max-height: unset !important;
    height: unset !important;
}
.v-rating {
    line-height: unset !important;
}
.d-flex2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*---------------dashboard-------------*/
#dashboard{
    margin-top: 40px;
}
#dashboard .v-breadcrumbs {
    margin-top: 13px !important;
    margin-bottom: 24px !important;
}
#dashboard .content {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
#dashboard .v-breadcrumbs__item {
    font-size: 14px;
}
.v-alert__wrapper {
    width: 100%;
}
#dashboard .be-seller {
    background: #fff;
    padding: 10px;
    font-size: 13px;
    width: 118px;
    border-radius: 10px;
    color: #d81111;
    font-weight: 500;
    margin-top: -11px;
    /* margin-bottom: 16px; */
}
#dashboard .be-seller.add-item {
    width: 142px;
    border-radius: 10px !important;
    height: 46px !important;
    margin-bottom: 0;
    padding-top: 17px !important;
}
#dashboard .be-seller.add-item span {
    color: #585858;
}
#dashboard .be-seller img {
    width: 22px;
    margin-left: 8px;
}
#dashboard .dz-clickable {
    color: darkred;
    border: 1px solid #989292;
    padding: 5px 15px;
    border-radius: 10px;
}
.save-share .i:first-of-type{
    margin-left: 10px;
    color: #696363;
}
.preview-save .v-icon.v-icon,
.save-share &gt;.v-icon.v-icon,
.save-share &gt; div &gt; .v-icon.v-icon{
    font-size: 18px;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    padding: 0 !important;
    cursor: pointer;
}
.save-share .v-icon.fa-bookmark-outline {
    margin-top: 3px;
}
.preview-save .v-icon.v-icon {
    background: #fff;
    width: 35px;
    height: 35px;
    color: #4a4848;
    font-size: 21px;
}
.preview-save .mdi:hover,
.preview-save .mdi.active,
.save-share &gt;.mdi:hover,
.save-share &gt;.mdi.active{
    background: #f7455c;
    color: #fff;
}
.new-price{
    font-size: 15px;
}
.new-price span{
    font-weight: 600;
    /* font-family: 'yekanBakh'; */
}
.preview-save &gt;i:last-of-type,
.save-share &gt;i:last-of-type{
    padding-left: 0 !important;
}
body {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #ebe8e8 #fff; /* scroll thumb and track */
}

*::-webkit-scrollbar {
    width: 5px; /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track {
    /*background: orange;        !* color of the tracking area *!*/
}
.v-overlay {
    /*z-index: 10000 !important;*/
    position: fixed;
}
*::-webkit-scrollbar-thumb {
    background-color: #ebe8e8; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 2px solid #ebe8e8; /* creates padding around scroll thumb */
}
.pointer{
    cursor: pointer;
}
.plr {
    padding: 0 280px 0 280px !important;
}

.pl {
    padding-left: 280px !important;
}

.pr {
    padding-right: 280px !important;
}

.mlr {
    margin: 0 280px 0 280px !important;
}
.ml {
    margin-left: 280px !important;
}
.mr {
    margin-right: 280px !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.custom__secondary {
    color: #433838;
}

.v-breadcrumbs {
    padding: 0 !important;
    margin-top: 41px !important;
    margin-bottom: 30px !important;
}

.v-breadcrumbs__item {
    color: #433838 !important;
    font-size: 15px;
}

.white__space {
    white-space: pre-line;
}

.initial__height {
    height: 1000px
}

.theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
    color: rgb(0 0 0 / 62%) !important;
}

.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
    opacity: 1 !important;
}
.v-btn:before{
    background: transparent !important;
}
.v-btn{
    letter-spacing: unset;
    font-weight: normal;
}
.v-btn--icon.v-size--default {
    height: 24px;
    width: 24px;
}
.v-list-item__title {
    font-size: 15px !important;
}
.v-list-item {
    min-height: 39px;
}

.no-border-btn{
    margin-top: 6px;
    margin-right: 11px;
    border-radius: 9px !important;
    width: 83px;
    background: #fff;
    height: 37px;
    text-align: center;
    padding-top: 2px;
    font-size: 13px;
    color: #000 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
}
.main-btn {
    background: -webkit-gradient(
        linear
        , left top, right top
        , from(#FF6585), color-stop(50%, #FF506B), to(#EE394C));
    background: linear-gradient(
        90deg
        , #FF6585, #FF506B 50%, #EE394C 100%);
    border-radius: 10px !important;
    height: 45px !important;
    width: 120px;
    color: #fff !important;
    padding: 13px 8px !important;
    font-size: 13px !important;
    text-decoration: none;
    margin-top: 1px;
    text-align: center;
    letter-spacing: 0;
    -webkit-box-shadow: 0px 6px 22px -6px #ec5a5a;
            box-shadow: 0px 6px 22px -6px #ec5a5a;
}
.pay-btn {
    margin: 0;
    width: 100% !important;
    border-radius: 13px;
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px !important;
}
.pay-btn &gt; span {
    margin-left: 8px;
    margin-top: 2px;
}
.main-bordered{
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    text-align: center;
    padding-top: 9px;
    color: #1f1f1f !important;
    height: 42px;
}
.main-bordered:hover{
    background: #EE394C;
    color: #fff !important;
    border: 1px solid #EE394C;
}

a {
    text-decoration: none !important;
}
#best-product &gt; a &gt; .v-btn__content {
	width: 100%;
}
/*sort__items*/
#sort__items{

}
#sort__items a{
    margin-left: 4px;
    letter-spacing: 0;
    color: #403e3e;
    height: 37px;
    font-size: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 7px;
}
#sort__items .count{
    font-size: 16px;
    color: #585858;
}
#sort__items a.active__sort{
    background: #433838;
    border-radius: 10px;
    color: #fff !important;
}
/*table*/
.v-data-table &gt; .v-data-table__wrapper &gt; table {
    border-radius: 14px;
    border: thin solid rgba(0, 0, 0, 0.12);
    border-spacing: 4px;
}
.v-data-table &gt; .v-data-table__wrapper &gt; table th{
    padding-top: 14px !important;
}
.v-data-table &gt; .v-data-table__wrapper &gt; table tr{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}
.v-data-table &gt; .v-data-table__wrapper &gt; table tr td{
    height: auto !important ;
}
.v-data-table &gt; .v-data-table__wrapper &gt; table tbody{
    height: 200px;
    display: block;
    overflow: scroll;
}
.theme--light.v-data-table{
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
}

.theme--light.v-data-table &gt; .v-data-table__wrapper &gt; table &gt; tbody &gt; tr:not(:last-child) &gt; td:last-child,
.theme--light.v-data-table &gt; .v-data-table__wrapper &gt; table &gt; tbody &gt; tr:not(:last-child) &gt; td:not(.v-data-table__mobile-row){
    border-bottom: unset !important;
}

/*table*/
.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}
/*table in mobile*/
#latest-transaction{
    background: transparent;
    padding: 0;
}
#table-in-mobile &gt; .d-flex{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
#table-in-mobile &gt; .d-flex &gt; .d-flex:last-of-type{
    font-size: 13px;
    line-height: 1.8;
}
#table-in-mobile .trans-title{
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
#table-in-mobile &gt; .d-flex &gt; .d-flex i.d-block{
    font-size: 29px;
    font-weight: 600;
    margin-top: -2px;
}
#table-in-mobile &gt; .d-flex &gt; .d-flex i.d-block.up{
    color: green;
}
#table-in-mobile &gt; .d-flex &gt; .d-flex i.d-block.down{
    color: red;
}
/*dropzone*/
.dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: #F7F7F7;
    border-radius: 18px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.owl-theme .owl-nav {
    margin: auto;
    margin-top: 19px;
    margin-bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.preview-dialog{
    max-width: 500px;
}
.owl-theme .owl-nav .owl-prev ,
.owl-theme .owl-nav .owl-next {
    margin-top: 0px;
    /* margin-right: 48px; */
}

.owl-theme .owl-nav .owl-prev {
    /* margin-left: 48px; */
}
.owl-theme .owl-dots{
    position: relative;
    padding-top: 2px;
}
.swiper-container .digi-card a &gt; img {
    display: block;
    width: 100%;
    border-radius: 9px !important;
}

.owl-carousel .owl-item &gt; div {
    padding-left: 50px;
    margin-bottom: 5px;
}

.v-application--is-ltr .v-text-field .v-label {
    left: unset !important;
    right: auto !important;
}

.v-dialog &gt; .v-card &gt; .v-card__title {
    font-size: 14px !important;
    letter-spacing: unset !important;
    padding: 16px 24px 10px;
    font-family: 'irsans' !important;
    color: #3e3e3e !important;
}

#owl-demo .item {
    background: #42bdc2;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.digit__red {
    color: #EE394C !important;
}
.digit__back__red {
    background-color: #EE394C !important;
}

/*font sizes*/
.f11{
    font-size: 11px !important;
}
.f12{
    font-size: 12px !important;
}
.f13{
    font-size: 13px !important;
}
.f14{
    font-size: 14px !important;
}
.f15{
    font-size: 15px !important;
}
.f16{
    font-size: 16px !important;
}
.f17{
    font-size: 17px !important;
}

.user__img {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.v-application--is-ltr .v-expansion-panel-header__icon {
    margin-right: auto !important;
    margin-left: unset !important;
}

.v-icon.v-icon {
    padding-right: 0 !important;
    padding-left: 6px !important;
}

.preview {
    margin: 0;
    width: 100% !important;
    border-radius: 10px !important;
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #433838 !important;
    color: #fff !important;
    height: 45px !important;
    padding: 10px 6px !important;
    font-size: 14px !important;
}
.justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.v-ripple__container {
    display: none !important;
}

.light-secondary {
    background: #F7F7F7;
}
.add-item i{
    font-size: 14px !important;
    color: #7c7c7c !important;
}
.content .add-item i {
    font-size: 21px !important;
    margin-left: 5px;
    color: #818181 !important;
}
#single #tags {
    line-height: 3;
    font-size: 12px;
    margin-top: 32px;
    background: #fff;
    padding: 15px 34px 22px 34px !important;
    border-radius: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 41px;
    margin: 20px 10px;
}

#tags .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.h-100{
    height: 100% !important;
}
.page__items .col-lg-9&gt;.d-flex&gt;div {
    margin-bottom: 25px;
}
.hide__elm{
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
.v-menu__content{
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
}
#tags a {
    border-radius: 7px;
    padding: 6px 6px;
    margin-left: 5px;
    letter-spacing: 0;
    border: 1px solid #cacaca;
    color: #6d6666;
    margin-top: 10px;
    font-size: 11px;
    max-width: 100%;
    min-height: 33px;
    white-space: normal;
    height: auto;
    line-height: 2;
    margin-left: 13px;
}

#tags a:hover {
    background-color: #EE394C;
    color: #fff;
}
.swiper-container  {
    padding-top: 10px !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    height: 54px !important;
    padding-top: 12px;
    border-radius: 8px !important;
    background: #f0f0f0 !important;
    border: unset;
    padding-right: 6px;
    direction: rtl;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 14px !important;
    left: 5px;
    width: 20px !important;
}
.select2-results__option {
    text-align: right;
}
.select2-container--default .select2-selection--single{
    outline: unset !important;
}
.opacity-zero{
    opacity: 0;
}
.height-zero{
    height: 0 !important;
}
.v-dialog{
    overflow-x: hidden;
}
.add-item {
    padding: 15px !important;
    width: 211px;
    display: block;
    height: 84px !important;
    /* padding-top: 30px !important; */
    color: #524f4f !important;
    background: #fff;
    border-radius: 20px !important;
    text-align: center;
    -webkit-box-shadow: 3px 10px 40px -19px #d2cfcf;
            box-shadow: 3px 10px 40px -19px #d2cfcf;
    margin-right: 34px;
    margin-top: 26px;
}
/*pagination*/
.v-pagination .v-pagination__navigation {
    width: 70px;
    border-radius: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    opacity: 1;
}
.v-pagination .v-pagination__item {
    border-radius: 13px;
}
.theme--light.v-pagination .v-pagination__item--active {
    color: #FFFFFF;
    background-color: #f44336 !important;
}
.v-pagination .v-pagination__navigation:first-of-type{
    margin-left: 30px;
}
.v-pagination .v-pagination__navigation:last-of-type{
    margin-right: 30px;
}
.v-pagination .v-pagination__item {
    -webkit-box-shadow: unset;
            box-shadow: unset;
}
/*switcher*/
.v-input--switch__track {
    width: 44px;
    height: 9px;
    left: 0px;
    opacity: 0.6;
    right: -5px;
    top: calc(50% - 4px);
}
.v-input--switch__thumb {
    right: -7px;
}
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{
    -webkit-transform: translate(-27px, 0);
            transform: translate(-27px, 0);
}
.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
    right: -20px;
}
.v-input--selection-controls {
    padding-top: 7px;
}
.v-sheet.v-alert {
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px !important;
}
.download-sidebar .v-alert__content{
    color: #252525;
    font-size: 13px;
}
.v-overlay{
    /*display: none;*/
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
/*delete item box*/
.custom-table .sec__one .delete {
    background: #fff;
    border-radius: 10px;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6px;
    width: 47px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 4;
    position: absolute;
    color: #716f6f;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.custom-table .sec__one .delete:hover {
    -webkit-box-shadow: 0 3px 9px -5px #8e8989;
            box-shadow: 0 3px 9px -5px #8e8989;
}
.custom-table .items &gt; .d-flex ,
.custom-table .payment-list &gt; .d-flex {
    position: relative;
}
.custom-table .items &gt; .d-flex .delete-alert ,
.custom-table .payment-list &gt; .d-flex .delete-alert {
    position: absolute;
    height: 100%;
    width: 0;
    overflow: hidden;
    -webkit-transition: .1s;
    transition: .1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    right: 0;
    z-index: 3;
}
.custom-table .items &gt; .d-flex .delete-alert.show,
.custom-table .payment-list &gt; .d-flex .delete-alert.show {
    width: 100%;
}
.custom-table .items &gt; .d-flex .delete-alert &gt; .text,
.custom-table .payment-list &gt; .d-flex .delete-alert &gt; .text {
    margin-left: 30px;
    margin-right: 89px;
    font-size: 13px;
}
.custom-table .items &gt; .d-flex .delete-alert .d-flex &gt; a ,
.custom-table .payment-list &gt; .d-flex .delete-alert .d-flex &gt; a {
    width: 47px;
    margin-left: 22px !important;
    height: 29px;
    padding-top: 3px;
    font-size: 14px;
    border-radius: 6px;
}
.vue-content-placeholders{
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    direction: ltr;
    padding: 0 17px;
}
.v-image__placeholder {
    top: calc(50% - 20px);
}
.vue-content-placeholders.hide{
    height: 0;
}
.hide{
    height: 0;
    width: 0;
    opacity: 0;
}
.v-input--radio-group.v-input--radio-group--row .v-radio {
    margin-left: 22px !important;
    margin-right: 0 !important;
}
.v-input--selection-controls .v-radio &gt; .v-label{
    padding-right: 0 !important;
    font-size: 13px;
}
.v-tab:before{
    background: #fff !important;
}
.doc-link{
    height: 32px;
    min-width: 64px;
    padding: 0 10px;
}
.toasted .primary.info,
.toasted.toasted-primary.info {
    background: #cc8b2b !important;
}
.text-h7{
   font-size :1.05rem !important;
} 
#dashboard-sidebar {
    margin-top: 45px;
}
#dashboard-sidebar .fa__icon {
    font-size: 19px !important;
    color: #565656;
    margin-right: 10px;
    margin-left: 13px;
}
#dashboard-sidebar  .v-navigation-drawer__content,
#dashboard-sidebar  aside{
    overflow: unset !important;
    background: #fff !important;
    border-radius: 20px;
    width: 100% !important;
}
#dashboard-sidebar  .v-navigation-drawer__border{
    background: transparent !important;
}
#dashboard-sidebar .v-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 17px;
    height: 50px;
    color: rgba(0, 0, 0, 0.87) !important;
}
#dashboard-sidebar .v-list-item &gt; i{
    display: none;
}
#dashboard-sidebar .v-list-item &gt; .d-flex &gt; img{
    margin: 0 10px 0 20px;
}
#dashboard-sidebar .v-list-item &gt; .d-flex &gt; img[src*=download-course]{
    width: 23px;
}
#dashboard-sidebar .v-list-item:nth-of-type(2) ~ .v-list-item &gt; .d-flex &gt; img{
    margin: 0 6px 0 20px;
}
#dashboard-sidebar .v-list-item::after,
#dashboard-sidebar .v-list-item--link:before {
    display: none;
}
#dashboard-sidebar figcaption {
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 8px;
}
#dashboard-sidebar figure img {
    background: #fff;
    border-radius: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    z-index: 5;
}
#dashboard-sidebar .main-btn {
    background: linear-gradient(86deg, #ff4b71, #f33059 50%, #f31d33 100%);
    width: 100%;
    border-radius: 30px;
    padding: 0 8px !important;
    color: #fff !important;
    margin-right: 0;
}
#dashboard-sidebar .main-btn i{
    display: block;
    font-size: 14px;
    color: #fff;
}
#dashboard-sidebar .v-list-item__title {
    font-size: 14px !important;
    display: contents;
}   
#dashboard-sidebar .v-list-item__title + span {
    font-size: 13px !important;
}
#dashboard-sidebar .logout {
    border-top: 1px solid #dedede;
    border-radius: 0;
    margin-top: 66px;
    padding-top: 19px;
}
#dashboard-sidebar .logout img{
    width: 20px;
}
#auth-fa{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}
#auth-fa + footer{
    position: fixed;
    bottom: 8px;
    width: 100%;
}
.theme--light.v-application.not__found{
    background: url("https://assets.codepen.io/1538474/star.svg"), -webkit-gradient(linear, left top, left bottom, from(#05007a), to(#4d007d)) !important;
    background: url("https://assets.codepen.io/1538474/star.svg"), linear-gradient(to bottom, #05007a, #4d007d) !important;
}
/* tab slider */
.v-tab {
    padding: 0 15px !important;
    letter-spacing: 0 !important;
}

.v-tabs-slider-wrapper {
    -webkit-transition: .5s !important;
    transition: .5s !important;
    background: #fff;
    height: 45px !important;
    width: 148px !important;
}

.v-tabs-slider {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: #f44336 !important;
    width: 148px;
}

.active__tab {
    -webkit-transition: 1s;
    transition: 1s;
    color: #fff !important;
    z-index: 500;
}

.v-slide-group__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.v-tab--active.v-tab:not(:focus)::before {
    background: transparent;
}

.v-slide-group__content a {
}

@media screen and (max-width: 1264px){
    .v-breadcrumbs {
        padding: 0 !important;
        margin-top: 39px !important;
        margin-bottom: 25px !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 960px){
    #dashboard-sidebar .main-btn {
        background: transparent;
        -webkit-box-shadow: unset;
                box-shadow: unset;
        color: red !important;
        padding: 0 !important;
    }

}
@media screen and (min-width: 600px) and (max-width: 800px){
    #dashboard-sidebar .v-list-item__title {
        font-size: 11px !important;
    }
     #dashboard-sidebar .v-list-item {
         margin-bottom: 6px;
     }
    #dashboard-sidebar .v-list-item.main-btn {
        margin: 0 2px 0 13px;
    }
    #dashboard-sidebar .v-list-item &gt; .d-flex &gt; img{
        width: 20px;
    }
    #dashboard-sidebar .main-btn  img{
        margin-right: 12px !important;
    }
    #dashboard-sidebar .v-list-item {
        height: 42px !important;
        margin-bottom: 11px !important;
    }
    #dashboard-sidebar figure img {
        width: 80px;
        height: 80px;
    }
}
@media screen and (min-width: 600px) and (max-width: 700px){
    #dashboard-sidebar .v-list--nav .v-list-item{
        padding: 0 1px !important;
    }
}







@media (min-width: 1904px){
    #dashboard .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 78.3333333333%;
                flex: 0 0 78.3333333333%;
        max-width: 78.3333333333%;
    }
    #dashboard .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 21.666667%;
                flex: 0 0 21.666667%;
        max-width: 21.666667%;
    }
}

@media screen and (max-width: 1500px) {
    .plr {
        padding: 0 120px 0 120px !important;
    }

    .pl {
        padding-left: 120px !important;
    }

    .pr {
        padding-right: 120px !important;
    }

    .mlr {
        margin: 0 120px 0 120px !important;
    }
    .ml {
        margin-left: 120px !important;
    }
    .mr {
        margin-right: 120px !important;
    }

}
@media screen and (max-width: 960px) {
    /* tab slider */
      .v-tabs-slider-wrapper {
        -webkit-transition: .5s !important;
        transition: .5s !important;
        background: #fff;
        height: 45px !important;
        width: 40% !important;
    }
    .v-slide-group__content a {
        margin: 0 !important;
        margin-left: 5% !important;
        width: 40%;
        padding: 0 !important;
    }
    .v-slide-group__content a:last-of-type {
        width: 40% !important;
    }
    .v-slide-group__content a:last-of-type {
        width: 40% !important;
    }
    .labels &gt; .preview-save a, .labels &gt; .preview-save a img {
        position: absolute;
        right: 0px;
        height: 34px;
        width: 31px;
        margin-right: -11px;
    }
    .preview-save .v-icon.v-icon {
        width: 31px;
        height: 31px;
        font-size: 17px;
    }
    /*delete item box*/
    .custom-table .items &gt; .d-flex .delete-alert.show,
    .custom-table .payment-list &gt; .d-flex .delete-alert.show {
        width: 100%;
    }
    .custom-table .items &gt; .d-flex .delete-alert,
    .custom-table .payment-list &gt; .d-flex .delete-alert {
        right: 20px;
    }
    .custom-table .items &gt; .d-flex .delete-alert &gt; .text,
    .custom-table .payment-list &gt; .d-flex .delete-alert &gt; .text {
        margin-left: 21px;
        margin-right: 16px;
        font-size: 13px;
    }
    .custom-table .sec__one .delete {
        right: -14px;
        height: 38px;
        width: 35px;
    }
    .custom-table .sec__one .delete.show {
        display: none;
    }
    #tags {
        /*margin-top: 22px;*/
    }
}

@media screen  and (max-width: 1264px) {
    .plr {
        padding: 0 50px 0 50px !important;
    }

    .mlr {
        margin: 0 50px 0 50px !important;
    }

    .pr {
        padding-right: 50px !important;
    }

    .pl {
        padding-left: 50px !important;
    }

    .mr {
        margin-right: 50px;
    }

    .ml {
        margin-left: 50px;
    }

    .main-btn {
        height: 45px;
        width: 102px;
        padding: 10px 6px;
        font-size: 14px;

    }
}

@media screen and (max-width: 960px) {
    .owl-theme .owl-dots{
        padding-top: 4px;
    }
    #table-in-mobile {
        height: 400px;
        overflow-y: auto;
    }
    #dashboard .content {
        padding: 15px;
    }
    .plr {
        padding: 0 25px 0 25px !important;
    }

    .mlr {
        margin: 0 25px 0 25px !important;
    }

    .pr {
        padding-right: 25px !important;
    }

    .pl {
        padding-left: 25px !important;
    }

    .mr {
        margin-right: 25px;
    }

    .ml {
        margin-left: 25px;
    }

    .main-btn {
        height: 40px !important;
        width: 82px;
        padding: 8px !important;
        font-size: 11px !important;
    }
    #dashboard &gt; .pl-3,
    #dashboard &gt; .pr-3{
        /*padding: 0 !important;*/
    }
}

@media screen and (max-width: 600px) {
    .digit-wrapper{
        margin-top: 128px;
    }
    .auth .digit-wrapper{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .user__img {
        width: 30px;
        height: 30px;
    }
    .custom-table .sec__one .delete {
        right: -12px;
        height: 35px;
        width: 26px;
    }
    .custom-table .login-alert .text {
        font-size: 14px;
        margin-left: 11px;
        margin-right: 13px;
    }
    .plr {
        padding: 0 20px 0 20px !important;
    }

    .mobile-mlr,
    .mlr {
        margin: 0 20px 0 20px !important;
    }

    .pr {
        padding-right: 20px !important;
    }

    .pl {
        padding-left: 20px !important;
    }

    .mr {
        margin-right: 20px;
    }

    .ml {
        margin-left: 20px;
    }

    .main-btn {
        height: 40px;
        width: 95px;
        padding: 8px;
        font-size: 14px;
    }
    .add-item {
        width: 280px;
        margin: auto;
        margin-bottom: 18px;
    }
    #dashboard .content {
        padding: 0 !important;
        background: #fafafa;
    }

    #dashboard .content .v-card__text{
        padding: 0 !important;
    }
    #dashboard &gt; div {
        padding: 0 !important;
    }
    #latest-transaction{
        padding: 4px !important;
    }
    .theme--light.v-tabs-items,
    .theme--light.v-tabs &gt; .v-tabs-bar {
        background-color: #fafafa;
    }
    .v-pagination .v-pagination__navigation {
        width: 57px !important;
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .plr {
        padding: 0 10px 0 10px !important;
    }

    .mobile-mlr,
    .mlr {
        margin: 0 10px 0 10px !important;
    }

    .pr {
        padding-right: 10px !important;
    }

    .pl {
        padding-left: 10px !important;
    }

    .mr {
        margin-right: 10px;
    }

    .ml {
        margin-left: 10px;
    }

    .v-breadcrumbs li:nth-child(even) {
        padding: 0 3px;
    }

    .v-breadcrumbs__item {
        font-size: 13px;
    }

    .v-breadcrumbs li {
        margin-bottom: 9px;
    }
    #table-in-mobile &gt; .d-flex {
        padding: 4px;
    }
    #table-in-mobile &gt; .d-flex &gt; .d-flex:last-of-type {
        font-size: 12px;
    }
    #table-in-mobile .trans-title {
        font-size: 13px;
    }

    #table-in-mobile .date {
        font-size: 12px;
        line-height: 2;
    }

    .v-pagination .v-pagination__navigation:first-of-type{
        margin-left: 0;
    }
    .v-pagination .v-pagination__navigation:last-of-type{
        margin-right: 0;
    }
    .custom-table .login-alert .text {
        font-size: 12px !important;
        margin-left: 0 !important;
        margin-right: 9px;
    }

    .owl-carousel .owl-item &gt; div {
        padding-left: 15px;
    }
}

@media screen and (max-width: 350px) {
    .owl-carousel .owl-item &gt; div {
        padding-left: 0px;
    }
}

#not-exist{
    text-align: center;
    color: #ca0d0d;
    font-size: 15px;
}
#not-exist.navigator{
    margin-top: 94px;
}
#not-exist{
    text-align: center;
    color: #ca0d0d;
    font-size: 15px;
}

#main__footer{
    direction: rtl;
    background: #fff;
    padding-top: 14px !important;
}
#main__footer .about .description{
    line-height: 1.9;
    width: 90%;
    text-align: justify;
    font-size: 14px;
}
#main__footer h2{
    color: #4e4c4c;
    font-size: 16px;
    margin-bottom: 16px;
}
#main__footer .about-title img{
    margin-bottom: -11px;
    margin-right: 9px;
    width: 128px;
}
#main__footer .links &gt; .d-flex &gt; div{
    /* margin-left: 34px; */
}
#main__footer .links &gt; div{
    height: 100%;
}
#main__footer .links a{
    margin-bottom: 22px;
    color: #5a5757;
    font-size: 13px;
}
#main__footer .certificates img{
    width : 80px;
    margin-bottom : 10px
}
#author__footer{
    direction: rtl;
    padding-top: 14px !important;
    font-size: 13px;
}
#author__footer img {
    width: 22px;
    height: 22px;
    margin-left: 8px;
}
@media screen and (min-width: 600px) and (max-width: 960px){
        #main__footer .links [class*=col__]{
            width: 33%;
        }
        #main__footer .links a {
        margin-left: 0;
    }
    #main__footer .links .col__three a,
    #main__footer .links .col__two a {
        width: 50%;
    }
}

@media screen and (max-width: 600px){
    #category + #courses .certificates,
    #category + #main__footer .certificates,
    .single .certificates{
        padding-bottom: 65px;
    }
    #main__footer .links &gt; .d-flex &gt; div {
        margin-left: 5px;
    }
    #main__footer .links{
        margin: 0;
        padding: 0;
        margin-top: 26px;
    }
    #main__footer .links &gt; .d-flex &gt; div {
        margin-left: 11px;
    }
    #main__footer .links a {
        font-size: 13px;
    }
    #main__footer .about-title img {
        margin-bottom: -7px;
        width: 105px;
    }
    #author__footer &gt; div{
        margin-bottom: 7px;
    }
    #single #author__footer {
        padding-bottom: 118px !important;
    }
    .single #author__footer {
        margin-bottom: 100px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 350px){
    #author__footer &gt; div{
        margin-bottom: 9px;
        font-size: 11px;
    }
}

#top-search .v-input {
	width: 100px;
}
#top-search .v-input .v-input__slot {
	-webkit-box-shadow: unset;
	        box-shadow: unset;
}
#top-search .v-input .v-input__control {
	min-height: 46px;
	padding: 0;
	border-radius: 12px;
	margin-top: 29px;
	margin-right: 5px !important;
}
#top-search .v-input .v-label {
	font-size: 14px;
	color: #000;
}
#top-search .v-icon {
	padding-left: 0px !important;
	font-size: 13px;
    color: #000 !important;
}
#top-search {
	position: relative;
}
#top-search  .d-flex  #result .d-flex{
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
	width: 100%;
	overflow: hidden;
}
#top-search  .d-flex  #result .d-flex:hover{
    background: rgb(235, 235, 235);
}
#top-search  .d-flex  #result img{
    width: 45px;
    margin-left: 11px;
    border-radius: 5px;
}
#top-search .d-flex #result {
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 6;
    top: 56px;
    right: 0;
    -webkit-box-shadow: 0px 5px 18px -11px #7d7d7d;
            box-shadow: 0px 5px 18px -11px #7d7d7d;
    border-radius: 0 0 10px 10px;
    min-height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 10px;
    overflow: hidden;
	padding-top: 7px;
}
#top-search .d-flex #result .all__route{
	margin-top: 10px;
	padding: 10px;
    border-top: 1px solid #c1c1c1;
}
#top-search .d-flex #result .all__route a{
	height: 27px;
}


#header .user-dropdown{
    margin-right: 6px;
    border-radius: 9px;
    width: 81px;
    height: 45px;
    margin-left: 24px;
}
#header .user-dropdown i:first-of-type{
    font-size: 17px;
}
#header .user-dropdown i:last-of-type{
    font-size: 12px;
}

#header .user-dropdown .v-list-item--link:before{
     opacity: 1 !important;
}
 .user-dropdown i.fa-dashboard,
 .user-dropdown i.fa-bell,
 .user-dropdown i.fa-sign-out{
    font-size: 19px;
}
@media screen and (max-width: 600px) {
    #header .user-dropdown {
        height: 38px;
    }
}
#main-menu .v-navigation-drawer {
    background: #fafafa;
}
#main-menu .fa-bars:before {
    font-size: 20px;
    margin-top: 5px;
    margin-left: -7px;
}
#main-menu .v-navigation-drawer header,
#main-menu .v-navigation-drawer .v-list:first-of-type{
    background: #fff;
}
#main-menu .v-navigation-drawer header{
    padding: 20px 15px 21px 15px;
    font-size: 14px;
}
#main-menu .v-navigation-drawer header .d-flex i{
    font-size: 18px;
    margin-left: -3px !important;
    color: #000;
}
#main-menu .v-navigation-drawer .cats &gt; div:first-of-type {
    font-size: 16px;
    margin-right: 6px;
    margin-bottom: 17px;
    padding-top: 26px;
}
#main-menu a {
    margin-right: 6px;
    color: #444 !important;
}
#main-menu a div{
    font-size: 15px;
    font-weight: 400;

}

#header .download__box{
    -webkit-box-shadow: 1px 2px 13px -4px #dadada;
            box-shadow: 1px 2px 13px -4px #dadada;
    height: 45px;
    padding: 0 10px;
    border-radius: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}
#header .download__box.effect{
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}
#header &gt; .hidden-sm-and-up .download__box{
    -webkit-box-shadow: unset;
            box-shadow: unset;
}
#header &gt; .hidden-sm-and-up .download__box &gt; button{
    margin-top: 6px;
}
#header .download__box &gt; button{
    display: block;
    margin-top: 9px;
}
.download__box .v-icon.v-icon {
    padding-left: 0px !important;
    font-size: 14px;
}
.download__box &gt; button {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.download__box &gt; button:before {
    display: none;
}
.download__box &gt; button .v-btn__content {
    /*padding-top: 10px;*/
}

.download__box .v-avatar {
    height: 60px !important;
    border-radius: 8px !important;
    width: 94px !important;
    padding: 0 !important;
    margin-left: 5px !important;
    margin: 0 !important;
}

.download__box header {
    height: 78px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
    padding: 16px;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 4;
    top: 0;
}

.download__box .footer {
    height: 116px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 17px;
    -webkit-box-shadow: 0 0 20px 0 #8a8787;
            box-shadow: 0 0 20px 0 #8a8787;
}

.download__box .v-navigation-drawer .v-list:not(.v-select-list) {
    margin-top: 81px !important;
}

.download__box .footer &gt; div {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.download__box .footer &gt; .main-btn {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 9px;
    padding: 0 !important;
    height: 41px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 !important;
}

.download__box .footer &gt; .main-btn span {
    margin-left: 10px;
    font-size: 14px;
}

.download__box .footer &gt; .main-btn img {
    margin-top: -6px;
}

.download__box header div {
    color: #404040 !important;
}

.download__box .v-list-item {
    margin-bottom: 8px !important;
    padding-right: 9px !important;
    min-height: 55px;
    margin-bottom: 17px !important;
}
.download__box .v-list-item .fa-times{
    position: absolute;
    left: 9px;
    top: 4px;
    color: #dd1a1a;
    font-size: 16px;
    width: 17px;
    height: 17px;
    padding-bottom: 1px;
    cursor: pointer;
}

.download__box .v-list-item .v-list-item__subtitle {
    line-height: 1.2;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.download__box .v-list-item .v-list-item__subtitle .user {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.download__box .v-list-item .v-list-item__subtitle .user a:last-of-type {
    color: #5a5a5a;
    margin-right: 7px;
}

.download__box .v-list-item .v-list-item__subtitle .user img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
}

.download__box .v-avatar img {
    height: 60px;
    border-radius: 8px !important;
    width: 84px !important;
}

.download__box .theme--light.v-navigation-drawer .v-divider {
    border-color: transparent !important;
}

.download__box .v-list-item__content {
    padding: 0 6px !important;
    height: 62px !important;

}

.download__box .v-list-item__title {
    padding-right: 0 !important;
    font-size: 13px !important;
}

.download__box .theme--light.v-navigation-drawer {
    width: 350px !important;
}

@media screen and (max-width: 1264px) {
    .download__box {
    }
}
@media screen and (max-width: 960px) {
    #header .logo__text {
        width: 104px;
        margin-left: 17px;
    }
    #header .download__box &gt; button {
        margin-top: 14px;
        font-size: 12px;
    }
    #header #be__seller .d-flex img {
        width: 24px;
    }
    #header .main-btn {
        margin-left: 25px;
    }
}

@media screen and (max-width: 600px) {
    .download__box .v-list-item__title {
        padding-right: 0 !important;
        font-size: 13px !important;
        margin-left: 13px;
    }    
}
@media screen and (max-width: 350px) {
    .theme--light.v-navigation-drawer {
        width: 350px !important;
    }
}

.secondary{
}
#header{
    -webkit-box-shadow: 0px 1px 2px -3px rgb(197 194 194 / 15%), 0px 3px 5px 1px rgb(123 118 118 / 10%), 0px 15px 14px 5px rgb(128 123 123 / 7%) !important;
            box-shadow: 0px 1px 2px -3px rgb(197 194 194 / 15%), 0px 3px 5px 1px rgb(123 118 118 / 10%), 0px 15px 14px 5px rgb(128 123 123 / 7%) !important;
    direction: rtl;
    background: #fff;
    z-index: 9;
    position: fixed;
    width: 100%;
}

#header &gt; .justify-space-between{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header &gt; .hidden-sm-and-up .mdi-menu{
    font-size: 29px;
    margin-top: 8px;
}
#header &gt; .hidden-sm-and-up{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#header &gt; .hidden-sm-and-up .v-toolbar__title{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -11px;
    margin-top: 4px;
}
#header .category{
    margin-right: 6px;
    border-radius: 15px;
    width: 110px;
    height: 45px;
}
#header .logo__text{
    width: 160px;
    margin-left: 31px;
}
#header &gt; .hidden-xs-only:last-of-type {
    border-top: 1px solid #eae5e5;
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header &gt; .hidden-xs-only:last-of-type &gt; span{
    color: #6d6b6b;
}
#header &gt; .hidden-xs-only:last-of-type  .cats{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header &gt; .hidden-xs-only:last-of-type .cats &gt; span{
    color: darkgrey;
}
#header &gt; .hidden-xs-only:last-of-type .cats a &gt; span{
    color: #333333;
    letter-spacing: 0;
}
#header &gt; .hidden-xs-only:last-of-type .cats a.active__menu,
#header &gt; .hidden-xs-only:last-of-type .cats a.router-link-active{
    border-bottom: 3px solid #EE394C !important;
    border-radius: 0;
    height: 52px;
}
#header &gt; .hidden-xs-only:last-of-type a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0d0414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 48px;
    margin-left: 3px;
    padding: 0;
    height: 52px;
    border-bottom: 3px solid #fff !important;
}
#header&gt;.hidden-xs-only:last-of-type a:hover {
    border-bottom: 3px solid #ee394c!important;
    border-radius: 0;
    height: 52px;
}
#header &gt; .hidden-xs-only:last-of-type  .hidden-md-and-up{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header &gt; .hidden-xs-only:last-of-type  .hidden-md-and-up a{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
}
#top-search{
    height : 55px;
    margin-left: 44px;
    border-radius: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#top-search .search__icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#top-search input{
    margin-right: -25px;
    padding-right:30px;
    outline: unset !important;
    font-size:18px;
    width: 180px;
    color:#6d6767

}
#header .main-btn{
    margin-left: 46px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    top: 0;
}
#header .main-btn:hover{
    top: 3px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}
#header .courses__link span{
    color:#EE394C !important;
}
#top-search input::-webkit-input-placeholder{
    font-size: 13px !important;
}
#top-search input::-moz-placeholder{
    font-size: 13px !important;
}
#top-search input:-ms-input-placeholder{
    font-size: 13px !important;
}
#top-search input::-ms-input-placeholder{
    font-size: 13px !important;
}
#top-search input::placeholder{
    font-size: 13px !important;
}

#header .signupClass img {
    width: 29px;
    margin-top: 3px !important;
}
#header #be__seller{
    color: #5d5b5b;
    font-size: 15px;
}
#header #be__seller .hidden-md-and-down{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header #be__seller .hidden-md-and-down a{
    color: #0D0414;
    margin-left: 46px;
    font-size: 12px;
}

#header &gt; .hidden-sm-and-up .d-flex img,
#header #be__seller .d-flex img{
    width: 28px;
}
#header .logo {
    margin-top: 6px;
    width: 54px;
    margin-top: -4px;
}
#header #be__seller .v-badge{
    margin-top: -4px;
    margin-right: 8px;
}
.v-btn__content span{
    letter-spacing : 0
}


@media screen  and (max-width : 960px){
    #header &gt; .hidden-xs-only:last-of-type  .hidden-md-and-up{
        display: none !important;
    }
    #section__one.no-gutters &gt; div:first-of-type .title {
        width: 47% !important;
        margin-bottom: 14px !important;
    }
    #section__one.no-gutters &gt; div:first-of-type .description {
        font-size: 16px !important;
        margin-bottom: 31px !important;
        font-weight: bold !important;
    }
    #section__one.no-gutters &gt; div:first-of-type .types {
        font-size: 14px;
    }
    #section__one.no-gutters &gt; div:first-of-type .types .item .content .type {
        font-size: 13px;
    }
    #section__one.no-gutters &gt; div:first-of-type .types .item .content .count {
        font-size: 17px;
    }

    #header &gt; .hidden-xs-only:last-of-type  .cats &gt; span{
        font-size: 12px;
    }
    #top-search input {
        width: 100%;
    }
    #header .w-50:first-of-type{
        width: 65% !important;
    }
    #header .w-50:last-of-type{
        width: 35% !important;
    }
    #header .logo__text{
        width: 60px;
        margin-left: 14px;
    }
    #top-search {
        height: 46px;
        margin-left: 33px;
        border-radius: 15px;
    }
    #header .category {
        margin-right: 3px;
        border-radius: 12px;
        width: 92px;
        height: 38px;
        padding: 0 5px;
    }
    #header .category .v-btn__content span{
        font-size: 12px !important;
    }
    #top-search input {
        font-size: 13px;
    }
    #top-search .v-input .v-input__control {
        min-height: 41px;
    }
    #header .main-btn {
        height: 36px !important;
    }
}
@media screen  and (max-width : 700px){
    #header .w-50:first-of-type {
        width: 64% !important;
    }
    #top-search .search__icon {
        width: 19px;
        height: 19px;
        margin-top: 4px;
    }
    #header .main-btn {
        margin-left: 17px;
    }
    #top-search input::-webkit-input-placeholder {
        font-size: 11px !important;
    }
    #top-search input::-moz-placeholder {
        font-size: 11px !important;
    }
    #top-search input:-ms-input-placeholder {
        font-size: 11px !important;
    }
    #top-search input::-ms-input-placeholder {
        font-size: 11px !important;
    }
    #top-search input::placeholder {
        font-size: 11px !important;
    }
    #top-search .search__icon {
        width: 19px;
        height: 19px;
        margin-top: 4px;
    }
}
@media screen  and (max-width : 600px){
    
    #header + .hidden-sm-and-up{
        -webkit-box-shadow: 0px 1px 2px -3px rgb(197 194 194 / 15%), 0px 3px 5px 1px rgb(123 118 118 / 10%), 0px 15px 14px 5px rgb(128 123 123 / 7%) !important;
                box-shadow: 0px 1px 2px -3px rgb(197 194 194 / 15%), 0px 3px 5px 1px rgb(123 118 118 / 10%), 0px 15px 14px 5px rgb(128 123 123 / 7%) !important;
        padding-top: 14px !important;
        padding-bottom: 5px !important;
        position: fixed;
        top: 53px;
        z-index: 7;
        width: 100%;
        background: #fafafa;
    }
    #header + .hidden-sm-and-up #top-search{
        margin-bottom: 10px;
        height: 52px;
        border-radius: 11px;
        width: 90%;
        margin-right: 5%;
    }
    #header + .hidden-sm-and-up #top-search input::-webkit-input-placeholder {
        font-size: 13px !important;
    }
    #header + .hidden-sm-and-up #top-search input::-moz-placeholder {
        font-size: 13px !important;
    }
    #header + .hidden-sm-and-up #top-search input:-ms-input-placeholder {
        font-size: 13px !important;
    }
    #header + .hidden-sm-and-up #top-search input::-ms-input-placeholder {
        font-size: 13px !important;
    }
    #header + .hidden-sm-and-up #top-search input::placeholder {
        font-size: 13px !important;
    }
    #header + .hidden-sm-and-up #top-search .category {
        margin-right: 4px;
        border-radius: 12px;
        width: 80px;
        height: 44px;
        padding: 0 5px;
    }
    #header + .hidden-sm-and-up #top-search .category span {
        font-size: 11px;
    }
    #top-search .v-input .v-input__control {
        min-height: 46px;
        margin-top: 29px;
    }
    #section__one.no-gutters &gt; div:first-of-type .title {
        margin-bottom: 7px !important;
    }
    #header #main-menu &gt; .d-flex{
        width: 48px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
}
@media screen  and (max-width : 400px){


}
@media screen  and (max-width : 320px){
    #top-search .v-input {
        width: 81px;
    }
    #top-search .v-input .v-label {
        font-size: 12px;
    }
    #top-search .v-input .v-input__icon {
        margin-left: -10px;
    }
    #header + .hidden-sm-and-up #top-search {
        width: 100%;
        margin-right: 0%;
    }
    #header + .hidden-sm-and-up #top-search .category span {
        font-size: 11px !important;
    }
    #header &gt; .hidden-sm-and-up .v-toolbar__title {
        margin-left: 7px;
    }
    #header &gt; .hidden-sm-and-up .v-toolbar__title div{
        margin-right: -3px;
    }
    #top-search input::-webkit-input-placeholder {
        font-size: 8px !important;
    }
    #top-search input::-moz-placeholder {
        font-size: 8px !important;
    }
    #top-search input:-ms-input-placeholder {
        font-size: 8px !important;
    }
    #top-search input::-ms-input-placeholder {
        font-size: 8px !important;
    }
    #top-search input::placeholder {
        font-size: 8px !important;
    }
}


.custom-table {
    background: #fff !important;
    border-radius: 20px;
    padding: 20px;
}
.custom-table .sec__one .item__cover img {
    width: 94px;
    height: 59px;
    border-radius: 6px;
    margin-left: 15px;
}

.custom-table &gt; .items {
    position: relative;
    overflow-y: auto;
}
.custom-table .items &gt; .d-flex .delete-alert.show,
.custom-table .payment-list &gt; .d-flex .delete-alert.show {
    width: 100%;
}
#downloads.custom-table &gt; .items {
    height: 400px;
}
.custom-table &gt; .items &gt; div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-table &gt; .items &gt; .justify-space-between {
    min-height: 39px;
    padding: 10px 20px;
    height: 98px;
}

.custom-table &gt; .items &gt; .justify-space-between:first-of-type{
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    height: 66px;
    min-height: 66px;

}
.custom-table  .sec__one .seller &gt; a:nth-of-type(2){
    color: #1a1a1a;
    margin-right: 6px;
}
.custom-table &gt; .items &gt; .justify-space-between:first-of-type .sec__one,
.custom-table &gt; .items &gt; .justify-space-between:first-of-type .price,
.custom-table &gt; .items &gt; .justify-space-between:first-of-type {
    font-size: 14px;
    color: #333232;
    font-weight: 500;
    z-index: 4;
}

.custom-table &gt; .items &gt; .justify-space-between:nth-of-type(even) {
    background: #fafafa;
    border-radius: 20px;
}

.custom-table .sec__one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-table .sec__one &gt; img {
    width: 94px;
    height: 59px;
    border-radius: 6px;
    margin-left: 15px;
}
.custom-table .sec__one .product_title {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.custom-table .sec__two &gt; div:first-of-type &gt; a:first-of-type  {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
}
.custom-table .sec__one .user__img ,
.custom-table .sec__two .user__img{
    width: 30px;
    height: 30px;
}
.custom-table .sec__two &gt; div &gt; a.seller  {
    color: #1a1a1a;
    font-size: 13px;
    margin-right: 3px;
}
.custom-table .sec__two &gt;  .price  {
    font-size: 13px;
}
.custom-table .btn__item {
    background: #EE394C !important;
    border-radius: 10px;
    width: 81px;
    height: 38px !important;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    /* padding-top: 7px !important; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-table .sec__one {
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
}

.custom-table .sec__two {
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 98px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
}
.custom-table .sec__one .seller,
.custom-table .sec__two .seller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.custom-table .sec__one .seller &gt; a:first-of-type{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media screen and (max-width: 960px){
    .custom-table {
        background: transparent;
        padding: 0;
    }
    .custom-table .sec__two{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        max-width: 95px;
    }
    .custom-table .sec__one &gt; img {
        width: 104px;
        height: 74px;
    }
    .custom-table .sec__one .btn__item {
        width: 100px;
        color: #fff !important;
        max-width: 100px;
    }
    .custom-table .sec__one &gt; .d-flex:first-of-type{
        width: 100%;
    }
    .custom-table .sec__one .seller, .custom-table .sec__two .seller {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 4px;
    }
    .custom-table .sec__one .product_title {
        font-size: 12px;
    }
}
@media screen and (min-width: 800px) and (max-width: 960px){
    .custom-table .sec__one .btn__item {
        max-width: 150px;
        min-width: 80px;
    }

}
@media screen and (max-width: 600px){
    .custom-table[data-v-16cea2e3] {
        background: transparent;
        padding: 0;
    }
    .custom-table &gt; .items &gt; .justify-space-between{
        padding: 0;
    }
    .custom-table .sec__one .btn__item {
        margin-right: 22px !important;
    }
    .custom-table &gt; .items &gt; .justify-space-between {
        background: transparent !important;
    }
}
@media screen and (max-width: 350px){
    .custom-table .sec__one .product_title {
        font-size: 11px;
    }
}

html,
body,
button,
input,
span,
input,
optgroup,
a,
span,
form,
div,
ul,
li,
p,
strong,
em,
article,
h1,
h2,
h3,
h4,
h5,
h6,
section,
main,
select,
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6,
textarea {
  font-family: "irsans", Tahoma;
  letter-spacing: 0 !important;
}
</pre></body></html>