html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number] {
    -ms-appearance: textfield;
}

:root {
    direction: rtl; /* یا ltr */
}

.p
{
    line-height: 2;
}

a
{
    text-decoration: none;
}
.ltr
{
    direction: ltr;
}
/* class */
.w100d
{
    width: 100%;
}
.d-none
{
    display: none;
}
.d-none-im
{
    display: none !important;
}

.fw-bold
{
    font-weight: bold;
}




.ofh
{
    overflow: hidden;
}
.spinner {
    width: 20px;
    height: 12px;
    display: block;
    margin: auto;
    position: relative;
    border-radius: 4px;
    color: #FFF;
    background: currentColor;
    box-sizing: border-box;
    animation: spinnerAnimloader 0.6s 0.3s ease infinite alternate;

  }
  .spinner::after,
  .spinner::before {
    content: '';  
    box-sizing: border-box;
    width: 20px;
    height: 12px;
    background: currentColor;
    position: absolute;
    border-radius: 4px;
    top: 0;
    right: 110%;
    animation: spinnerAnimloader  0.6s ease infinite alternate;
  }
  .spinner::after {
    left: 110%;
    right: auto;
    animation-delay: 0.6s;
  }

@keyframes spinnerAnimloader 
{
    0% {
        width: 20px;
    }
    100% {
        width: 48px;
    }
}
  


.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #7A0B7D;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
    box-sizing: border-box;
    animation: loaderAnimloader  1s linear infinite;
    }
    @keyframes loaderAnimloader {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    } 


.res
{
    padding: 16px 0 0 0;
    line-height: 24px;
}
.res:empty
{
    display: none;
}


.linkbTn
{
    display: inline-block;
    border-radius: 6px;
    /*background: linear-gradient(45deg, #6900F4, #0056b3);*/
    background: #6900F3;
    color: #FFF;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    padding: 4px 12px;
}
.linkbTn:hover
{
    opacity: 0.9;
}


.linkbTnBlue
{
    display: inline-block;
    border-radius: 6px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: #FFF;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    padding: 4px 12px;
}
.linkbTnBlue:hover
{
    opacity: 0.9;
}







.mb-16
{
    margin-bottom: 16px;
}

.mb-42
{
    margin-bottom: 42px;
}
















/* login */


/* login */

.login
{
    background-image: url(../media/plusT.png);
}

