﻿.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: unset !important;
}

.pt-26px {
    padding-top: 26px;
}

.dataTables_empty {
    text-align: center;
}

.rtl{
    direction:rtl !important;
}

.datatime-noshadow .datepicker-container-inline .datepicker-plot-area {
    box-shadow: none !important;
}

table.dataTable tbody tr.selected a {
    color: #4b49e2 !important;
}

.img-max-100w img {
    max-width: 100%;
}


.kt-hide {
    display: none !important;
}

.align-self-center {
    align-self: center;
}

.service-goods {
    border: 1px solid #3F4254;
    background: #f8fff0;
    border-radius: 5px;
    margin: 5px 0px 0px 0px;
}

.tableLogo {
    max-width: 30px;
    max-height: 30px;
}

.white-background {
    background-color: white;
}

.max-w-40 {
    max-width: 40%;
}

.max-w-50 {
    max-width: 50%;
}

.max-w-60 {
    max-width: 60%;
}

.max-w-70 {
    max-width: 70%;
}

.max-w-80 {
    max-width: 80%;
}

.max-w-40px {
    max-width: 40px;
}

.max-w-45px {
    max-width: 45px;
}

.max-w-50px {
    max-width: 50px;
}

.max-w-100px {
    max-width: 100px;
}

.datepicker-plot-area {
    width: 100% !important;
    font-family: IRANSans !important;
}

.datepicker-container {
    min-width: 300px;
    width: 20%;
}

.mds-bootstrap-persian-datetime-picker-popover {
    max-width: 305px;
}

@media only screen and (max-width: 600px) {
    .datepicker-container {
        width: calc(100% - 40px);
        min-width: 220px;
    }
}

.month-grid-box > .header {
    left: unset !important;
    right: unset !important;
    height: auto !important;
}

.d-content {
    display: contents;
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important;
    }
}

.select2-block .select2 {
    display: block !important;
}

.w-60 {
    width: 60%;
}

.half-padding-table td {
    padding: 0.3rem 0.5rem !important;
}

.w-80 {
    width: 80% !important;
}

.w-30 {
    width: 30% !important;
}

.fc-holyday {
    background-color: #ff92926b !important;
}

.deleted-event {
    background-color: rgba(255, 49, 49, 0.50) !important;
    border: 2px solid #ff0000 !important;
}

.Appoint-State {
    bottom: 0px;
    position: absolute;
    margin: 3px;
}

ul.inline li {
    display: inline;
}

.extra-aside {
    background-color: #fff;
    padding: 20px 20px;
    width: 250px;
    height: calc(100vh) !important;
    left: 70px;
    right: unset;
    position: fixed;
    z-index: 97;
}


.label.label-inline {
    padding: 0.15rem 0.75rem !important;
}


.context-menu-list {
    border-radius: 10px;
    padding: 8px 4px;
}

.tagify__dropdown.users-list .tagify__dropdown__item {
    padding: .5em .7em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name" "avatar email";
}

    .tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap {
        transform: scale(1.2);
    }

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap {
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEE;
    transition: .1s ease-out;
}

.tagify__dropdown.users-list img {
    width: 100%;
    vertical-align: top;
}

.tagify__dropdown.users-list strong {
    grid-area: name;
    width: 100%;
    align-self: center;
}

.tagify__dropdown.users-list span {
    grid-area: email;
    width: 100%;
    font-size: .9em;
    opacity: .6;
}

.tagify__dropdown.users-list .addAll {
    border-bottom: 1px solid #DDD;
    gap: 0;
}

.btn-append {
    color: #3F4254;
    background-color: #F3F6F9;
    border-color: #E4E6EF;
}

    .btn-append:hover {
        color: #3F4254;
        background-color: #d7dae7;
        border-color: #d7dae7;
    }

