@font-face {
    font-family: Proxima;
    src: url("../assets/fonts/Proxima Nova Font.otf");
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h4,
h3,
h5,
h6 {
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    font-family: Proxima;
    background-color: #f9fbfd;
}

.customContainer {
    padding: 0 20px;
}

a {
    text-decoration: none;
}

.gender input {
    display: none;
}

.btn-test {
    background-color: #0989b3;
    color: #fff;
    transition: all 0.3s ease-in;
}

.clinicHeading,
.labHeading,
.xrayHeading {
    background-color: #0989B3;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    padding-right: 20px;
    display: inline-block;
    box-shadow: 0 5px 10px #c1c1c1;
}

.labHeading,
.xrayHeading {
    margin-top: 4rem;
}

.labHeading {
    background-color: #7764ca;
}

.xrayHeading {
    background-color: #40445f;
}

.labHeading + .responsive-table .table thead tr {
    background-color: #7764ca;
}

.xrayHeading + .responsive-table .table thead tr {
    background-color: #40445f;
}

.labHeading + .responsive-table .table + .tableFooter h2 {
    color: #7764ca;
}

.xrayHeading + .responsive-table .table + .tableFooter h2 {
    color: #40445f;
}

.clinicHeading + .responsive-table .table + .tableFooter h2 {
    color: #3f9469;
}

.clinic .btn-test {
    background-color: #3f9469;
}

.lab .btn-test {
    background-color: #7764ca;
}

.xray .btn-test {
    background-color: #40445f;
}

.btn-test:hover {
    color: #fff;
    transform: scale(1.05);
}

.btnActive {
    background-color: #0989b3;
    color: #fff;
}

.clinic .btnActive {
    background-color: #3f9469;
}

.lab .btnActive {
    background-color: #7764ca;
}

.xray .btnActive {
    background-color: #40445f;
}

.btnActive:active,
.btnActive:focus {
    background-color: #0989b3;
    color: #fff;
}

.clinic .btnActive:active,
.clinic .btnActive:focus {
    background-color: #3f9469;
}

.lab .btnActive:active,
.lab .btnActive:focus {
    background-color: #7764ca;
}

.xray .btnActive:active,
.xray .btnActive:focus {
    background-color: #40445f;
}

/* STICKY SIDEBAR FOR PATIENT IN NEXT APPOINTEMENT */
.positionSticky.doctorForm {
    position: sticky;
    top: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0 0;
    border: none !important;
    min-height: 40rem;
}

.positionSticky > li:not(:last-of-type) {
    margin: 10px 0;
    border-bottom: 1px solid #0989b3;
    padding: 10px 0;
}

.positionSticky span,
.positionSticky i {
    font-size: 1.5rem;
}

.positionSticky button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 0.6rem 1rem;
}

.positionSticky .addBtn {
    margin-left: 20px;
}

.positionSticky input {
    height: 30px;
}

input,
select,
select option {
    padding: 10px !important;
    font-size: 1.6rem !important;
}

label {
    white-space: nowrap;
}

.searchInput input {
    padding: 5px 10px;
}

.searchInput label {
    font-size: 2rem;
}

.pageContent {
    margin-top: 40px;
}

.pageContent .dashboardCard {
    background-color: #0989b3;
    padding: 30px 0;
    border-radius: 10px;
    margin: 10px 0;
    transition: transform 0.3s ease;
}

.clinic .page-content .dashboardCard {
    background-color: #3f9469;
}

.lab .page-content .dashboardCard {
    background-color: #7764ca;
}

.xray .page-content .dashboardCard {
    background-color: #40445f;
}

.pageContent .dashboardCard:hover {
    transform: translateY(-10px);
}

.pageContent .dashboardCard .iconContainer {
    padding: 15px;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 10px;
}

.pageContent .dashboardCard .iconContainer i {
    font-size: 3rem;
    color: #0989b3;
}

.clinic .pageContent .dashboardCard .iconContainer i {
    color: #3f9469;
}

.lab .pageContent .dashboardCard .iconContainer i {
    color: #7764ca;
}

.xray .pageContent .dashboardCard .iconContainer i {
    color: #40445f;
}

.pageContent .dashboardCard .sectionName {
    color: #fff;
}

.pageContent .dashboardCard .sectionName a {
    color: #fff;
}

.pageContent .dashboardCard .sectionName span {
    font-size: 1.3rem;
}

.pageContent .formContainer {
    width: 100%;
    /* height: 100%; */
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    background-color: #fff;
}

