﻿body {
    direction: rtl !important;
    text-align: right;
}


.page-item.active .page-link {
    background-color: #2dce89;
    border-color: #2dce89;
}

.page-item .page-link a {
    width: 100%;
    text-align: center;
    color: #2dce89;
    padding: 10px 0px 10px 0px;
}




/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #5e72e4 white;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: white;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #5e72e4;
        border-radius: 20px;
        border: 3px solid white;
    }


.navbar-inner {
    direction: ltr !important;
}


.navbar-vertical .navbar-nav .nav-link {
    font-weight: 600;
}

    .navbar-vertical .navbar-nav .nav-link > i.fa,
    .navbar-vertical .navbar-nav .nav-link > i.fas,
    .navbar-vertical .navbar-nav .nav-link > i.far,
    .navbar-vertical .navbar-nav .nav-link > i.fal,
    .navbar-vertical .navbar-nav .nav-link > i.fab {
        text-align: right
    }


.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    font-weight: 900;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    font-weight: 900;
}

i.active:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f5365c;
    transform: translate(4px,-5px);
    border-radius: 50%;
}

.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
    margin-right: 62px !important
}

.g-sidenav-pinned .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
    margin-right: 320px !important
}

.g-sidenav-pinned .sidenav,
.g-sidenav-show .sidenav {
    max-width: 320px !important;
}


.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
    padding-left: 1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-item > div > ul > li > a {
    padding-right: 5rem
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-item > div > ul > li ul li a {
    padding-right: 5.75rem
}



.iranYekan {
    font-family: Iranyekan, sans-serif;
}

label {
    display: flex
}


.control-label {
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
}

.btn-fly {
    position: fixed;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    left: 75px;
    bottom: 75px;
    box-shadow: 1px 5px 13px -2px #7d7d7d;
    padding: 13px;
}

    .btn-fly:hover {
        transition: all 0.5s ease;
        box-shadow: 0px 0px 0px 0px #7d7d7d;
    }

.nowrap {
    white-space: nowrap
}

.info_button {
    text-align: left;
    width: 100%
}

.btn {
    cursor: pointer
}

.vh_60 {
    height: 60vh;
    overflow-y: scroll;
}

.vh_70 {
    height: 70vh;
    overflow-y: scroll;
}

.vh_80 {
    height: 70vh;
    overflow-y: scroll;
}

.vh_90 {
    height: 90vh;
    overflow-y: scroll;
}

.datepicker-plot-area {
    width: 270px;
}

    .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
        direction: ltr !important;
        font-weight: 900
    }

    .datepicker-plot-area .datepicker-navigator .pwt-btn-next {
        direction: ltr !important;
        font-weight: 900
    }

    .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
        direction: ltr !important;
        font-family: Iranyekan !important;
        font-size: 15px;
        font-weight: 600
    }

    .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
        font-family: Iranyekan !important;
        font-size: 14px;
        font-weight: 900
    }



    .date-item-selected, .datepicker-plot-area .datepicker-day-view .table-days td span {
        width: 36px;
        height: 36px;
        border-radius: 6px;
        padding: 4px;
        font-family: Iranyekan !important;
        font-size: 13px;
        font-weight: 600
    }



    .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
        height: 40px;
        margin-bottom: 12px;
        margin-top: 12px;
        font-family: Iranyekan !important;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px
    }




    .datepicker-plot-area .toolbox .pwt-btn-submit, .datepicker-plot-area .toolbox .pwt-btn-calendar, .datepicker-plot-area .toolbox .pwt-btn-today {
        font-weight: 400;
        height: 32px;
        padding: 3px;
        font-family: Iranyekan !important;
        font-size: 12px;
        font-weight: 900;
    }

.Time, .TimeNoInit {
    direction: ltr;
    text-align: left
}

.img-responsive {
    width: 55px;
    margin-left: 6px
}



.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.flex_right {
    display: flex;
    align-items: center;
    justify-content: right;
}
/*@media only screen and (max-width: 576px) {
    .flex_right {
        display: flex;
        align-items: center;
        justify-content: space-between!important;
    }
}*/
.flex_left {
    display: flex;
    align-items: center;
    justify-content: left;
}



.grid_center {
    display: grid;
    align-items: center;
    justify-content: center;
}


.grid_right {
    display: grid;
    align-items: center;
    justify-content: right;
}

.grid_left {
    display: grid;
    align-items: center;
    justify-content: left;
}


.grid_1 {
    grid-template-columns: auto;
}

.grid_2 {
    grid-template-columns: auto auto;
}

.grid_3 {
    grid-template-columns: auto auto auto;
}

.grid_4 {
    grid-template-columns: auto auto auto auto;
}



.hide {
    height: 1px;
    font-size: 0;
    padding: 0px;
    border: 0;
    opacity: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-search--dropdown .select2-search__field {
    color: black;
    font-weight: 400;
    /*font-size: .975rem;*/
}

    .form-control:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        color: black;
        font-weight: 600;
    }


.splitnumber {
    text-align: left;
    direction: ltr
}