.login #loginBox
{
    background-image: url(../media/paTern/login.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    width: 92%;
    max-width: 512px;
    margin-top: 92px;
    border-radius: 12px;
    padding-top: 280px;
    padding-bottom: 32px;
    position: relative;
}
.login #loginBox .logo
{
    height: 64px;
    width: 64px;
    position: absolute;
    top: -24px;
    left: calc(50% - 32px);
    background-color: #FFF;
    border-radius: 32px;
    text-align: center;
}
.login #loginBox .logo img
{
    margin-top: 8px;
}

.login #loginBox form
{
    margin: auto;
    width: 90%;
    max-width: 330px;
    padding: 16px;
    border-radius: 12px;
    background-color: #FFF;
    margin-bottom: 24px;

}
.login #loginBox form h1
{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
}
.login #loginBox form h3
{
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-bottom: 28px;
}

.login #loginBox form #mobile
{
    background: #EEEEEE;
    border: none;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 16px;
    direction: ltr;
}

.login #loginBox form #mobile span
{
    direction: ltr;
    width: 64px;
    text-align: center;
    display: inline-block;
    border-right: solid 1px #ddd;
    line-height: 42px;
}

.login #loginBox form #mobile input
{
    border: none;
    background: none;
    line-height: 42px;
    display: inline-block;
    width: calc(100% - 74px);
    text-align: left;
    padding: 4px 0 0 8px;
    border-radius: 0 6px 6px 0;
}

.login #loginBox form button[type=submit]
{
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #1F67B7;
    color: #FFF;
    height: 42px;
    cursor: pointer;
}


.login #loginBox form #fullname
{
    background: #EEEEEE;
    border: none;
    width: calc(100% - 8px);
    border-radius: 6px;
    margin-bottom: 16px;
    padding-right: 12px;
}
.login #loginBox form #fullname span
{
    margin-left: 8px;
    display: inline-block;
    width: 111px;
}
.login #loginBox form #fullname input
{
    border: none;
    background: none;
    line-height: 42px;
    display: inline-block;
    width: calc(100% - 144px);
    padding: 0 12px 0 8px;
    border-radius:6px 0 0 6px;
    border-right: solid 1px #ddd;
}

.login #loginBox form #code
{
    background: #EEEEEE;
    border: none;
    width: calc(100% - 8px);
    border-radius: 6px;
    margin-bottom: 16px;
    padding-right: 12px;
}
.login #loginBox form #code span
{
    margin-left: 8px;
    display: inline-block;
    width: 110px;

}
.login #loginBox form #code input
{
    border: none;
    background: none;
    line-height: 42px;
    display: inline-block;
    width: calc(100% - 144px);
    padding: 4px 12px 0 8px;
    border-radius:6px 0 0 6px;
    border-right: solid 1px #ddd;
    text-align: left;

}

.login #loginBox form h3 div
{

    color: #1F67B7;
    cursor: pointer;
    text-align: right;
    padding:8px  26px 0 0;
}

.login #loginBox #rules
{
    text-align: center;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 26px;

}
.login #loginBox #rules a
{
    text-decoration: none;
    color: #1F67B7;

}
.login #loginBox #back
{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1F67B7;
    line-height: 48px;
}

.login #loginBox #Timer
{
    font-weight: bold;
    color: #000;
    padding: 0 8px 0 0 !important;
    display: inline-block;
}


/* login */

#SideBar
{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    background-color: #FFF;
    border-left: solid 1px #EEE;
    display: block;
}

#SideBar header
{
    padding: 16px;
    border-bottom: solid 1px #EEE;
}


#SideBar header #noTificaTion
{
    float: left;
    background: url('../media/icon/noTificaTion.png');
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    width: 42px;
    height:42px;
    cursor: pointer;
    background-color: #eee;
    border-radius: 32px;
}
#SideBar header #noTificaTion span
{
    width: 18px;
    height: 18px;
    background: red;
    color: #FFF;
    border-radius: 32px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}


#SideBar header #noTificaTion span:empty
{
    display: none;
}

#SideBar header #avaTarBox
{
    width: 96px;
    height: 96px;
    background: linear-gradient(-132deg,rgba(128, 4, 128, 0.8), rgba(179, 2, 180, 0.8), rgba(0, 49, 218, 0.8), rgba(0, 162, 255, 0.8));
    border-radius: 64px;
    text-align: center;
    line-height: 96px;
    margin-bottom: 24px;
    position: relative;
    
}
#SideBar header #avaTarBox img
{
    width: 100%;
    height: 100%;
    border-radius: 64px;
}



#SideBar header #avaTarBox form #AvaTarInpuT
{
    display: none;
}


#SideBar header #avaTarBox #AvaTarUploadSTbTn
{
    background:url(../media/icon/upload.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #eee;
    border-radius: 32px;
    left: -8px;
    bottom: -8px;
    cursor: pointer;
}

#SideBar .socail
{
    border-top: solid 1px #EEE;
    padding: 16px;
    height: 128px;
}
#SideBar .socail h2
{
    margin-bottom: 16px;
    font-size: 12px;
}
#SideBar .socail a
{
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 4px 8px;
    margin-left: 8px;
    float: right;
}
#SideBar .socail a img
{
    height: 28px;
    filter: grayscale(100%);
}
#SideBar .socail a img:hover
{
    filter: none;
}


#SideBar header #avaTarBox #AvaTarUploadSTbTn
{
    background:url(../media/icon/upload.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #eee;
    border-radius: 32px;
    left: -8px;
    bottom: -8px;
    cursor: pointer;
}



#SideBar header #info
{
    width: 100%;
    height: 100%;
    border-radius: 64px;
    line-height: 24px;
    height: 48px;
}
#SideBar header #info h1
{

}

#SideBar header #info h2
{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 8px
}

#SideBar header a
{
    font-size: 13px;
    display: inline-block;
}


#SideBar header a .icon
{
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-size: 20px !important;
    cursor: pointer;

}
#SideBar ul 
{
    padding: 0;
    height: calc(100vh - 280px);
    overflow: auto;
}

#SideBar ul li
{
    display: block;
    margin: 12px;
    line-height: 24px;
}
#SideBar ul .acTive
{
    opacity: 1 !important;
    filter: invert(23%) sepia(57%) saturate(5407%) hue-rotate(268deg) brightness(90%) contrast(109%);
}


#SideBar ul li a
{
    color: #333;
    width: 100%;
    display: block;
    padding: 6px 0;
}
#SideBar ul li:hover a
{
    color: #1F67B7;
}
#SideBar ul li a span
{
    margin-top: 3px;
    width: 18px;
    height: 18px;
    background: red;
    color: #FFF;
    border-radius: 32px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-right: 12px;
}

ul li i
{
    float: right;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background-size: 24px !important;
}



ul li .icon-dashboard {
    background: url(../media/icon/dashboard.png) no-repeat center center;
}

ul li .icon-course {
    background: url(../media/icon/course.png) no-repeat center center;
}

ul li .icon-exam {
    background: url(../media/icon/exam.png) no-repeat center center;
}

ul li .icon-mag {
    background: url(../media/icon/mag.png) no-repeat center center;
}
ul li .icon-cv {
    background: url(../media/icon/cv.png) no-repeat center center;
}

ul li .icon-TikeT {
    background: url(../media/icon/TikeT.png) no-repeat center center;
}

ul li .icon-seTTing {
    background: url(../media/icon/seTTing.png) no-repeat center center;
}

ul li .icon-TransacTions {
    background: url(../media/icon/TransacTions.png) no-repeat center center;
}
ul li .icon-subscribe {
    background: url(../media/icon/subscribe.png) no-repeat center center;
}
ul li .icon-home {
    background: url(../media/icon/home.png) no-repeat center center;
}

.icon-logouT {
    background: url(../media/icon/logouT.png) no-repeat center center;
}

.icon-download {
    background: url(../media/icon/devices.png) no-repeat center center;
}
.icon-boT {
    background: url(../media/icon/boT.png) no-repeat center center;
}
.icon-club {
    background: url(../media/icon/club.png) no-repeat center center;
}





#SideBar footer
{
    background-color: #FFF;
    border-top: solid 1px #EEE;
    position: absolute;
    bottom: 0;
    padding: 16px;
    width: calc(100% - 32px);
}
#SideBar footer .logoBox
{
    float: right;
    margin-left: 16px;
    margin-bottom: 0;
}
#SideBar footer .logoBox img
{
    width: 42px;
    height: 42px;
}
#SideBar footer div
{
    font-size: 13px;
    color: #333;
}
#SideBar footer div a
{
    padding: 4px 0 11px 0;
    display: block;
    font-size: 14px;
    color: #000;
}



#sideCloseBTn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../media/icon/arrow.back.png);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-position: center;
    background-size: 42px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

#sideCloseBTn:hover {
    color: #ff0000; 
}



#mainHeader
{
    display: none;
}



main
{
    position: fixed;
    right: 320px;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 320px);
    color: #222;
    height: 100vh;
    overflow: auto;
}
main .main
{
    margin: auto;
    max-width: 1024px;
    padding: 16px;
    margin-bottom: 64px;
}

main .main #dasBox
{

}

main .main #dasBox .linkbTn
{
    min-width: 180px;
    text-align: center;
}


main .main #dasBox .box .number
{
    font-size: 24px;
    margin-left: 4px;
}
main .main #dasBox .box p
{
    padding-top: 12px;
    list-style: 24px;
    font-size: 13px;
    color: #333;
}


main .main #dasBox .box
{
    background-size: 42px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: overlay;
    border: solid 1px #EEE;
    padding: 16px;
    margin: 4px;
    border-radius: 12px;
}

main .main #dasBox .dasBanerBox
{
    border: none;
    color: #FFF;
    margin-bottom: 8px;
    height: 256px;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    background-color: #cdcdcd;
    color: #000;
    line-height: 24px;
    position: relative;
}


main .main #dasBox .dasBanerBox h1
{
    padding: 16px 18px 8px 0;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
main .main #dasBox .dasBanerBox h2
{
    padding: 4px 18px 8px 0;
    padding: 20px;
    font-weight: bold;
    font-size: 0.8rem;
}

main .main #dasBox .dasBanerBox p
{
    padding: 12px 24px 0 0;
    line-height: 22px;
    font-size: 16px;
}
main .main #dasBox .dasBanerBox p .number
{
    font-size: 18px;
}


main .main #dasBox .dasBanerBox .linkbTn
{
    position: absolute;
    bottom: 16px;
    right: 16px;
}


main .main #dasBox .dasBanerBox img
{
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    border-radius: 32px;
    margin: 9px;
}

main .main #dasBox #dasnoTificaTionBox
{
    margin-bottom: 8px;
    background-image: url('../media/icon/noTificaTion.png');
}

main .main #dasBox #dasnoTificaTionBox a
{

}


main .main #dasBox #dasCourseBox
{
    background-image: url('../media/icon/course.png');
    display: inline-block;
    width: calc(50% - 42px);
}

main .main #dasBox #dasExamBox
{
    background-image: url('../media/icon/exam.png');
    display: inline-block;
    width: calc(50% - 42px);
}


main .main #dasBox #dasTransacTionsBox
{
    background-image: url('../media/icon/TransacTions.png');
    display: inline-block;
    width: calc(50% - 42px);
}
main .main #dasBox #dasTransacTionsBox .linkbTn:nth-child(2) {
    background: linear-gradient(45deg, #28a745, #218838);
}

main .main #dasBox #dasTransacTionsBox .linkbTn:nth-child(3) {
    background: linear-gradient(45deg, #ffc107, #e0a800);
    color: #000;
}

main .main #dasBox #dasTransacTionsBox .linkbTn:nth-child(4) {
}

.linkbTn:hover {
    opacity: 0.9;
}


main .main #dasBox #dasTransacTionsBox .linkbTn
{
    margin: 4px;
}


#SideFooTer,#SideHeader
{
    display: none;
}


main .main #dasBox #coupon
{
    padding: 16px;
}
main .main #dasBox #coupon span
{
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
}
main .main #dasBox #coupon ul li
{
    display: inline-block;
    margin: 0 0 16px 16px;
}

main .main #dasBox #coupon ul li span
{
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 14px;
}

main .main #dasBox #coupon ul li label
{
    display: block;
    border: dashed 1px #9529ef;
    padding: 6px 8px 4px 8px;
    border-radius: 6px;
    color: #9529ef; 
    cursor: pointer;
    text-align: center;
    width: calc(100% - 16px);
}










#planBox {
    max-width: 920px;
    margin: auto;
    padding: 16px;
    line-height: 1;
}

