@font-face {
    font-family: "IRAN Sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iran-sans/IRANSansWeb.eot");
    src: url("../fonts/iran-sans/IRANSansWeb.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iran-sans/IRANSansWeb.woff2") format("woff2"),
        url("../fonts/iran-sans/IRANSansWeb.woff") format("woff"),
        url("../fonts/iran-sans/IRANSansWeb.ttf") format("truetype");
}

@font-face {
    font-family: "IRAN Sans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iran-sans/IRANSansWeb_Bold.eot");
    src: url("../fonts/iran-sans/IRANSansWeb_Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iran-sans/IRANSansWeb_Bold.woff2") format("woff2"),
        url("../fonts/iran-sans/IRANSansWeb_Bold.woff") format("woff"),
        url("../fonts/iran-sans/IRANSansWeb_Bold.ttf") format("truetype");
}

html {
    font-family: "IRAN Sans";
    font-weight: normal;
    line-height: 1.15;
}

body {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
    font-family: "IRAN Sans";
}

#app {
    height: 100vh;
}

ul {
    text-align: right;
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#sidebar {
    min-width: 260px;
    max-width: 260px;
    background: #32373d;
    color: #fff;
    transition: all 0.3s;
    position: relative;
}

#sidebar.active {
    margin-right: -260px;
}

#sidebar.active .custom-menu {
    margin-right: -50px;
    z-index: 2 !important;
}

#sidebar.active .btn.btn-primary:before {
    content: "\f053";
    right: 2px !important;
}

#sidebar.active .btn.btn-primary:after {
    display: none;
}

#sidebar ul.components {
    list-style-type: none;
    padding: 0;
}

#sidebar ul li {
    font-size: 13px;
    font-weight: normal;
}

#sidebar ul li > ul li {
    font-size: 13px;
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: -30px;
    transition: 0.3s;
    z-index: 2;
}

#sidebar .custom-menu .btn.btn-primary {
    background: #2f89fc;
    border-color: transparent;
    position: relative;
    color: #000;
    width: 30px;
    height: 30px;
}

#sidebar .custom-menu .btn.btn-primary:after,
#sidebar .custom-menu .btn.btn-primary:before {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

#sidebar .custom-menu .btn.btn-primary:after {
    content: "\f054";
    right: 2px;
}

.bg-wrap {
    width: 100%;
    position: relative;
    z-index: 0;
}

.bg-wrap:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #000;
    opacity: 0.3;
}

.user-logo {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 1;
    text-align: center;
}

.user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#content {
    text-align: right;
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

.footer p {
    color: rgba(255, 255, 255, 0.5);
}

.head {
    background-color: #9fcdff;
    width: 100%;
    line-height: 2rem;
}

.request h3 {
    font-family: "IRAN Sans";
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
}

#requestForm {
    font-family: "IRAN Sans";
    text-align: right;
}

input {
    text-align: right;
}

/*select2*/
.select2 {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 40px !important;
    text-align: right !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px !important;
}

/*select2*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 16px;
    font-weight: normal;
    color: gray;
    border: 1px solid gray;
    border-radius: 4px;
    height: 40px;
    display: block;
    line-height: 40px;
    padding-right: 5px;
    overflow: hidden;
    background-color: white;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: white;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.submit {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 1%;
}

.disable {
    color: darkgrey;
    background-color: grey;
}

.container1 {
    margin-left: 20px;
    margin-right: 20px;
}

.table-striped tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #9fcdff;
}

td input {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

td select {
    width: 80% !important;
    margin: auto;
}

th {
    vertical-align: middle !important;
}

td {
    vertical-align: middle !important;
}

.reference {
    width: 20%;
}

.select2-search__field {
    display: flex !important;
    padding-bottom: 25px !important;
}

.btn-table {
    width: 100px;
    height: 35px;
    padding: 0;
}

/*print*/
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    .modal-dialog {
        max-width: 100%;
        width: 100%;
    }

    .modal-footer {
        display: none;
    }
}

.date {
    margin-right: 90%;
    display: flex;
}

.signature {
    height: 120px;
}

.print-head {
    /*box-shadow: 2px 2px 3px black;*/
    text-align: center;
    margin: 0;
}