.fix_lable {
    height: 29px;
    display: flex;
    align-items: center;
}


.custom_check_box {
    background-color: #eee;
    padding-left: 2.2rem;
    padding-right: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.6rem;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.accordion .card-header:after {
    bottom: 50%;
    left: 10px;
    right: inherit;
    display:none;
}

.not_border {
    border: 0px
}




input[type="file"] {
    display: none !important;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}

    .custom-file-upload img {
        margin-top: 10px;
        max-width: 100%;
        max-height: 150px;
    }



.close-image {
    position: absolute;
    left: 12px;
    top: 5px;
}

.custom_row {
    display: flex;
    flex-wrap: wrap;
}


.list_btn {
    width: 40px;
    height: 40px;
    font-size: 17px;
    padding: 7px
}


.radius {
    border-radius: .375rem;
}

.close {
    float: left
}

.alert {
    font-weight: 600
}

.page-item.active .page-link {
    z-index: 0;
}

.accordion > .card:first-of-type {
    border-radius: 6px;
}

.accordion > .card:last-of-type {
    border-radius: 6px;
}

strong {
    font-weight: 900
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: calc(.45em + 1.25rem + 6px);
}

.input-group > .input-group-prepend:first-child > .btn:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    height: calc(.45em + 1.25rem + 6px);
    padding: 0px 10px;
}

.important-size {
    font-size: 17px;
    font-weight: 900;
}


@media (max-width: 1201px) {
    .g-sidenav-show .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important;
    }

    .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important
    }

    .g-sidenav-hidden .sidenav {
        transform: translateX(320px)
    }

    .flex_center {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }


    .flex_right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    .flex_left {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    .grid_right {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .grid_left {
        display: grid;
        align-items: center;
        justify-content: center;
    }


    .grid_1 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_2 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_3 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_4 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .pagination {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        padding-right: 0px;
    }

    .page-item {
        margin-bottom: 7px;
    }


    .important-size {
        font-size: 16px;
        font-weight: 900;
    }
}

@media (max-width: 993px) {


    .g-sidenav-show .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important;
    }

    .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important
    }

    .g-sidenav-hidden .sidenav {
        transform: translateX(320px)
    }

    .flex_center {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }


    .flex_right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    .flex_left {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    .grid_right {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .grid_left {
        display: grid;
        align-items: center;
        justify-content: center;
    }


    .grid_1 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_2 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_3 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_4 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .pagination {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto auto auto;
        padding-right: 0px;
    }

    .page-item {
        margin-bottom: 7px;
    }


    .important-size {
        font-size: 15px;
        font-weight: 900;
    }
}

@media (max-width: 769px) {

    .g-sidenav-show .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important;
    }

    .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important
    }

    .g-sidenav-hidden .sidenav {
        transform: translateX(320px)
    }


    .flex_center {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }


    .flex_right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    .flex_left {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    .grid_right {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .grid_left {
        display: grid;
        align-items: center;
        justify-content: center;
    }


    .grid_1 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_2 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_3 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .grid_4 {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .pagination {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto;
        padding-right: 0px;
    }

    .page-item {
        margin-bottom: 7px;
    }


    .important-size {
        font-size: 17px;
        font-weight: 900;
    }
}

@media only screen and (max-width: 576px) {
    .g-sidenav-show .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important;
    }

    .navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
        margin-right: 0 !important
    }

    .g-sidenav-hidden .sidenav {
        transform: translateX(320px)
    }


    .flex_center {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }


    .flex_right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    .flex_left {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    .grid_right {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .grid_left {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .scrollX {
        overflow-x: auto
    }


    .grid_1 {
        grid-template-columns: auto auto auto auto auto auto;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .grid_2 {
        grid-template-columns: auto auto auto auto auto auto;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .grid_3 {
        grid-template-columns: auto auto auto auto auto auto;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .grid_4 {
        grid-template-columns: auto auto auto auto auto auto;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .pagination {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding-right: 0px;
    }

    .page-item {
        margin-bottom: 7px;
    }



    .important-size {
        font-size: 17px;
        font-weight: 900;
    }


    .not_border {
        max-width: 100%
    }

    .card {
        align-items: center
    }

/*    .card-body {
        max-width: 100%
    }*/
}

.timeContainer {
    text-align: right;
    padding-top: 0.6rem !important;
    padding-bottom: 2rem !important;
    position: relative;
    padding-right: 4rem !important;
}

    .timeContainer::after {
        content: "";
        position: absolute;
        right: 3.2rem;
        top: 0;
        background: #e9ecef;
        height: 1.8rem;
        width: 0.1rem;
    }
.VideoPlayBtn {
    background-color: #5e72e4;
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .VideoPlayBtn:before {
        background-color: initial;
        background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
        border-radius: 125px;
        content: "";
        height: 50%;
        left: 4%;
        opacity: .5;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 92%;
    }

    .VideoPlayBtn:hover {
        box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
        transform: scale(1.05);
    }

@media (min-width: 768px) {
    .VideoPlayBtn {
        padding: 12px 33px;
    }
}