#planBox .header {
    line-height: 26px;
}
#planBox .footer{
    line-height: 26px;
    margin: 0;
}

#planBox  .plan {
    border: none;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    color: #000;
}
#planBox h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 8px;
}

#planBox p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}


#planBox .plan:hover {
}

#planBronze,
#planSilver,
#planGold
{
    display: inline-block;
    width: calc(32% - 34px);
    height: 442px;
}
#planSilver
{
    margin: 2%;
}

#planFree
{
    width: calc(100% - 38px);
}


#planBronze {
    border: 2px solid rgba(205, 127, 50); /* Bronze color border */
    box-shadow: inset 32px 0px 0px 300px rgba(205, 127, 50, 0.6); /* Bronze shadow */
}

#planSilver {
    border: 2px solid rgba(192, 192, 192, 1); /* Silver color border */
    box-shadow: inset 32px 0px 0px 300px rgba(192, 192, 192, 0.6); /* Silver shadow */
}

#planGold {
    border: 2px solid rgba(255, 215, 0); /* Gold color border */
    box-shadow: inset 32px 0px 0px 300px rgba(255, 215, 0, 0.6); /* Gold shadow */
}

#planFree {
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    border: solid 1px #CCC !important;
}




#planBox  .plan h2
{
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
#planBox  .plan h2 span
{
    float: left;
}


#planBox  .plan h3
{
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
}


#planBox  .plan ul
{
    list-style: circle;
    padding-right: 16px;
    margin-bottom: 32px;
  
}

#planBox  .plan ul li
{
    margin-bottom: 8px !important;
    line-height: 24px;
    font-size: 15px;
}
#planBox  .plan ul li .number
{
    font-size: 18px;
}
#planBox .plan .priceBox
{

}
#planBox .plan .priceBox .price
{
    color: #000;
    font-size: 14px;
}
#planBox .plan .priceBox .price .number
{
    font-size: 18px;
}
#planBox .plan .priceBox label
{
    font-size: 14px;
    color: #333;
}


#planBox .plan .priceBox select
{
    width: 100%;
    margin: 12px 0;
    padding: 8px;
    background: none;
    border: solid 1px #000;
    border-radius: 6px;
}
#planBox .plan .priceBox .linkbTn
{
    padding: 6px 32px;
    background: #28a745 !important;
    transition: background-color 0.3s ease;
    border: none;
    height: 36px;
}











#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.scrollBox
{
    display: none;
}

.scrollBox {
    position: relative;
    width: 100%;
    height: 50px; /* ارتفاع دکمه‌ها */
}

.scrollBTn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px; /* عرض دکمه‌ها */
    height: 42px; /* ارتفاع دکمه‌ها */
    background-color:#EEE; /* رنگ پس‌زمینه دکمه‌ها */
    border: none;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 32px;
}