.container1 {
    font-family: "IRAN Sans";
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.label {
    position: absolute;
    top: 6px;
    right: 2px;
    text-align: center;
    font-size: 10px;
    padding: 2px 3px;
    line-height: 0.9;
    background-color: #9fcdff;
}

.fontsize {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}

.wid-10 {
    width: 10%;
}

.wid-10 {
    width: 10%;
}

.wid-62 {
    width: 62%;
}

.wid-20 {
    width: 20%;
}

.wid-3 {
    width: 3%;
}

.wid-15 {
    width: 15%;
}

.wid-12 {
    width: 12%;
}

.wid-7 {
    width: 8%;
}

.wid-8 {
    width: 8%;
}

.wid-9 {
    width: 14%;
}

.wid-4 {
    width: 4%;
}

.wid-20 {
    width: 20vw;
}

.wid-40 {
    width: 40%;
}

.wid-20 {
    width: 20%;
}

.wid-30 {
    width: 30vw;
}

.wid-70 {
    width: 70vw;
}

.height-100 {
    height: 100%;
}

.height-90 {
    height: 90%;
}

.height-95 {
    height: 95%;
}

.tablesubject {
    font-size: 30px;
    font-weight: bold;
    width: 60%;
    margin: 2%;
    text-shadow: 0px 3px 0px #b2a98f;
}

.add {
    font-size: 25px;
    color: #337ab7;
    cursor: pointer;
    z-index: 2;
}

.minus {
    font-size: 22px;
    color: red;
    cursor: pointer;
}

#table-body-request {
    /*display: block;*/
    max-height: 350px;
    overflow-y: scroll;
    min-height: 35vh;
}

#table-request tr {
    padding: 0;
    display: inline-table;
    width: 100% !important;
}

#table-request img {
    width: 40px;
    height: 35px;
}

.img_title {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 10px;
    color: goldenrod;
    text-shadow: 1px 1px 1px #373636;
}

.img_title2 {
    font-size: 10px;
    margin-bottom: 2px;
    color: goldenrod;
    text-shadow: 1px 1px 1px #373636;
}

.text_form {
    font-size: 14px;
    font-weight: bold;
}

.text-header {
}

.pading_y {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pading_y1 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
}

.pading_y2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.active-lable {
    pointer-events: auto;
}

.notactive-lable {
    pointer-events: none;
    background-color: #d8d8d8 !important;
}

#screen_mobile {
    display: none;
}