.pageContent .formContainer .inputField {
    margin: 10px auto;
    width: 100%;
}

.pageContent .formContainer .inputField label {
    font-size: 2rem;
}

.pageContent .filterPart .inputField {
    margin: 20px 0 0;
    font-size: 2rem;
}

.navbar {
    width: calc(100% - 250px);
    background-color: #0989b3;
    margin-left: auto;
    transition: all 0.4s ease;
}

.clinic .navbar {
    background-color: #3f9469;
}

.lab .navbar {
    background-color: #7764ca;
}

.xray .navbar {
    background-color: #40445f;
}

.navbar .titlePage {
    margin-left: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .titlePage .iconPart {
    background-color: #035672;
    padding: 4px 8px;
    border-radius: 5px;
}

.navbar .titlePage .iconPart i {
    font-size: 2.5rem !important;
    color: #fff;
}

.navbar .titlePage h2 {
    font-size: 3rem !important;
    color: #fff;
}

.navbar .rightNavbar {
    width: 50%;
    margin-right: 5%;
}

.navbar .rightNavbar .numberOfPatients {
    width: 20%;
}

.navbar .rightNavbar .numberOfPatients .iconPart {
    background-color: #035672;
    padding: 5px 15px;
    width: 35%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar .rightNavbar .numberOfPatients .iconPart i {
    font-size: 1.9rem !important;
    color: #fff;
}

.navbar .rightNavbar .numberOfPatients .number {
    width: 65%;
    background-color: #fff;
    padding: 4px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar .rightNavbar .numberOfPatients .number h2 {
    font-size: 2rem !important;
}

.navbar .rightNavbar .profile {
    position: relative;
}

.navbar .rightNavbar .profile .imgPart {
    width: 46px;
    border-radius: 50%;
    overflow: hidden;
    height: 46px;
}

.navbar .rightNavbar .profile .imgPart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.navbar .rightNavbar .profile a {
    font-size: 2rem !important;
    color: white;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar-btn,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*page-wrapper*/
.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #0989b3;
}

.clinic.page-wrapper .theme.chiller-theme {
    background: #3f9469;
}

.lab.page-wrapper .theme.chiller-theme {
    background: #7764ca;
}

.xray.page-wrapper .theme.chiller-theme {
    background: #40445f;
}

/* toggled side bar - changing width content on deferent screen */
.page-wrapper .sidebar-wrapper {
    right: auto;
    left: -270px;
    margin-left: 0;
    margin-right: auto;
}

.page-wrapper.toggled .sidebar-wrapper {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
        /* agar btawet contentaka lagal sidebaraka bjullet */
    }
}

#show-sidebar-btn {
    z-index: 100;
    position: fixed;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    padding: 10px 13px 5px 14px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar-btn {
    left: -55px;
}

/*sidebar-wrapper*/
/* @media (max-width: 992px) {
    .page-wrapper.toggled .sidebar-wrapper{
      left: auto;
      right: -270px;
      margin-right: 0;
      margin-left: auto;
    }
    .page-wrapper.toggled #show-sidebar-btn{
      right: 10px;
    }
  } */
.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper ul li a {
    font-size: 1.7rem;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/* sidebar-content*/
.sidebar-content {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*sidebar-brand*/
.sidebar-wrapper .sidebar-brand {
    padding: 8px 20px 5px 15px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*sidebar-header*/
.sidebar-wrapper .sidebar-header {
    padding: 10px 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    width: 50px;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 2rem;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 1.1rem;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 0.8rem;
    margin-right: 4px;
    color: #5cb85c;
}

/* sidebar-menu */
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 7px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 12px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 10px 10px;
    /* submenu box padding */
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 1.2rem;
}

.sidebar-submenu ul li a {
    right: -10px;
}

/* bullet list */
/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 8px;
  } */
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    max-height: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    display: block;
}

.showSubNav {
    max-height: 500px !important;
    transition: all 0.3s ease-in !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
}

/* page-content */
.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 0;
}

.page-wrapper .page-content > div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*goriny scroll bar*/
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #afafaf;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #858585;
}

::-webkit-scrollbar-thumb:active {
    background: #575757;
}

::-webkit-scrollbar-track {
    background: #31353d;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #31353d;
}

::-webkit-scrollbar-track:active {
    background: #31353d;
}

::-webkit-scrollbar-corner {
    background: #afafaf;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
    background: #0989b3;
}

.clinic.chiller-theme .sidebar-wrapper {
    background: #3f9469;
}