.ScrollRighT {
    right: 0;
    background-image: url('../media/icon/arrow.back.png');
}

.ScrollLefT {
    left: 0;
    background-image: url('../media/icon/arrow.nexT.png');
}


#courseBox
{
    text-align: center;
}


#courseBox .courseBox .ITem
{
    background-color: #FFF;
    padding: 8px;
    border: solid 2px #EEE;
    width: 100%;
    max-width: 300px;
    height: 436px;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    margin: 0 0 8px 8px;
    text-align: right;
    box-shadow: 0 0 8px #EEE;
}

#courseBox .courseBox .ITem .imgBox 
{
    border-radius: 8px;
    margin-bottom: 8px;
    height: 204px;
    background-color: #CDCDCD;
    text-align: center;
}

#courseBox .courseBox .ITem .imgBox img
{
    height: 204px;

}

#courseBox .courseBox .ITem .id
{
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 14px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 4px;
    border-radius: 4px 6px 4px 4px;
    color: #FFF;
}
#courseBox .courseBox .ITem h1
{
    line-height: 26px;
}

#courseBox .courseBox .ITem .linkbTn
{
    margin: 0 0 8px 8px;
    line-height: 28px;
    height: 28px;
}

#courseBox .courseBox .ITem .licenseCode
{
    margin-bottom: 4px;
    height: 136px;
}
#courseBox .courseBox .ITem .licenseCode input
{
    margin: 8px 0 8px 8px;
    /*box-shadow: 0 0 12px #aaa inset;*/
    color: #7B68EE;
    border: none;
    border-radius: 6px;
    line-height: 26px;
    padding: 4px 0 0 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 2px);
    border: solid 1px #CCC;
    cursor: pointer;
    background-image: url(../media/icon/copy.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left center;
}
#courseBox .courseBox .ITem .licenseCode button
{
    cursor: pointer;
    display: inline-block;
}
#courseBox .courseBox .ITem .licenseCode
{
    margin-bottom: 4px;
    height: 136px;
}



