﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Vazirmatn;
    color: #465a71;
}

.navbar .brand {
    font-family: Lalezar !important;
    color: #53b8b9 !important;
    font-size: xx-large;
}

.form-floating > .form-control {
    padding: 1rem;
}

.form-floating > label {
    right: 0;
    width: 0;
    white-space: nowrap;
    padding: 1rem;
}

.btn-pv {
    color: #fff;
    background-color: #53b8b9;
    border-color: #53b8b9;
    height: 3rem;
    font-size: 1.3rem;
    border-radius: 5rem;
}

    .btn-pv:hover {
        color: #fff;
        background-color: #02a4a6;
        border-color: #02a4a6;
    }

    .btn-check:focus + .btn-pv, .btn-pv:focus {
        color: #fff;
        background-color: #20c5ba;
        border-color: #20c5ba;
        box-shadow: 0 0 0 0.25rem rgba(94, 194, 186, 0.5);
    }

    .btn-check:checked + .btn-pv, .btn-check:active + .btn-pv, .btn-pv:active, .btn-pv.active, .show > .btn-pv.dropdown-toggle {
        color: #fff;
        background-color: #20c5ba;
        border-color: #20c5ba;
    }

        .btn-check:checked + .btn-pv:focus, .btn-check:active + .btn-pv:focus, .btn-pv:active:focus, .btn-pv.active:focus, .show > .btn-pv.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
        }

    .btn-pv:disabled, .btn-pv.disabled {
        color: #fff;
        background-color: #53b8b9;
        border-color: #53b8b9;
    }

.form-control {
    border-color: #53b8b9;
    color: #465a71;
    border-radius: 5rem;
}

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #02a4a6;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(2, 164, 166,.25);
    }

.footer-home {
    color: #fff;
    background-color: #102f47 !important;
    position: absolute;
    bottom: 60px;
    font-size: 11pt;
}

    .footer-home .title {
        color: #5dc2b9;
        font-weight: bold;
        font-size: large;
        margin: .5rem 0;
    }

.footer-copyright {
    background-color: #0a2336 !important;
}

.contact-us {
    list-style: none;
}

    .contact-us i {
        margin-right: -40px;
        margin-left: 1rem;
        margin-top: 5px;
    }

    .contact-us a {
        color: #fff !important;
        text-decoration: none;
    }

.navbar {
    display: block;
}

    /*    .navbar .input-group {
        max-width: 526px;
    }*/

    .navbar .menu {
    }

.navbar-expand-sm .navbar-nav {
    position: initial;
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        position: absolute;
        top: 21px;
        left: 25px;
    }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar .menu > a[role=button] {
        position: absolute;
        top: 21px;
        right: 14px;
        border: none;
    }

    .navbar .brand {
        margin-right: 50px;
    }

    /*.navbar .brand > span {
            display: none !important;
        }*/
}

@media (max-width: 400px) {
    .navbar .brand > span {
        display: none !important;
    }
}

.nav-item a {
    color: #465a71 !important;
}

    .nav-item a:hover {
        color: #00baba !important;
    }

.color-pv {
    color: #53b8b9 !important;
}

.color-pv1 {
    color: #20c5ba !important;
}

.color-pv3 {
    color: #102f47 !important;
}

.color-pv4 {
    color: #0a2336 !important;
}

.color-pv5 {
    color: #5dc2b9 !important;
}

.n-home-footer__social {
    gap: 8px;
    justify-content: start;
}

.n-home-footer__social, .n-home-footer__social-item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.n-home-footer__social-item {
    background-color: #003049;
    border-radius: 12px;
    color: #1f6e91 !important;
    height: 40px;
    width: 40px;
    transition: .2s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .n-home-footer__social-item svg {
        fill: currentColor;
    }

svg {
    overflow: hidden;
}

img, svg {
    vertical-align: middle;
}

.n-home-footer__social-item {
    color: #1f6e91;
}

    .n-home-footer__social-item:focus, .n-home-footer__social-item:hover {
        color: #00e8dd !important;
    }

    .n-home-footer__social-item #n-home-footer__social-item--instagram {
        fill: #003049;
    }

.wrapper {
    background-color: #eef2f7;
    border-radius: 1rem;
    padding: 2rem;
}

    .wrapper i {
        font-size: 3rem;
    }

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

