﻿
/*-----------*/

@font-face {
    font-family: vazirmatn;
    font-style: normal;
    font-weight: bold;
    src: url('asset/fonts/Vazirmatn/Vazirmatn-Bold.ttf') format('truetype');
}

@font-face {
    font-family: vazirmatn;
    font-style: normal;
    font-weight: 400;
    src: url('asset/fonts/Vazirmatn/Vazirmatn-Light.ttf') format('truetype');
}

@font-face {
    font-family: vazirmatn;
    font-style: normal;
    font-weight: normal;
    src: url('asset/fonts/Vazirmatn/Vazirmatn-Regular.ttf') format('truetype');
}
/*-----------*/
/*  */

:root {
    --main-bg: #fbfbfbe7; /*linear-gradient(135deg, #0a1b39 0%, #764ba2 100%);*/
    --theme-bg: #fbfbfbe7;
    --theme-color: #000000;
}

[data-bs-theme="dark"] {
    --main-bg: linear-gradient(135deg, #0a1b39 0%, #000000 100%);
    --theme-bg: #2d2d44;
    --theme-color: #ffffff;
}

body {
    font-family: vazirmatn, Arial, sans-serif;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
}

    body[data-bs-theme="dark"] .form-control {
        --bs-btn-bg: --theme-bg;
    }


    body[data-bs-theme="dark"] .chat-send p {
        background-color: #0b2100;
        border-color: #349e1f;
    }


    body[data-bs-theme="dark"] .chat-receive p {
        background-color: #001e37;
        border-color: #343ed5;
    }

    body[data-bs-theme="dark"] .chat-reply {
        background-color: #2749a1;
    }

    body[data-bs-theme="dark"] .top-menu-logo {
        background-image: url(/images/sites/logodark.png);
    }

/*-----------*/

.login-card {
    max-width: 450px;
    width: 100%;
    background: var(--theme-bg);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow: hidden;
    transition: transform 0.3s,box-shadow 0.3s;
}

    .login-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    }


.login-body {
    padding: 35px 30px;
}



.login-img {
    width: 100%;
    height: 10rem;
}


.login-captcha {
    width: 10rem;
    height: 3rem;
    border: 1px solid #298ef2;
    border-radius: .3rem;
    margin: 0 .3rem 0 .3rem;
}


.login-bg {
    display: flex;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

    .login-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover !important;
        background-position: center !important;
        filter: blur(7px);
        z-index: -1;
    }

    .login-bg::before {
        background-image: url('../images/sites/bglogin1.jpg') !important;
    }

    .login-bg[data-bs-theme="dark"]::before {
        background-image: url('../images/sites/bglogin2.jpg') !important;
    }

/*-----------*/

.table thead tr th {
    background-color: color-mix(in srgb, var(--theme-bg), var(--theme-color) 25%);
    text-align: center;
    align-items: center;
}

.btn {
    --bs-btn-font-size: .7rem !important;
}

.form-control {
    font-size: .7rem !important;
}

.page-item {
    --bs-pagination-font-size: .7rem !important;
}

.card {
    height: calc(100vh - 75px);
    overflow: hidden;
}

.card-body {
    padding: .2rem !important;
    overflow: auto;
}

.sidebar-toggle:checked ~ .sidebar .search-container,
.sidebar-toggle:checked ~ .sidebar small,
.sidebar-toggle:checked ~ .sidebar .menu-level1::after,
.sidebar-toggle:checked ~ .sidebar .menu-level2::after {
    display: none;
}

.msgbox-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    border-right: 2px solid #349e1f;
    border-bottom: 2px solid #349e1f;
    border-radius: 8px;
    width: 100%;
    padding: 5px 15px;
}

.msgbox-danger {
    color: #842029;
    background-color: #f8d7da;
    border-right: 2px solid #dc3545;
    border-bottom: 2px solid #dc3545;
    border-radius: 8px;
    padding: 5px 15px;
}


.fix-column {
    min-width: 4rem;
}

.en-number {
    font-family: Segoe UI !important;
    direction: ltr !important;
}

.resize-width {
    resize: horizontal;
    overflow: hidden;
}

.resize-height {
    resize: vertical;
    overflow: hidden;
}

.action-buttons {
    position: relative;
    overflow: visible;
}

    .action-buttons ul {
        display: none;
        position: absolute;
        background-color: var(--theme-bg);
        z-index: 1000;
        border: 1px solid #ccc;
        min-width: 15rem;
        padding: .3rem;
        margin: 0;
        border-radius: .5rem;
    }

    .action-buttons li {
        margin: .1rem;
        list-style: none;
    }

    .action-buttons input[type="checkbox"] {
        display: none;
    }

        .action-buttons input[type="checkbox"] :hover {
            color: powderblue;
        }

        .action-buttons input[type="checkbox"]:checked ~ ul {
            display: block;
        }


/*-----------*/

.grabbable {
    cursor: move; /* Fallback برای مرورگرهای قدیمی */
    cursor: grab; /* استاندارد */
    cursor: -webkit-grab; /* پشتیبانی از Safari */
    cursor: -moz-grab; /* پشتیبانی از Firefox */
}

    .grabbable:active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

.erroraccecc {
    border-radius: 4px;
    background-repeat: no-repeat;
    padding: 50px;
    position: relative;
}

    .erroraccecc img {
        position: absolute;
        align-items: center;
        justify-content: center;
    }

