
* {
    padding: 0;
    margin: 0;
    border: 0;
}


.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}


@font-face {
    font-family: 'iransans';
    font-style: normal;
    font-weight: 700;

    src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

@font-face {
    font-family: 'iransans';
    font-style: normal;
    font-weight: 400;

    src: url('../fonts/woff/IRANSansX-Regular.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";

}






/*@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb.ttf') format('truetype'), url('../fonts/IRANSansWeb.woff') format('woff');
}*/

/*
@font-face {
    font-family: 'roya';
    src: url("../fonts/BRoya.eot");
    src: url('../fonts/BRoya.ttf') format('truetype'), url('../fonts/BRoya.woff') format('woff');
}*/

body {
    background: #eeeff1;
    direction: rtl;
    font-family: 'iransans';
    color: #111111;
    text-align: right;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

th {
    text-align: right;
}

a {
    color: #4d4d4d;
    font-family: 'iransans';
    transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;;
}

a:hover {
    text-decoration: none;
}

option {
    font-family: Tahoma;
    font-size: smaller;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.pd {
    padding: 0;
    margin: 0;
}

.header {
    background: #fff;
    padding: 0px 0 0;
    box-shadow: 0px 1px 8px 0px rgb(196, 193, 193);
    /* background-image: linear-gradient(to right, rgba(251, 251, 251, 0), rgb(245, 63, 124));*/
}

@media only screen and (max-width: 600px) {

    .header .logo {

        float: right;
        text-align: right;
        margin-top: 14px;

    }

    .logo img {
        width: 90%;
        height: auto;
    }

    .header .link {
        float: left;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;

    }


}
/*
.header .logo {

    margin-right: 100px;


}
.header .link {
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;

}
*/



.logo img {

}

.link {
    margin-top: 11px;
    text-align: left;
}

.link a.login {
    padding: 10px 25px;
    margin-left: 14px;
    border-radius: 100px;
    box-shadow: 0px -1px 2px #c6c6c6;
    color: #e81e62;;
}

.link a.login:hover {
    background: #e81e62;
    color: #fff;
}

.link a.sabtnam {
    padding: 10px 30px;
    border-radius: 100px;
    background: #f53f7c;
    color: #fff;
}

.link a.sabtnam:hover {
    padding: 10px 30px;
    border-radius: 100px;
    background: #e81e62;
    color: #fff;
}



.menu-bar {
    position: relative;
    float: right;
    margin-top: 10px;
    border-top: 0px solid #dfe3ee;
    width: 100%;

}

#menu_item {
    width: 70%;
    margin: auto;
}

#menu_item > ul > li {
    float: right;
    display: inline-block;
    transition: .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    padding: 7px 0;
    margin: 0px 6px;
    position: relative;
}

#menu_item > ul > li > a {
    display: block;
    color: #2a2a2a;
    transition: .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    font-weight: bold;
    padding: 9px 24px 9px 12px;
    font-size: 14px;
}

#menu_item > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 598;
    text-align: right;
    background: #fff;
    width: 200px;
    transition: .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    -webkit-transition: all ease-out .1s;
    top: 65px;
    right: 0;
    border-top: 1px solid #1147dd;
    border-bottom: 1px solid #1147dd;
}

#menu_item > ul > li > ul li {
    list-style: outside none none;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    transition: .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
}

#menu_item > ul > li > ul li a {
    color: #777575;
    font-size: 14px;
}

#menu_item > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 53px;
}


.main {
    float: right;
    width: 100%;
}

.main-slider {
    float: right;
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 4px 0px rgb(210, 207, 207);
    margin-bottom: 20px;
}

.owl-carousel {
    direction: ltr;
}

.owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.main-slider .owl-carousel .owl-item img {
    height: 100%;
    max-height: 550px;
}

.main-slider {
    float: right;
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 4px 0px rgb(210, 207, 207);
    margin-bottom: 20px;
}

.owl-carousel {
    direction: ltr;
}