.lab.chiller-theme .sidebar-wrapper {
    background: #7764ca;
}

.xray.chiller-theme .sidebar-wrapper {
    background: #40445f;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.clinic.chiller-theme .sidebar-wrapper .sidebar-header,
.clinic.chiller-theme .sidebar-wrapper .sidebar-search,
.clinic.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3f9469;
}

.lab.chiller-theme .sidebar-wrapper .sidebar-header,
.lab.chiller-theme .sidebar-wrapper .sidebar-search,
.lab.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #7764ca;
}

.xray.chiller-theme .sidebar-wrapper .sidebar-header,
.xray.chiller-theme .sidebar-wrapper .sidebar-search,
.xray.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #40445f;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
    color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover {
    color: #e9e9e9;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
.sidebar-wrapper
.sidebar-dropdown
.sidebar-submenu
li
a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #0989b3;
}

.clinic.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.clinic.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.clinic.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.clinic.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3f9469;
}

.lab.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.lab.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.lab.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.lab.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #7764ca;
}

.xray.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.xray.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.xray.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.xray.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #40445f;
}

.table {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

.table thead tr {
    background-color: #0989b3;
    color: #fff;
    margin-bottom: 40px;
}

.dataTable .table tbody tr td {
    padding: 3px 2px;
}

.clinic .table thead tr {
    background-color: #3f9469;
}

.lab .table thead tr {
    background-color: #7764ca;
}

.xray .table thead tr {
    background-color: #40445f;
}

.table thead tr th {
    padding: 10px;
}

.table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table tbody tr {
    padding: 20px;
    background-color: #fff;
    margin: 20px 0;
}

.table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table tbody tr td {
    padding: 10px;
}

.table .actionButtons .deleteBtn {
    margin: 0 5px;
}

.table .actionButtons a,
.table .actionButtons button {
    font-size: 1.5rem;
}

.table td {
    font-size: 2rem;
}

.table input,
.table button,
.table select {
    height: 30px;
}

.POSSaleButtonContainer button {
    padding: 9px 5px;
    margin-top: 5px;
}

.pagination {
    font-size: 1.7rem;
    margin-top: 20px;
}

.pagination li a {
    background-color: #0989b3;
    color: #fff;
}

.clinic .pagination li a {
    background-color: #3f9469;
}

.lab .pagination li a {
    background-color: #7764ca;
}

.xray .pagination li a {
    background-color: #40445f;
}

.pagination li a:hover {
    color: #fff;
    background-color: #139487;
}

.form-item {
    display: flex;
    justify-content: space-between;
}

.form-item input {
    width: 70%;
    padding: 0 15px;
}

.form-item label {
    align-self: center;
    color: dimgray;
}

.form-item .form-gender {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-item .form-gender .gender {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-item .form-gender .gender input {
    opacity: 0;
}

.gender {
    width: calc(100% / 3);
    height: 60px;
    position: relative;
    text-align: center;
}

.gender span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4 ease;
}

.gender span::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    height: 40px;
    width: 40px;
    text-rendering: auto;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
}

.gender .male::before {
    content: "\f222";
}

.gender .female::before {
    content: "\f221";
}

.gender .other::before {
    content: "\f228";
}

.gender input[type="radio"]:checked ~ span {
    background-color: #0989b3;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.clinic .gender input[type="radio"]:checked ~ span {
    background-color: #3f9469;
}

.lab .gender input[type="radio"]:checked ~ span {
    background-color: #7764ca;
}

.xray .gender input[type="radio"]:checked ~ span {
    background-color: #40445f;
}

.maertialForm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.maertialForm label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    /* Accessible outline */
    /* Remove comment to use */
    /*
                    &:focus-within {
                                    outline: .125em solid $primary;
                    }
      */
}

.maertialForm label input {
    position: absolute;
    left: -9999px;
    background-color: #f9fbfd !important;
}

.maertialForm label input:checked + span {
    background-color: #d8ecf3;
}

.maertialForm label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #0989b3;
}

.maertialForm label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #3f9469;
}

.maertialForm label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 10px;
    transition: 0.25s ease;
}

.maertialForm label span:hover {
    background-color: #d8ecf3;
}

.maertialForm label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #0989b3;
}

.clinic .maertialForm label span:before {
    box-shadow: inset 0 0 0 0.125em #3f9469;
}

.lab .maertialForm label span:before {
    box-shadow: inset 0 0 0 0.125em #7764ca;
}

.xray .maertialForm label span:before {
    box-shadow: inset 0 0 0 0.125em #40445f;
}