#courseBox .courseBox .ITem .support-renew:hover
{
    background-color: green !important;
    color: white !important;
}

#courseBox .courseBox .ITem .open-popup:hover {
    background-color: #e0e0e0 !important;
}

#courseBox .courseBox .ITem .youtube-link:hover {
    background-color: #F00 !important;
    color: white !important;
}

#courseBox .courseBox .ITem .download-link:hover {
    background-color: #005bb5 !important;
    color: white !important;
}

#courseBox .courseBox .ITem .quiz-link:hover {
    background-color: #6900f3 !important;
    color: white !important;
}

#courseBox .courseBox .ITem .telegram-link:hover {
    background-color: #24A1DE !important;
    color: white !important;
}

#courseBox .courseBox .ITem .guide-link:hover {
    background-color: #B0B0B0 !important;
    color: white !important;
}








































/* ظاهر کلی dlBox */
.dlBox {
    margin-bottom: 4px;
    height: 181px;
}

/* دکمه مشاهده ویدئوها */
.openPopBox 
{
    background: #cdcdcd;
    color: #222;
    width: 100%;
    text-align: center;
    border: none;
    line-height: 34px;
    border-radius: 8px;
    cursor: pointer;
}

.openPopBox:hover {

}


.youTubebTn
{
    display: inline-block;
    border-radius: 6px;
    background: #FFF;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    padding: 4px 0;
    transition: background 0.3s ease;
    margin: 8px 0 0 0;
    width: calc(100% - 2px);
    text-align: center;
    color: #000;
    border: solid 1px #F00;
}



