
.diagnostic-dropdown {
    border: none;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 12%);
    border-radius: 0px 0px 16px 16px;
}

.diagnostic-dropdown-item {
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
}

.diagnostic-dropdown-item:hover {
    background: #F9FBFC;
}

/*.diagnostic-dropdown-item > svg:hover path {
    fill: #479FC8 !important;
    stroke: #479FC8 !important;
}*/

/* background: */

.diagnostic-dropdown-item > * {
    margin-right: 20px;
    color: #353F50;
}

.diagnostic-landing-hero {
    background-size: cover;
    margin-top: -80px;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagnostic-landing-hero > .tint {
    background: #18425D;
    mix-blend-mode: multiply;
    height: 900px;
    width: 100%;
    opacity: 0.8;
    position: absolute;
}

.diagnostic-landing-hero > .content {
    color: white;
    z-index: 9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.diagnostic-landing-hero > .content > .title {
    font-family: 'Averta';
    font-weight: 700;
    font-size: 64px;
    margin: 0px;
}

.diagnostic-landing-hero > .content > .sub-title {
    font-family: 'Averta';
    font-weight: 700;
    font-size: 50px;
    margin: 0px;
}

.diagnostic-landing-hero > .content > .desc {
    max-width: 675px;
    margin-top: 20px;
}

.diagnostic-landing-hero > .content > .btn {
    margin-top: 40px;
    padding: 10px 30px 10px 30px;
}

.diagnostic-landing-brief {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 100px 10px 100px 10px;
}

.diagnostic-landing-brief > .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    max-width: 800px;
}

.diagnostic-landing-brief > .content {
    max-width: 800px;
    margin-top: 30px;
}

.diagnostic-landing-features {
    display: flex;
    justify-content: center;
    padding: 50px;
    flex-wrap: wrap;
}

.diagnostic-landing-features > * {
    margin-right: 120px;
}

.diagnostic-landing-features > .logo {
    margin-top: 70px;
    position: relative;
}

.diagnostic-landing-features > .logo > img {
    position: absolute;
    left: -50px;
    margin-top: 80px;
}

.diagnostic-landing-features > .desc {
    margin-top: 130px;
    display: flex;
    flex-direction: column;
}

.diagnostic-landing-features > .desc > .title, .diagnostic-landing-features > .desc > .desc > .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 58px;
}

.diagnostic-landing-features > .desc > .content, .diagnostic-landing-features > .desc > .desc > .content {
    max-width: 420px;
}

.diagnostic-landing-investigations {
    background-color: #F3F4F6;
}

.diagnostic-landing-investigations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.diagnostic-landing-investigations > .desc {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin-left: 10%;
    justify-content: center;
}

.diagnostic-landing-investigations > .desc > .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 72px;
}

.diagnostic-landing-investigations > .desc > .content {
    display: flex;
    flex-direction: column;
}

.diagnostic-landing-investigations > .desc > .tiles {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.diagnostic-landing-investigations > .desc > .tiles > .left {
    display: flex;
    flex-direction: column;
}

.diagnostic-landing-investigations > .desc > .tiles > .left > div {
    display: flex;
}

.diagnostic-landing-investigations > .desc > .tiles > .left > div > div {
    border: 1px solid #6EB4E0;
    border-radius: 2px;
    width: 136px;
    height: 64px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin: 10px;
}

.diagnostic-landing-investigations > .desc > .tiles > .right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 145px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 10px;
}

.diagnostic-landing-investigations > img {
    width: 700px;
    height: 563px;
}

.diagnostic-landing-smile-teeth {
    display: flex;
    justify-content: center;
    margin: 120px;
    min-height: 300px;
}

.diagnostic-landing-smile-teeth > .m {
    width: 1120px;
    border-radius: 12px;
    background-color: #e6f5fc;
    position: relative;
}

.diagnostic-landing-smile-teeth > .m > .a {
    position: absolute;
    top: 0;
    left: 0;
}

.diagnostic-landing-smile-teeth > .m > .b {
    position: absolute;
    bottom: 0;
    right: 0;
}

.diagnostic-landing-smile-teeth > .m > .content {
    z-index: 99;
    height: 100%;
    display: flex;
}

.diagnostic-landing-smile-teeth > .m > .content  > * {
    flex: 1;
}

.diagnostic-landing-smile-teeth > .m > .content > .desc {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    justify-content: center;
}

.diagnostic-landing-smile-teeth > .m > .content > .desc  > span {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px
}

.diagnostic-landing-smile-teeth > .m > .content > .desc  > button {
    width: fit-content;
    margin-top: 30px;
}

.diagnostic-landing-smile-teeth > .m > .content > .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-radius: 20px;
    position: relative;
}

.diagnostic-landing-smile-teeth > .m > .content > .banner > img {
    height: 250px;
    width: 320px;
    position: absolute;
    border-radius: 20px;
    bottom: -60px;
    background: #FFFFFF;
    box-shadow: 0px 10.3745px 24.2071px rgba(50, 50, 93, 0.1);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: rotate(-10deg);
    border: 10px solid white;
}

.disgnostic-onboarding {
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    align-items: center;
    padding: 20px;
    margin-top: 30px;
}

.disgnostic-onboarding > .title {
    font-size: 28px;
    color: #353F50;
    text-align: center;
}

.disgnostic-onboarding > .title > span {
    font-weight: bold;
}

.disgnostic-onboarding > #sub-title {
    margin-top: 10px;
    text-align: center;
}

