﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'IRANYekanXVF';
    src: url('../../css/fonts/IRANYekanXVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('../../css/fonts/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: IRANYekanX;
    src: url('../css/fonts/IRANYekanX-regular.woff') format('woff');
}

@font-face {
    font-family: IRANYekanX;
    src: url('../css/fonts/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-brand {
    font-size: 1.10rem !important;
}

.navbar-brand {
    margin-right: 10rem !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    cursor: pointer;
}

#datatable_paginate {
}

thead {
    background-color: #ebebeb !important
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    background-color: #fbf8f8 !important;
    color: #080a38;
    font-family: "IRANYekanXVF";
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.col-form-label {
    font-family: wYekan !important;
}

.btn-login {
    font-family: wYekan !important;
    font-size: 1.1rem;
}

.footer {
    position: absolute;
    width: 100%;
    /*bottom:0;*/
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*======================= side bar === */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 45px;
}

    #wrapper.toggled {
        padding-right: 270px;
    }

#page-content-wrapper {
    padding: 0px 41px 0 0px;
}

#sidebar-wrapper {
    z-index: 1000;
    right: 220px;
    width: 43px;
    height: -webkit-fill-available;
    margin-right: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(to right, #677c88, #507986);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    /*.dataTables_scrollBody table {
    width: 1139.94px !important;
}*/

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 275px;
}

#page-content-wrapper {
    width: 100%;
    /*padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
    padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
    }

        .sidebar-nav li a i {
            padding-left: 25px
        }

        .sidebar-nav li a:hover {
            background: rgba(0,0,0,.1) !important;
            border-radius: 5px;
            /*margin-left: 10px;*/
        }

        .sidebar-nav li:hover:before,
        .sidebar-nav li.open:hover:before {
            width: 100%;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        .sidebar-nav li a {
            display: block;
            color: #ddd;
            text-decoration: none;
            padding: 7px 15px 10px 10px;
            font-size: 15px
        }

            .sidebar-nav li a:hover,
            .sidebar-nav li a:active,
            .sidebar-nav li a:focus,
            .sidebar-nav li.open a:hover,
            .sidebar-nav li.open a:active,
            .sidebar-nav li.open a:focus {
                color: #fff;
                text-decoration: none;
                background-color: transparent;
            }

.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em;
}

    .sidebar-brand a {
        color: #ddd;
    }

        .sidebar-brand a:hover {
            color: #fff;
            text-decoration: none;
        }

.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    padding-right: 10px !important;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(0,0,0,.15);
    box-shadow: none;
}