.owl-nav .owl-next {
    position: absolute;
    top: 33%;
    right: 0px;
    font-size: 25px;
    background-color: rgba(39, 38, 38, 0.3);
    padding: 19px 10px 15px 7px;
    color: #fff;
    cursor: pointer;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 33%;
    left: 0px;
    font-size: 25px;
    background-color: rgba(39, 38, 38, 0.3);
    padding: 19px 10px 15px 7px;
    color: #fff;
}

.main-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
}

.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    border: 2px solid #fff;
}

.owl-carousel .owl-dot.active, .scroll_to_top {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.item {
    position: relative;
}

.item span a {
    position: absolute;
    top: 100px;
    right: 100px;
    color: #fff;
    padding: 18px 25px;
    border-radius: 7px;
    font-size: 25px;
    background: rgba(19, 19, 19, 0.5);
    font-weight: bold;


}


@media only screen and (max-width: 900px) {

    .item span a {
        font-size: medium;
        text-align: center;
        right: 30px;
        top: 100px;
    }

}

@media only screen and (max-width: 600px) {


    .item span a {
        font-size: small;
        text-align: center;
        right: 10px;
        padding: 8px 15px 10px;
        top: 50px;/* for image slider */
    }


}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;

    }
    .item span a {
        font-size: small;
        text-align: center;
        right: 10px;
        padding: 8px 15px 10px;
        top: 50px;/* for image slider */
    }

}


.widget {
    float: right;
    background: #fff;
    padding: 40px 10px;
    text-align: center;
    box-sizing: content-box;
    box-shadow: 0px 3px 7px #c8cbd5;
    border-radius: 12px;
    margin: 20px 25px;
    cursor: pointer;
    transition: .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    -webkit-transition: all ease-out .1s;
    width: -moz-available; /* kia added important! */
}

.widget:hover {
    background: #ff0056;
    transition: .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    -webkit-transition: all ease-out .1s;
}

.widget:hover span, .widget:hover svg {
    color: #fff;
}

.widget svg {
    display: block;
    font-size: 50px;
    margin: auto;
    color: #fe83ad;
}

.widget span {
    margin-top: 30px;
    display: block;
    color: #fe83ad;
}

.title-main {
    margin: 50px 0 10px;
    text-align: center;
}

.title-main h4 {
    text-align: center;
    padding: 15px;
    display: inline;
    font-weight: bolder;
}

.post-container {
    padding: 20px;
}

.post {
    float: right;
    height: inherit;
    border: 1px solid #DBDBDB;
    position: relative;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    padding: 0;
    margin: 10px;
    width: 29.5%;
    background: #fff;
}

.post:hover {
    box-shadow: 0px 1px 6px 0px #B9CBF6;
}

.post .thumb {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
}

.time-post {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(18, 18, 18, 0.6);
    color: #fff;
    padding: 4px 17px;
    font-weight: bold;
    cursor: default;
}

.time-post i {
    float: left;
    margin: 2px 7px 0 0;
    font-size: 15px;
}

.post:hover img {
    opacity: .7;
}

.post .thumb img {
    width: 100%;
    height: auto;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
}

.post .post-title {
    float: right;
    padding: 15px 7px 7px;
}

.post .post-title h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    line-height: 23px;
}

.post .post-title h2 a {
    color: #606060;
}

.post:hover .post-title h2 a {
    color: rgb(255, 0, 0);
}

.post-txt {
    height: 180px;
}

.post-txt h4 {
    font-size: 12px;
    padding: 5px 10px 0px 5px;
    line-height: 20px;
    color: rgb(97, 97, 97);
}

.line-border {
    border-bottom: 1px solid #ececec;
    width: 91%;
    margin: 0 auto 5px;
}

.post-foot-container {
    position: absolute;
    bottom: 7px;
    width: 100%;
}

.p-c-view {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #878787;
}

.p-c-comment {
    float: left;
    margin-left: 20px;
    font-size: 12px;
    color: #878787;
}

.p-c-comment i, .p-c-view i {
    font-size: 18px;
}