#screen_web {
    display: block;
}
#store_id p {
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 1270px) {
    #store_id p {
        font-size: 16px;
        font-weight: bold;
    }
    #store_id li label {
        font-size: 14px;
    }

    #screen_mobile {
        display: block;
    }

    .btn_config {
        width: 130px !important;
    }

    .my-font-size {
        display: none !important;
    }

    .radio {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 11px;
    }

    #screen_web {
        display: none;
    }

    #screen_mobile thead {
        display: table;
        width: 100%;
    }

    #screen_mobile tbody {
        display: block;
        max-height: 100%;
        overflow-y: scroll;
        width: 100%;
        height: 60vh;
    }

    .endrow {
        background-color: black !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.information {
    background-color: #d2d2d2 !important;
}

/*nav li:hover{*/
/*    cursor: pointer;*/
/*    color: white ;*/
/*    margin-right: 5%;*/
/*    transition: 0.5s;*/
/*}*/

/*nav li {*/
/*    display: block!important;*/
/*    padding: 20px;*/
/*    margin: 7%;*/
/*    color: #b7b5b5;*/
/*    border-bottom: 1px solid #5a5858;*/
/*}*/

/*nav li a{*/
/*    color: #b7b5b5;*/
/*}*/
/*nav li a:hover{*/
/*    text-decoration: none;*/
/*    color: white;*/
/*}*/
/*nav li::before{*/
/*    margin-left: 10px!important;*/
/*}*/

/*.navbar {*/
/*    height: 50px;*/
/*}*/
/*nav li span{*/
/*    font-family: "IRAN Sans";*/
/*    font-size: 14px;*/
/*    font-weight: normal*/
/*}*/
.myActiveLink {
    border-radius: 5px;
    color: #00c2f5 !important;
}

/*.topbar-nav.header nav#topbar ul.menu-categories li.menu .myActiveLink > div span {*/
/*    color: #00C2F5!important;*/
/*}*/
/*.topbar-nav.header nav#topbar ul.menu-categories li.menu .myActiveLink > div svg:not(.feather-chevron-down) {*/
/*    color: #00C2F5!important;*/
/*}*/

.menu span {
    cursor: pointer;
}

li a:hover {
    text-decoration: none;
}

.cyan_color {
    background-color: #0a94e4;
    color: white;
}

.cyan_color:hover {
    color: blue;
}

@media only screen and (max-width: 500px) {
    .margin_top {
        margin-top: 18% !important;
    }
}

.bg2 {
    background-color: rgba(255, 255, 255, 0.1);
}

.select2-selection--single {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.margin_top {
    background: #ffffff;
}

.view input {
    background: gainsboro !important;
}

.rs-first {
    left: 0 !important;
}

.vue-tree {
    transform: translate(50%, 80px) !important;
}

.dom-container {
    transform: translate(50%, 80px) !important;
}

#table-request tr {
    font-size: 14px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.33333px;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    width: 30px;
    height: 30px;
    display: flex;
    content: "\f00c";
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "FontAwesome";
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 15%;
}

.option-input.radio::after {
    border-radius: 15%;
}

@keyframes click-wave {
    0% {
        height: 30px;
        width: 30px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-left: -30px;
        margin-top: -30px;
        opacity: 0;
    }
}

.option-not {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.33333px;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-not:hover {
    background: #9faab7;
}

.option-not:checked {
    background: #e04053;
}

.option-not:checked::before {
    width: 30px;
    height: 30px;
    display: flex;
    content: "\f00d";
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "FontAwesome";
}

.option-not:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #e04053;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.option-not.radio {
    border-radius: 15%;
}

.option-not.radio::after {
    border-radius: 15%;
}

[v-cloak] {
    display: none;
}

.edit {
    display: none;
}

.editing .edit {
    display: block;
}

.editing .view {
    display: none;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: inline-block;
}

.input-search {
    height: 40px;
    width: 40px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all 1s ease-in-out;
    background: linear-gradient(to bottom left, #4e78e1, #54aaf5, #4e78e1);
    padding-right: 40px;
    color: #ffffff;
}

.input-search::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 40px;
    height: 40px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    color: #ffffff;
    background: linear-gradient(to bottom left, #4e78e1, #54aaf5, #4e78e1);
    pointer-events: painted;
}

.btn-search:focus ~ .input-search {
    width: 200px;
    border-radius: 25px 25px 25px 25px;
    background: linear-gradient(to bottom left, #4e78e1, #54aaf5, #4e78e1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    /*transition: all 1.5s cubic-bezier(0, 0.110, 0.35, 2);*/
}

.input-search:focus {
    width: 200px;
    border-radius: 25px 25px 25px 25px;
    background: linear-gradient(to bottom left, #4e78e1, #54aaf5, #4e78e1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    /*transition: all 1.5s cubic-bezier(0, 0.110, 0.35, 2);*/
}

.my-height {
    overflow-y: scroll;
    max-height: 45vh;
    min-height: 45vh;
}

.my-box {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

#img_preview {
    max-width: 100%;
    max-height: 500px;
}

.size_img {
    width: 125px;
}

iframe {
    width: 100px;
    height: 100px;
}

.my-position {
    display: grid;
    /*position:absolute;*/
    text-align: center;
    z-index: 20;
}

.my-position img {
    width: 50px;
}

.details-font {
    color: #100f0f;
    font-size: 12px;
}

.img_print {
    display: grid;
    text-align: center;
    z-index: 20;
}

.img_print img {
    width: 50px;
}

.img-font {
    color: #100f0f;
    font-size: 12px;
}

.modal {
    overflow-y: auto;
}

@media screen and (max-width: 600px) {
    .containe h4 {
        margin-top: 5%;
    }
    .search-box {
        display: flex;
        margin-top: 5px;
        margin-right: 0 !important;
    }
    .style_table td,
    .style_table tr {
        display: block;
        font-size: 14px;
    }

    .style_table thead tr {
        position: absolute;
        right: -9999px;
    }

    .style_table tr {
        margin: 0 0 1rem 0;
        border-radius: 10px;
        border: 1px solid gray;
    }

    .style_table tr:nth-child(odd) {
        background: #bab8b8;
    }

    .style_table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative !important;
        padding-right: 50% !important;
    }

    .style_table td:before {
        position: absolute !important;
        right: 0px !important;
        width: 50% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
        content: attr(label);
        font-size: 14px !important;
    }
}

.btn-primary,
.btn-secondary {
    font-size: 14px;
}
form svg {
    position: absolute;
    top: 42px;
    left: 13px;
    color: #1538cd;
    fill: rgba(0, 23, 55, 0.08);
    width: 17px;
    cursor: pointer;
}
