﻿
.select2-container .select2-selection--single {
    height: 34px;
    width: 100% !important;
    border-radius: 0px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results > .select2-results__options {
    padding: 0px 5px 5px 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dfe7e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    height: 32px;
    top: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    font-size: 13px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    direction: rtl;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #f4f4f4 !important;
    border-radius: 10px !important;
    height: 42px;
    padding: 0px 15px !important;
    padding-top: 5px !important;
    box-sizing: border-box !important;
    font-size: 14px;
}

.hide {
    display: none !important;
}

.form-group {
    margin-bottom: 10px;
}

.btn-file {
    border: 1px solid #ced4da !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.file-preview .fileinput-remove {
    top: 5px;
    right: initial;
    left: 5px;
}

.file-drop-zone-title {
    font-size: 1em;
}

.btn i {
    vertical-align: initial;
}

.input-group-text .form-select-transparent {
    background-color: #f5f8fa;
    border: none;
}

.addvarienvalue {
    cursor: pointer;
}

.control-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.varient-values {
    display: flex;
    height: 35px;
    align-items: center;
}

.DisableItems {
    pointer-events: none;
    position: relative;
    background-color: initial;
    border-radius: 5px;
    min-height: 100px;
}


    .DisableItems::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #ccc;
        box-shadow: 32px 0 #ccc, -32px 0 #ccc;
        animation: flash 0.5s ease-out infinite alternate;
    }
@keyframes flash {
    0% {
        background-color: #ebebeb;
        box-shadow: 32px 0 #ebebeb, -32px 0 #ccc;
    }

    50% {
        background-color: #ccc;
        box-shadow: 32px 0 #ebebeb, -32px 0 #ebebeb;
    }

    100% {
        background-color: #ebebeb;
        box-shadow: 32px 0 #ccc, -32px 0 #ebebeb;
    }
}

    .DisableItems * {
        pointer-events: none;
        opacity: 0;
    }

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}

.DisableItems2 {
    position: fixed;
    inset:0;
    background:rgba(0,0,0,0.5);
    border-radius: 5px;
    min-height: 100px;
    z-index:99;
    display:flex;
    justify-content:center;
    align-items:center;
}

    .DisableItems2 img {
        width: 100px;
        border-radius:50%;
        /*box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);*/
    }


/*    .DisableItems2 * {
        pointer-events: none;
        opacity: 0;
    }*/

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}

.accordion-button{
    text-align:right
}

.DisableButton {
    pointer-events: none;
    opacity: 0.3;
}

a {
    cursor: pointer;
}

.show-upload-image {
    cursor: pointer;
}

    .show-upload-image:hover {
        color: #4270e0;
    }

.variant-img {
    cursor: pointer;
}

    .variant-img.selected img {
        border: 2px solid #387eca;
    }

.variant-div {
    font-family: IRANSans;
    font-size: 13px;
}

    .variant-div .variant-img {
        width: 26px;
    }

    .variant-div .p-vv-select .p-v-values {
        cursor: pointer;
    }

    .variant-div .headersection {
    }

        .variant-div .headersection .s-all-check {
            padding: 6px 10px;
            border: 1px solid rgb(108 117 125);
            border-radius: 3px;
            display: inline-block;
            align-items: center;
            cursor: pointer;
        }

    .variant-div .v-items > .row .buttons {
        text-align: left;
    }

    .variant-div .v-items > .row:nth-child(2n+1) {
        background-color: #f9f9f9;
    }

    .variant-div .v-items .pv-item.select {
        background-color: #dee6f1;
    }

.dropdown-menu.show {
    text-align: right;
    left: initial !important;
    right: 0;
}

.text-left {
    text-align: left;
}

.modal-dialog.minmodal {
    margin: 150px auto;
}