.post-tak {
    background: #fff;
    padding: 40px 0;
}

.video-box {
    float: right;
}

.content-box {
    float: left;
}

.content-box h3 {
    padding: 3px 0px 20px;
    font-size: 24px;
    font-weight: bolder;
    /*color: #1147dd;*/
    color: #e81e62;;
}
.content-box p {
    color: #80889d;
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
}

@media only screen and (max-width: 768px) {


    .content-box h3 {
        padding: 3px 0px 20px;
        font-size: large;
        font-weight: bolder;
        /*color: #1147dd;*/
        color: #e81e62;
        text-align: center;
        margin-top: 20px;

    }

    .content-box p {
        color: #80889d;
        font-size: 14px;
        line-height: 33px;
        text-align: justify;
    }


}

.link-single {
    margin-top: 11px;
    text-align: left;
}

.link-single a.login {
    padding: 10px 25px;
    margin-left: 14px;
    border-radius: 100px;
    box-shadow: 0px -1px 2px #c6c6c6;
    color: #e81e62;
}

.link-single a.login:hover {
    background: #e81e62;
    color: #fff;
}

.link-single a.sabtnam {
    padding: 10px 30px;
    border-radius: 100px;
    background: #e81e62;
    color: #fff;
}

footer {
    float: right;
    width: 100%;
    background: #fff;
    position: relative;

}

.box-footer {
    float: right;
    margin-top: 30px;
}

.box-footer h5, .social h5, .comment-footer h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5dbec;
    padding-bottom: 14px;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
}

.copy-right {
    border-top: 4px;
    border-color: #bfc1c4;
    text-align: center;
    min-height: 40px;
    margin-top: 5px;
    background: #e5e6e7;
    padding: 10px 15px;
}

.copy-right .copy-txt {
    color: #fff;
    line-height: 40px;
    float: right;

}

.copy-right .designer {
    color: #fff;
    float: right;
    line-height: 40px;
    margin-right: 5%;
}

.textwidget {
    color: #4d4d4d;
    line-height: 32px;
}

.post-single {
    float: right;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    background: #fff;
    margin-bottom: 15px;
}

.post-single .post-title-single {
    padding: 0 20px;
    float: right;
    width: 100%;
}

.post-single .post-title-single h1, .lesson-title h1 {
    display: block !important;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 2px solid #f3f3f3;
    padding: 20px 0 15px;
    margin-bottom: 0;
    line-height: 1.5;
    text-shadow: 0px 0px 0px #000;
}

.post-single .post-title-single h1 a {
    color: #2d2d2d;
}

.post-single .post-title-single h1 a i {
    margin-left: 10px;
}

.post-single .post-title-single .entry-meta {
    color: rgba(51, 51, 51, .7);
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    position: relative;
    z-index: 999;
    float: right;
}

.post-single .post-title-single .entry-meta .view {
    margin-left: 20px;
    float: right;
}

.post-single .post-title-single .entry-meta .view i {
    font-size: 16px;
}

.post-single .post-title-single .entry-meta ul, .post-single .post-title-single .entry-meta ul li {
    display: inline;
}

.post-single .thumb-single-product img {
    display: block;
    max-width: 90%;
    height: auto;
    float: left;
    margin: 20px;

}

.post-single .post-txt-single {
    margin: 30px 20px 10px;
    height: auto;
    line-height: 27px;
}

.post-single .post-txt-single a.buy {
    background: #f1c40f;
    color: #54460c;
    padding: 10px 46px;
    border-radius: 5px;
    font-weight: bold;
    border-bottom: 2px solid #d1ad1d;
}

.post-single .post-txt-single h2, .post-single .post-txt-single h3 {
    margin: 8px 0;
}

.post-txt-single img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.post-single .post-txt-single p {
    font-size: 16px;
}

.post-single .post-txt-single {
    font-weight: normal;
    text-align: justify;
    font-size: 15px;
}

.post-single .post-info-single {
    float: right;
    border: 1px solid #D8D8D8;
    width: 100%;
    margin-top: 14px;
}