.disgnostic-onboarding > .tab-header {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.disgnostic-onboarding > .tab-header > .tab {
    opacity: 0.5;
    display: flex;
    pointer-events: none;
}

.disgnostic-onboarding > .tab-header > .tab.active {
    opacity: inherit;
}

.disgnostic-onboarding > .tab-header > .tab.active > .sn {
    background: #479FC8;
}

.disgnostic-onboarding > .tab-header > .tab > .sn {
    padding: 1px;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    background: #E1E6ED;
    display: flex;
    color: white;
    justify-content: center;
    margin-right: 10px;
}

.disgnostic-onboarding > .btn {
    margin-top: 30px;
    max-width: 600px;
}

.disgnostic-onboarding > .btn.disabled {
    background: #C8D2DF;
}

.disgnostic-onboarding > #flow-panel {
    width: 100%;
    max-width: 600px;
}

.disgnostic-onboarding-panel {
    margin-top: 50px;
    display: none;
}

.disgnostic-onboarding-panel > .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #353F50;
}

#complete-panel {
    margin: auto;
    margin-top: 5%;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#complete-panel > .title {
    color: #353F50;
    font-weight: bold;
}

#complete-panel > .content {
    max-width: 600px;
}

#complete-panel > button {
    margin-top: 30px;
}

.investigation-onboard-pill {
    background: #479FC8;
    padding: 3px 10px 3px 10px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    margin-right: 5px;
}