.submitBtn {
    background-color: #139487;
    color: white;
    font-size: 1.8rem;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    padding: 7px 50px;
}

.submitBtn:hover {
    color: white;
}

.pageContent {
    width: 100%;
    transition: all 0.4s ease;
}

.pageContent table {
    font-size: 1.7rem;
}

.pageContent table tr td:first-of-type {
    font-weight: bold;
}

.pageContent .newsCategory {
    margin-left: 20px;
    width: 200px;
    font-size: 1.4rem;
    padding: 4px 0;
    border-color: #c4c4c4;
}

.pageContent .newsCategory option {
    font-size: 1.3rem;
}

.pageContent.navbarShowed {
    padding-left: 250px;
}

.select {
    font-size: 1.2rem;
}

.select option {
    font-size: 1.3rem;
}

#editor {
    min-height: 50vh !important;
}

.halfInput {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.title {
    background-image: linear-gradient(to top, #fff 50%, #f9fbfd 50%);
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline;
    padding: 0 10px;
}

.title h1 {
    font-size: 3rem;
}

.loginContentContainer {
    background-color: #0989b3;
    padding: 10px 30px;
    color: #fff;
}

.clinic .loginContentContainer {
    background-color: #3f9469;
}

.xray .loginContentContainer {
    background-color: #40445f;
}

.lab .loginContentContainer {
    background-color: #7764ca;
}

.loginContentContainer img.logo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.loginContentContainer .loginContent {
    text-align: center;
}

.loginContentContainer .loginContent h5 {
    font-size: 2rem;
}

.loginContentContainer .loginContent p {
    font-size: 1.3rem !important;
}

.loginContentContainer span {
    font-size: 0.9rem;
}

.loginContentContainer .logoLoginContainer {
    width: 100%;
}

.login {
    width: 50%;
}

.login h4 {
    color: #2d3132;
    font-size: 4rem;
}

.login .input_field label {
    font-size: 1.5rem;
}

.login span {
    font-size: 1.5rem;
}

.submitForm {
    background-color: #0989b3;
    color: white;
    display: block;
    width: 100% !important;
    margin-top: 30px;
    font-size: 2rem;
}

.clinic .submitForm {
    background-color: #3f9469 !important;
}

.xray .submitForm {
    background-color: #40445f !important;
}

.lab .submitForm {
    background-color: #7764ca !important;
}

.submitForm:hover {
    color: #fff;
}

.patientInfo {
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    box-shadow: 0 5px 10px #a0a0a0;
}

.patientInfo .leftSide {
    border-right: 1px solid #707070;
    padding: 30px;
    width: 30%;
}

.patientInfo .leftSide .imagePart {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.patientInfo .leftSide .imagePart img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.patientInfo .leftSide .name {
    margin: 10px 0;
}

.patientInfo .leftSide .name span {
    color: #898989;
    font-size: 1.5rem;
}

.patientInfo .leftSide .name h3 {
    font-size: 2rem;
}

.patientInfo .rightSide .patientProfile {
    padding: 0 30px;
}

.patientInfo .rightSide .patientProfile > h3 {
    color: #898989;
    margin-bottom: 20px;
}

.patientInfo .rightSide .patientProfile h4 {
    color: #333;
    margin: 6px 0;
}

.patientInfo .rightSide .patientProfile h4 span {
    color: #898989;
}

.patientInfo .rightSide .patientAddress {
    padding: 0 30px;
}

.patientInfo .rightSide .patientAddress > h3 {
    color: #898989;
    margin-bottom: 20px;
}

.patientInfo .rightSide .patientAddress h4 {
    color: #333;
    margin: 10px 0;
}

.patientInfo .rightSide .patientAddress h4 span {
    color: #898989;
}

.doctorForm {
    margin: 70px 0 30px;
    border: 1px solid #a0a0a0 !important;
    border-radius: 10px !important;
}

.doctorForm .hopInput {
    height: 100px;
    resize: none;
    font-size: 1.5rem;
    margin-top: 5px;
}

.doctorForm .examinationInput {
    font-size: 1.5rem;
}

.doctorForm .plus {
    font-size: 2.3rem;
}

.buttonsAction button {
    margin: 0 5px;
    font-size: 2rem;
    border-radius: 4px;
}

.pageContent nav {
    background-color: #0989b3;
}

.clinic .pageContent nav {
    background-color: #3f9469;
}

.lab .pageContent nav {
    background-color: #7764ca;
}

.xray .pageContent nav {
    background-color: #40445f;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#listOfLabTest {
    list-style: none;
}

.buttonsAction li {
    font-size: 1.4rem !important;
}

.lastVisit {
    background-color: #d4eaff !important;
}

.lastVisit .title {
    background-image: linear-gradient(to top, #d4eaff 20%, #f9fbfd 60%);
}

.filterPart a {
    font-size: 18px;
    background-color: #0989b3;
    white-space: nowrap;
}

.clinic .filterPart a {
    background-color: #3f9469;
}

.lab .filterPart a {
    background-color: #7764ca;
}

.xray .filterPart a {
    background-color: #40445f;
}

.filterPart i {
    margin-right: 3px;
}

#auto-complete {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    font-size: 20px;
    color: #0989b3;
    list-style: none;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
}

.clinic #auto-complete {
    color: #fff;
}

.clinic #auto-complete {
    background-color: #3f9469;
}


.clinic #auto-complete li:hover {
    background-color: #3f9469;
}