.post-single .post-info-single:hover {
    cursor: default;
}

.post-single .post-info-single .view {
    font-size: 14px;
    color: #ADAAAA;
    float: right;
    line-height: 30px;
    border-right: 1px solid #D8D8D8;
    text-align: center;
    transition: .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    -webkit-transition: all ease-out .1s;
}

.box-comment {
    float: right;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    background: #fff;
    margin-bottom: 15px;
}

.box-comment h3 {
    font-size: 18px;
    padding: 20px;
    font-weight: bolder;
    background: #1147dd;
    color: #fff;
}

.box-comment form {
    padding: 25px;
}

.box-comment textarea {
    background: #eeeff1;
    border-radius: 5px;
    width: 60%;
    display: block;
    margin-bottom: 10px;
    height: 170px;
    box-shadow: 0px 2px 3px rgb(203, 206, 213);
    padding: 15px;
}

.comment {
    float: right;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.comment img {
    width: 50px;
    float: right;
    padding: 7px 0 0 20px;
    box-sizing: content-box;
}

.comment h5 {
    font-size: 16px;
    font-weight: bold;
}

.comment p {
    padding: 15px 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}


/********پنل مدیریت********/


* {
    padding: 0;
    margin: 0;
    border: 0;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb.ttf') format('truetype'), url('../fonts/IRANSansWeb.woff') format('woff');
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir-Bold.ttf') format('truetype'), url('../fonts/Vazir-Bold.woff') format('woff');
}

body {
    background: #eeeff1;
    direction: rtl;
    font-family: 'iransans';
    color: #111111;
    text-align: right;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

th {
    text-align: right;
}

a {
    color: #4d4d4d;
    font-family: 'iransans';
    transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.topmenu {
    background: #fff;
    padding: 7px;
}

.topmenu span {

}

.topmenu span a {
    margin-left: 15px;
}


input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*------------------------form------------------------------------------
[  ]*/

.contact2-form {
    width: 100%;
    padding-bottom: 25px;
}

.contact2-form-title {
    display: block;
    font-size: 27px;
    color: #333333;
    text-align: right;
    padding: 20px 0 50px;
}


/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.input2 {
    display: block;
    width: 100%;


    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}

.focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: rgba(219, 21, 99, 1);
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935);
}

.focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;

    font-size: 13px;
    color: #999999;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
    height: 45px;
}

input.input2 + .focus-input2::after {
    top: 16px;
    left: 0;
}

textarea.input2 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
    top: 16px;
    left: 0;
}

.input2:focus + .focus-input2::after {
    top: -13px;
}

.input2:focus + .focus-input2::before {
    width: 100%;
}

.has-val.input2 + .focus-input2::after {
    top: -13px;
}

.has-val.input2 + .focus-input2::before {
    width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-contact2-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
}