.cssno {
    position: relative;
}

    .cssno:hover::after {
        content: "1";
        font-size: .5rem;
        padding: 1px 1px;
        border-radius: 4px;
        position: absolute;
        top: 5px;
        left: 0;
        white-space: nowrap;
        z-index: 1000;
    }

.close-icon {
    color: red;
    cursor: pointer;
    margin: .5rem;
    float: inline-end;
    position: sticky;
    top: 0;
}

.input-icon {
    display: flex;
}

    .input-icon small {
        position: absolute;
        left: .5rem;
    }

    .input-icon input {
        padding-left: 2rem !important;
    }

.form-control {
    min-height: 1.8rem;
}
/*--------------------------------------------*/
.ruler-wrapper {
    display: grid;
    grid-template-columns: 15px auto;
    grid-template-rows: 15px auto;
    background-color: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    width: 210mm;
    margin: 1rem;
}

.corner {
    background: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%);
    border: 1px solid #aaa;
    border-bottom: none;
    border-right: none;
}

.ruler-top {
    background: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%);
    border: 1px solid #aaa;
    border-bottom: none;
    border-left: none;
    height: 15px;
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.ruler-top-lines {
    height: 15px;
    width: 210mm;
    background-image: repeating-linear-gradient( to right, #777 0px, #777 1px, transparent 1px, transparent 18.9px ), repeating-linear-gradient( to right, #000 0px, #000 2px, transparent 1.5px, transparent 37.8px );
    background-repeat: no-repeat;
    position: relative;
}

.ruler-top-numbers {
    position: absolute;
    top: -2px;
    left: -6px;
    width: 210mm;
    height: 10px;
    font-size: 10px !important;
    color: color-mix(in srgb, var(--theme-bg), var(--theme-color) 80%);
    direction: ltr;
}

.num {
    position: absolute;
    transform: translateX(-50%);
}

.ruler-left {
    background: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%);
    border: 1px solid #aaa;
    border-top: none;
    border-right: none;
    width: 20px;
    position: relative;
    overflow: hidden;
}