/* Tags items */
#users-list .tagify__tag {
    white-space: nowrap;
}

    #users-list .tagify__tag:hover .tagify__tag__avatar-wrap {
        transform: scale(1.6) translateX(-10%);
    }

    #users-list .tagify__tag .tagify__tag__avatar-wrap {
        width: 16px;
        height: 16px;
        white-space: normal;
        border-radius: 50%;
        background: silver;
        margin-right: 5px;
        transition: .12s ease-out;
    }

    #users-list .tagify__tag img {
        width: 100%;
        vertical-align: top;
    }

.cat-color {
    width: 10px;
    height: 10px;
    border: 1px solid #808080;
    border-radius: 5px;
    vertical-align: middle !important;
    margin-left: 4px;
}

.cat-select-color {
    width: 16px;
    height: 16px;
    border: 1px solid #808080;
    border-radius: 8px;
    vertical-align: middle !important;
    margin-right: 4px;
    float: left;
    display: inline-block;
}

#dropdown-parameters {
    width: 200px;
}

#medical-infos span {
    cursor: pointer;
}

.note-editor.note-frame .note-editing-area, .note-editor.note-airframe .note-editing-area {
    background-color: #fff !important;
}

.ticket-item.active {
    background-color: #ffefef;
    padding: 5px 5px;
    border-radius: 5px;
}

.img-item {
    margin: 0.1rem;
    padding: 0.1rem;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    width: min-content;
    min-width: 240px;
}

    .img-item.selected {
        border: 1px solid #f00;
        box-shadow: #f00 0px 0px 5px;
    }


    .img-item .image-date {
        right: 7px;
        top: 6px;
        position: absolute;
        padding: 0px 3px;
        background-color: #f5f5f575;
        border-radius: 5px;
    }

        .img-item .image-date:hover {
            background-color: rgba(240, 155, 155, 0.8);
        }

    .img-item .image-title {
        left: 7px;
        bottom: 6px;
        position: absolute;
        padding: 0px 5px;
        background-color: #f5f5f575;
        border-radius: 5px;
    }


.img-delete-state {
    width: 100%;
    height: 100%;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-top: 34px;
}

    .img-delete-state i {
        font-size: 4rem;
    }

.img-video-sign {
    width: 100%;
    height: 100%;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-top: 45px;
}

    .img-video-sign i {
        font-size: 5rem;
    }

.img-format-info {
    font-size: 3rem;
    width: 100%;
    height: 100%;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-top: 50px;
}

.tui-image-editor-header {
    display: none !important;
}

.tui-image-editor-container .tui-image-editor-main {
    top: 0 !important;
}

.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item label > span {
    font-family: IRANSans !important;
}


option.deleted {
    color: #f00;
    font-style: initial;
}





.diagnosis-item {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #3F4254;
    margin: 3px;
    background-color: #f3ffe9;
    border-radius: 5px;
    color: #051600;
    cursor: pointer;
}


    .diagnosis-item:hover {
        box-shadow: #ff9f9f 0px 0px 3px;
        background-color: #dff3ce;
    }

    .diagnosis-item.active {
        border: #ff6f6f 2px solid;
        background-color: #e6ffa9;
    }

        .diagnosis-item.active:hover {
            border: #e15d5d 2px solid;
            background-color: #d5ef98;
        }

.diagnosis-action {
    color: #fff !important;
    padding-top: 3px;
}

.prepend-white {
    background-color: #ffffff;
    color: #7b7b7b;
}

.line-width-1 {
    width: 35px;
    height: 3px;
    background-color: #000;
    border-radius: 12px;
    border: 1px #000 solid;
}

.line-width-2 {
    width: 35px;
    height: 5px;
    background-color: #000;
    border-radius: 12px;
    border: 1px #000 solid;
}

.line-width-3 {
    width: 35px;
    height: 7px;
    background-color: #000;
    border-radius: 12px;
    border: 1px #000 solid;
}

.line-width-dropdown {
    min-width: unset !important;
}

.report-hand-write-img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.addParam, .addQParam {
    cursor: pointer;
}

.sms-balance {
    margin: -25px -32px 0px -32px;
}