.contact2-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: rgba(219, 21, 99, 1);
    background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    top: 0;
    left: -100%;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;


    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;


}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-contact2 {
        padding: 72px 15px 90px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;

    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


.admin-container {
    float: right;
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    border-top: 4px solid #32373c;
}

.admin-menu {
    float: right;
    width: 100%;
    background: #23282d;
    padding-bottom: 0px;
    height: 100%;
}

.admin-menu ul li {

}

.admin-menu ul li a:hover {
    background: #32373c;
}

.admin-menu ul li a:active {
    background: #0073aa;
}

.admin-menu ul li a {
    color: #d6dbe1;
    padding: 10px;
    display: block;
}

.admin-menu ul ul {
    background: #32373c;
    display: none;
}

.admin-menu ul li:hover > ul {
    /*display: block;*/
}

.admin-menu ul li ul.sub-admin li {

}

.admin-menu ul li ul.sub-admin li a {
    padding: 8px 12px;
    border-bottom: 0;
    font-size: 14px;
}

.admin-menu ul li ul.sub-admin li a:last-child {

}

.sub-active {
    display: block !important;
}

.admin-menu .userwel {
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #485566;
    background: #32373c;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 12px 0 15px;
    margin-bottom: 15px;
}

.admin-menu .userwel img {
    width: 70px;
    display: block;
    margin: auto;
}

.content-panel {
    float: right;
    width: 100%;
    padding: 30px 0;
}

.admin-menu ul li a svg {
    font-size: 21px;
    margin-left: 5px;
}

.panel > table > thead {
    background: #898c8e;
    color: #fff
}

p.title-form {

    padding: 15px;
    font-size: 19px;
    font-weight: bolder;
}

.box-widget {
    min-width: 255px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0 10px 18px;
    margin-bottom: 20px;
    box-shadow: 0 0px 5px #e6e6e6;
}

.box-widget h5 {
    font-size: 15px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-weight: normal;
    color: #555;
}

input.inputbig {
    height: 2.8em;
}

.tox-tinymce {
    min-height: 430px !important;
}

body.mce-content-body {
    direction: rtl !important;
}

.admin-container {
    float: right;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    border-top: 4px solid #23282d;
}

.boxcheck {
    display: inline-block;
    margin-left: 0px;
    margin-top: 6px;
    font-size: 16px;
}

.custom-control-label {
    padding-right: 23px;
}

.panel a.title {
    color: #0073aa;
    font-weight: bolder;
}

.boxcheck .custom-control-label::before, .boxcheck .custom-control-label::after {
    right: 0;
}

.admin-paginate {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    /*color:#007bff;*/
    color: #0a75ea;

}

.pager {

}

.search-form {
    float: right;
    margin: 0 0 7px 10px;
}

.search-form select {
    display: inline-block;
    width: 120px;
    padding: 0 10px;
}

.search-form input[type='text'] {
    display: inline-block;
    width: 230px;
}

.bi-house {
    margin: 5px 10px 0px 10px;
    float: right;
    color: #1147dd;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;

}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    direction: rtl;
}

/* unvisited link */
a {
    color: black;
}

img, svg, video, canvas, audio, iframe, embed, object {
    /* display: block; */
    vertical-align: middle;

}
video{
    width: 100%;
    height: auto;
}


.help-tip {
    margin-left: 5px;
    z-index: 1;
    position: sticky;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #424242;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    color: #FFFFFF;
}

.help-tip:before {
    content: '!';
    font-weight: bolder;
    font-size: large;
    font-family: serif;
    color: #FFFFFF;

}

.help-tip:hover a {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip a { /* The tooltip */
    display: none;
    text-align: justify;
    background-color: #1E2021;
    padding: 20px;
    width: 400px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -385px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
}

.help-tip a:before { /* The pointer of the tooltip */
    white-space: pre-line;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    color: #FFFFFF;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    left: 10px;
    top: -12px;
}

.help-tip a:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .help-tip a { /* The tooltip */
        display: none;
        text-align: justify;
        background-color: #1E2021;
        padding: 5px;
        width: 200px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -180px;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .help-tip a { /* The tooltip */
        display: none;
        text-align: justify;
        background-color: #1E2021;
        padding: 10px;
        width: 250px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -230px;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.4;
    }
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}


.example-tip {

    z-index: 1;
    position: sticky;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #424242;
    border-radius: 10%;
    width: 54px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    color: #FFFFFF;
}

.example-tip:before {
    content: 'مثال';
    font-weight: bold;
    color: #FFFFFF;
}


.example-tip:hover a {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
    transition: all 500ms;
    transition-delay: 3s;

}

.example-tip a { /* The tooltip */
    display: none;
    text-align: justify;
    background-color: #1E2021;
    padding: 20px;
    width: 400px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -390px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;


}

.example-tip a:before { /* The pointer of the tooltip */
    white-space: pre-line;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    color: #FFFFFF;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    left: 10px;
    top: -12px;
}

.example-tip a:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;

}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .example-tip a { /* The tooltip */
        display: none;
        text-align: justify;
        background-color: #1E2021;
        padding: 20px;
        width: 200px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -170px;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .example-tip a { /* The tooltip */
        display: none;
        text-align: justify;
        background-color: #1E2021;
        padding: 10px;
        width: 250px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -190px;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.4;
    }
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}