.ruler-left-lines {
    width: 20px;
    height: 297mm;
    background-image: repeating-linear-gradient( to bottom, #777 0px, #777 1px, transparent 1px, transparent 18.9px ), repeating-linear-gradient( to bottom, #000 0px, #000 2px, transparent 1.5px, transparent 37.8px );
    background-repeat: no-repeat;
    position: relative;
}

.ruler-left-numbers {
    position: absolute;
    left: 0;
    top: -6px;
    width: 20px;
    height: 297mm;
    font-size: 10px;
    color: color-mix(in srgb, var(--theme-bg), var(--theme-color) 80%);
}

.num-left {
    position: absolute;
    transform: translateY(-50%);
    white-space: nowrap;
}
/*--------------------------------------------*/
.print-cmr {
    height: 100%;
    width: 100%;
    background-image: url("images/sites/cmrprint.jpeg");
    background-repeat: no-repeat;
    padding: 5px 0 0 50px;
    direction: ltr;
}

    .print-cmr pre {
        font-size: .8rem;
    }

    .print-cmr .box-one {
        height: 90px;
        width: 350px;
        overflow: hidden;
        word-wrap: normal;
        margin: 30px 0 0 0;
    }

        .print-cmr .box-one b {
            font-size: .9rem;
        }

    .print-cmr .box-two {
        height: 90px;
        width: 350px;
        margin-top: 20px;
        overflow: hidden;
        word-wrap: normal;
    }

        .print-cmr .box-two b {
            font-size: .9rem;
        }


    .print-cmr .box-three {
        height: 48px;
        width: 350px;
        margin-top: 20px;
        overflow: hidden;
        word-wrap: normal;
    }


    .print-cmr .box-four {
        height: 48px;
        width: 350px;
        margin-top: 18px;
        overflow: hidden;
        word-wrap: normal;
    }


    .print-cmr .box-five {
        height: 48px;
        width: 350px;
        margin-top: 18px;
        overflow: hidden;
        word-wrap: normal;
    }


    .print-cmr .box-six {
        height: 30px;
        width: 300px;
        margin-top: 40px;
        overflow: hidden;
        word-wrap: normal;
        padding: .1rem 0 0 0;
    }

    .print-cmr .box-six-desc {
        height: 170px;
        width: 650px;
        overflow: hidden;
        word-wrap: normal;
        padding: .1rem 0 0 0;
    }


    .print-cmr .box-seven {
        height: 100px;
        width: 350px;
        overflow: hidden;
        word-wrap: normal;
        padding: 1rem 0 0 0;
    }

    .print-cmr .box-eight {
        height: 90px;
        width: 340px;
        margin-top: 10px;
        overflow: hidden;
        word-wrap: normal;
    }

    .print-cmr .box-nine {
        height: 108px;
        width: 330px;
        overflow: hidden;
        word-wrap: normal;
        position: relative;
        top: -570px;
        left: 350px;
    }

    .print-cmr .box-ten {
        height: 50px;
        width: 85px;
        overflow: hidden;
        word-wrap: normal;
        position: relative;
        top: -540px;
        left: 526px;
        text-align: center;
    }
/*----quiil to bootstarp------------*/


.ql-align-center {
    text-align: center !important;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-justify {
    text-align: justify !important;
}
/*----------------*/
.walet-title {
    width: 40%;
    padding: 0 .5rem 0 0;
}

.walet-price {
    width: 60%;
    text-align: center; 
    color: #349e1f;
    border-radius: .4rem;
    background-color: #d1e2f3;
    padding: 5px 0 1px 0;
}

.walet-wait {
    padding: .2rem;
    margin: .2rem;
    border-radius: .4rem;
    background-color: #f3e9a5;
}

.walet-confirm {
    padding: .2rem;
    margin: .2rem;
    border-radius: .4rem;
    background-color: #c0efb8;
}

.walet-cansel {
    padding: .2rem;
    margin: .2rem;
    border-radius: .4rem;
    background-color: #f2b2b2;
}
/*-----------*/

.focus {
    margin: .3rem;
    background-color: #dcdcf3;
    border-radius: 2rem;
    animation: focus 2s ease;
}

@keyframes focus {
    0%, 100% {
        background-color: transparent;
        box-shadow: none;
    }

    25%, 75% {
        background-color: #dcdcf3;
        box-shadow: 0 0 20px #86b7fe;
    }
}

.focus-none:focus {
    outline: none;
    box-shadow: none;
}

.autocomplete-list {
    border: 1px solid #ddd;
    border-radius: .2rem;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
    background-color: var(--theme-bg);
    z-index: 1000;
    word-wrap: normal;
    margin-top: .4rem;
}

    .autocomplete-list ul {
        list-style: none;
    }

    .autocomplete-list li {
        padding: .3rem;
        cursor: pointer;
    }

        .autocomplete-list li:hover {
            background-color: color-mix(in srgb, var(--theme-bg), var(--theme-color) 10%);
        }

        .autocomplete-list li:focus {
            background-color: color-mix(in srgb, var(--theme-bg), var(--theme-color) 20%);
        }

.autocomplete-inputhide {
    width: 0rem;
    height: 0rem;
    border: none;
    position: absolute;
    z-index: -1;
}

.autocomplete-box {
    position: relative;
}

    .autocomplete-box:focus-within .autocomplete-panel {
        display: block;
    }

.autocomplete-icon {
    position: absolute;
}

.autocomplete-panel {
    position: fixed;
    background-color: var(--theme-bg);
    z-index: 2000;
    border: solid .1rem #ced4da;
    border-radius: .3rem;
    display: none;
    min-height: 2rem;
    min-width: 15rem;
}

    .autocomplete-panel .autocomplete-search {
        padding: .3rem;
        width: inherit;
        z-index: 0;
    }


    .autocomplete-panel .autocomplete-list {
        padding: .2rem .5rem 0 0;
        cursor: pointer;
        max-height: 10rem;
        overflow: hidden;
        overflow-y: scroll;
    }

.autocomplete-lbl {
    cursor: default;
}

    .autocomplete-lbl:focus {
        outline: none;
        box-shadow: none;
    }

.autocomplete-item {
    padding: .2rem .5rem 0 0;
    border: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 2.5rem;
    border-radius: .3rem;
}

    .autocomplete-item:hover {
        background-color: #ced4da;
        font-weight: bold;
    }

.box-min-20 {
    max-height: 20px;
    max-width: 20px;
}

.border-black {
    border-radius: .1rem;
    border: .1rem solid #8a8484;
    padding: .5rem;
}
/*----------------*/
.pluqe {
    background-image: url("images/sites/pluqe.png");
    background-repeat: no-repeat;
    display: flex !important;
    height: 4rem;
    width: 19rem;
    padding: 1rem .6rem .3rem .1rem;
}

.pluqe1 {
    width: 20%;
    margin: .1rem .2rem .1rem .1rem;
    background-color: #fd0;
    text-align: center;
    border-radius: .5rem;
}

.pluqe2 {
    width: 35%;
    margin: .1rem .3rem .1rem .1rem;
    background-color: #fd0;
    text-align: center;
    border-radius: .5rem;
}

.pluqe3 {
    width: 20%;
    margin: .1rem 1.9rem .1rem .1rem;
    background-color: #fd0;
    text-align: center;
    border-radius: .5rem;
}
/*----------------*/
.img-box {
    height: 10rem;
    border: .1rem dashed #0d6efd;
    width: 10rem;
    background-color: darkgray;
    border-radius: 20rem;
}

    .img-box:hover {
        height: 15rem;
        width: 15rem;
        z-index: 999;
        border-radius: 1rem;
        transition: width 2s, height 2s, background-color 1s;
        cursor: none;
    }

.img-box-50 {
    height: 50px;
    width: 50px;
    background-color: darkgray;
    border-radius: 5rem;
}

    .img-box-50:hover {
        height: 200px;
        width: 200px;
        z-index: 999;
        border-radius: .5rem;
        transition: width 3s, height 3s, background-color 1s;
        cursor: none;
    }

.bg-round-02 {
    border-radius: .2rem;
    border: 1px solid #56aaff;
    margin: .1rem;
    padding: .2rem;
}

.bg-round-1 {
    background-color: var(--theme-bg);
    border-radius: .5rem;
    border: 1px solid rgba(0,0,0,.325);
    border-right: 2px solid rgba(0,0,0,.325);
    border-bottom: 2px solid rgba(0,0,0,.325);
    margin: .2rem;
    padding: .5rem;
    flex: 1 1 calc(33.333% - 10px);
    min-width: 15rem;
    max-width: 50%;
}

    .bg-round-1:hover {
        transform: translateY(-.1rem);
        box-shadow: 0 0 .2rem #0d6efd;
    }


.bg-round-2 {
    background-color: var(--theme-bg);
    border-radius: .5rem;
    border: 1px solid rgba(0,0,0,.325);
    margin-top: .2rem;
    padding: .5rem;
    width: 100%;
}

    .bg-round-2:hover {
        transform: translateY(-.1rem);
        box-shadow: 0 0 .2rem #60aa45;
    }


.switch {
    position: relative;
    display: inline-block;
    width: 3.2rem;
    height: 1.3rem;
    margin-top: .1rem;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9c6c6;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: 'X';
        color: red;
        padding-right: .4rem;
        color: red;
        height: 1.1rem;
        width: 1.3rem;
        left: .1rem;
        bottom: .1rem;
        background-color: color-mix(in srgb, var(--theme-bg), #ffffff 90%);
        -webkit-transition: .5s;
        transition: .5s;
        transition-delay: .2s;
    }

input:checked + .slider:before {
    content: '\2713';
    color: green;
    padding-right: .2rem;
    transition-delay: .2s;
    -webkit-transform: scaleX(-1) translateX(1.6rem);
    -ms-transform: translateX(1.6rem);
    transform: translateX(1.6rem) rotate(720deg);
}

input:checked + .slider {
    background-color: #60aa45;
}

input:focus + .slider {
    box-shadow: 0 0 .5rem #60aa45;
}

.slider.round {
    border-radius: 3rem;
}

    .slider.round:before {
        border-radius: 1rem;
    }
/*-----------*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}


.element-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.element-show:hover .element-hidden {
    opacity: 1;
    visibility: visible;
}
/*-----------*/
.checkbox-Round {
    width: 1.2rem;
    height: 1.2rem;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
    margin: .2rem;
}

    .checkbox-Round::before {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
    }

    .checkbox-Round:checked {
        background-color: #60aa45;
    }

        .checkbox-Round:checked::before {
            box-shadow: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
        }

    .checkbox-Round:disabled {
        background-color: #CCD3D8;
        opacity: 0.84;
        cursor: not-allowed;
    }
/*-----------*/
.text-hover:hover {
    padding: .5rem .5rem 0 0;
    cursor: pointer;
}

.text-hover-bold:hover {
    font-size: 1rem !important;
    font-weight: bold;
}

.tree-box-selected {
    display: flex;
    flex-wrap: wrap;
    overflow: auto !important;
    max-height: 7rem;
    border: .1rem solid #11d82236;
    border-radius: .3rem;
}

.tree-box {
    margin-top: .2rem;
    padding: .2rem;
}

.tree-node {
    border-right: 1px dashed darkgray;
    margin: .2rem 0 0 0;
}

.tree-child {
    margin: .2rem 0 0 0;
    border-right: 1px dashed darkgray;
}

.hover-color:hover {
    padding: .1rem;
    cursor: pointer;
    color: black;
}

.required:after {
    content: "\002A";
    margin-right: .3rem;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.lbl-top {
    position: absolute !important;
    transform: translate(-10%, -80%) !important;
    z-index: 2 !important;
    background-color: var(--theme-bg, white) !important;
    padding-right: .25rem !important;
    padding-left: .25rem !important;
    color: var(--theme-color, rgba(0, 0, 0, 0.75)) !important;
    border-radius: .4rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}

div:has(> .lbl-top) {
    position: relative;
}

.lbl-value {
    width: 100%;
    border-radius: .2rem 0 0 .2rem;
    border: 1px solid #ced4da;
    padding: 3px;
}

.lbl-title {
    min-width: 30%;
    text-align: center;
    background-color: color-mix(in srgb, var(--theme-bg), black 8%);
    border-radius: 0 .5rem .5rem 0;
    border: 1px solid #ced4da;
    padding: .3rem;
    flex-wrap: nowrap;
    align-content: center;
}

.lbl-title-control {
    border-radius: .5rem 0 0 .5rem !important;
}

.lbl-price {
    font-size: .7rem;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.5;
    min-width: 100px;
    min-height: 1.8rem;
    background: #ddd;
    border: 1px solid #b2b0b0;
    border-radius: 5px;
    padding: 5px 0 0 5px;
    direction: ltr !important;
    text-align: left !important
}

.font-size-10 {
    font-size: 10px !important;
}

.cssno {
    position: relative;
}

    .cssno:hover::after {
        content: "1";
        font-size: .5rem;
        padding: 1px 1px;
        border-radius: 4px;
        position: absolute;
        top: 5px;
        left: 0;
        white-space: nowrap;
        z-index: 1000;
    }

.dark-mode-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    backdrop-filter: blur(10px);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

mark {
    background: #ffeb3b;
    color: #000;
    padding: 0 1px;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.spinner-border {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin: 1rem !important;
    color: white;
}

.border-success {
    background-color: #bcf3a5;
    color: #171515;
}

.txt-dir-ltr {
    direction: ltr !important;
}

.txt-dir-ltr-unicode {
    direction: ltr !important;
    unicode-bidi: bidi-override;
}

.unicode-bidi {
    unicode-bidi: bidi-override;
}

.left-1 {
    left: 1rem !important
}

.fast-menu {
    display: flex;
    overflow: auto;
    width: 80%;
    padding: 1rem;
}

.fast-menu-btn {
    border: .1rem solid #0d6efd;
    border-radius: .5rem;
    margin: 5px;
    padding: 10px;
    white-space: nowrap;
    background: color-mix(in srgb, var(--theme-bg), #619fdd 8%);
}

/*-----------*/
.top-menu {
    top: 0;
    right: 0;
    left: 0;
    height: 55px;
    background: color-mix(in srgb, var(--theme-bg), black 8%);
    z-index: 1030;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    align-items: center;
    position: relative;
}


.top-menu-logo {
    background-image: url(/images/sites/logo.png);
    width: 200px;
    height: 55px;
    background-repeat: no-repeat;
}

.top-menu-profile {
    height: 2.5rem;
    width: 2.5rem;
    border: .1rem dashed #0d6efd;
    border-radius: 20rem;
    margin: .2rem .5rem 0 .5rem;
}

    .top-menu-profile:hover {
        height: 7rem;
        width: 7rem;
        z-index: 999;
        transition: width 2s, height 2s, background-color 2s;
        border-radius: 1rem;
        cursor: none;
        position: absolute;
        right: 0;
        top: 0;
    }

.top-menu-appname {
    min-width: 245px;
    border-left: .1rem solid var(--theme-color);
    text-align: center;
}

.top-menu-user {
    display: flex;
    justify-content: flex-end;
    position: relative;
}


.top-menu-btn {
    cursor: pointer;
}

    .top-menu-btn:hover {
        height: 2rem;
        width: 2rem;
    }

.top-menu-isnotify {
    color: #1cc469;
}

.top-menu-nonotify {
    color: #f63f3f;
}


.border-rounded-1 {
    border: 1px solid #dddada;
    border-radius: 5px;
}

.txt-number-ltr {
    direction: ltr !important;
    text-align: left !important
}

/*-----------*/

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}



/*-----------*/

/*-----------*/

/*-----------*/




/*-----------*/


.overflow-x-flex {
    overflow-y: hidden;
    min-width: 10rem;
    display: flex;
}


/*-----------*/

.max-width-25 {
    max-width: 25% !important;
}

.max-width-75 {
    max-width: 75% !important;
}

.max-width-5rem {
    max-width: 5rem !important;
}

.max-width-10rem {
    max-width: 10rem !important;
}

.max-width-50rem {
    max-width: 50rem !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-18 {
    width: 18% !important;
}

.w-85 {
    width: 85% !important;
}

.w-2rem {
    width: 2rem !important;
}

.w-3rem {
    width: 3rem !important;
}

.w-5rem {
    width: 5rem !important;
}

.w-10rem {
    width: 10rem !important;
}

.w-max-content {
    width: max-content !important;
}

.h-30 {
    height: 30% !important;
}

.h-50 {
    height: 50% !important;
}

.h-70 {
    height: 70% !important;
}

.h-2rem {
    height: 2rem !important;
}

.h-3rem {
    height: 3rem !important;
}

.h-5rem {
    height: 5rem !important;
}

.min-h-100 {
    min-height: 100% !important
}

.min-h-25 {
    min-height: 25% !important
}


.min-w-100px {
    min-width: 100px !important
}

.min-w-25 {
    min-width: 25% !important
}

.min-w-5-rem {
    min-width: 5rem !important
}

.min-w-8-rem {
    min-width: 8rem !important
}

.min-w-10-rem {
    min-width: 10rem !important
}

.min-w-15-rem {
    min-width: 15rem !important
}

.min-w-50-rem {
    min-width: 50rem !important
}

.min-w-calc-70-rem {
    min-width: calc(100vh - 70rem);
}

.min-w-calc-5-rem {
    width: calc(100% - 5rem) !important;
}

.height-20-rem {
    height: 20rem !important;
}

/*----------------*/
@keyframes fadeInDown {
    0% {
        opacity: .5;
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    animation: fadeInDown .5s ease forwards;
}

.modal-content {
    animation: fadeInDown .5s ease forwards;
    margin: 5rem 0 0 0;
}

.modal-title {
    white-space: wrap;
}

.modal-width-70 {
    width: 70% !important;
    max-width: none !important;
    margin: 1.75rem auto;
}
/*----------------*/

.max-height-calc-5 {
    max-height: calc(100vh - 5rem) !important;
}

.max-height-calc-10 {
    max-height: calc(100vh - 10rem) !important;
}

.max-height-calc-12 {
    max-height: calc(100vh - 12rem) !important;
}

.max-height-calc-15 {
    max-height: calc(100vh - 15rem) !important;
}

.max-height-calc-20 {
    max-height: calc(100vh - 20rem) !important;
}

.max-height-2 {
    max-height: 2rem !important;
}

.max-height-3 {
    max-height: 3rem !important;
}

.max-height-10 {
    max-height: 10rem !important;
}

.max-height-20 {
    max-height: 20rem !important;
}

.max-height-30 {
    max-height: 30rem !important;
}

.max-height-40 {
    max-height: 40rem !important;
}

.word-break-all {
    word-break: break-all !important;
}
/*----------------*/
.panel-float-center {
    position: absolute;
    z-index: 2000;
    right: 0;
    left: 0;
    margin: auto;
    width: 25%;
    display: flex;
    border-color: #1861ac;
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    background-color: color-mix(in srgb, var(--theme-color), #083686 70%);
}

.loding-item {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.loding-label {
    color: whitesmoke;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    padding-bottom: 0.5rem;
    width: 100%;
    text-align: center;
}

.wave {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 50px;
}

    .wave div {
        width: 6px;
        height: 20px;
        background: #fff;
        border-radius: 10px;
        animation: wave 1.2s infinite;
    }

        .wave div:nth-child(2) {
            animation-delay: 0.1s;
        }

        .wave div:nth-child(3) {
            animation-delay: 0.2s;
        }

        .wave div:nth-child(4) {
            animation-delay: 0.3s;
        }

        .wave div:nth-child(5) {
            animation-delay: 0.4s;
        }


.dots-1 {
    margin-top: 1rem;
    display: flex;
    gap: 8px;
}

    .dots-1 div {
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        animation: bounce 1.4s infinite;
    }

        .dots-1 div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dots-1 div:nth-child(3) {
            animation-delay: 0.4s;
        }


.dots-2 {
    margin-top: 1rem;
    display: flex;
    gap: 6px;
}

    .dots-2 div {
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        animation: pulse 1.2s infinite;
    }

        .dots-2 div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dots-2 div:nth-child(3) {
            animation-delay: 0.4s;
        }

.hourglass {
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-top: none;
    border-bottom: none;
    position: relative;
    animation: hourglass 1.5s infinite;
}

    .hourglass::before, .hourglass::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        left: 6px;
    }

    .hourglass::before {
        top: -2px;
    }

    .hourglass::after {
        bottom: -2px;
    }

.ripple {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: ripple 1.5s infinite;
}


@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.3;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@keyframes wave {
    0%, 100% {
        transform: scaleY(0.4);
        opacity: 0.5;
    }

    50% {
        transform: scaleY(1.4);
        opacity: 1;
    }
}




@keyframes hourglass {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
/*----------------*/
@media (max-width: 640px) {


    .chat-message {
        width: 90% !important;
    }

    .chat-pnlcontact {
        max-width: none !important;
    }

    .chat-pnlmessage {
        max-width: none !important;
        margin-bottom: 5rem;
    }

    .bg-round-1 {
        min-width: 98% !important;
    }
}

/*-----------*/
@media print {
    /* Add page numbers in the footer */
    @page {
        @bottom-center {
            content: "صفحه " counter(page) " از " counter(pages);
        }
    }


    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    tbody {
        display: table-row-group;
    }

    .print-table {
        width: 100%;
        border-collapse: collapse;
    }

    .print-ltrbody-a4 {
        color: black !important;
    }

        .print-ltrbody-a4 * {
            color: black !important;
        }

    .bg-dark {
        background-color: #000 !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .text-white {
        color: #fff !important;
    }
    /*div.print-ltrfotter-p4 {
        background-color: #000000 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }*/
}

/*-----------*/
.print-page {
    padding: 2rem;
    overflow-x: auto;
    border: .1rem solid #ced4da;
    background-color: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 1%);
    border-radius: .5rem;
}

.printa4 {
    width: 190mm;
    /*height: 280mm;*/
    margin: 0 auto;
    /*overflow: scroll;*/
    border: .1rem solid #ced4da;
    background-color: color-mix(in srgb, var(--theme-bg), #000000 10%);
    background-image: repeating-linear-gradient( to bottom, transparent 0px, transparent 2px, color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%) 2px, color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%) 280mm );
    background-size: 280mm;
    background-repeat: repeat;
    background-position: 0 0;
}

.printa5 {
    width: 128mm;
    height: 190mm;
    padding: 1mm;
    margin: 0 auto;
    overflow-x: auto;
    background-color: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%);
    border: .1rem solid #ced4da;
    border-radius: .5rem;
}

.print-table-a4 {
    width: 98%;
    table-layout: fixed;
}

.print-ltrheaderone-a4 {
    display: flex;
    width: 50%;
    flex-shrink: 0;
}

.print-ltrqr-a4 {
    flex-shrink: 0;
}

.print-ltrqr-a5 {
}

.print-ltrimg-a4 {
    position: relative;
    width: 50%;
    flex-shrink: 0;
}

    .print-ltrimg-a4 img {
        position: absolute;
        left: 0;
    }

.print-ltrimg-a5 {
}

.print-ltrdate-a4 {
    flex: 1;
    padding: 20px;
}

.print-ltrdate-a5 {
}

/*A5   148 * 210 */
/*A4   210 * 297 m‌m or 21 in 29.7 c‌m    */

.print-ltrheader-a4 {
    height: 35mm;
    display: flex;
    padding-top: 10px;
}

.print-ltrheader-a5 {
    height: 25mm;
    position: relative;
    overflow: hidden;
}



.print-ltrbody-logo-a4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/sites/letterbodya4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    opacity: 0.3;
    z-index: 0;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.print-ltrbody-a4 {
    min-height: 200mm;
    position: relative;
}


    .print-ltrbody-a4 > * {
        position: relative;
        z-index: 1;
    }

.print-ltrbody-a5 {
    min-height: 115mm;
}

.print-ltrfotter-a4 {
    overflow: hidden;
}

    .print-ltrfotter-a4 img {
        width: 189mm;
    }

.print-ltrfotter-a5 {
    overflow: hidden;
}

    .print-ltrfotter-a5 img {
        width: 136mm;
    }



.print-ltrline-h1 {
    width: 21rem;
    height: .15rem;
    border: .15rem solid #000;
    border-radius: 0 .8rem .8rem 0;
}

.print-ltrline-h2 {
    width: 55%;
    direction: ltr;
    display: flex;
    padding: 0 0 0 .5rem;
}

    .print-ltrline-h2 div {
        width: .15rem;
        height: .15rem;
        border: .2rem solid #000;
        border-radius: .4rem;
        margin: 0 .1rem 0 .45rem;
    }

.print-ltrline-f1 {
    display: flex;
    direction: ltr !important;
    margin: 0 0 .4rem 0;
}

    .print-ltrline-f1 div {
        width: .2rem;
        height: .2rem;
        border: .2rem solid #000;
        border-radius: .4rem;
        margin: 0 .9rem 0 0;
    }

.print-ltrline-f2 {
    display: flex;
    direction: rtl !important;
    margin: 0 0 .4rem 0;
}

    .print-ltrline-f2 div {
        width: .2rem;
        height: .2rem;
        border: .2rem solid #000;
        border-radius: .4rem;
        margin: 0 0 0 .9rem;
    }

.print-ltrfotter-p1 {
    width: 50%;
    font-weight: bold;
    padding: 0 4rem 0 1rem;
}

    .print-ltrfotter-p1 div, bdi {
        font-weight: bold;
        font-size: .6rem;
        margin-top: .1rem;
    }


.print-ltrfotter-p2 {
}

.print-ltrfotter-p21 {
    width: .4rem;
    height: .4rem;
    border: .2rem solid #000;
    border-radius: .3rem;
    margin: .2rem 0 .5rem 0;
}

.print-ltrfotter-p22 {
    width: .2rem;
    height: 70%;
    border: .2rem solid #000;
    border-radius: .3rem;
    margin: 0 .05rem 0 0;
}

.print-ltrfotter-p3 {
    width: 50%;
    text-align: left;
    direction: ltr;
    font-weight: bold;
    padding: 0 1rem 0 4rem;
}

    .print-ltrfotter-p3 div {
        font-weight: bold;
        font-size: .6rem;
        margin-top: .1rem;
    }

.print-ltrfotter-p4 {
    display: flex;
    margin: .1rem 0 0 0;
}

    .print-ltrfotter-p4 .print-ltrfotter-p4-line {
        height: .15rem;
        width: 16rem;
        border: .15rem solid #000;
        margin: .3rem 0 .5rem 0;
        border-radius: .3rem;
    }

    .print-ltrfotter-p4 .print-ltrfotter-p4-circle {
        width: .2rem;
        height: .2rem;
        border: .2rem solid #000;
        border-radius: .4rem;
        margin: .2rem .3rem 0 .7rem;
    }

.print-ltrfotter-p5 {
    width: 8rem;
    font-weight: bold;
    font-size: .6rem;
    text-align: left;
    margin: 0 .5rem 0 .5rem;
}

.print-ltrfotter-p6 {
    width: 8rem;
    font-weight: bold;
    font-size: .6rem;
    margin: 0 .9rem 0 0;
}
/*A4   210 * 297 m‌m or 21 in 29.7 c‌m    */
/*--------------------------------------------*/
.column-item {
    display: flex;
    border-radius: .5rem;
    border: .1rem solid silver;
    margin: 5px;
    align-items: center;
    width: 100%;
}

.column-title {
    display: flex;
    justify-content: flex-start;
    padding: 1px;
    flex: 1;
}

.column-bottun {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    flex: 1;
}

.min-width-reset {
    min-width: initial !important;
}
/*-----------*/
.chat-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: .5rem;
    border: .1rem solid silver;
    padding: .5rem;
    overflow-y: scroll;
    height: calc(100vh - 284px);
    background-image: url('/images/sites/chatbg.png');
    background-color: var(--theme-bg);
}

.chat-pnlcontact {
    max-width: 30% !important;
    overflow: hidden;
    max-height: calc(100vh - 110px);
}

.chat-pnlcontact-list {
    overflow-y: scroll;
    scrollbar-width: none;
    max-height: calc(100vh - 200px);
}

.chat-pnlcontact-select {
    background-color: color-mix(in srgb, var(--theme-bg), #bed3f7 30%);
    border-radius: .5rem;
    border: .1rem solid silver;
}

.chat-pnlmessage {
    max-width: 70% !important;
    overflow: hidden;
}

.chat-message-box {
    height: 113px;
    overflow: auto;
}

.chat-message {
    width: 50%;
    position: relative;
}


.chat-receive {
    align-self: flex-end;
    float: left;
}

    .chat-receive a {
        margin: 2rem;
    }

    .chat-receive p {
        border-style: solid;
        border-color: #0f83df;
        border-width: 0.1rem 0.1rem 0.1rem 0.2rem;
        background-color: #c8e1f5;
        border-radius: 1.5rem 1.5rem 1.5rem 0;
        text-align: right !important;
        padding: .5rem .5rem 0 .5rem !important;
        font-size: .8rem;
        white-space: pre-wrap;
    }

.chat-send {
    align-self: flex-end;
    float: right;
    position: relative;
}

    .chat-send p {
        border-style: solid;
        border-color: #7ad773;
        border-width: 0.1rem 0.4rem 0.1rem 0.1rem;
        background-color: #adffc6;
        border-radius: 1.5rem 1.5rem 0 1.5rem;
        padding: .5rem .5rem 0 .5rem !important;
        font-size: .8rem;
        white-space: pre-wrap;
    }


.chat-profile {
    height: 2rem;
    width: 2rem;
    border: .1rem dashed #0d6efd;
    border-radius: 20rem;
    margin: 0 .1rem 0 .5rem;
}

.chat-reply {
    border: .1rem solid #dde0f8;
    border-radius: 1rem;
    margin: .1rem 0rem .1rem 2rem;
    padding: .2rem;
    background-color: #72b1ef;
}


.chat-file-receive {
    border-right: .5rem solid #0d395c;
}

.chat-file-send {
    border-right: .5rem solid #349e1f;
}

.chat-file {
    display: flex;
}

    .chat-file > a {
        background-image: linear-gradient(to top, #f1f1f1, #c9d4e7);
        border: .1rem solid #7c7e87;
        border-radius: .4rem;
        padding: .3rem .3rem 0 .3rem;
        margin: 0 0 .3rem .3rem;
        height: 3.5rem;
    }


.chat-file-info {
    border-right: .5rem solid #349e1f;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    padding: .2rem;
    margin: 0 .1rem 0 .1rem;
}

.chat-info {
    white-space: nowrap;
    position: relative;
    display: flex;
}

.chat-iconemoji {
    margin: 0 .1rem 0 0;
    color: darkblue;
    cursor: pointer;
    padding: .2rem .3rem 0 .3rem;
    border: 1px solid #b5c3d0;
    border-radius: 1rem;
    background-color: #ffffff;
}



.chat-date {
    background-color: color-mix(in srgb, var(--theme-bg), #e8ecf3 10%);
}


.chat-iconemojis {
    margin-top: .5rem;
    overflow-x: scroll;
    width: 10rem;
}
/*----------------*/
.encrypted img,
.encrypted p,
.encrypted a,
.encrypted h1, .encrypted h2, .encrypted h3, .encrypted h4, .encrypted h5, .encrypted h6,
.encrypted span,
.encrypted i,
.encrypted small,
.encrypted button,
.encrypted input,
.encrypted label,
.encrypted select,
.encrypted b {
    filter: blur(6px);
}

    .encrypted img:hover,
    .encrypted p:hover,
    .encrypted a:hover,
    .encrypted i:hover,
    .encrypted span:hover,
    .encrypted small:hover,
    .encrypted button:hover,
    .encrypted input:hover,
    .encrypted label:hover,
    .encrypted select:hover,
    .encrypted h1:hover, .encrypted h2:hover, .encrypted h3:hover, .encrypted h4:hover, .encrypted h5:hover, .encrypted h6:hover,
    .encrypted b:hover {
        filter: none;
    }
/*----------------*/

.pnl-hoverable {
    position: relative;
}

.pnl-hiden {
    background-color: color-mix(in srgb, var(--theme-bg), #e8ecf3 10%);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: none;
    z-index: 100;
    position: absolute;
    padding: 3px;
    top: -10px;
}

    .pnl-hiden b:hover {
        color: #2650f5;
        border: .01rem dashed red;
        border-radius: .5rem;
        padding: 0.4rem 0.4rem;
    }

.pnl-show {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

    .pnl-show:hover + .pnl-hiden,
    .pnl-hiden:hover {
        display: block;
    }



.hiden {
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.notify-number {
    color: #e90d0d;
    background-color: #fd0;
    border-radius: 50px;
    padding: 1px;
    position: absolute;
    z-index: 100;
}

.notify-line {
    color: #f63f3f;
    margin: 5px;
    cursor: pointer;
}
/*----------------*/
.call-head { 
    cursor: pointer;
} 
.call-fotter {
    margin-top:5px;
    display: flex;
    flex-wrap: wrap;
    gap: 1px 1px;
    align-items: center;
    justify-content: flex-start;
}
    .call-fotter small {
        background-color: color-mix(in srgb, var(--theme-bg), #fbfbfbe7 10%);
        padding: 3px 3px 0 4px;
        margin: 2px;
        border-radius: 7px;
        border: 1px solid #7ab2f6;
        text-wrap: nowrap;
    }

.call-note { 
    padding: 0 5px 0 5px;
    margin: 2px;
    border-radius: 10px;
    border: 1px solid #7ab2f6;
    text-wrap: nowrap;
}

.call-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px 2px;
    margin-top: 10px; 
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #7ab2f6;
}
.call-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #e9edf4;
    padding: 6px 0;
}
    .call-item.full-width {
        grid-column: 1 / -1; 
    }
.call-label {
    font-size: 0.65rem;
    color: color-mix(in srgb, var(--theme-color), #fbfbfbe7 10%);
    letter-spacing: 0.3px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
}

.call-value {
    font-size: 0.8rem;
    color: color-mix(in srgb, var(--theme-color), #fbfbfbe7 10%);
    word-break: break-word;
    line-height: 1.5;
    margin-top: 2px;
}
.call-bohrani {
    background: #fff3cd;
    color: #856404;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    border: 1px solid #ffd966;
    margin: 0 2px 0 2px;
}
.call-requestcode {
    background: #eaf5ea;
    color: #1e7e34;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    border: 1px solid #b8dfb8;
    margin: 0 2px 0 2px;
}
/*----------------*/
/*----------------*/
/*-----------*/

/*-----------*/

/*-----------*/

/*-----------*/