.lab #auto-complete {
    color: #7764ca;
}

.xray #auto-complete {
    color: #40445f;
}

#auto-complete li {
    cursor: pointer;
    padding: 7px 3px;
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s;
}

#auto-complete li:hover {
    transform: scale(1.02);
    background-color: #0989b3;
    color: white;
}

.clinic .filterPart #auto-complete li:hover {
    background-color: #3f9469;
}

.lab .filterPart #auto-complete li:hover {
    background-color: #7764ca;
}

.xray .filterPart #auto-complete li:hover {
    background-color: #40445f;
}

.list-group-item {
    border-radius: 8px !important;
    background-color: #f0f0f0;
}

.list-group-item button {
    padding: 5px 12px;
}

.list-group-item span {
    color: rgb(97, 96, 96);
}

.list-group-item p {
    color: rgb(126, 126, 126);
}

.list-group-item i {
    font-size: 20px;
}

.newAppointementSidebar ul {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 0 20px !important;
}

.newAppointementSidebar p {
    color: #a2a2a2;
}

.newAppointementSidebar h2 {
    background-color: #0989b3;
    color: white;
    padding: 5px 0;
}

.clinic .newAppointementSidebar h2 {
    background-color: #3f9469;
}

.lab .newAppointementSidebar h2 {
    background-color: #7764ca;
}

.xray .newAppointementSidebar h2 {
    background-color: #40445f;
}

.newAppointementSidebar span {
    color: rgb(126, 126, 126);
}

.newAppointementSidebar div {
    padding: 10px 20px;
}

#pastSurgerySidebar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#pastSUrgeryList div {
    padding: 10px 0;
}

.pastSurgeryDescription {
    font-size: 1.3rem;
    height: 100px;
    resize: none;
}

#pastSUrgeryList p {
    width: 90%;
    text-align: justify;
}

.btn-outline-secondary.dropdown-toggle {
    transition: all 0.3s;
}

.btn-outline-secondary.dropdown-toggle:hover {
    background-color: #0989b3;
    color: white;
    border-color: #0989b3 !important;
}

.clinic .btn-outline-secondary.dropdown-toggle:hover {
    background-color: #3f9469;
    border-color: #3f9469 !important;
}

.lab .btn-outline-secondary.dropdown-toggle:hover {
    background-color: #7764ca;
    color: #7764ca !important;
}

.xray .btn-outline-secondary.dropdown-toggle:hover {
    background-color: #40445f;
    color: #363a59 !important;
}

.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(9 137 179 / 50%) !important;
}

.pricesBtn button {
    font-size: 1.8rem;
    display: block;
    width: 100%;
}

.roundBtn {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-color {
    background-color: #0989B3 !important;
}

.clinic-color, diabetes-color {
    background-color: #3F9469 !important;
}

.lab-color {
    background-color: #7764CA !important;
}


.pharmacy-color {

    background-color: #0989B3 !important;
}


.radiology-color {
    background-color: #3F9469 !important;
}

.diabetes-color {
    background-color: #3F9469 !important;
}


.delete-btn-medical-image {
    top: 5px;
    left: 0px;

}

.notification-payment {
    position: absolute;
    font-size: 12px;
    left: 0px;
}


.auto-complete {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    font-size: 20px;
    color: #0989b3;
    list-style: none;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
}


.auto-complete li {
    cursor: pointer;
    padding: 7px 3px;
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s;
}

.auto-complete li:hover {
    transform: scale(1.02);
    background-color: #0989b3;
    color: white;
}