/* Pop-up Box */
.popBox 
{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* محتوای Pop-up */
.popBoxContenT 
{
    background-color: white;
    margin: 32px auto;
    padding: 16px;
    border: 1px solid #EEE;
    width: calc(86% - 32px);
    max-width: 720px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.popBoxContenT h2
{
    margin-bottom: 24px;
}


/* دکمه بستن Pop-up */
.closePopBox 
{
    position: absolute;
    width: 38px;
    height: 38px;
    right: -18px;
    top: -18px;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 32px;
    line-height: 42px;
}

.closePopBox:hover,
.closePopBox:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* لینک‌های دانلود */
.downloadLink {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    text-align: right;
    color: #0073EF;
    text-decoration: none;
    border-radius: 6px;
    line-height: 28px;
}

.downloadLink:hover {
    background-color: #f0f0f0;
}







#courseBox .courseBox .ITem  .expiry
{
    line-height: 32px;
    padding: 12px 0 0 0;
}
#courseBox .courseBox .ITem  .expiry strong
{
    font-size: 18px;
    margin-left: 8px;
    font-weight: bold;
}




.courseLoader {
    border-radius: 12px;
    width: 300px;
    height: 420px;
    display: inline-block;
    margin: auto;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    margin: 0 0 8px 8px;
    border: solid 2px #EEE;
  }
  .courseLoader::after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%),
     linear-gradient(#DDD 100px, transparent 0),
     linear-gradient(#DDD 16px, transparent 0),
     linear-gradient(#DDD 50px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 175px, 100% 100px, 100% 16px, 100% 30px;
    background-position: -185px 0, center 0, center 115px, center 142px;
    box-sizing: border-box;
    animation: courseLoaderAnimloader 1s linear infinite;
  }
  
  @keyframes courseLoaderAnimloader
  {
    to
    {
      background-position: 185px 0, center 0, center 115px, center 142px;
    }
  }






























#exam
{
    line-height: 28px;
}
#exam .card
{
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    text-align: right;
    margin: 4px;
    width: 18rem;
}

#exam .card .card-header
{
}



#exam .card .card-header img
{
    width: 96px;
    height: 96px;
    border-radius: 60px;
}

































#TransacTions {

}

#TransacTions h1 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 4px;
}

.TransacTionTableContainer {
    max-width: 1200px;
    overflow-x: auto;
    border: solid 1px #DDD;
    border-radius: 12px;
}

#TransacTionsTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#TransacTionsTable th, #TransacTionsTable td {
    padding: 12px 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

#TransacTionsTable thead {
    background-color: #f4f4f4;
    color: #333;
}

#TransacTionsTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#TransacTionsTable tbody tr:hover {
    background-color: #f1f1f1;
}

#TransacTionsTable th {
    font-weight: bold;
    text-transform: uppercase;
}

#TransacTionsTable tbody tr:last-child td {
    border-bottom: none;
}


























#noTificaTion {
    
}

#noTificaTion h1
{
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 4px;
}

.TransacTionTableConTainer
{
    max-width: 1200px;
    overflow-x: auto;
    border: solid 1px #DDD;
    border-radius: 12px;
}

#noTificaTionTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

#noTificaTionTable th, #noTificaTionTable td {
    padding: 12px 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

#noTificaTionTable td
{
    position: relative;
    padding-bottom: 32px;
}

#noTificaTionTable thead {
    background-color: #f4f4f4;
    color: #333;
}

#noTificaTionTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#noTificaTionTable tbody tr:hover {
    background-color: #f1f1f1;
}

#noTificaTionTable th {
    font-weight: bold;
    text-transform: uppercase;
}

#noTificaTionTable tbody tr:last-child td {
    border-bottom: none;
}

#noTificaTionTable td .daTe
{
    position: absolute;
    left: 8px;
    bottom: 4px;
}




























#seTTing
{
    
}

#seTTing h1
{
    font-size: 18px;
    margin-bottom: 16px;
    padding-right: 4px;
}
#seTTing form
{
    width: 100%;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 0 8px #EEE;
}