.MultiSelectValues .row {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.ControllerDiv {
    margin: 0px;
    margin-top: 15px;
    font-weight: normal;
}

    .ControllerDiv .col-md-12 {
        padding: 5px 15px;
        border: 1px solid #c1c1c1;
        background-color: #eee;
        display: flex;
        align-items: center;
    }

    .ControllerDiv:first-child {
        margin-top: 0px;
    }

    .ControllerDiv .Clable {
        color: #970606;
        cursor: pointer;
        padding-right: 5px;
    }

        .ControllerDiv .Clable .fa {
            margin-left: 5px;
        }

.ActionDiv {
    margin: 0px;
    border: 1px solid #c1c1c1;
    border-top: none;
    padding: 15px 0px;
    background-color: #fff;
}

    .ActionDiv span {
        font-weight: normal;
        font-size: 0.9em;
        padding-right: 5px;
    }

    .ActionDiv label {
        display: flex;
        align-items: center;
    }


.table > thead > tr > th {
    background-color: #d6d8dd;
    border: 1px solid #d6d8dd !important;
    border-bottom: 1px solid #d6d8dd !important;
    font-weight: normal;
    padding: 5px 10px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 8px 10px;
    border: 1px solid #d6d8dd !important;
    border-bottom: 1px solid #d6d8dd !important;
}


.table > tbody > tr.alert-success > td {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.table tbody tr:last-child td, .table tbody tr:last-child th, .table tfoot tr:last-child td, .table tfoot tr:last-child th {
    border-bottom: 1px solid #d6d8dd !important;
}

.table td:last-child, .table th:last-child, .table tr:last-child {
    padding-right: 10px;
}

.PagingDiv {
    text-align: right;
}

    .PagingDiv ul {
        margin: 0px;
    }

        .PagingDiv ul li {
            display: inline-block;
        }

    .PagingDiv .btn-outline-secondary {
        color: #546371;
    }

.checkboxLable {
    display: flex;
    align-items: center;
    font-weight: initial;
}

.showSurveyResult {
    box-shadow: 0 1px 15px 5px #f9f9f9;
}

    .showSurveyResult h5 {
        background: #008080;
        color: #fff;
        text-align: center;
    }

.mainContent {
    padding: 30px;
}

.showSurveyResult p {
    margin-bottom: 5px
}

.br-right {
    border-right: 4px solid #00000014;
}

.lastedAction {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.lastActionSec p {
    margin: 0;
}

.blink {
    animation: blinkMe 4s linear infinite;
}

@keyframes blinkMe {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.red {
    color: #fd0101 !important;
    margin-left: 5px;
    margin-right: -4px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 0px;
}

.file-drop-zone {
    border: none;
    margin: 0px;
    padding: 0px;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100% !important
}

.krajee-default.file-preview-frame {
    float: none
}

.file-preview-image {
    width: 100% !important;
}

.btn-outline-secondary {
    padding-top: 18px !important;
}

.FileStyle .file-preview .fileinput-remove {
    display: none;
}

.FileStyle .kv-file-remove {
    display: none;
}

.FileStyle .file-caption-main {
    display: none !important
}

.file-sortable .file-drag-handle {
    display: none;
}

/*.file-footer-caption {
    display: none !important;
}*/

.file-upload-indicator {
    display: none !important;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.showifram {
    cursor: pointer;
}

.info {
    color: blue !important;
}
.danger {
    color: red !important;
}
.success {
    color: green !important;
}
.warning {
    color: #fa9228 !important;
}
.red {
    color: red !important;
}

.green {
    color: green !important;
}

.blue {
    color: blue !important;
}

.orange {
    color: orange !important;
}

.selectLi {
    border-radius: 12px;
}

.font12{
    font-size:12px !important;
}
.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}
.letterprice {
    color: #918c8c;
    font-size:12px;
}
.vahedmoney {
    color: #918c8c;
    font-size: 12px;
}
.formatdouble{
    direction:ltr;
    text-align:right;
}

.alert-info {
    color: #664d03;
    background-color: #ddeeff;
    border-color: #72cff3;
}

.text-red{
    color:red !important;
}
.text-success {
    color: green !important;
}

.alert-success {
    background-color: #ceebbb ;
}

.selectLi.itemicon {
    display: flex;
    justify-content: space-between;

}

.chartCenter {
    font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.k-status a.warning {
    background-color: #ffad5a;
    border: 1px dashed #ffad5a;
}
    .k-status a.warning span.see-details {
        background-color: #ffad16 !important;
    }

.k-status a.info {
    background-color: #9bc0ed;
    border: 1px dashed #5579af;
}

    .k-status a.info span.see-details {
        background-color: #b0caf1 !important;
    }

.text-right
{
    text-align:right !important;
}

.request-item li p {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 5px 0;
}
    .request-item li p strong {
        font-weight: 500;
    }


.mr-10 {
    margin-right: 10px;
}

.align-items-center {
    align-items: center !important;
}

.pull-left{
    float:left;
}

.k-status a.danger span.see-details {
    background-color: #ffafb2 !important;
}

/*.overview-chart{*/
    /*padding :0px !important;*/
    /*display:flow !important;
}*/

    .btnlist{
        border:none !important;
        background:none !important;
        cursor:pointer !important;
    }

.k-btn {
    cursor: pointer !important;
}

.buy {
    background-color: #daffdd !important;
}

.k-caption2 {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cdcdcd;
}
.backgroudWarninghighlight {
    background-color: #ffbc0033;
}
.backgroudRedhighlight {
    background-color: #ff6d6d33;
}

.objectimg{
    width:100%;
    margin-bottom:5px;
}

.k-bg-color1 {
    background-color: #f9ef72;
}

.k-bg-color2 {
    background-color: #db64bc;
}

.k-bg-color3 {
    background-color: #f57474;
}