.tip {
    margin-left: 5px;
    z-index: 1;
    position: sticky;
    top: 18px;
    left: 18px;
    text-align: center;
    background-color: #FFFFFF;/*#424242;*/
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    color: #FFFFFF;
    border: 1px solid #424242;
}

.tip:before {
    content: '؟';
    font-weight: bolder;
    font-size: large;
    font-family: serif;
    color: #424242;

}

.tip:hover a {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.tip a { /* The tooltip */
    display: none;
    text-align: justify;
    background-color: #1E2021;
    padding: 20px;
    width: 400px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: -385px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
}

.tip a:before { /* The pointer of the tooltip */
    white-space: pre-line;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    color: #FFFFFF;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.tip a:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .tip a { /* The tooltip */
        display: none;
        text-align: justify;
        background-color: #1E2021;
        padding: 5px;
        width: 200px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        left: -180px;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .tip a { /* The tooltip */
        display: none;
        text-align: justify;
        background-color: #1E2021;
        padding: 10px;
        width: 250px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        left: -230px;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.4;
    }
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}


.md-10 {
    margin-right: -40px;
    /* margin-left: -140px; */
}

.panel {
    width: 103%;
}

.poster {
    width: 60px;
    height: 80px;
}

.part-poster {
    width: 80px;
    height: 65px;
}

.slide-poster {
    width: 130px;
    height: 65px;
}


mark {
    background-color: yellow;
    color: black;
}

.btn-byfilm {
    color: #fff;
    background-color: #f53f7c;
    border-color: #f53f7c
}

.btn-byfilm:hover {
    color: #fff;
    background-color: #e81e62;
    border-color: #e81e62
}

.btn-byfilm.focus, .btn-dark:focus {
    color: #fff;
    background-color: #f53f7c;
    border-color: #e81e62;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-byfilm.disabled, .btn-byfilm:disabled {
    color: #fff;
    background-color: #9a4964;
    border-color: #9a4964
}

.btn-byfilm:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #e81e62;
    border-color: #e81e62
}


/* btn login */
.btn-login {
    color: #fff;
    background-color: #0be881;
    border-color: #0be881
}

.btn-login:hover {
    color: #fff;
    background-color: #05c46b;
    border-color: #05c46b
}

.btn-login.focus, .btn-dark:focus {
    color: #fff;
    background-color: #0be881;
    border-color: #05c46b;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-login.disabled, .btn-byfilm:disabled {
    color: #fff;
    background-color: #2b845a;
    border-color: #2b845a
}

.btn-login:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #05c46b;
    border-color: #05c46b
}
@media only screen and (max-width: 3000px) {
    .collapse-menu-icon{
        display: none;
    }
    .collapse-login-div {
        display: none;
    }
    .logo-collapse-div {
        display: none;

    }
}
/*
@media only screen and (max-width: 1280px) {
    .login-state-collapse {

        display: none;
    }
    .link {

        display: inline;
    }

    .collapse-login-div {
        display: none;
    }

    .logo-collapse-div {
        display: none;

    }

    .collapse-menu-icon{
        display: none;
    }


}

@media only screen and (max-width: 763px) {


    .logo{
        width: 10%;
        height: auto;
        display: none;
    }

    .logo-collapse-div {
        width: 5%;
        height: auto;
        display: inline;

    }

    .logo-collapse-div .img{
        width: 2%;
        height: auto;
        float: left;
    }

    .header .link {
       !* float: left;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;*!
        display: none;

    }

    .login-state-collapse {

        display: inline;
    }

    .link {

        display: none;
    }
    .collapse-login-div {
        display: block;
    }
    .navbar{
        display: none;
    }
    .collapse-menu-icon{
        display: inline;
    }


}
*/

/*.header .logo {

    margin-right: 100px;


}
.header .link {
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;

}*/

.container {
    max-width: 1140px;
}

