/*-------------------------------------------------------------------------------------------
                                        Add Font Web
--------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'myfont';
    src: url('../fonts/woff/IRANSansWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tanha';
    src: url('../fonts/Farsi-Digits/Tanha-FD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/FontAwesome/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------------------------
                                        setting
--------------------------------------------------------------------------------------------- */
body {
    font-family: myfont;
    direction: rtl;
    font-size: 13px;
    text-align: right;
    background-color: #d8dee2;
}

a:focus {
    outline: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
}

a:hover {
    text-decoration: none !important;
}

.fa {
    font-family: fontawesome;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.font-type-tanha {
    font-family: 'tanha';
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}


/*-------------------------------------------------------------------------------------------
                                        Scroll Setting
--------------------------------------------------------------------------------------------- */
/* scroll setting */
::-webkit-scrollbar {
    width: 9px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0a0947;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0a0947;
    }

/*-------------------------------------------------------------------------------------------
                                        color setting
--------------------------------------------------------------------------------------------- */
.bg-c-green {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to left, #0ac282, #0df3a3);
}

.bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to left, #e0142c, #f1929d);
}

.bg-c-lightgreen {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to left, #036f90, #77c9e8);
}

.bg-c-blue {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to left, #01a9ac, #01dbdf);
}

.bg-c-orange {
    background: -webkit-gradient(linear, left top, right top, from(#da5015), to(#f3a17e));
    background: linear-gradient(to left, #da5015, #f3a17e)
}

.bg-c-lime {
    background: -webkit-gradient(linear, left top, right top, from(#82840e), to(#adb533));
    background: linear-gradient(to left, #737373, #9ea2a5)
}

.bg-c-gray {
    background: -webkit-gradient(linear, left top, right top, (from#0b5673), to(#325177));
    background: linear-gradient(to left, #0b5673, #325177);
}

.text-c-blue {
    color: #01a9ac;
}

.text-c-red {
    color: #e77460;
}

.text-c-white {
    color: #ffffff;
}

.bg-simple-c-green {
    background-color: #1bb53c;
}

.bg-simple-c-red {
    background-color: #d45333;
}

.bg-simple-c-blue {
    background: #01a9ac;
}

/* color for card header */
.bg-header-red {
    background-color: #ffdbdb !important;
}

.bg-header-blue {
    background-color: #c8edff !important;
}

.bg-header-green {
    background-color: #d2ffb0 !important;
}

.bg-header-orange {
    background-color: #fddfa8 !important;
}

.bg-header-gray {
    background-color: #d4d4d4 !important;
}

.bg-header-brown {
    background-color: #f1d1b1 !important;
}

.bg-header-teal {
    background-color: #98cac3 !important;
}

.bg-header-purple {
    background-color: #efd2f9 !important;
}

.bg-header-pink {
    background-color: #ffd0fb !important;
}

.bg-header-navy {
    background-color: #d2daf9 !important;
}

/* color for btn */
.bg-btn-red {
    background-color: #ff7e7e !important;
}

.bg-btn-blue {
    background-color: #53c5de !important;
}

.bg-btn-green {
    background-color: #8cc146 !important;
}

.bg-btn-purple {
    background-color: #b966da !important;
}

.bg-btn-orange {
    background-color: #f3b648 !important;
}

.bg-btn-gray {
    background-color: #99969a !important;
}

.bg-btn-brown {
    background-color: #d49140 !important;
}

.bg-btn-teal {
    background-color: #4c968c !important;
}

.bg-btn-pink {
    background-color: #ff86f0 !important;
}

.bg-btn-navy {
    background-color: #52659a !important;
}

/*____________________________________________________________________________________________________________
                                                   header footer
 ____________________________________________________________________________________________________________*/
.page-title h1 {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #807c7c;
    color: #fff;
}

.row-header {
    padding: 5px;
    align-items: center;
    background-color: #01273e;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid #ddd;
}

    .row-header img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        padding: 1px;
        background-color: #fff;
    }

    .row-header h4 {
        font-size: 14px;
        font-weight: 900;
        color: #f7f2f2;
    }

.more-notification {
    font-size: 14px;
    font-weight: 900;
    line-height: 2;
    color: #f5f0f0;
}

.wrapper-card-list {
    padding-bottom: 4rem !important;
}

@media screen and (max-width: 400px) {
    .wrapper-card-list {
        padding-bottom: 6rem !important;
    }

    .row-header h4 {
        font-size: 12px;
    }

    .page-title h1 {
        font-size: 18px;
    }
}

/*-------------------------------------------------------------------------------------------
                                     footer 
 --------------------------------------------------------------------------------------------- */
.footer-bottom {
    background: #848d98 url(../image/bg_footer-inner.png)no-repeat;
    background-size: contain;
    background-position: 100px center;
}

.copy-text {
    font-size: 13px;
    color: #2e2d2d;
}

    .copy-text a:hover {
        text-decoration: none;
    }

    .copy-text a {
        color: #e7e9eb;
    }

.footer-bottom-logo {
    width: 117px;
    height: 41px;
    margin-top: 3px;
}

.center-logo-sm {
    align-items: baseline;
}

@media screen and (max-width: 500px) {
    .center-logo-sm {
        text-align: center;
    }
}

@media screen and (max-width: 769px) {

    .col-footer2,
    .col-footer3 {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {

    .col-footer2,
    .col-footer3 {
        text-align: end;
    }
}

@media screen and (max-width:992px) {
    .footer-bottom {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding-top: 6px;
    }

    .col-footer3 {
        margin-top: 5px;
    }
}

.footer-bottom {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.col-footer1 {
    text-align: initial;
}

/*____________________________________________________________________________________________________________
                                                   dashboard tab
 ____________________________________________________________________________________________________________*/
.nav-link {
    background-color: #ffff;
    padding: .7rem 1rem;
    font-weight: 700;
    color: #373636;
    margin-left: 7px;
    border-radius: .5rem !important;
}

.nav-link-fixed p {
    margin-bottom: 0px;
}

.nav-link-fixed {
    background-color: #fff;
    border-radius: .5rem;
    padding: 11px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #01273e;
}

.card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.font-large-2 {
    font-size: 2rem !important;
}

.media-body h2,
.media-body h4 {
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width:600px) {

    .media-body h2,
    .media-body h4 {
        font-size: 14px;
        font-weight: 700;
    }
}

.dashboard-card {
    border: unset;
    border-radius: 0.5rem;
}


.table-title h1 {
    font-size: 19px;
    font-weight: 900;
    text-shadow: 2px 2px 2px rgb(138 152 152);
    color: #09234a;
}

.clock {
    background-color: #012033;
    padding: 13px;
    font-size: 18px;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
}

.widget-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
    border: none;
    margin-bottom: 16px;
}

    .widget-card .card-icon {
        width: 44px;
        height: 44px;
        position: absolute;
        float: left;
        left: 14px;
        top: -16px;
        font-size: 24px;
        border-radius: 31px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.f-w-600 {
    font-weight: 600;
}

.widget-card h4 {
    font-weight: 900;
    margin-top: 10px;
    font-size: 15px;
    color: #333333;
}

.widget-card {
    margin-top: 20px;
    text-align: right;
    border-radius: 10px;
}

    .widget-card:hover .card-icon {
        top: -22px;
    }

.error-card {
    color: rgb(243 63 84);
    overflow: hidden;
    border: none;
    border-right: 4px solid #fe6174;
    direction: ltr;
    font-size: 13px;
}

    .error-card .social-icon {
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 5px 7px;
        display: block;
        font-size: 14px;
    }

.info-card {
    color: rgb(66 138 163);
    overflow: hidden;
    border: none;
    border-right: 4px solid #0dcaf0;
    direction: ltr;
    font-size: 13px;
}

    .info-card .social-icon {
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 5px 7px;
        display: block;
        font-size: 14px;
    }

.m-b-0 {
    margin-bottom: 0;
}

.card .card-block p {
    line-height: 25px;
}

/*-------------------------------------------------------------------------------------------
                                    loader
 --------------------------------------------------------------------------------------------- */
.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader h1 {
        font-size: 22px;
        font-weight: bolder;
        color: #c03939;
        text-align: center;
    }

    .loader .row {
        width: 100%;
    }

/*-------------------------------------------------------------------------------------------
                                    index page
 --------------------------------------------------------------------------------------------- */
.title-card-bold {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(185, 185, 185);
    color: rgb(80, 73, 73);
}

.logo img {
    width: 220px;
}

.btn-more {
    border-radius: 10px;
    font-size: 14px;
}

    .btn-more:hover {
        background-color: #fff;
        color: #2f5daf;
    }

.card-index {
    border-radius: 1.25rem;
}

/*____________________________________________________________________________________________________________
                                                   login and signup step
 ____________________________________________________________________________________________________________*/

.login-register-form .focus-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background: #e97a7a;
}

.login-register-form-btn {
    background-color: #ff3e3e;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-register-form {
    padding: 0px 40px 0px 40px;
}

    .login-register-form input:focus {
        border-color: transparent !important;
    }

    .login-register-form .form-control:focus {
        box-shadow: none;
        box-shadow: none;
    }

    .login-register-form .form-control {
        border-radius: 1.25rem;
        margin-top: 10px;
    }

.label-input {
    font-size: 14px;
    color: #5d5a5a;
    line-height: 1.5;
}

.login-register-form .input {
    font-size: 12px;
    color: #555555;
    display: block;
    width: 100%;
    background: transparent;
}

.login-register-form .focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.input:focus + .focus-input::before {
    width: 100%;
}

.has-val.input + .focus-input::before {
    width: 100%;
}

.wrapper-input-info .row {
    margin-left: -15px;
    margin-right: -15px;
}

.card-input-info {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    border-radius: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-input-info {
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
}

.login-register-form-btn:hover {
    background-color: #333333;
    color: #fff;
}

.title-login-register {
    font-size: 20px;
    font-weight: 900;
    color: rgb(63, 63, 68);
    text-shadow: 2px 2px 2px rgb(173, 172, 172);
}

.title-login-register-light {
    font-size: 20px;
    font-weight: 900;
    color: rgb(253 253 253);
    text-shadow: 2px 2px 2px rgb(111 103 103);
}

@media screen and (max-width:300px) {
    .login-register-form {
        padding: 0px 20px 0px 20px;
    }

    .form-input-info .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .title-login-register {
        font-size: 16px;
    }
}

.feature-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:990px) {
    .feature-section {
        display: none;
        visibility: hidden;
        height: 0%;
        overflow: hidden;
    }

    .logo-login {
        display: none;
    }

    .card-input-info .card-body {
        padding: 0;
    }
}

@media screen and (min-width:990px) {
    .feature-section {
        height: 100%;
    }
}

.wrapper-input-info {
    background-color: transparent;
    overflow-y: visible;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* height: 93% !important; */
}

@media screen and (max-width:768px) {
    .h-100 {
        height: unset !important;
    }

    .form-input-info {
        background-color: transparent;
    }
}