.dynamic-dropdown {
    display: flex;
    background: #F3F5F6;
    border-radius: 6px;
    padding: 18px;
    min-height: 34px;
    flex-direction: column;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dynamic-dropdown .primary-view {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.dynamic-dropdown .primary-view > .panel {
    flex: 1;
}

.dynamic-dropdown .primary-view > .panel > .placeholder, .placeholder {
    color: #AAB7C6 !important;
}

.dynamic-dropdown > .primary-view > .toggle {
    color: #AAB7C6;
}

.display-flex {
    display: flex !important;
}

.dynamic-dropdown > .secondary-view {
    display: none;
    flex-direction: column;
}

.dynamic-dropdown > .secondary-view > .search {
    margin-top: 20px;
}

.dynamic-dropdown > .secondary-view > .search > * {
    outline: none;
    background-color: white;
}

.dynamic-dropdown > .secondary-view > .search > * > * {
    border: none;
    background-color: white;
}

.dc-checkbox {
    padding: 10px !important;
    margin-right: 10px;
    background: #479FC8;
}

/* Dashboard */

.dc-dashboard {
    display: flex;
}

.dc-dashboard > .sidebar {
    padding: 30px;
    background-color: white;
}

@media all and (max-width: 750px) {
    .dc-dashboard > .sidebar {
        display: none;
    }
}

.dc-dashboard > .sidebar > .menu-items {
    padding: 0;
    margin-top: 30px;
    list-style-type: none;
}

.dc-dashboard > .sidebar > .menu-items > a > li {
    padding: 10px;
    display: flex;
    cursor: pointer;
    color: #353F50;
    border-radius: 4px;
    align-items: center;
    background-color: white;
}

.dc-dashboard > .sidebar > .menu-items > a > li.active > svg > path {
    stroke: #479FC8;
}

.dc-dashboard > .sidebar > .menu-items > a > li:hover > svg > path {
    stroke: #479FC8;
}

.dc-dashboard > .sidebar > .menu-items > a > li.active {
    background: #EBF8FE;
    font-weight: 600;
    color: #479FC8;
}

.dc-dashboard > .sidebar > .menu-items > a > li:hover {
    background: #EBF8FE;
    color: #479FC8;
}

.dc-dashboard > .sidebar > .menu-items > a > li > span {
    margin-left: 20px;
}

.dc-dashboard > .sidebar > .menu-items > a > li > .dropdown-icon {
    justify-self: flex-end;
    flex: 1;
}

.dc-dashboard > .sidebar > .menu-items > .sub-menu {
    display: flex;
    margin: 10px;
    margin-left: 20px;
    border-left: 1px solid #C8D2DF;
    flex-direction: column;
}

.dc-dashboard > .sidebar > .menu-items > .sub-menu > a {
    padding: 10px;
    padding-left: 20px;
    border-left: 1px solid transparent;
    color: #5F738C !important;
}

.dc-dashboard > .sidebar > .menu-items > .sub-menu > a:hover, .dc-dashboard > .sidebar > .menu-items > .sub-menu > a.active {
    border-left-color: #479FC8;
    color: #479FC8 !important;
}

.dc-dashboard > .content {
    flex: 1;
    display: flex;
    margin: 20px;
    margin-right: 0px;
    flex-direction: column;
}

.dc-dashboard > .content > .header {
    cursor: pointer;
    display: flex;
    padding-right: 30px;
    align-self: flex-end;
    align-items: center;
}

.dc-dashboard > .content > .header > .notification {
    margin-right: 50px;
}

.user-detail {
    display: flex;
    align-items: center;
}

.user-detail> * {
    margin-right: 20px;
}

.user-detail > .ppicture {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.body-content {
    flex: 1;
    margin: 10px;
    padding-right: 30px;
    margin-top: 30px;
    display: flex;
    overflow: auto;
    flex-direction: column;
}

.body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-header > .title {
    font-weight: 600;
    font-size: 24px;
    color: #353F50;
}

.dc-home-panel {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.dc-home-panel > .left-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 30px;
    margin-top: 30px;
}

.dc-home-panel > .left-panel > * {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}

.dc-home-panel > .left-panel > * > .title, .dc-home-panel > .right-panel > .title {
    color: #374151;
    font-weight: 600;
}

/* .dc-home-panel > .left-panel > .tests-panel {
} */

.dc-home-panel > .left-panel > .tests-panel > .tests-stat {
    margin: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    /* justify-content: space-between; */
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > * {
    margin-top: 30px;
    margin-right: 50px;
    align-self: center;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers {
    display: flex;
    flex-direction: column;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat > .box {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #7BC6E4;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat > .box.yellow {
    background-color: #FDED94;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat > .box.grey {
    background-color: #E1E6ED;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat > .data {
    display: flex;
    flex-direction: column;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat > .data > .label {
    color: #202D5E;
    font-weight: 600;
}

.dc-home-panel > .left-panel > .tests-panel > .tests-stat > .numbers > .stat > .data > .value {
    color: #202D5E;
    font-size: 14px;
}

.dc-home-panel > .left-panel > .earnings-panel {
    margin-top: 30px;
    flex: 1;
    padding: 0px;
    padding-top: 20px;
}

.dc-home-panel > .left-panel > .earnings-panel > * {
    padding: 20px;
}

.dc-home-panel > .left-panel > .earnings-panel > hr {
    padding: 0px;
    margin-bottom: 5px;
}

.dc-home-panel > .left-panel > .earnings-panel > .amount {
    color: #26557E;
    font-weight: 600;
    font-size: 25px;
    vertical-align: top;
}

.dc-home-panel > .left-panel > .earnings-panel > .amount > .c {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: top;
}

.dc-home-panel > .right-panel {
    display: flex;
    padding: 20px;
    margin-top: 30px;
    margin-right: 30px;
    flex: 1;
    border-radius: 4px;
    background: #FFFFFF;
    flex-direction: column;
}

.dc-home-panel > .right-panel > .investigation-requests {
    display: flex;
    margin-top: 20px;
    max-height: 55vh;
    overflow: auto;
    flex-direction: column;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request {
    display: flex;
    cursor: pointer;
    padding: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #E1E6ED;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request:hover {
    background: #F9FAFB;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .details {
    display: flex;
    margin-right: 4em;
    flex-direction: column;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .details > .name {
    color: #4B5563;
    font-weight: 600;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .details > * {
    text-transform: uppercase;
    color: #848F9F;
    font-size: 14px;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .details > * > .t {
    color: #374151;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .details > .doctor {
    margin-top: 10px;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .stats {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dc-home-panel > .right-panel > .investigation-requests > .investigation-request > .stats > .date {
    color: #848F9F;
    font-size: 14px;
}

.home-request-status {
    font-size: 13px !important;
    padding: 3px 5px 3px 5px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #000000;
    color: #000000;
}

.home-request-status.awaiting {
    background-color: #f1faff;
    border: 1px solid #6EB4E0;
    color: #6EB4E0;
}

.home-request-status.approved {
    background-color: #f0ffee;
    border: 1px solid #519E47;
    color: #519E47;
}

.home-request-status.rejected {
    background-color: #fff7f7;
    border: 1px solid #DC4437;
    color: #DC4437;
}

.home-request-status.pending {
    background-color: #fff4e8;
    border: 1px solid #EC9B40;
    color: #EC9B40;
    font-size: 1rem;
}

.home-request-status.unknown {
    background-color: #E1E6ED;
    border: 1px solid #5F738C;
    color: #5F738C;
    font-size: 1rem;
}

.dc-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.dc-dot.small {
    width: 6px;
    height: 6px;
    padding: 0px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.home-request-status > .dc-dot {
    margin-right: 5px;
    background: #000000;
}

.home-request-status.awaiting > .dc-dot {
    background: #6EB4E0;
}

.home-request-status.unknown > .dc-dot { background: #5F738C; }

.dc-dot.awaiting {
    background: #6EB4E0;
}

.home-request-status.completed > .dc-dot { background: #519E47; }
.dc-dot.completed { background: #519E47; }

.home-request-status.approved > .dc-dot { background: #519E47; }
.dc-dot.approved { background: #519E47; }

.home-request-status.rejected > .dc-dot {
    background: #DC4437;
}

.dc-dot.rejected {
    background: #DC4437;
}

.home-request-status.pending > .dc-dot {
    background: #EC9B40;
}

.dc-dot.pending {
    background: #EC9B40;
}

.data-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    border-radius: 8px;
    background-color: white;
}

.data-content > .data-menu {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

.data-content > .data-menu > .search-filter {
    display: flex;
}

.data-content > .data-menu > .action-search {
    display: flex;
    font-weight: bold;
    font-size: 14px;
    color: #5F738C;
}

.data-content > .data-menu > .action-search > .search-filter {
    margin-right: 10px;
}

.data-content > .data-menu > .action-search > .input-group {
    border-radius: 10px;
}

.data-content > .data-menu > .action-search > .input-group > * {
    background-color: white;
}

.data-content > .data-menu > .action-search > .input-group > * > * {
    background-color: white;
    border: none;
}

.data-content > .data-menu > .actions-menu {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.data-content > .data-menu > .actions-menu > .dropdowns {
    display: flex;
}

.data-content > .data-menu > .actions-menu > .dropdowns > .labeled-dropdown {
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.data-content > .data-menu > .actions-menu > .dropdowns > .labeled-dropdown > .label {
    font-weight: bold;
}

.data-content > .data-menu > .actions-menu > .action-buttons {
    display: flex;
    margin-right: 30px;
}

.data-content > .data-menu > .actions-menu > .action-buttons > * {
    margin-right: 20px;
}

.data-content > .data-table {
    margin-top: 40px;
}

.data-content > .data-table > thead > tr, .data-content > .data-table > tbody > tr {
    border-top: 1px solid #E1E6ED;
    cursor: pointer;
}

.data-content > .data-table > thead > tr {
    border-top: 1px solid #E1E6ED;
    cursor: default;
}

.data-content > .data-table > tbody > tr:hover {
    background: #F9FAFB;
}

.data-content > .data-table > tbody> tr > th, .data-content > .data-table > tbody> tr > td, .data-content > .data-table > thead > tr > th {
    font-weight: normal;
    color: #5F738C;
    padding: 20px;
    vertical-align: baseline;
}

.investigations-and-more-in-table {
    display: flex;
    flex-direction: column;
}

.investigations-and-more-in-table > .toggler, .table-invt-toggler {
    font-size: 90%;
    cursor: pointer;
    color: #479FC8;
}

.investigations-and-more-in-table > .extras {
    display: none;
    flex-direction: column;
}

.doctor-and-hos-in-table {
    display: flex;
    flex-direction: column;
}

.doctor-and-hos-in-table > .hospital {
    font-size: 70%;
    color: #848F9F;
}

.data-paginator {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.data-paginator > .leftside {
    font-weight: bold;
    color: #353F50;
}

.data-paginator > .leftside > input {
    border: none;
    outline: none;
    font-weight: bold;
    overflow: hidden;
    padding-left: 5px;
    margin-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.data-paginator > .rightside {
    border-radius: 7px;
    display: flex;
    align-items: center;
    background-color: white;
    height: max-content;
    flex-wrap: wrap;
    max-width: 500px;
}

.data-paginator > .rightside > * {
    margin: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 10px 1px 10px;
}

.data-paginator > .rightside > svg {
    height: 80%;
    width: 30px;
}

.data-paginator > .rightside > button {
    background-color: transparent;
}

.data-paginator > .rightside > svg:hover path {
    fill: white;
}

.data-paginator > .rightside > *:hover, .data-paginator > .rightside > button.active {
    background: #479FC8;
    border-radius: 5px;
    color: white;
}

.data-paginator > .rightside > button.pageinator-toggleable {
    display: none;
}

.dc-test-status-awaiting { font-weight: bold; color: #6EB4E0; }
.dc-test-status-pending { font-weight: bold; color: #EC9B40; }
.dc-test-status-completed { font-weight: bold; color: #519E47; }
.dc-test-status-approved { font-weight: bold; color: #519E47; } /* #9e4788 */
.dc-test-status-rejected { font-weight: bold; color: #DC4437; }

.diagnostic-modal {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(24, 66, 93, 0.4);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    overflow: hidden;
}

.diagnostic-modal > .modal-content {
    background-color: white;
    width: 40%;
}

.diagnostic-modal > .modal-content.right {
    right: 0px;
    position: absolute;
    top: 0px;
    margin-right: 0px;
    height: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.diagnostic-modal > .modal-content > .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px;
    margin-bottom: 0px;
}

.diagnostic-modal > .modal-content > .header > .close-button {
    outline: none;
    font-size: 20px;
    float: right;
    background: transparent;
    border: none;padding: 0;
    width: max-content;
    padding: 0px;
    text-align: end;
    color: #AAB7C6;
}

.diagnostic-modal > .modal-content > .header > .title {
    color: #353F50;
    display: flex;
    flex-direction: column;
}

.diagnostic-modal > .modal-content > .header > .title > .label {
    font-weight: 600;
}

.diagnostic-modal > .modal-content > .header > .title > .label.bigger {
    font-size: 20px;
}

.diagnostic-modal > .modal-content > .header > .title > .id {
    color: #479FC8;
    font-weight: 600;
}

.diagnostic-modal > .modal-content > .body {
    overflow: auto;
    overflow-x: hidden;
    padding: 30px;
    padding-bottom: 0px;
    flex: 1;
}

.diagnostic-modal > .modal-content > .body > .test-dates, .diagnostic-modal > .modal-content > .body > .test-investigations > .test-dates, .gen-test-dates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.diagnostic-modal > .modal-content > .body > .test-dates > .info, .diagnostic-modal > .modal-content > .body > .test-investigations > .test-dates > .info, .gen-test-dates > .info {
    /* margin-top: 50px; */
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.diagnostic-modal > .modal-content > .body > .test-dates > .info > .id, .diagnostic-modal > .modal-content > .body > .test-investigations > .test-dates > .info > .id, .gen-test-dates > .info > .id {
    font-size: 14px;
    color: #5F738C;
}

.diagnostic-modal > .modal-content > .body > .test-dates > .info > .value, .diagnostic-modal > .modal-content > .body > .test-investigations > .test-dates > .info > .value, .gen-test-dates > .info > .value {
    font-weight: 600;
    color: #353F50;
}

.diagnostic-modal > .modal-content > .body > .test-info {
    display: flex;
    justify-content: space-between;
}

.diagnostic-modal > .modal-content > .body > .test-info > .info {
    /* margin-top: 50px; */
    display: flex;
    flex-direction: column;
}

.diagnostic-modal > .modal-content > .body > * > .title {
    color: #5F738C;
    font-size: 14px;
    text-transform: uppercase;
}

.diagnostic-modal > .modal-content > .body > .test-info > .info > .id {
    font-size: 14px;
    color: #848F9F;
}

.diagnostic-modal > .modal-content > .body > .test-info > .info > .value {
    color: #479FC8;
}

.diagnostic-modal > .modal-content > .body > .doctor-info, .gen-doctor-info {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details, .gen-doctor-info > .details {
    display: flex;
    margin-top: 20px;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .icon, .gen-doctor-info > .details > .icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 100%;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos, .gen-doctor-info > .details > .infos {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos > .name, .gen-doctor-info > .details > .infos > .name {
    color: #353F50;
    font-weight: 600;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos > .specialization-location, .gen-doctor-info > .details > .infos > .specialization-location {
    font-size: 15px;
    color: #AAB7C6;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos > .contact, .gen-doctor-info > .details > .infos > .contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos > .contact > .part, .gen-doctor-info > .details > .infos > .contact > .part {
    display: flex;
    align-items: center;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos > .contact > .part > svg, .gen-doctor-info > .details > .infos > .contact > .part > svg {
    margin-right: 7px;
}

.diagnostic-modal > .modal-content > .body > .doctor-info > .details > .infos > .contact > .part > .label, .gen-doctor-info > .details > .infos > .contact > .part > .label {
    color: #479FC8;
}

.diagnostic-modal > .modal-content > .body > .patient-info, .gen-patient-info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

.diagnostic-modal > .modal-content > .body > .patient-info > .name, .gen-patient-info > .name {
    color: #353F50;
    font-weight: 600;
    font-size: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.diagnostic-modal > .modal-content > .body > .patient-info > .gender-age, .gen-patient-info > .gender-age {
    font-size: 14px;
    color: #5F738C;
}

.diagnostic-modal > .modal-content > .body > .request-investigations {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

.diagnostic-modal > .modal-content > .body > .request-investigations > .investigations {
    background: #F9FBFC;
    border: 1px solid #E1E6ED;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    overflow: auto;
    flex-wrap: wrap;
    margin-top: 15px;
    max-height: 85%;
    /* height: -webkit-fill-available; */
}

.diagnostic-modal > .modal-content > .body > .request-investigations > .investigations > div {
    background: #EBF8FE;
    border: 1px solid #A8D6EF;
    border-radius: 4px;
    padding: 2px 7px 2px 7px;
    white-space: nowrap;
    margin: 5px;
    height: fit-content;
    width: fit-content;
}

.diagnostic-modal > .modal-content > .body > .test-investigations {
   border: 1px solid #74C965;
   border-radius: 8px;
   padding: 15px;
   margin-top: 30px;
   margin-bottom: 30px;
   padding-bottom: 30px;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels {
    display: flex;
    flex-direction: column;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel {
   display: flex;
   flex-direction: column;
   margin-top: 15px;
   padding-top: 15px;
   border-top: 1px solid #E1E6ED;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .header {
   color: #479FC8;
   font-weight: 600;
   display: flex;
   align-items: center;
   cursor: pointer;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .header > .title {
   margin-left: 10px;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .header > .toggle-open {
   display: block;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .header > .toggle-close {
   display: none;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .content {
   margin: 20px;
   margin-top: 0px;
   display: none;
   flex-direction: column;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .content > .item {
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.diagnostic-modal > .modal-content > .body > .test-investigations > #investigation-panels > .investigation-panel > .content > .item > .value {
   font-weight: bold;
}

.diagnostic-modal > .modal-content > .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #E1E6ED;
}

.diagnostic-modal > .modal-content > .footer > .action-panel {
    display: flex;
    margin: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.diagnostic-modal > .modal-content > .footer > .action-panel > button {
    background-color: #F3F4F6;
    flex: 1;
    color: #1F2937;
    height: 60px;
}

.diagnostic-message {
    display: flex;
    background-color: #F1FEF1;
    position: absolute;
    padding: 15px;
    color: #163C29;
    max-width: 100%;
    border-left: 8px solid #519E47;
    margin: 20px;
    border-radius: 5px;
    visibility: hidden;
    min-width: 20%;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
}

.diagnostic-message > .close-button {
    outline: none;
    font-size: 20px;
    float: right;
    background: transparent;
    border: none;padding: 0;
    width: max-content;
    padding: 0px;
    text-align: end;
    color: #5F738C;
    align-self: flex-start;
}

.diagnostic-message.darkness > .close-button {
    color: white;
}

.diagnostic-message > .message-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 20px;
}

.diagnostic-message > .message-content > .title {
    font-weight: bold;
}

.diagnostic-message.error {
    background-color: white;
    color: #DC4437;
    border-left: 8px solid #DC4437;
}

.diagnostic-message.fatal {
    background-color: #f7bab5;
    color: #DC4437;
    border-left: 8px solid #DC4437;
}

.diagnostic-message.warning {
    background-color: white;
    color: #d9dc37;
    border-left: 8px solid #d9dc37;
}

.diagnostic-message.darkness {
    background-color: #353F50;;
    color: white;
    border-left: 8px solid #353F50;
}

.diagnostic-message.error > .message-content > .desc {
    color: #353F50;
}

.diagnostic-message.top-right {
    top: 0;
    right: 0;
}

.diagnostic-message.top-left {
    top: 0;
    left: 0;
}

.diagnostic-message.bottom-right {
    bottom: 0;
    right: 0;
}

.diagnostic-message.bottom-left {
    bottom: 0;
    left: 0;
}

.laboratory-empty-state {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5%;
    text-align: center;
}

.laboratory-empty-state > .title {
    margin-top: 20px;
}

.laboratory-empty-state > .desc > a {
    cursor: pointer;
}

.dc-dashboard.single-page > .content {
    margin: 0px;
}

.dc-dashboard.single-page > .content > .header {
    padding: 20px 50px 20px 50px;
}

.single-page-sub-header {
    height: 50px;
    display: flex;
    /* cursor: pointer; */
    color: #479FC8;
    align-items: center;
    padding: 10px 50px 10px 50px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
}

.single-page-sub-header > .prev-title > svg {
    margin-right: 20px;
}

.single-page-sub-header > .title {
    flex: 1;
    text-align: center;
    color: #353F50;
}

.body-content.single {
    margin: 50px;
    padding: 0px;
}

.dc-breadcrumbs {
    color: #848F9F !important;
}

.dc-breadcrumbs > a {
    color: #353F50 !important;
}

.dc-breadcrumbs > a:hover {
    color: #6EB4E0!important;
}

.test-result {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    max-width: 700px;
    align-self: center;
    min-width: 70%;
}

.test-result > .patient-detail {
    display: flex;
    padding: 20px;
    border-radius: 8px;
    align-items: center;
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.test-result > .patient-detail > img {
    display: flex;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 100%;
}

.test-result > .patient-detail > .infos {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.test-result > .patient-detail > .infos > .name {
    font-size: 18px;
    color: #353F50;
    font-weight: bold;
}

.test-result > .patient-detail > .infos > .extra {
    color: #848F9F;
}

.test-result > .investigations-detail {
    display: flex;
    margin-top: 30px;
    border-radius: 8px;
    flex-direction: column;
    background-color: white;
}

.test-result > .investigations-detail > .header {
    display: flex;
    padding: 30px;
    justify-content: space-between;
}

.test-result > .investigations-detail > .header > .title {
    color: #353F50;
    font-weight: 600;
}

#result-tests-table {
    overflow-x: hidden;
    position: relative;
}

#result-tests-table > tbody > tr, #result-tests-table > thead > tr {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #E1E6ED;
}

.test-result-result-tr > .h {
    color: #DC4437;
    background-color: #FBE9E9;
    padding-left: 5px;
    padding-right: 5px;
}

.result-meter {
    height: 8px;
    width: 160px;
    background: #E1E6ED;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 1.74445px;   
}

.result-meter > .middler {
    width: 20%;
    height: inherit;
    background: #6EB4E0;
}

.result-meter > .marker {
    width: 5px;
    position: absolute;
    height: inherit;
    background: #10345E;
    right: 10px;
}

.test-result-comment {
    border-top: 1px solid #EC9B40 !important;
    background: #F9FAFB;
    color: #4E5A6C;
    position: absolute;
    display: none;
    z-index: 1;
    margin-top: 0px;
}

.test-result-comment > td > span {
    font-weight: 600;
    color: #AF5F26;
}

#preview-view > .patient {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

#preview-view > .header {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

#preview-view > .header > .title {
    color: #353F50;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}

#preview-view > .header > .label {
    color: #848F9F;
}

#preview-view > .patient > .title {
    color: #5F738C;
}

#preview-view > .patient > .sides {
    display: flex;
    align-items: baseline;
}

#preview-view > .patient > .sides > .info {
    display: flex;
    margin-right: 19px;
    flex-direction: column;
}

#preview-view > .patient > .sides > .info > .name {
    color: #353F50;
    font-weight: bold;
    font-size: 18px;
}

#preview-view > .patient > .sides > .info > .detail {
    color: #AAB7C6;
}

#preview-view > .request-investigations {
    margin-top: 40px;
}

.ivp-edit {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #479FC8;
    text-transform: capitalize;
}

.ivp-edit > svg {
    margin-right: 5px;
}

.dc-referrals-panel {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
}

.stat-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.stat-cards > .stat-card {
    flex: 1;
    padding: 20px;
    margin-right: 30px;
    min-width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0.906186px 4.00653px rgba(23, 27, 30, 0.16);
    border-radius: 8.01307px;
}

.stat-cards > .stat-card > .title {
    font-size: 17px;
    color: #848F9F;
}

.stat-cards > .stat-card > .title > svg {
    margin-left: 10px;
}

.stat-cards > .stat-card > .number {
    font-size: 35px;
    color: #26557E;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stat-cards > .stat-card > .arrowy > span {
    color: #18BC2B;
}

.dc-referral-dialog-detail {
    background-color: #F9FAFB;
    display: flex;
    padding: 30px 20px 30px 20px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    flex-direction: column;
}

.dc-referral-dialog-detail > * {
    padding: 10px 20px 10px 20px;
}

.dc-referral-dialog-info {
    padding: 30px;
    border-top: 1px solid #F3F5F6;
}

.dc-referral-dialog-info-linker {
    border-radius: 40px;
    text-align: center;
    color: #353F50;
    font-weight: bold;
}

.dc-items {
    display: flex;
    flex-direction: column;   
}

.dc-items > .dc-item {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #F3F5F6;
}

.dc-items > .dc-item > .key {
    color: #848F9F;
}

.dc-items > .dc-item > .value {
    color: #353F50;
}

.dc-items > .dc-item > .value.status {
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    background: #F3F5F6;
    border: 1px solid #E1E6ED;
}

.dc-rd-stats {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.dc-rd-stats > .dc-rd-stat {
    display: flex;
    flex-direction: column;
}

.dc-rd-stats > .dc-rd-stat > .l {
    color: #353F50;
    font-size: 18px;
    font-weight: bold;
}

.data-table.referral-dialog {
    background-color: white;
}

.data-table.referral-dialog > thead > tr > th {
    padding: 20px 30px 10px 30px;
}

.data-table.referral-dialog > * > tr > th {
    padding: 0px 30px 10px 30px;
    font-weight: normal;
}

.dc-button-group.buttons {
    display: flex;
    flex-direction: row;
}

.dc-button-group.buttons > button {
    margin: 0px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #AAB7C6;
    font-weight: bold;
    border: solid 1px #E1E6ED;
    background-color: white;
    padding: 10px 20px 10px 20px;
}

.dc-button-group.buttons > button.active, .dc-button-group.buttons > button:hover, .dc-button-group.buttons > button:focus {
    color: #307399;
    background-color: #EBF8FE;
}

.dc-button-group > button:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.dc-button-group > button:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#selected-schedule-info {
    color: #353F50;
}

#create-completion-panel {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 120px;
}

#create-completion-panel > .desc {
    margin-top: 10px;
    max-width: 200px;
}

.dc-account {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    max-width: 500px;
    align-self: center;
    min-width: 70%;
}

.dc-account > div {
    padding: 30px;
    border-radius: 8px;
    background: #FFFFFF;
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.dc-account > .brief {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dc-account > .brief > .left {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.dc-account > .brief > .left > .info {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.dc-account > .brief > .left > .info > .name {
    font-size: 20px;
    color: #353F50;
    font-weight: bold;
}

.dc-account > .brief > .left > .img {
    position: relative;
}

.dc-account > .brief > .left > .img > img {
    width: 100px;
    height: 100px;
}

.dc-account > .brief > .left > .img > svg {
    bottom: 0px;
    right: 20px;
    position: absolute;
}

.dc-account > .actions {
    padding: 0px;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.dc-account > .actions > .action {
    padding: 20px 30px 20px 30px;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dc-account > .actions > .action:hover {
    background: #F3F4F6;
}

.dc-account > .actions > .action > .left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dc-account > .actions > .action > .left > .info {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.dc-account > .actions > .action > .left > .info > .title {
    color: #353F50;
}

.dc-account > .actions > .action > .left > .info > .desc {
    font-size: 14px;
}

.dc-account.footer {
    display: flex;
    margin-top: 100px;
    flex-direction: row;
    justify-content: flex-end;
}

.dc-account.footer > * {
    margin-left: 20px;
}

.dc-account.footer > *:hover {
    color: #6EB4E0 !important;
}

.dc-account.edit {
    margin-top: 10px;
    max-width: 300px;
    align-self: center;
    min-width: 50%;
}

.dc-account.edit > div {
    padding: 30px;
    border-radius: 8px;
    background: transparent;
    background-color: none;
    box-shadow: none;
}

#dc-pc-banklist {
    display: flex;
    flex-direction: column;
}

.account-list {
    display: flex;
    flex-direction: column;
}

.account-list > .account {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(53, 63, 80, 0.12);
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    font-size: 15px;
    justify-content: space-between;
}

.account-list > .account > .left {
    display: flex;
    flex-direction: row;
}

.account-list > .account > .left > .bank-logo {
    width: 44px;
    height: 44px;
    align-self: center;
}

.account-list > .account > .left > .detail {
    margin-left: 20px;
    display: flex;
    color: #353F50;
    flex-direction: column;
}

.account-list > .account > .left > .detail > .bank-name {
    font-weight: bold;
}

.account-list > .account > .left > .detail > .sub {
    margin-top: 5px;
    display: flex;
    font-size: 15px;
    flex-direction: row;
}

.account-list > .account > .left > .detail > .sub > .account-type {
    margin-left: 7px;
    color: #848F9F;
}

.account-list > .account > .right {
    display: flex;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
}

.account-list > .account > .right > .default {
    text-transform: uppercase;
    color: #0275D8;
    margin-right: 20px;
}

.dc-reports-overview {
    padding: 30px;
}

.dc-reports-overview > .header {
    display: flex;
    justify-content: space-between;
}

.dc-reports-overview > .body {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    margin: 20px 40px 20px 30px;
}

.dc-report-stats {
    min-width: 10%;
    display: flex;
    flex-direction: column;
}

.dc-report-stats > .stat {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.dc-report-stats > .stat > .numbers {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
}

.dc-report-stats > .stat > .numbers > .main {
    color: #26557E;
    font-weight: 400;
    font-size: 30px;
}

.dc-report-stats > .stat > .numbers > .darrow {
    display: flex;
    margin-left: 15px;
    align-items: center;
}

.dc-report-stats > .stat > .numbers > .darrow > svg {
    margin-right: 3px;
}

.dc-report-stats > .stat > .label {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.dc-report-stats > .stat > .label > svg {
    margin-right: 10px;
}

.dc-reports-overview > .body > .graph {
    flex: 1;
    display: flex;
    justify-content: center;
}

.dc-reports-overview > .body > .graph > canvas {
    padding: 20px 20px 0px 50px;
}



/* General Styles */

.dc-file-picker {
    align-self: center;
    padding: 0px !important;
    position: relative;
    width: fit-content;
}

.dc-file-picker > img {
    width: 120px;
    height: 120px;
}

.dc-file-picker > svg {
    bottom: 5px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}

.dc-file-picker.rounded > img {
    border-radius: 100%;
}

.dc-flex-space-between-tr {
    display: flex;
    max-width: 150px;
    align-items: center;
    justify-content: space-between;
}

.dc-dialog-hr {
    width: 100%;
    border-top: 1px solid #E1E6ED;
}

.dc-action-button {
    border: none;
    color: #1F2937;
    outline: none !important;
    border-radius: 10px;
    background: transparent;
}

.dc-button {
    outline: none !important;
    color: white;
    border: none;
    background: #479FC8;
    border-radius: 6px;
    padding: 10px 20px 10px 20px;
}

.dc-button:focus {
    box-shadow: 0px 0px 5px 0px #1794ce;
}

.dc-button.dc-ghost {
    color: #479FC8;
    border: solid 1px #479FC8;
    background-color: white;
}

.dc-button.dc-blue-light {
    color: #479FC8;
    background-color: #EBF8FE;
}

.dc-button.dc-ghost:hover, .dc-button.dc-blue-light:hover {
    color: white;
    background-color: #479FC8;
}

.dc-button.dc-blue-light:hover > svg > path {
    stroke: white;
}

.dc-action-button.disabled {
    color: #9CA3AF;
    pointer-events: none;
    color: rgb(156, 163, 175) !important;
}

.dc-action-button:active {
    background-color: rgba(50, 50, 93, 0.1);
}

.dc-action-button.disabled > svg > path {
    stroke: #9CA3AF !important;
}

.dc-action-button.red > svg > path {
    stroke: #DC4437;
}

.dc-action-button.blue > svg > path {
    stroke: #479FC8;
}

.iconed-input-group {
    flex: 1;
    display: flex;
    max-width: 400px;
    align-items: center;
    margin-right: 30px;
}

.iconed-input-group > .input, .dc-text-input {
    overflow: visible;
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 15px 10px 15px;
    border: 1px solid #E1E6ED;
    border-radius: 6px;
}

.iconed-input-group > .input:focus {
    box-shadow: 0px 0px 5px 0px #1794ce;
}

.iconed-input-group > .right-icon {
    margin-left: -40px;
}

.iconed-input-group > .left-icon {
    margin-right: -40px;
    z-index: 1;
    position: absolute;
    margin-left: 15px;
}

.iconed-input-group > .input.li {
    padding-left: 50px;
}

.iconed-input-group > .input.ri {
    padding-right: 50px;
}

.dc-checkobox {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.dc-editable-drop-down > .input {
    background: #F3F5F6;
}

/* Upload Image */

.dc-uim-img {
    width: 100px;
    height: 100px;
    align-self: center;
    border-radius: 100%;
}

/* Dropdown */

.dc-custom-dropdown {
    border: 1px solid #C8D2DF;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    background: #F3F5F6;
}

.dc-custom-dropdown.non-editable {
    background: inherit;
}

.dc-custom-dropdown.non-editable > * {
    cursor: pointer;
}

.dc-custom-dropdown > input, .dc-custom-dropdown > .dropdown-icon {
    width: 35px;
    height: 34px;
    margin-right: 5px;
    border-radius: 100%;
}

.dc-custom-dropdown > input, .dc-custom-dropdown > .dropdown-input {
    border: none;
    outline: none;
    color: #5F738C;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex: 1;
    background: #F3F5F6;
    width: 100%;
}

.dc-custom-dropdown.non-editable > input, .dc-custom-dropdown.non-editable > .dropdown-input {
    background: inherit;
}

.dc-custom-dropdown > svg {
    margin-left: 10px;
    margin-right: 10px;
}

.dc-custom-dropdown > .dropdown-panel, .dc-dropdown-panel {
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 45px;
    /* left: 0px; */
    right: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 4px 30px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    width: 100%;
    z-index: 99;
}

.dc-custom-dropdown > .dropdown-panel > * {
    padding: 15px 10px 15px 10px;
    color: #353F50;
}

.dc-custom-dropdown > .dropdown-panel > *:hover,.dc-custom-dropdown > .dropdown-panel > *.active {
    background: #F3F4F6;
}

.dc-custom-dropdown > .dropdown-panel.blue > *:hover,.dc-custom-dropdown > .dropdown-panel > *.active {
    color: #479FC8;
    background: none;
}

.dc-dropdown-item-sub-title {
    color: #353F50;
    background: #E5E7EB;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 8px 10px 8px 10px;
}

.prev, .next {
    display: contents;
}

.dc-daterangepicker-toggler {
    border: 1px solid #C8D2DF;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.dc-daterangepicker-toggler > .dc-daterangepicker-sep {
    margin-left: 7px;
    margin-right: 7px;
}

.dc-daterangepicker-toggler > .dc-daterangepicker-icon {
    margin-left: 7px;
    margin-right: 7px;
}

.dropdown-user-item {
    display: flex;
}

.dropdown-user-item > .profile-picture {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.dropdown-user-item > .info {
    display: flex;
    flex-direction: column;
}

.dropdown-user-item > .info > .name {
    color: #353F50;
    font-weight: 600;
}

.dropdown-user-item > .info > .gender-age {
    color: #5F738C;
}

.dropdown-user-item > .info > .gender-age > .age {
    color: #AAB7C6;
}

.dropdown-investigation-item {
    border-top: 1px solid #E1E6ED;
    display: flex;
    justify-content: space-between;
}

.dropdown-investigation-item > * {
    color: #479FC8;
}

.dc-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.not-clickable {
    pointer-events: none;
}

.disabled-hover:hover {
    background-color: initial !important;
}

.dc-popup {
    background: #111827;
    width: 200px;
    padding: 15px;
    color: white;
    border-radius: 10px;
    position: absolute;
    height: fit-content;
}

.dc-popup:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    top: -10px;
    border-top: 10px solid #111827;
    transform: rotate(180deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dc-button-group {
    display: flex;
}

.dc-button-group > * {
    margin-right: 10px;
}

.dc-pill {
    cursor: pointer;
    padding: 10px 13px 10px 13px;
    border-radius: 30px;
    background-color: #E1E6ED;
}

.dc-pill:hover, .dc-pill.active, .dc-pill:focus {
    color: white;
    background-color: #479FC8;
}

.pure-material-progress-circular {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    padding: 0.25em;
    width: 3em;
    height: 3em;
    color: #479FC8;
    background-color: transparent;
    font-size: 16px;
    overflow: hidden;
}

.pure-material-progress-circular::-webkit-progress-bar {
    background-color: transparent;
}

/* Indeterminate */
.pure-material-progress-circular:indeterminate {
    -webkit-mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
    mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
    animation: pure-material-progress-circular 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
}

:-ms-lang(x), .pure-material-progress-circular:indeterminate {
    animation: none;
}

.pure-material-progress-circular:indeterminate::before,
.pure-material-progress-circular:indeterminate::-webkit-progress-value {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-bottom: 0.25em;
    border: solid 0.25em transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 100% !important;
    height: 100%;
    background-color: transparent;
    animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
}

.pure-material-progress-circular:indeterminate::-moz-progress-bar {
    box-sizing: border-box;
    border: solid 0.25em transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
}

.pure-material-progress-circular:indeterminate::-ms-fill {
    animation-name: -ms-ring;
}

@keyframes pure-material-progress-circular {
    0% {
        transform: rotate(0deg);
    }
    12.5% {
        transform: rotate(180deg);
        animation-timing-function: linear;
    }
    25% {
        transform: rotate(630deg);
    }
    37.5% {
        transform: rotate(810deg);
        animation-timing-function: linear;
    }
    50% {
        transform: rotate(1260deg);
    }
    62.5% {
        transform: rotate(1440deg);
        animation-timing-function: linear;
    }
    75% {
        transform: rotate(1890deg);
    }
    87.5% {
        transform: rotate(2070deg);
        animation-timing-function: linear;
    }
    100% {
        transform: rotate(2520deg);
    }
}

@keyframes pure-material-progress-circular-pseudo {
    0% {
        transform: rotate(-30deg);
    }
    29.4% {
        border-left-color: transparent;
    }
    29.41% {
        border-left-color: currentColor;
    }
    64.7% {
        border-bottom-color: transparent;
    }
    64.71% {
        border-bottom-color: currentColor;
    }
    100% {
        border-left-color: currentColor;
        border-bottom-color: currentColor;
        transform: rotate(225deg);
    }
}

.ql-toolbar {
    background: #F3F5F6;
    border-radius: 6px 6px 0px 0px;
}

.ql-container {
    height: 130px;
    background: #F3F5F6;
    border-radius: 0px 0px 6px 6px;
}

/* Hey you create your own module CSS file, stay the f off this file */