/* menu bar*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(9, 9, 9, 0.61);
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    margin-right: 3px;


}

.navbar-light  .navbar-nav .nav-item .nav-link:hover{
    color: rgb(252, 252, 252);
    background-color: #f53f7c;
    border-bottom: 10px;
    border-top: 11px;
    border-color: #c80000;
    border-radius: 3px;


}

 /* menu slide */
/* The side navigation menu */
.sidenav {

    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #f1f1f1;; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border: 2px;
    overflow: hidden; /* Hide scrollbars */

}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #767575;
    display: block;
    transition: 0.3s;
    margin-right: 10px;
    margin-bottom: 15px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #ffffff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-right: 180px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 10px;}
    .sidenav a {font-size: 14px;}

}

/* font style slidebar*/

.menu-slide {
    float: right;
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 50px;
    height: 100%;
}

.menu-slide ul li {

}

.menu-slide ul li a:hover {
   /* color: #fff;
    background-color: #d0d0d0;
    border-color: #dae0e5*/
}

.menu-slide ul li a:active {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.menu-slide ul li a {
    color: #7f7f7f;
    padding: 5px;
    display: block;
    margin: 0 10px;
}

.menu-slide ul ul {
    color: #fff;
    background-color: #f1f1f1;
    border-color: #f8f9fa;
    display: none;
}

.menu-slide ul li:hover > ul {
    color: #fff;
    background-color: #d0d0d0;
    border-color: #dae0e5
}

.menu-slide ul li ul.sub-site-content  li {
background-color: #FFFFFF;
}

.menu-slide ul li ul.sub-site-content li a {

}

.sub-site-content li {
    list-style: none;
    color: #fff;
    background-color: #f1f1f1;
    border-color: #f8f9fa;
    /*border-radius: 20px 0 20px 0;*/
    width: 91%;
    margin-top:1px;
    margin-right: 10px;
    margin-left: 10px;
}
.sub-site-content li:hover {
    list-style: none;
    color: #fff;
    background-color: #d0d0d0;
    border-color: #dae0e5;
    /*border-radius: 20px 0 0 20px;*/
    width: 90%;
    margin-top:1px;
    margin-right: 10px;
    margin-left: 10px;


}
.menu-slide ul li ul.sub-site-content  li a:last-child {
    color: #727272;
}

/* boute ByFilm*/

.menu-slide ul li ul.sub-about-content  li {
    background-color: #FFFFFF;
}

.menu-slide ul li ul.sub-about-content li a {

}

.sub-about-content li {
    list-style: none;
    color: #fff;
    background-color: #f1f1f1;
    border-color: #f8f9fa;
    /*border-radius: 20px 0 20px 0;*/
    width: 91%;
    margin-top:1px;
    margin-right: 10px;
    margin-left: 10px;
}
.sub-about-content li:hover {
    list-style: none;
    color: #fff;
    background-color: #d0d0d0;
    border-color: #dae0e5;
    /*border-radius: 20px 0 0 20px;*/
    width: 90%;
    margin-top:1px;
    margin-right: 10px;
    margin-left: 10px;


}
.menu-slide ul li ul.sub-about-content  li a:last-child {
    color: #727272;
}

.sub-active {
    display: block !important;
}

/* Profile Picture*/
div.circle-avatar{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;

    /* make it a circle */
    border-radius:50%;

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.container-overlay {
    position: relative;
    width: 50%;
}

.image {
    display: block;
    width: 50%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 50%;
    opacity: 0;
    transition: .6s ease;
    background-color: #485460;
}

.container-overlay:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.question{
    display: block;
    width: 100%;
    height: auto;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e6eaee;
    background-clip: padding-box;
    border: 1px solid #e3e4e5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.reply{
    display: block;
    width: 100%;
    height: auto;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    link: #fff;
    background-color: #d2dae2;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

/* for edit and create page*/

.my-container-fluid{

    padding: 10px;
}
.firstDiveInEditPanel{
    padding-left: 10px;
    padding-right: 10px;
}

.secondDiveInEditPanel{
    padding-left: 10px;
    padding-right: 10px;
}
/* end of edit and create page style*/

/* for index */
.help-tip-index {
    float: left;
    margin-left: 30px
}


.topDivIndex{

}
.rowIndex{
    margin-right: -12px;

}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 99.8%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   /* overflow-x:hidden;*/ /*cannot use this. the menu drop down not show anymore*/
}

.table {
    width: 98%;
    margin-bottom: 1rem;
    color: #212529;
}

.divHomeIndex{

    padding: 90px 50px 10px 50px
}
.divHomeIndex-btn{

    padding: 30px 50px 10px 50px
}


@media (max-width: 968px) {
    .table {
        width: 120%;
    }
    .div-table-container{
        width: 98.5%;
    }
}

@media (max-width: 868px) {
    .table {
        width: 140%;
    }
    .div-table-container{
        width: 98.5%;
    }
}

@media (max-width: 768px) {
    .table{
        width: 160%;
    }

    .div-table-container{
        width: 99%;
    }


    .help-tip-index {
        float: left;
        margin-left: 8px

    }
    .divHomeIndex{
        padding: 30px 50px 0px;
    }
}
@media (max-width: 576px) {

    .table{
        width: 220%;
    }
    .help-tip-index {
        float: left;
        margin-left: 8px
    }
    .divHomeIndex{
        padding: 30px 50px 0px;
    }
}

@media (max-width: 476px) {

    .table{
        width: 250%;
    }
}

@media (max-width: 400px) {

    .table{
        width: 290%;
    }
}




.panel > div > table > thead {
    background: #898c8e;
    color: #fff;
}

.alert-success {
    width: 98%;
    font-size: medium;
    line-height: normal;
}

.alert-danger {
    width: 98%;
    font-size: medium;
    line-height: normal;
}
/* end of index style */

@media screen and ( min-width: 700px ){


}

.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    margin: auto;
   /* max-width: fit-content;*/ /* make problem */
}

.user-info-right{
    text-align: center;
    background-color: #f15c80;
    padding: 20px 0px 20px 0px;
    margin: -5px 18px 18px 18px;
    border-radius: 15px;
}
.user-info-after-right{
    text-align: center;
    background-color: #e4d354;
    padding: 20px 0px 20px 0px;
    margin: -5px 18px 18px 18px;
    border-radius: 15px;
}
.user-info-center{
    text-align: center;
    background-color: #f7a35c;
    padding: 20px 0px 20px 0px;
    margin: -5px 18px 18px 18px;
    border-radius: 15px;
}
.user-info-left{
    text-align: center;
    background-color: #90ed7d;
    padding: 20px 0px 20px 0px;
    margin: -5px 18px 18px 18px;
    border-radius: 15px;
}

select option{
    font-family: iransans;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
    text-align: justify;
    line-height: revert;
}


.notification {
    background-color: #FFFFFF;
    color: white;
    text-decoration: none;
    padding: 2px 2px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification span i:hover {
    /*
    background: red;
    */
    color: #FFFFFF;
}

.notification .badge {
    position: absolute;
    width: 27px;
    height: 27px;
    line-height: 20px;
    border-radius: 50%;
    background: #007bff;
    font-size: 13px;
    top: -10px;
    right: -10px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}

.modal-header .close {
    display: contents;
}
.modal-footer {
    display: block;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 500px;
}

/* start of status different color backgrounds css */

.status-error{
    color: whitesmoke;
    padding:5px 9px 5px 9px;
    background-color: darkorange;
    border-radius: 5px
}
.status-success{
    color: whitesmoke;
    padding:5px 9px 5px 9px;
    background-color: limegreen;
    border-radius: 5px
}
.status-pending{
    color: whitesmoke;
    padding:5px 9px 5px 9px;
    background-color: hotpink;
    border-radius: 5px
}
.status-default{
    color: whitesmoke;
    padding:5px 9px 5px 9px;
    background-color: dodgerblue;
    border-radius: 5px
}

/* end of status different color backgrounds css */
