@font-face {
    font-family: 'my-font';
    src: url('/fonts/DanaFaNum-Regular.woff');
}

@font-face {
    font-family: 'my-font-l';
    src: url('/fonts/DanaFaNum-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

.loader {
    border: 2px solid #FFF;
    width: 48px;
    height: 48px;
    background: #E81B1B;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        border: 24px solid;
        border-color: transparent #FFF;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

.loader-label {
    color: #F1C40F;
    font-size: 0.86em;
    display: block;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .viewer-thumnail {
        width: 150px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .pacs-toolbar div.pacs-range input[type=range] {
        width: 150px !important;
    }

    .pacs-toolbar div.pacs-range {
        top: 7px !important;
    }

    .viewer-toolbar {
        height: 60px !important;
    }

    .slider-arrow {
        bottom: 16px !important;
    }

    .series-box {
        width: 50% !important;
    }

    .images-box {
        width: 50% !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    html {
        font-size: 16px;
    }

    .auth-info-box {
        width: 95%;
    }

    .viewer-containar {
        flex-direction: row !important;
    }

    .viewer-thumnail {
        height: 100% !important;
        width: 150px !important;
    }

    .viewer-th-image-box {
        margin-bottom: 6px !important;
        margin-left: 0px !important;
        display: block !important;
        width: 100% !important;
        height: 80px !important;
    }

    .viewer-thumnail div.th-bg {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    /*  .viewer-image {
        padding-top: 12px !important;
    }*/

    .pacs-toolbar div.pacs-range input[type=range] {
        width: 180px !important
    }

    .pacs-summary-images {
        width: 30% !important;
    }

    .viewer-body {
        background-color: #333;
        height: calc(100% - 90px) !important;
    }

    .pacs-list-menu-bar > div.menu-bar-item {
        padding: 6px 12px !important;
        margin-inline-end: 8px !important;
        min-width: 92px !important;
        margin-bottom: 0px !important;
    }

        .pacs-list-menu-bar > div.menu-bar-item button > span {
            display: block !important;
            font-size: 0.9em !important;
        }

        .pacs-list-menu-bar > div.menu-bar-item button > svg {
            display: block !important;
            font-size: 1.6em !important;
        }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .pacs-summary-images {
        width: 50% !important;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .pacs-summary-images {
        width: 40% !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    height: 100%;
    font-size: 14px;
}

body {
    font-family: "my-font",tahoma;
    height: 100%;
    background-color: #333;
}

.org-info-box img {
    width: 125px;
}

.org-info-box h4 {
    font-weight: bold;
    font-size: 3rem;
    margin-top: 15px;
    color: #57b3fe;
    text-shadow: 2px 2px #4f93fc;
}

.sick-info {
    font-size: 1.5rem;
    margin: 30px auto;
    background-color: #e3e7f05e;
    display: inline-block;
    padding: 12px 27px;
    border-radius: 42px;
    color: #be7c59;
}

.redirect-btn {
    background-color: rgb(46, 204, 113);
    border-radius: 30px;
    padding: 4px 20px;
    color: #fff;
}

    .redirect-btn:hover {
        background-color: rgb(39, 174, 96);
        color: #fff;
    }

.sono-image-btn {
    background-color: #fc4fb8;
    border-radius: 30px;
    padding: 2px 20px;
    color: #fff;
}

    .sono-image-btn:hover {
        background-color: #f828a7;
        color: #fff;
    }

.auth-info-box {
    box-shadow: 0px 1px 5px #e3e7f0;
    border-radius: 15px;
    padding: 30px;
    max-width: 60%;
    margin: 0 auto 30px auto;
    text-align: right;
}

    .auth-info-box strong {
        color: rgb(231, 76, 60);
        display: block;
    }

    .auth-info-box span {
        color: #b0b8cf;
        margin-top: 8px;
        display: block;
    }

    .auth-info-box table {
        margin: 15px auto 0 auto;
        color: rgb(127, 140, 141);
        width: auto;
    }

.viewer-navbar {
    background-color: #000;
    height: 36px;
}

.viewer-brand {
    color: #fbfbfb;
    font-size: 15px;
}

.viewer-toolbar {
    background-color: #000;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 12px 0;
    height: 100px;
}

.viewer-body {
    background-color: #333;
    height: calc(100% - 130px);
}

.viewer-containar {
    color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.viewer-thumnail {
    height: 95px;
    width: 100%;
    display: block;
    padding: 12px 6px;
    flex-shrink: 0 !important;
}

    .viewer-thumnail div.th-bg {
        background-color: #0000006b;
        border-radius: 8px;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 6px;
        height: 100%;
        width: 100%;
        display: block;
    }

    .viewer-thumnail img {
        max-width: 100%;
    }

.viewer-th-image-box {
    cursor: pointer;
    opacity: 0.5;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
    width: 80px;
    margin-left: 6px;
    display: inline-block;
}


    .viewer-th-image-box:hover {
        opacity: 1;
    }

.active-pacs-image {
    opacity: 1;
}

.viewer-image {
    height: 100%;
    width: 100%;
    display: block;
    padding: 12px 6px 12px 6px;
    position: relative;
    overflow: hidden;
}

    .viewer-image div.th-bg {
        background-color: #0000006b;
        border-radius: 8px;
        height: 100%;
        width: 100%;
        overflow: scroll;
        scroll-snap-type: none;
        text-align: center
    }

        .viewer-image div.th-bg img {
            margin: auto
        }


.patient-info {
    position: absolute;
    right: 16px;
    top: 24px;
    font-size: 12px;
    text-align: right;
}

.series-info {
    position: absolute;
    left: 16px;
    top: 24px;
    font-size: 12px;
    text-align: left;
    direction: ltr;
    font-family: arial;
    font-weight: bold;
}

.medical-info {
    position: absolute;
    right: 16px;
    bottom: 24px;
    font-size: 12px;
    text-align: right;
}

.img-loading {
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
}

.pacs-toolbar div.pacs-range {
    display: inline-block;
    width: 160px;
    position: absolute;
    top: 55px;
}

    .pacs-toolbar div.pacs-range input[type=range] {
        width: 160px;
    }

    .pacs-toolbar div.pacs-range label {
        color: #efefef
    }

.pacs-toolbar > button {
    background: #333;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    margin: auto;
}

    .pacs-toolbar > button:hover {
        background: #000;
    }

    .pacs-toolbar > button img {
        width: 24px;
        height: 24px;
    }

.pacs-zoom-box {
    background: #333;
    border-radius: 6px;
    height: 36px;
    display: inline-block;
    padding: 0 6px 0 0;
}

    .pacs-zoom-box button {
        background: none;
        border: none;
        height: 36px;
    }

        .pacs-zoom-box button img {
            height: 24px;
        }

    .pacs-zoom-box label {
        background-color: #000;
        display: inline-block;
        color: #fff;
        padding: 0 8px;
        border-radius: 6px;
        line-height: 22px;
        font-size: 12px;
    }

.pacs-tracking-code-input {
    height: 56px;
    border-radius: 54px;
}

.pacs-index-logo-box {
    direction: ltr;
    margin: 48px auto 18px auto;
}

    .pacs-index-logo-box img {
        display: inline-block;
        height: 112px;
        vertical-align: middle;
    }

    .pacs-index-logo-box h1 {
        display: inline-block;
        vertical-align: middle;
        background: rgb(34,193,195);
        background: linear-gradient(120deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
        color: transparent;
        background-clip: text;
    }

.pacs-index-search-button {
    margin: 12px auto 72px auto;
    min-width: 120px;
    border-radius: 50px;
}

.pacs-index-footer {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #fbfbfb;
    padding: 8px 0;
}

.pacs-summary-images {
    padding: 0;
    margin: 16px auto 0 auto;
    list-style: none;
    direction: ltr;
    width: 90%;
}

    .pacs-summary-images li {
        border: 1px solid #fbfbfb;
        border-radius: 4px;
        margin-bottom: 4px;
        text-align: left;
    }

        .pacs-summary-images li:hover {
            cursor: pointer;
            background-color: #fbfbfb;
        }

        .pacs-summary-images li img {
            width: 60px;
            border-radius: 4px;
            margin: 4px;
            height: 60px;
            background-position: 50%;
            background-size: cover;
        }

        .pacs-summary-images li a {
            display: block;
        }

        .pacs-summary-images li span {
            font-family: Arial
        }

.slider-arrow {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 48px);
}

    .slider-arrow img {
        cursor: pointer;
        width: 24px;
    }

        .slider-arrow img:first-child {
            margin-left: 16px !important;
        }

        .slider-arrow img:last-child {
            margin-right: 16px !important;
        }

.sono-report-refere-doctor-box {
    padding: 12px;
    border: 1px solid rgb(234, 234, 234);
    display: inline-table;
    border-radius: 12px;
}

    .sono-report-refere-doctor-box div.sono-report-refere-tashrifat {
        font-weight: bold;
        color: #56b3e5;
        margin: 8px 0 2px 0;
    }

.sono-report-report-date-box {
    padding: 12px;
    display: inline-table;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #6f6f6f;
}

    .sono-report-report-date-box img {
        margin-bottom: 8px;
        width: 32px;
    }

.pacs-list-menu-bar {
    background-color: #0a0a0a;
    padding: 12px 0;
    width: 100%;
    margin-bottom: 12px;
}

    .pacs-list-menu-bar > div.menu-bar-item {
        background-color: #33333382;
        border-radius: 3px;
        padding: 4px 8px;
        margin-inline-end: 6px;
        min-width: 72px;
        margin-bottom: 6px;
    }

        .pacs-list-menu-bar > div.menu-bar-item:hover button > span {
            transition: all 0.4s;
            color: #F1C40F;
        }

        .pacs-list-menu-bar > div.menu-bar-item:hover button > svg {
            transition: all 0.4s;
            color: #F39C12;
        }

        .pacs-list-menu-bar > div.menu-bar-item button {
            background-color: transparent;
            border: none;
            color: #fbfbfb;
            text-align: center;
            width: 100%;
        }

            .pacs-list-menu-bar > div.menu-bar-item button > span {
                font-size: 0.8em;
                vertical-align: middle;
            }

            .pacs-list-menu-bar > div.menu-bar-item button > svg {
                display: inline-block;
                font-size: 0.8em;
                vertical-align: middle;
                margin: 0 auto 10px auto;
            }

.pacs-table-list {
    direction: ltr;
    margin: 0;
}

    .pacs-table-list tbody tr {
        /*border: 1px solid #7F8C8D;*/
        cursor: pointer;
    }

        .pacs-table-list tbody tr td {
            border: none !important;
            color: #efefef;
        }

    .pacs-table-list thead tr {
        border: none !important;
    }

    .pacs-table-list tbody tr:hover {
        background-color: #0a0a0a !important;
    }

    .pacs-table-list tbody tr.selected {
        background-color: #0a0a0a !important;
        border-left: 4px solid #f1c40f;
    }

    .pacs-table-list thead {
        background-color: #333;
    }

        .pacs-table-list thead tr th {
            color: #efefef;
            font-weight: bold;
            border-color: #535353 !important;
        }

        .pacs-table-list thead th, .pacs-table-list tbody tr td {
            text-align: center;
        }

    .pacs-table-list tbody tr:nth-child(odd) {
        background-color: #292929;
    }

    .pacs-table-list tbody tr:nth-child(even) {
        background-color: #333;
    }

.pacs-table-list-menus {
    display: flex;
}

    .pacs-table-list-menus > div.pacs-table-list-menus-item {
        padding: 2px 8px;
    }

        .pacs-table-list-menus > div.pacs-table-list-menus-item svg {
            color: #2C3E50;
            font-size: 1.1em;
        }

            .pacs-table-list-menus > div.pacs-table-list-menus-item svg:hover {
                transition: all 0.3s;
                color: #8E44AD;
            }

.pacs-doctor-info-side-bar {
    background-color: #2d2d2d;
    min-height: calc(100vh - 130px);
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative;
}

    .pacs-doctor-info-side-bar > .side-bar-verion {
        color: #939393;
        font-size: 0.8em;
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .pacs-doctor-info-side-bar > .side-bar-profile-image {
        border-radius: 50%;
        width: 104px;
        height: 104px;
        object-fit: cover;
        object-position: center;
        margin: 45px auto 0 auto;
        display: block;
        border: 7px solid #333;
    }

    .pacs-doctor-info-side-bar > .side-bar-profile-name {
        color: #F1C40F;
    }

    .pacs-doctor-info-side-bar > .side-bar-profile-mobile {
        color: #939393;
    }

    .pacs-doctor-info-side-bar > .side-bar-feature-label {
        color: #939393;
        font-size: 0.8em;
        margin-top: 28px;
        background-color: #333;
        border-radius: 24px;
        display: inline;
        width: 105px;
        padding: 4px 6px;
        margin-right: 13px;
        text-align: center;
    }

    .pacs-doctor-info-side-bar > .side-bar-features {
        color: #efefef;
        list-style: none;
    }

        .pacs-doctor-info-side-bar > .side-bar-features li {
            padding: 6px 0px;
            border-bottom: 1px dashed #373636;
        }

            .pacs-doctor-info-side-bar > .side-bar-features li span {
                padding: 0 8px;
                border-radius: 50px;
            }

    .pacs-doctor-info-side-bar > .side-bar-calendar {
        color: #BDC3C7;
    }

        .pacs-doctor-info-side-bar > .side-bar-calendar svg {
            font-size: 2.2em;
            margin: 0 auto 8px auto;
        }

    .pacs-doctor-info-side-bar > .side-bar-hide-arrow {
        position: absolute;
        right: 15px;
        top: 12px;
        cursor: pointer;
        color: #BDC3C7;
    }

        .pacs-doctor-info-side-bar > .side-bar-hide-arrow:hover {
            color: #F1C40F;
        }

.writing-report-root {
    direction: ltr;
    width: 100%;
    height: 100vh;
}

.grid-footer {
    height: 32px;
    background-color: #181818;
    border: none;
    color: #efefef;
    direction: rtl;
}

    .grid-footer td {
        border: none;
        color: #C0392B;
    }

.series-images-container {
    margin-top:16px;
    background-color: #979797;
    padding: 3px;
    border-radius: 8px;
}

.series-box {
    height: 180px;
    border-radius: 6px;
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
    background-color: #333;
}

.images-box {
    height: 180px;
    border-radius: 6px;
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}

.pacs-images-container {
    background-color: #1a1919;
    display: flex;
    height: 100%;
    margin-left: 3px;
    border-radius: 6px;
  
   

    flex-wrap: nowrap;
    overflow: auto;
}

.pacs-images-item {
    flex: 0 0 auto;

    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 14px 0 24px 14px;
}

    .pacs-images-item img {
        height: 100%;
        border-radius: 8px;
    }

    .pacs-images-item label {
        position: absolute;
        bottom: 2px;
        left: 16px;
        color: #efefef;
    }
.pacs-jpeg-images-empty {
    color: #BDC3C7;
    text-align: center;
    margin-top: 10%;
}