.input-group-text {
    color: #53b8b9;
    background-color: #53b8b91f;
    border-color: #53b8b9;
    border-radius: 5rem;
}

    .input-group-text:hover {
        color: #fff;
        background-color: #53b8b9;
    }

.brand {
    font-family: Lalezar !important;
    color: #53b8b9 !important;
    font-size: xx-large;
}

.loading {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white !important;
}

.login {
    background-image: linear-gradient(45deg,#13547a,#519ba5,#80d0c7);
}

    .login .brand img {
        max-width: 100%;
    }

    .login .loading {
        background-color: #b3dfdcbb !important;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: .5rem;
        z-index: 1;
        text-align: center;
        top: 0;
        left: 0;
        display: flex;
    }

    .login .form {
        background: #fffa;
        padding: .1rem 2rem 2.5rem;
        border-radius: .5rem;
    }

    .login .helper {
        background-color: #b3dfdc;
        border-radius: .5rem;
        height: 100%;
        padding: 2rem 2rem 0;
    }

        .login .helper img {
            max-width: 100%;
            border-radius: .5rem;
            margin-top: 1rem;
        }

        .login .helper p {
            text-align: justify;
            margin-top: .5rem;
        }

.modal-header .btn-close {
    padding: 0;
    margin: 0;
}

#Alert .modal-header,
#Confirm .modal-header {
    background-color: #102f47;
    color: #5dc2b9;
}

    #Alert .modal-header .btn-close,
    #Confirm .modal-header .btn-close {
        padding: .3rem;
        margin: 0;
        background-color: #fff;
    }

#Confirm .modal-footer {
    border-top: 0;
    justify-content: center !important;
}

    #Confirm .modal-footer .btn {
        width: 120px;
    }

.modal-text {
    text-align: justify;
}

.countdown {
    left: 0;
    top: 0;
    width: 5.5rem;
    background-color: #eaf7f7;
    height: 100%;
    color: #53b8b9;
    border-top-left-radius: 5rem;
    padding: 1.2rem 0;
    text-align: center;
    border-bottom-left-radius: 5rem;
    border: #53b8b9 1px solid;
}

.bg-pv {
    background-color: #53b8b9 !important;
}

.text-pv {
    color: #53b8b9 !important;
}

.text-blue {
    color: #1f6e91 !important;
}

.text-decoration-none,
.text-decoration-none a {
    text-decoration: none;
}