.dropdown-menu.show {
    top: 0;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: absolute;
    top: -15px;
    /*right: 266px;*/
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 9px;
    /*background: transparent;*/
    color: white;
    border: none;
}

    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        right: 0;
        height: 4px;
        width: 100%;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom {
        background-color: #1a1a1a;
    }

    .hamburger.is-closed .hamb-top {
        top: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
        top: 0;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 0;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        background-color: #1a1a1a;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

.fixed-top {
    top: 40px;
    position: absolute !important;
}

.navbar-nav > .dropdown-user img {
    max-height: 30px;
    margin-top: -2.5px;
    border-radius: 50%;
}

.navbar-nav > .dropdown-user > a > span {
    display: inline-block;
    padding-right: 7px;
}

.dropdown-toggle::after {
    color: white !important;
    float: left;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    border-top-width: 0;
}

.navbar-nav > li > .dropdown-menu {
    top: 45px !important;
    position: absolute;
    right: -53px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    min-width: 200px;
    padding: 0px 0;
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

    .dropdown-menu > li {
        position: relative;
        margin-bottom: 1px;
    }

        .dropdown-menu > li > a {
            padding: 8px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
        }

        .dropdown-menu > li > a {
            clear: both;
            font-weight: 400;
            color: #e5dfdf !important;
            font-size: 14px !important;
        }


        .AnyTime-btn, .bootstrap-select .btn-default, .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark, .breadcrumb-elements > li > a, .breadcrumb > li > a, .btn, .checker span:after, .choice span:after, .dataTable .select-checkbox:after, .dataTable .select-checkbox:before, .dataTables_filter input, .dataTables_paginate .paginate_button, .datepicker-dropdown .day, .daterangepicker td, .daterangepicker th, .dropdown-content-footer a, .dropdown-menu > li > a, .dropdown-menu > li > label, .dt-autofill-button .btn, .dt-autofill-list ul li, .dt-button, .fc-button, .icons-list > li > a, .list-group-item, .media-link, .menu-list li > a, .multiselect.btn-default, .nav li > a > .badge, .nav li > a > .label, .nav-pills > li > a, .nav-tabs > li > a, .nav-tabs > li > a:after, .navbar-link, .navbar-nav > li > a, .noUi-handle, .pager > li > a, .pager > li > span, .pagination > li > a, .pagination > li > span, .password-indicator-group.input-group-addon, .password-indicator-label-absolute, .picker__day, .picker__footer, .picker__footer button, .picker__list button, .picker__list-item, .picker__nav--next, .picker__nav--prev, .pika-button, .plupload_button, .plupload_file_action > a, .plupload_filelist li, .select2-results__option, .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice, .select2-selection--single:not([class*=bg-]), .select2-selection__choice__remove, .selectboxit-btn, .selectboxit-option-anchor, .sp-cancel, .sp-choose, .sp-input, .sp-palette-toggle, .sp-replacer, .tokenfield .token, .tt-suggestion, .ui-button, .ui-datepicker a, .ui-datepicker-buttonpane > button, .ui-menu-item, .ui-selectmenu-button, .wizard .actions a, a.badge, a.label {
            -webkit-transition: all ease-in-out .15s;
            -o-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s;
        }

        .dropdown-menu > li > a {
            padding: 8px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .close:focus, .close:hover, .dropdown-menu > li > a, .form-control:focus, .nav > li > a:focus, a, a:focus, button, input, input[type=radio]:focus, input[type=checkbox]:focus, input[type=file]:focus, textarea {
            outline: 0;
        }

        .dropdown-menu > li > a {
            clear: both;
            font-weight: 400;
            color: #333;
        }

        .dropdown-header, .dropdown-menu > li > a {
            display: block;
            padding: 3px 16px;
            line-height: 1.5384616;
            white-space: nowrap;
            text-align: right
        }

.navbar-inverse {
    background-color: #37474F;
    border-color: #37474F;
}

/*.page-header-default .breadcrumb-line:not([class*=bg-]) {
    background-color: #fcfcfc !important;
}*/

.breadcrumb {
    background-color: #fcfcfc !important;
    padding-right: 30px;
}

    .breadcrumb > li {
        position: relative;
    }

    .breadcrumb > .active {
        color: #999;
    }

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #333;
    }

    .breadcrumb > li > a {
        color: #333;
        text-decoration: none;
    }

.cursor-pointer {
    cursor: pointer !important;
}

.bg-tr {
    background-color: rgb(0 104 204);
}

    .bg-tr th {
        color: #fff
    }

.scroll {
    position: sticky;
    top: 0;
    width: 93%;
    z-index: 999;
}

#datatable td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 15px;
    border-color: #9f9b9b !important
}

table thead tr th {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.dataTables_scrollBody table thead tr th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.dataTables_scrollHeadInner, dataTables_scrollHeadInner table {
    padding-left: 14px !important;
}

.dataTables_scrollBody {
    overflow-x: hidden !important
}

/*.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table {
    width: 1153.94px !important
}*/
/*.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: lightgray;
}


.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.9);
    background-color: lightgray;
}*/
table.dataTable thead .sorting:before {
    top: 5px
}

table.dataTable thead .sorting:after {
    top: 5px
}

table.dataTable thead .sorting_asc:after {
    top: 5px
}

table.dataTable thead .sorting_asc:before {
    top: 5px
}

table.dataTable thead .sorting_desc:after {
    top: 5px
}

table.dataTable thead .sorting_desc:before {
    top: 5px
}

.mt-36 {
    margin-top: 36px
}

.user-menu li:hover {
    background-color: #f7f7f7;
}

.user-menu li a {
    color: #000 !important;
}

.logging-user-nav {
    padding-left: 44%;
}

@media screen and (max-width: 680px) {
    .logging-user-nav {
        padding-left: 0;
    }

    .fixed-top {
        top: 35px !important;
    }
}

@media screen and (max-width: 1155.4px) {
    .dataTables_scrollBody {
        overflow-x: scroll !important;
    }
}

.scroll-x-table {
    overflow-x: scroll !important;
}

li a svg {
    padding-left: 10px
}

.scrollbar::-webkit-scrollbar {
    width: 9px;
    background-color: #000000;
}

.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background: #afadad;
    }

table.dataTable thead > tr > th {
    padding-right: 15px !important;
}

.fw-13 {
    font-size: 13px
}

.form-control {
    border: 1px solid #c8ccd2 !important
}

.img-login {
    height: 389px
}

.login-footer {
    padding: 11px;
    margin-top: 2px;
    background-color: #f9f6cf;
    font-family: 'Segoe UI';
    position: absolute;
    bottom: 0
}

.img-lock-user {
    height: 143px;
}

.bg-login-header {
    background-color: #5b9fa3;
}

.login-header-text {
    font-size: 22px;
    color: #fbff00;
    font-weight: bold;
    font-family: system-ui;
}

.main-card-header-text {
    font-size: 17px;
    color: #fbff00;
    font-weight: bold;
    font-family: system-ui;
}

.login-hader {
    margin-bottom: 10px;
    box-shadow: 1px 0px 1px 0px;
    background-color: #285c5e
}

    .login-hader p {
        color: aqua;
        font-size: 20px;
        font-weight: bold;
        font-family: system-ui;
    }

.border-bottom {
    border-color: #c5c5c5 !important;
}

.table thead th {
    border-bottom: 0px solid #b0b0b0 !important;
}

.table.dataTable {
    border-collapse: collapse !important;
}

span.field-validation-error {
    color: red !important
}

.main-item:hover {
    cursor: pointer;
    border: 1px solid #6edde3;
    background-color: #e3f2f3;
    border-radius: 3px;
}

.main-item {
    height: 94px;
    padding: 20px 0px;
    /*width: 17%*/
    width: 90%
}

.item-border {
    background-color: #b9afaf;
    width: 71%;
    position: relative;
    right: 147px;
}

.item-link:hover {
    text-decoration: none;
    display: contents;
    color: #000
}

.item-link {
    display: contents;
    color: #000;
    padding-top: 6px;
}

.img-item {
    height: 45px
}

.layout-footer {
    padding: 7px 0px;
    background-color: #f3f3f3;
    box-shadow: 0px 1px 0px 1px;
    border: 1px solid #b3a3a3;
    position: absolute;
    bottom: 0px
}

th.search {
    background-color: #a4cef7;
    color: #000;
}

.bg-th-color {
    background-color: #a4cef7;
    color: #000 !important;
}

.img-header {
    background-image: url(/images/afra-images/door-bg4.jpg);
    background-size: cover;
    background-position: center;
    /*filter: brightness(0.5);*/
    height: 40px;
    max-height: 40px;
    background-repeat: no-repeat;
}

.nav-font {
    font-size: 1.3rem;
    color: #ffdc9c;
    font-weight: bold;
    position: relative;
}

.img-header:before {
    content: "";
    background: rgb(82 93 98);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.user-avatar {
    position: relative;
    padding-left: 10px;
}

.avatar {
    height: 34px
}

.items {
    position: relative;
    right: 10rem;
    display: flex;
    justify-content: center;
}

.modal-header .close {
    /*margin: -0.75rem -1rem -1rem -1rem !important;*/
    margin: -1.25rem 1rem 1rem 1rem !important;
    background: inherit;
    border: 0;
    font-size: 27px;
}

.modal-footer, .modal-header {
    background-color: #f7f7f7;
}

.btn {
    color: #fff !important
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

td img {
    max-width: 100px;
    max-height: 100px
}

.tbl-img {
    max-height: 70px;
}

.cursor-pointer {
    cursor: pointer;
}

@charset "UTF-8";

html * {
    box-sizing: border-box;
}

p {
    margin: 0;
}

.upload__box {
    padding: 5px 20px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

    .upload__btn:hover {
        background-color: unset;
        color: #4045ba;
        transition: all 0.3s ease;
    }

.upload__btn-box {
    margin-bottom: 0px;
}

.upload__img-wrap {
    /* display: flex;
  flex-wrap: wrap; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 50px 0;
}

.upload__img-box {
    width: 132px;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-bottom: 0px;
}

.upload__img-close:hover {
    background-color: red
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

    .upload__img-close:after {
        content: "✖";
        font-size: 14px;
        color: white;
    }

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.category-img {
    width: 100%;
    max-height: 250px;
    height: 200px !important;
}

.cursor-nodrop {
    cursor: no-drop;
}

.form-img {
    max-width: 100%;
    height: 100%;
    max-height: 214px;
}

.cart-white {
    background-color: #fff !important
}

.icon-60px {
    width: 60px
}

.header-page-card .card-header {
    background-color: #fff !important
}

.btn-add-list {
    position: relative;
    top: 40px;
}

.header-bar {
    display: flex;
    gap: 0.8rem;
    align-items: center
}

    .header-bar p {
        font-size: 17px;
        font-weight: 600
    }

.list-card {
    min-height: 500px;
}

.modal-header .btn-close {
    margin: 0 !important
}

.hide {
    display: none
}

.operation-items {
    display: flex;
    gap: 20px;
    justify-content: center
}

.table-bordered {
    border: 1px solid #c5c5c5;
}

.text-end {
    text-align: end !important
}

.r-gap-2 {
    row-gap: 2rem
}

.form-body {
    min-height: 400px
}

.show-color {
    width: 56px;
    height: 16px;
    display: flex;
    justify-content: center;
}

#map {
    height: 100%
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1865px !important;
    }
}

.jstree-checkbox {
    border-radius: 50% !important;
}

.layers-section {
    max-height: 80vh;
    min-height: 100%;
    overflow-y: scroll;
}

.text-dark {
    color: #121212 !important
}

.btn-outline-success:hover, .btn-outline-primary:hover {
    color: #fff !important
}


.node-color-box {
    margin-right: 6px;
    width: 15px;
    height: 14px;
    display: inline-table;
    border-radius: 2px;
    border: 2px solid;
}

.no-button {
    background: inherit;
    border: 0;
}

.h-fit {
    height: fit-content
}

.show-layers {
    position: absolute;
    top: 10px;
    right: 19px;
    z-index: 999;
    border: 1px solid lightgray;
    border-radius: 3px;
    background: #008b00;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}


.save-button button {
    border: 1px solid lightgray;
    border-radius: 5px;
    color: #fff;
    background-color: #286f15;
    font-size: 13px;
    font-family: 'IRANYekanXVF';
    padding: 2px 6px;
}

.btn-circle {
    border-radius: 50%;
    display: flex;
}