#seTTing form .inpuTbox input[name=mobile]
{
    text-align: left;
}
#seTTing form .inpuTbox input[name=email]
{
    text-align: left;
}

#seTTing form .inpuTbox,#seTTing form .malTiSelecTTbox
{
    border-bottom: solid 4px #F8F8FF;
    padding: 16px;
}
#seTTing form .inpuTbox label
{
    width: calc(30% - 16px);
    display: inline-block;
    float: right;
    margin: 8px;
}
#seTTing form .inpuTbox small
{
    display: block;
    padding: 12px 0 0 0;
    font-size: 14px;
}

#seTTing form .inpuTbox input,#seTTing form .inpuTbox textarea[name=bio],#seTTing form .inpuTbox button,#seTTing form .inpuTbox select
,#seTTing form .inpuTbox textarea
{
    border-radius: 6px;
    width: calc(70% - 22px);
    line-height: 38px;
    padding: 4px 8px;
    border: solid 1px #DDD;
    margin: 8px 0;
}
#seTTing form .inpuTbox select
{
    height: 38px;
    width: calc(70% - 4px);
    background-color: #FFF;
    cursor: pointer;
}


#seTTing form .malTiSelecTTbox
{
    display: none;
    height: 42px;
    margin-left: 4px;
}
#seTTing form .malTiSelecTTbox *
{
    text-align: right;
    line-height: 24px;
}

#seTTing form .malTiSelecTTbox select
{
    width: calc(70% - 4px);
    background-color: #FFF;
}

#seTTing form .malTiSelecTTbox  .select2-container
{
    float: left;

}
.select2-container--default .select2-selection--multiple
{
    border: solid 1px #DDD !important;
}

#seTTing form button[type=submit]
{
    border: none;
    height: 38px !important;
    width: 192px;
    margin: 16px;
}

.bbn
{
    border-bottom: none !important;
}


#seTTing form .res
{
    padding: 0 16px 16px 16px;
}


#seTTingUserForm .add
{
    width: 196px !important;
    padding: 0 !important;
    margin-right: 30% !important;
}

#seTTingUserForm .m30r
{
    margin-right: 30% !important;
}






#TikeT section 
{
    border: none;
    color: #FFF;
    margin-bottom: 8px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: overlay;
    border: solid 1px #EEE;
    color: #000;
    line-height: 24px;
    position: relative;
    padding: 16px;
}

#TikeT h2 
{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
}
#TikeT p {
    margin-bottom: 12px;
}
#TikeT a {
    margin: 4px;
}

#TikeT ul li
{
    margin-top: 16px;
}

#TikeT ul li span
{
    display: block;
    margin-bottom: 8px;
    color: #444;
}

#TikeT ul li a
{
    margin: 0;
}


#walleTToCoupon
{
    display: none;
}

#mag
{
    padding: 0 !important;
}

#mag iframe
{
    margin: 16px 0 0 0 ;
    width: 100%;
    height: calc(100vh - 32px);
    background: #cdcdcd;
    border-radius: 12px;
}










#cv
{

}
#cv h2
{
    font-size: 14px;
    margin-bottom: 16px;
    width: 70%;
    line-height: 2;
    color: #444;
}
.select2-results__option
{
    text-align: right;
    padding: 12px;
}


.modal-content
{
    border-radius: 16px !important;
}
.club .modal-content .btn, .club .modal-content input
{
        border-radius: 8px !important;
}






#report-box p {
  font-family: 'IRANYekanX', sans-serif;
  line-height: 1.6;
}

#report-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #111;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  z-index: 1000;
  transition: background 0.3s ease;
}
#report-btn:hover {
  background-color: #333;
}

#report-box {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 60px;
  left: 20px;
  width: 270px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 15px;
  z-index: 1000;
  direction: rtl;
  text-align: right;
}

#report-box.active {
  opacity: 1;
  visibility: visible;
}

#report-box textarea {
  width: 96%;
  height: 70px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 13px;
  resize: none;
}

#report-box button {
  background-color: #111;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
  margin-top: 8px;
  font-size: 13px;
  cursor: pointer;
}

#report-box p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

@media (max-width: 720px) {
  #report-box {
    bottom: 126px;
  }
  #report-btn
    {
    bottom: 80px;
  }
}