/*//////////////////////////////////////////*/
.profile {
    padding-top: 1rem !important;
}

    .profile .avatar {
        display: flex;
        width: fit-content;
        margin: auto;
        height: 6rem;
        justify-content: center;
    }

        .profile .avatar i {
            font-size: 5rem;
            width: 6rem;
            height: 6rem;
            padding-top: 1.2rem;
            color: #fff;
            margin-right: -.3rem;
        }

        .profile .avatar img {
            width: 6rem;
            height: 6rem;
        }

    .profile .bg {
        width: 6rem;
        height: 6.1rem;
        border: .3rem solid #6c757d;
        overflow: hidden;
        background-color: #6c757d;
    }

    .profile .gradient {
        width: 6rem;
        height: 6rem;
        background: linear-gradient(#fcfcfc, transparent);
    }

    .profile .name {
        font-size: 1.4rem;
        margin-top: .5rem;
    }

    .profile .phone {
        color: #686868;
    }

    .profile.d-flex {
        padding-top: 0 !important;
    }

        .profile.d-flex .avatar {
            width: 4rem;
            height: 4rem;
        }

            .profile.d-flex .avatar i {
                font-size: 3rem !important;
                width: 4rem;
                height: 4rem;
                padding-top: .6rem !important;
            }

        .profile.d-flex .bg {
            width: 4rem;
            height: 4rem;
        }

        .profile.d-flex .gradient {
            width: 4rem;
            height: 4rem;
        }

        .profile.d-flex .data {
            width: calc(100% - 4rem);
            margin-right: .5rem;
        }

        .profile.d-flex .name {
            font-size: 1.2rem;
            margin-top: .3rem;
            color: #000;
            height: 47px !important;
            align-items: center;
            display: inline-flex;
        }

        .profile.d-flex .phone {
            font-weight: lighter;
            font-size: smaller;
            margin-top: -.5rem
        }

.setting {
    /*margin: 9rem .2rem;*/
    padding-top: 1rem !important;
}

    .setting h6 {
        color: #707071; /*#ba9e75;*/
        margin: 0 .5rem !important;
        font-weight: lighter;
    }

    .setting .list-group {
        display: flex;
        flex-direction: column;
        padding: 0;
        border-radius: .6rem;
        margin-bottom: revert;
    }

        .setting .list-group i:first-child {
            border-bottom: solid #fff;
            padding: 0 .7rem .7rem;
            position: absolute;
            width: 2.9rem;
            right: 0;
            font-size: 1.5rem;
            text-align: center;
        }

        .setting .list-group .list-group-item.d-flex i:first-child {
            height: 2.3rem;
            width: unset;
        }

        .setting .list-group .list-group-item.d-flex i:last-child {
            min-width: unset;
        }

        .setting .list-group .list-group-item.d-flex label {
            margin-right: .5rem;
        }

        .setting .list-group .list-group-item.d-flex span.caption {
            left: 2rem;
            position: absolute;
            color: #686868;
            padding: 0;
        }

        .setting .list-group .list-group-item.d-flex input,
        .setting .list-group .list-group-item.d-flex select {
            margin-top: -.1rem;
            margin-right: 7rem;
            width: -moz-available;
            margin-left: 1rem;
        }

            .setting .list-group .list-group-item.d-flex select option {
                font-family: IRANSans;
            }

        .setting .list-group span {
            padding-right: 2rem;
        }

        .setting .list-group i.fa-angle-left {
            position: absolute;
            left: 1rem;
            right: auto;
            top: 1rem;
            color: #878787;
        }

    .setting .list-group-item {
        padding: .7rem 1rem;
    }

        .setting .list-group-item:last-child i:first-child {
            border-bottom: 0 !important;
        }

.dashboard {
    background-color: #eaf7f7;
}

.text-justify {
    text-align: justify !important;
}

.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.filter {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #dee2e6 !important;
    width: 100%;
    background-color: #eee;
    font-weight: 300;
    box-shadow: 1rem 1rem rgba(0, 0, 0, .05);
    overflow-x: scroll;
    touch-action: pan-x;
}

    .filter ul {
        display: flex;
        list-style-type: none;
        margin: .5rem 0;
        padding: 0 .5rem;
    }

    .filter li {
        margin: 0 .25rem;
        border: 1px solid #ddd;
        border-radius: 10rem;
        padding: .25rem 1rem;
        background-color: #fff;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adb5bd;
    font-weight: 200;
    /*opacity: 1;*/ /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adb5bd;
    font-weight: 200;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #adb5bd;
    font-weight: 200;
}

/*.rounded-pill {
    font-family: IRANSans;
}*/

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
    margin-right: .2rem;
}

.select {
    width: 100%;
    height: calc(100vh - 6.65rem);
    display: flex;
    position: fixed;
    top: 6.65rem;
    left: 0;
    background-color: #eaf7f7 !important;
    overflow: scroll;
}

    .select .list-group-item {
        cursor: pointer;
    }

        .select .list-group-item i {
            font-size: 1.1rem !important;
            padding-top: .2rem !important;
            color: #0d6efd;
            width: 2.3rem !important;
        }

        .select .list-group-item span {
            padding-right: 1.5rem !important;
        }

#sidebar {
}

.accordion-item {
    border: 1px solid rgb(234, 247, 247);
}

.accordion-button:not(.collapsed) {
    color: #53b8b9;
    background-color: #eaf7f7;
    box-shadow: inset 0 -1px 0 rgb(158, 215, 216);
}

.accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2353b8b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.g-4 .col {
    padding-right: 1px;
    padding-left: 1px;
}

.form-check .form-check-input {
    float: unset;
    margin-right: -1em;
    margin-left: unset;
}

.form-check-input:checked {
    background-color: #316c81;
    border-color: #316c81;
}

.card {
    border: 1px solid rgb(234, 247, 247);
}

.card-footer {
    background-color: rgb(234, 247, 247);
    border-top: 1px solid rgb(234, 247, 247);
}

    .card-footer a, a.card-footer {
        text-decoration: none !important;
        text-align: center;
    }

.carousel-item img {
    max-height: 25rem;
}

.border {
    border: 1px solid #53b8b9 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.list-group-item {
    border-color: #53b8b9 !important;
    padding: 1rem;
}

.dropdown-toggle::after {
    margin-right: 1rem;
}