.draft-messages {
    margin: 0px -32px 0px -32px;
}

.draft-message {
    padding: 10px;
}

    .draft-message:hover {
        background-color: aliceblue;
    }

.draft-message__Title {
    display: inline-flex;
    cursor: pointer;
}

.draft-message__actions {
    margin-top: -6px;
    display: inline-flex;
    width: auto;
}

.quick-msg-actions {
    margin: 0px -32px 0px -32px;
    text-align: center;
    width: calc(100%+64px);
    display: block;
}

    .quick-msg-actions div a {
        border-radius: 0px;
    }

.quick-msg-send-form {
    margin: 0px -32px 0px -32px;
    background-color: #fbfafb;
}


.vakata-context li a, .vakata-context ul li a {
    padding: 0rem 1.2rem;
    border: 0;
}

    .vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep {
        display: none;
    }

    .vakata-context li a i, .vakata-context ul li a i {
        display: none;
    }

.vakata-context, .vakata-context ul {
    padding: 0.5rem 0;
    min-width: 150px;
    font-size: 1rem;
    font-family: Poppins, Helvetica, "sans-serif";
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border: 0;
    border-radius: 0.42rem;
}


.table-sm th, .table-sm td {
    padding: 0.3rem !important;
}

@media (min-width: 991.98px) {
    .mobile-icon span {
        display: unset;
    }

    .mobile-icon i {
        display: none;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .mobile-icon.btn-sm {
        height: calc(1.35em + 1.1rem + 2px);
        width: calc(1.35em + 1.1rem + 2px);
    }

    .mobile-icon span {
        display: none;
    }

    .mobile-icon i {
        display: unset;
    }

    .w-auto-mobile {
        width: auto !important;
    }
}


.input-group .select2 {
    flex: 1 1 auto;
    width: 1%;
}


#columns-list label {
    margin-bottom: 7px;
}


.row-vertical-align th, .row-vertical-align td {
    vertical-align: middle;
}

.pointer-cursor {
    cursor: pointer;
}

.no-background {
    background-color: #ffffff00;
}

.parameter-chart-view {
    direction: ltr !important;
}

    .parameter-chart-view a {
        direction: ltr !important;
        float: left !important;
        margin-left: 10px !important;
    }

    .parameter-chart-view span {
        direction: ltr !important;
        float: right !important;
        margin-right: 5px !important;
    }

        .parameter-chart-view span span {
            margin-left: 5px !important;
        }

.parameter-chart-category-title {
    margin-left: 0px !important;
    margin-right: 6.5px !important;
}

    .parameter-chart-category-title h3 {
        margin-left: 0px !important;
        margin-right: 9.75px !important;
    }

.cursor-pointer {
    cursor: pointer;
}

.favorite-prescribes {
    list-style-type: none;
    padding: 0;
    margin: 0;
}





.vital-quick-view {
    direction: ltr !important;
    display: inline-block;
    float: left;
}

.vital-quick-item {
    display: inline-block !important;
    border-bottom: solid 2px #2bb60c;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 0px 10px;
    text-align: justify;
    cursor: pointer;
}

    .vital-quick-item:hover {
        background-color: #EEE;
    }

.vital-quick-title {
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    display: block;
}

.vital-quick-data {
}

.vital-quick-amount {
    font-size: 2rem !important;
    font-weight: 600 !important;
}

}

.vital-quick-unit {
    font-weight: 200 !important;
    font-size: 1.3rem;
}


.recorded-wave ::part(cursor) {
    height: 30%;
    top: 35%;
}

.voice-item {
    border: 1px #3699FF solid;
    padding: 0 5px;
    border-radius: 1.5rem;
    display: flex;
    margin-bottom: 5px;
}

.attachment-item {
    border: 1px #3699FF solid;
    border-radius: 1.5rem;
    display: inline-block;
    height: 75px;
    width: 75px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}
.attachment-item img {
    border-radius: 1.5rem;
    max-width:75px;
}