.btn.dropdown-toggle.btn-pv {
    font-size: 1rem;
}

.dropdown-menu {
    text-align: right;
}

.dropdown-menu-pv {
    color: #53b8b9;
    background-color: #eaf7f7;
    border-color: rgb(83, 184, 185);
}

    .dropdown-menu-pv .dropdown-item.active, .dropdown-menu-pv .dropdown-item:active {
        color: #fff;
        background-color: #53b8b9;
    }

    .dropdown-menu-pv .dropdown-item {
        color: #53b8b9;
    }

        .dropdown-menu-pv .dropdown-item:focus, .dropdown-menu-pv .dropdown-item:hover {
            color: #1f6e91;
            background-color: rgba(255,255,255,.15);
        }

.navbar .megamenu {
    padding: 1rem;
}

    .navbar .megamenu .tab-content {
        font-size: smaller;
    }

    .navbar .megamenu a {
        text-decoration: none;
    }

/* ============ desktop view ============ */
@media all and (min-width: 575px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
/* ============ mobile view .end// ============ */
form .form-group {
    align-items: baseline !important;
    display: flex !important;
}

    form .form-group .control-label {
        margin-left: 1rem;
    }

.megamenu {
    cursor: pointer;
    white-space: nowrap;
}

    .megamenu .tab-content > .active {
        display: block flex;
    }

    .megamenu .nav-pills .nav-link.active, .megamenu .nav-pills .show > .nav-link {
        color: #53b8b9 !important;
        background-color: #eaf7f7 !important;
    }

    .megamenu div.col ul.list-unstyled div.col ul.list-unstyled {
        border-right: 3px solid #53b8b9 !important;
        padding-right: .9rem;
    }

    .megamenu .tab-pane.fade.row.active.show {
        display: flex !important;
    }

.notification {
    position: fixed !important;
    top: -100px;
    z-index: 9999;
    width: 330px;
    right: calc((100% - 330px) / 2);
}

    .notification.alert {
        border-radius: .6rem;
    }

    .notification.alert-danger {
        background-color: #f8d7daaa;
        box-shadow: 0 0 10px #f8d7daaa;
    }

    .notification.alert-info {
        background-color: #cff4fcaa;
        box-shadow: 0 0 10px #cff4fcaa;
    }

    .notification.alert-success {
        background-color: #d1e7ddaa;
        box-shadow: 0 0 10px #d1e7ddaa;
    }

    .notification.alert-warning {
        background-color: #fff3cdaa;
        box-shadow: 0 0 10px #fff3cdaa;
    }

    .notification.alert-primary {
        background-color: #cfe2ffaa;
        box-shadow: 0 0 10px #cfe2ffaa;
    }

    .notification.show {
        animation: show-notification .5s 1;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
    }

@keyframes show-notification {
    0% {
        top: -100px;
    }

    100% {
        top: 1rem;
    }
}

@-webkit-keyframes show-notification {
    0% {
        top: -100px;
    }

    100% {
        top: 1rem;
    }
}

.notification.hide {
    animation: hide-notification .5s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes hide-notification {
    0% {
        top: 1rem;
    }

    100% {
        top: -100px;
    }
}

@-webkit-keyframes hide-notification {
    0% {
        top: 1rem;
    }

    100% {
        top: -100px;
    }
}



.navbar-nav.menu .nav-item .nav-link.active {
    color: #53b8b9 !important;
    background-color: #eaf7f7 !important;
    padding: .7rem;
    margin-top: 1rem;
    border-radius: .3rem;
    font-weight: bold;
}

.navbar-nav.menu a {
    text-decoration: none;
}

.navbar-nav.menu div.col ul.list-unstyled {
    border-right: 3px solid #53b8b9 !important;
    padding-right: .9rem;
}

.navbar-nav.menu > li.nav-item > ul.list-unstyled {
    padding-right: 1rem;
}

    .navbar-nav.menu > li.nav-item > ul.list-unstyled > li {
        margin-top: 1rem;
    }

        .navbar-nav.menu > li.nav-item > ul.list-unstyled > li > a {
            color: #102f47;
            font-weight: bold;
        }

.pagination-container {
    margin-top: 30px;
}


.card-img-top {
    height: 150px !important;
}

main {
    /*padding-top: 170px;*/
}

.dan {
    border: 2px solid red !important;
}

.sv-active {
    border: 1px solid #fff204 !important;
}