@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    font-family: "Open Sans", sans-serif;
    background: #fafafa;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

element.style {
    display: none;
    visibility: hidden;
}

.navbar {
    padding: 15px 4px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.nav-link:focus {
    color: #fff;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar .sidebar-ul li a span {
    font-size: 14px !important;
}

#sidebar .sidebar-ul li a .bxs-down-arrow {
    font-size: 10px !important;
}

#sidebar .sidebar-ul li a {
    background: none !important;
    color: #fff !important;
}

#sidebar .sidebar-ul li .collapse li a {
    background-color: none !important;
    color: #fff !important;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#top-navbar {
    background: #049dbf;
    color: #fff;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #049dbf;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
    transition: all 0.5s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active ul li a span {
    display: none;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    overflow-wrap: break-word;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px 20px 0px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 20px 15px;
    display: block;
}

#sidebar ul li a:hover {
    color: #049dbf;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 15px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #049dbf;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
    color: #049dbf;
}

.CTAs p {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.sidebar-element-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.sidebar ul li ul li a {
    font-size: 13px !important;
}

.sidebar ul li a i {
    font-size: 14px !important;
}

.sidebar-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 3px 0px;
}

.sidebar-ul li ul li {
    border: none;
}

.sidebar-ul li:nth-child(6) {
    border: none;
}

#sidebar>ul>.active:has(ul)>ul,
#sidebar>ul>.active:not(:has(ul)) {
    background-color: #e7e7e7;
}

#sidebar>ul>.active:not(:has(ul)) a {
    color: #049dbf !important;
}

#sidebar .sidebar-ul .active .collapse li a {
    color: #545454 !important;
}

#sidebar .sidebar-ul .active .collapse .active a {
    color: #049dbf !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;

    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media screen and (max-width: 480px) {
    #sidebar.active {
        min-width: 50%;
    }

    .sidebar-ul {
        margin-top: 5px !important;
    }

    #sidebar.active ul li a span {
        display: block;
    }

    #sidebar ul li a span {
        display: none;
    }

    .sidebar-header {
        display: flex;
        justify-content: center;
    }

    .navbar-links .navbar-items-shortcuts {
        display: none;
    }

    .dropdown-menu-user {
        min-width: 17rem !important;
    }

    .navbar-items {
        display: none;
    }

    .navbar-links-icons {
        margin-right: 2.25rem;
    }

    .notes {
        flex-direction: column;
    }

    .notes__sidebar {
        border-right: none !important;
        width: 100% !important;
    }

    .notes__list-item {
        width: 100% !important;
    }

    .table-overflow {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
        min-width: 30%;
    }

    #sidebar.active ul li a span {
        display: block;
    }

    .sidebar-header {
        display: flex;
        justify-content: center;
    }

    #sidebar ul li a span {
        display: none;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    .CTAs {
        transition: 0.5s ease-in;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.image-profile {
    border-radius: 50%;
    width: 25px;
}

.image-profile.details-profile {
    width: 120px;
}

.table {
    border: solid 1px 0px #000;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #ccc;
    white-space: nowrap;
    font-family: sans-serif;
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all 0.3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #def;
}

.termins-group ul li {
    background: #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
}

.termins-group ul li span {
    margin: 0 15px;
}

.log-in-email:focus,
.log-in-password:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #049dbf !important;
}

.log-in-checkbox:focus {
    box-shadow: none;
    outline: none;
}

.physio-login-bg {
    background-image: url(../images/physio-login-bg.jpg);
}

.slot-form {
    padding: 30px 20px;
}

.shadow-sm {
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%) !important;
}

.total-appointments,
.recent-activities {
    width: -webkit-fill-available;
    background-color: #fff;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
    border-bottom: 5px solid #049dbf;
    overflow-x: scroll !important;
}

.appointments-title-today,
.appointments-title-week {
    font-size: 1.2rem;
    font-weight: 600;
    color: #049dbf;
    text-transform: capitalize;
}

.activities-title {
    /* padding: 15px; */
    font-size: 1rem;
    color: #049dbf;
    font-weight: 600;
}

.appointments-number-today,
.appointments-number-week {
    color: #049dbf;
    font-size: 4rem;
}

.activities-main .row {
    padding: 0 !important;
    margin: 0 !important;
}

.row {
    position: relative;
}

.box5 {
    position: absolute;
    bottom: 0;
    right: 0.5%;
}

.activities li {
    border-left: 3px solid #049dbf;
    margin: 10px 0;
}

#sidebar.active {
    z-index: 10 !important;
}

.activity-time {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02rem;
    color: #0d0d0d60;
}

.appointments-table {
    background-color: #ffffff;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
}

.table-appointments,
.appointments-table-col {
    border-bottom: 1px solid #0d0d0d25;
}

.table-appointments h6 {
    font-weight: 400;
    margin: 0;
}

.table-appointments a {
    color: #049dbf;
}

@media screen and (max-width: 480px) {
    .sidebar-ul {
        margin-top: 22px;
    }

    .B1 {
        margin-bottom: -118px;
        margin-left: -260px;
        margin-top: -24px
    }

    .B2 {
        margin-bottom: -118px;
        margin-left: -200px;
        margin-top: -24px
    }
}

#pills-tabContent {
    margin-top: 1.5rem;
}

.backbtn,
.termin-closebtn {
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #526484;
    font-size: 1rem;
}

.backbtn:hover,
.termin-closebtn:hover {
    background-color: #526484;
    color: #fff;
    border: 1px solid #ddd;
}

.backbtn:focus,
.termin-closebtn:focus {
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #526484;
    background-color: #526484;
    color: #fff;
}

.termin-donebtn {
    color: #fff !important;
}

.submit-btn,
.termin-donebtn {
    background-color: #049dbf !important;
    border: #049dbf !important;
    transition: 0.25s ease-in-out !important;
}

.submit-btn:hover,
.termin-donebtn:hover {
    background-color: #526484 !important;
}

.submit-btn:focus,
.termin-donebtn:focus {
    box-shadow: none !important;
    background-color: #526484 !important;
    color: #fff;
}

.form-control {
    background-color: #f5f5f5 !important;
    border: 0 !important;
    font-weight: 400;
    padding: 10px;
}

.form-control:disabled {
    background-color: #d1d5db !important;
    border: 0 !important;
    font-weight: 400;
    padding: 10px;
}

.form-control::placeholder {
    color: #5e627865 !important;
}

.form-group input {
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    background: none !important;
    z-index: 9999 !important;
}

.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

.select2-container {
    margin-top: 7px !important;
    border-radius: 0.25rem;
    padding: 4px;
    background-color: #f5f5f5 !important;
}

#calendar {
    background-color: #ffffff;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
    border: 0;
    padding: 15px;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 20%);
    border-color: #049dbf;
}

.btn-edit-color {
    color: #1d8925;
}

.btn-delete-color {
    color: #bb2d3b;
}

.btn-delete-color:focus,
.btn-edit-color:focus {
    outline: none;
    box-shadow: none;
}

.btn-show,
.btn-edit,
.btn-delete {
    padding: 0;
    font-size: 0.85rem;
}

.btn-edit2,
.btn-delete2 {
    padding: 0;
    font-size: 0.85rem;
}

.btn-edit,
.btn-delete {
    margin-left: 2rem;
}

@media screen and (max-width: 480px) {

    .btn-show,
    .btn-edit,
    .btn-delete,
    .btn-edit2 {
        margin-left: 2rem;
        margin-bottom: 1.5rem;
    }
}

.btn-show {
    color: #526484;
    transition: all 0.5;
}

.btn-show:hover {
    color: #049dbf;
}

.fa-edit {
    color: #526484 !important;
    transition: all 0.5;
}

.fa-edit:hover {
    color: #1d8925 !important;
}

.fa-trash-alt {
    color: #526484 !important;
    transition: all 0.5;
}

.fa-trash-alt:hover {
    color: #bb2d3b !important;
}

.btn-show:focus,
.btn-edit:focus,
.btn-delete:focus,
.btn-edit2:focus {
    box-shadow: none;
    outline: 0;
}

.fc-prev-button,
.fc-next-button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #049dbf !important;
    font-size: 20px !important;
}

.fc-icon-left-single-arrow:after {
    font-size: 130% !important;
    top: -30% !important;
}

.fc-icon-right-single-arrow:after {
    font-size: 130% !important;
    top: -30% !important;
}

.fc-scroller {
    height: auto !important;
}

.fc-state-disabled {
    font-size: 18px !important;
    border: 3px solid #049dbf !important;
    font-weight: 300 !important;
}

.fc-today-button {
    background: #049dbf !important;
    border: 1px solid #049dbf !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

td.fc-today,
.fc-content {
    background: #049dbf !important;
    color: #ffffff !important;
}

.termins-group ul {
    padding: 0 !important;
}

.termins-group ul li {
    position: relative;
    background-color: #ffffff !important;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 50%) !important;
    font-size: 1.25rem !important;
}

.fa-trash-alt {
    color: #bb2d3b;
}

.fa-edit {
    color: #007bff;
}

.appointment-edit-btn {
    right: 10%;
}

.appointment-trash-btn {
    right: 8%;
}

td {
    font-size: 14px !important;
    font-weight: 500 !important;
}

th {
    color: #049dbf !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0;
    border-color: #e3e3e3 !important;
}

#sidebar ul.components {
    padding: 13px 0;
    border: 0;
}

.dropdown-toggle {
    margin-top: 20px;
}

.sidebar-btn:focus {
    box-shadow: none;
}

.input-number1,
.input-number {
    width: 67% !important;
    padding: 0;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-decrement1,
.input-number-increment1,
.input-number-increment {
    border: 1px solid #ccc;
    height: 44px;
    user-select: none;
    display: inline-block;
}

.input-number-decrement,
.input-number-decrement1,
.input-number-increment1,
.input-number-increment {
    width: 12%;
    background: #f1f1f1;
    color: #049dbf !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.input-number-decrement1:hover,
.input-number-increment1:hover,
.input-number-decrement:hover,
.input-number-increment:hover {
    background-color: #049dbf !important;
    color: #f1f1f1 !important;
}

.input-number-decrement1:active,
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement1,
.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment1,
.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.navbar-links {
    margin: 0 !important;
}

.adminimg {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.dropdown-toggle {
    margin-top: 0;
}

.dropdown-toggle::after {
    display: none;
}

.notes {
    display: flex;
    height: 100%;
}

.notes * {
    font-family: sans-serif;
}

.notes__sidebar {
    flex-shrink: 0;
    overflow-y: auto;
    padding: 1em;
    width: 100%;
}

.notes__add {
    background: #009578;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.75em 0;
    width: 100%;
}

.notes__add:hover {
    background: #00af8c;
}

.notes__list-item {
    cursor: pointer;
    margin-bottom: 20px !important;
}

.notes__list-item--selected {
    background: #eeeeee;
    border-radius: 7px;
    font-weight: bold;
}

.notes__small-title,
.notes__small-updated {
    padding: 10px;
}

.notes__small-title {
    color: #049dbf;
    font-size: 1.2em;
    text-transform: capitalize;
    overflow-x: hidden;
}

.notes__small-body {
    height: auto !important;
    overflow-y: hidden;
    font-weight: 400;
    padding: 10px 10px;
    border-top: 1px solid #049dbf1c;
}

.notes__small-body::-webkit-scrollbar {
    background: none;
    height: auto;
    width: 5px;
    border-radius: 10px !important;
}

.notes__small-body::-webkit-scrollbar-thumb {
    background-color: #049dbf;
}

.notes__small-body p {
    color: #333;
}

.notes__small-updated {
    font-size: 0.7rem;
    color: #aaaaaa;
    font-style: italic;
    text-align: right;
}

.notes__preview {
    display: flex;
    flex-direction: column;
    padding: 2em 3em;
    flex-grow: 1;
}

.notes__title,
.notes__body {
    border: none;
    outline: none;
    width: 100%;
}

.notes__title {
    text-transform: capitalize;
    font-size: 3em;
    font-weight: bold;
}

.add-note-input {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.notes__body {
    flex-grow: 1;
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 2em;
    resize: none;
}

.navbar-admin {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.drop-toggle,
.drop-toggle:hover,
.drop-toggle:focus {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.dropdown-menu-user-nav {
    right: 0;
    /* z-index: 1; */
    border: 0;
    min-width: 20rem;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 50%);
}

.dropdown-menu-user-nav li:nth-child(1) {
    border: 0;
}

.dropdown-menu-user-nav li p {
    text-align: center;
    color: #049dbf;
    font-size: 0.9rem;
}

.dropdown-menu-user-nav li {
    border-top: 1px solid #eeeeee;
    padding: 10px 10px;
}

.dropdown-menu-user-nav li svg {
    color: #049dbf;
}

.dropdown-menu-user {
    right: 0;
    z-index: 1;
    border: 0;
    min-width: 20rem;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 50%);
}

.dropdown-menu-user li p {
    font-size: 0.9rem;
    text-align: center;
    color: #049dbf;
    border-bottom: 1px solid #0d0d0d17;
    padding-bottom: 15px;
}

.dropdown-menu-user li {
    padding: 10px 15px;
}

.dropdown-menu-user li i {
    display: flex;
    color: #049dbf;
    font-size: 1.5rem;
}

.dropdown-menu-user li a {
    color: #0d0d0d;
    font-size: 0.9rem !important;
    font-style: normal;
    padding-left: 0 !important;
    margin: 0 !important;
    width: 90%;
}

.dropdown-menu-user li:nth-child(1) {
    margin: 40px 10px 10px 10px !important;
}

.dropdown-menu-user li {
    border-bottom: 1px solid #eeeeee;
    margin: 10px;
    padding: 0;
    padding-bottom: 10px;
}

.dropdown .rounded-circle {
    background-color: #fff !important;
}

.dropdown .rounded-circle svg {
    color: #049dbf !important;
}

.btn-show-all-notifications {
    color: #049dbf;
    font-size: 0.8rem;
    margin: 10px;
}

.notifications-nav-title {
    margin: 10px;
}

.navbar-links-icons {
    text-decoration: none;
    color: #fff;
    font-style: normal;
    font-size: 1.5rem;
}

.navbar-items {
    color: #fff;
    font-style: normal;
    font-size: 0.9rem;
    transition: 0.5s ease-in-out;
}

.navbar-items:hover {
    color: #fff;
}

.profile-options {
    color: #333;
    transition: 0.5s ease-in-out;
}

.profile-options:hover {
    color: #049dbf;
}

#pills-termins-tab.active {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #526484;
    transition: all 0.5s;
    font-size: 14px;
}

#pills-termins-tab {
    color: #526484;
    font-size: 14px;
    border: 2px solid #fff;
}

#pills-termins-tab:hover {
    color: #fff;
    background-color: #526484;
}

.house-termins-options {
    color: #526484 !important;
    font-size: 14px;
}

.house-termins-options.active {
    background-color: #526484 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.notes__title::placeholder {
    color: rgba(51, 51, 51, 0.164);
}

.notes__title {
    transition: all 1s;
    color: #333;
    font-size: 2.5rem;
}

.notes__body {
    font-size: 1rem;
}

.notes__title:focus,
.notes__body:focus {
    outline: none;
    box-shadow: none;
    border-color: #049dbf;
    border: 1px solid #049dbf;
}

option:checked {
    background: none !important;
    color: #0d0d0d;
}

.notes__list-item--selected {
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 50%);
    background: #ffffff;
}

.notes__small-updated {
    border-top: 1px solid #049dbf1c;
    padding-top: 10px;
    text-align: center;
    color: #999;
    font-size: 0.65rem;
}

.swal-button,
.swal-icon--success__line {
    background-color: #049dbf;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.swal-button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.swal-icon--success__ring {
    border: 4px solid #049dbf;
}

.add-notes-btn {
    width: 100%;
    background-color: #049dbf;
    border: none;
}

.add-notes-btn:hover {
    background-color: #47748b;
}

.add-notes-btn:focus {
    box-shadow: none !important;
    outline: none;
    border: none;
    background-color: #049dbf;
}

.close-btn {
    background-color: #bb2d3b;
    border: none;
}

.close-btn:hover {
    background-color: #812f33;
}

.close-btn:focus {
    box-shadow: none !important;
    background-color: #bb2d3b !important;
}

.close-modal-btn {
    font-size: 30px;
}

.notes-modal-close {
    background-color: #bb2d3b;
    color: #fff;
}

.notes-modal-close:hover {
    background-color: #812f33;
    color: #fff;
}

.notes-modal-close:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.modal-title-note {
    text-transform: capitalize;
    color: #049dbf;
    font-weight: 600;
}

.appointments-table-titles h6 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #049dbf;
}

.appointments-table-titles a {
    color: #049dbf;
    font-weight: 600;
    position: relative;
}

.appointments-table-titles a::before {
    position: absolute;
    content: "";
    background-color: #049dbf;
    left: -20%;
    top: 30%;
    width: 15px;
    height: 2px;
}

#sidebar ul li {
    font-weight: 400;
    font-family: "Poppins";
}

.houses-title h5,
.patient-title h5,
.users-title h5 {
    font-weight: 600;
    font-size: 1.3rem;
    color: #0d0d0d;
}

.houses-title h4,
.patient-title h4,
.users-title h4 {
    font-weight: 600;
    font-size: 1.7rem;
    color: #049dbf;
}

@media only screen and (max-width: 600px) {

    .houses-title h5,
    .patient-title h5,
    .users-title h5 {
        font-size: 1.1rem;
    }

    .houses-title h5 span,
    .patient-title h5 span,
    .users-title h5 span {
        display: none;
    }

    .houses-title h4,
    .patient-title h4,
    .users-title h4 {
        display: none;
    }
}

.btn-create-new-house {
    font-size: 0.925rem;
    border-radius: 0.475rem;
    box-shadow: none;
    color: #ffffff;
}

.btn-primary:focus-visible,
.btn-primary:focus {
    outline: 0;
    box-shadow: none;
}

.ables_wrapper .dataTables_length select {
    padding: 5px 20px 5px 10px !important;
    width: auto !important;
}

.dataTables_filter,
.dataTables_length {
    margin-bottom: 3%;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #f5f5f5 !important;
    border-left: 4px solid #049dbf !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    padding: 5px !important;
    margin-left: 15px !important;
    color: #000000 !important;
    width: 20rem;
}

.dataTables_wrapper .dataTables_filter label {
    color: #049dbf !important;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter input:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #049dbf !important;
    width: 70px;
    margin-right: 10px;
}

.dataTables_paginate {
    margin-top: 2rem !important;
}

.dataTables_info {
    font-size: 0.8rem !important;
    color: #a9a9a9 !important;
    font-weight: 100 !important;
}

#table_previous,
#table_next {
    color: #a9a9a9 !important;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
}

#table_previous:hover,
#table_next:hover {
    color: #0d0d0d;
}

.dataTables_paginate span {
    background-color: #049dbf;
    border-radius: 5px !important;
}

.dataTables_paginate span a {
    background: none !important;
    border: 0 !important;
    padding: 5px 15px !important;
    margin: 0 !important;
    color: #ffffff !important;
}

#table_paginate span .paginate_button,
#table_paginate span .current {
    color: #ffffff !important;
}

table.dataTable thead th,
table.dataTable thead td {
    /* border-bottom: 1px solid #a9a9a9 !important; */
    border: 0 !important;
}

.table.dataTable.no-footer {
    border: 0 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 18px !important;
}

.edit-icon-house {
    position: inherit;
}

.house-show-form-group {
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 5px;
    width: auto;
    font-size: 13px;
    color: #0d0d0d;
    font-weight: 400;
}

.house-show-form-group strong {
    font-size: 12px;
    color: #049dbf;
    font-weight: 600;
}

.patient-show-form-group {
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 5px;
    width: auto;
    font-size: 13px;
    color: #0d0d0d;
    font-weight: 400;
}

.patient-show-form-group strong {
    font-size: 12px;
    color: #049dbf;
    font-weight: 600;
}

.patient-show-form-group2 {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 10px;
    width: auto;
    font-size: 13px;
    color: #0d0d0d;
    font-weight: 600;
}

.patient-show-form-group2 strong {
    font-size: 12px;
    color: #526484;
    font-weight: 300;
}

#nav-tabContent {
    margin-top: 2rem;
}

.infofurpatienten-title h5,
.infofurbetreuer-title h5 {
    color: #0d0d0d;
    border-bottom: 1px solid #47748b3d;
    padding-bottom: 10px;
    font-size: 1.15rem;
}

.form-label-custom {
    color: #049dbf;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

/* .form-label-custom1{
    background-color: #d1d8d7;

} */
p.p\.card-text4\.mt-2 {
    background-color: rgb(248, 228, 228);
    margin-bottom: auto;
}

p.card-text1.mt-2 {
    margin-bottom: -7px;
}

p.p\.card-text3\.mt-2 {
    margin-bottom: auto;
    background-color: aliceblue;
}

.form-label-custom2 {
    color: #049dbf;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

p.card-text1.mt-2 {
    background-color: rgb(250, 241, 248);
}

p.card-text3.mt-2 {
    background-color: rgb(250, 250, 241);
}

.p.card-text4.mt-2 {
    background-color: rgb(221, 234, 240);
}

.p.card-text5.mt-2 {
    background-color: rgb(240, 221, 224);
}

.btn-plus {
    font-size: 1rem;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
}

.btn-plus:hover {
    color: #fff;
}

.btn-plus:focus {
    color: #fff;
}

.roles-label {
    color: #009578 !important;
    font-weight: 600;
    font-size: 0.8rem;
}

.inpage-title {
    color: #049dbf;
}

.perm-custom-label {
    text-transform: capitalize !important;
}

.card-note-title {
    font-size: 0.9rem;
    color: #ccc;
}

.card-title-user {
    font-size: 0.7rem;
    color: #049dbf;
}

.card {
    border: 0 !important;
}

.card1 {
    border: 0 !important;
    background-color: rgb(230, 227, 227);
}

.p.card1-text.mt-2 {
    background-color: #aa9f9f;
}

.card1-note-title {
    font-size: 0.9rem;
    color: #5f6363;
}

.appointment-row {
    padding: 0 !important;
    margin: 0 !important;
}

.table-striped thead tr th {
    color: #049dbf;
}

.bigbtn:disabled {
    background-color: #049dbf70 !important;
}

.bigbtn {
    padding: 1.5rem 3rem;
    background-color: #049dbf;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

.bigbtn:hover {
    color: #049dbf;
    background-color: #fff;
    border: 2px solid #049dbf;
    border-radius: 10px;
}

.bigbtn:focus {
    outline: none;
    box-shadow: none;
}

.patient-intitle {
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.search-form {
    position: relative;
}

.search-form .fa-search {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #9ca3af;
}

.search-form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px 2px 2px 10px;
    border-left: 1px solid #d1d5db;
}

.left-pan {
    padding-left: 7px;
    opacity: 0.2;
}

.left-pan i {
    padding-left: 10px;
}

.search-form-input {
    height: 55px;
    text-indent: 40px;
    border-radius: 10px;
}

.search-form-input2 {
    height: 55px;
    border-radius: 10px;
}

.search-form-input:focus {
    box-shadow: none;
    border: none;
}

.form-control-search {
    background-color: #fff !important;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
}

.form-control-search:focus {
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
}

.triggers input[type="checkbox"] {
    display: none;
}

.triggers {
    display: flex;
}

.content {
    position: absolute;
    display: none;
    z-index: 2;
    top: 100%;
    border-radius: 3px;
}

.triggers .label {
    background-color: #fff;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
    padding: 1em;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.triggers .label:hover {
    background: #fff;
}

.triggers>input:checked+label {
    background: #fff;
}

.triggers>input:checked+label>div.content {
    display: flex;
    top: 110%;
    box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 30%);
    border-radius: 10px;
    padding: 1em;
    background: #fff;
    left: -1px;
}

.triggers .label .content .inner-section span {
    font-size: 12px;
}

.triggers .label .content .inner-section select,
.triggers .label .content .inner-section input {
    border-radius: 5px;
}

.triggers .label .content .inner-section select:focus,
.triggers .label .content .inner-section input:focus {
    border: 1px solid #049dbf !important;
}

.triggers>input:checked+label>div.content div {
    padding: 0em 0.5em;
}

.triggers>input:checked+label>div.content div+div {
    border-left: 1px solid #ddd;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: inherit !important;
}

.notifications-page-content {
    margin: 0;
}

.notifications-page-content li {
    margin-bottom: 10px;
}

.btn-show-all-notifications a {
    padding-left: 0 !important;
    text-decoration: none !important;
}

.notifications-bullet {
    width: 10px;
    height: 10px;
    background-color: #049dbf;
    border-radius: 10px;
}

.notifications-bullet1 {
    width: 10px;
    height: 10px;
    background-color: #04bf62;
    border-radius: 10px;
}

.notifications-bullet1 {
    display: none;
}

.p-th-preview-h4 {
    color: #049dbf;
    font-weight: 600;
}

.p-th-preview-span {
    letter-spacing: 0.3px;
}

.btn-more-details {
    background-color: #049dbf;
    color: #fff;
}

.btn-more-details:hover {
    color: #049dbf;
    background: none;
    border: 1px solid #049dbf;
}

.dayContainer .today {
    background-color: #049dbf !important;
    border-color: #049dbf !important;
    color: #fff !important;
}

.select-item-form-control {
    padding: 20px 100px 20px 20px;
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    background-size: 65% 100%;
}

.form-switch .form-check-input {
    width: 2.75em !important;
}

.form-check-input:checked {
    background-color: #049dbf;
    border-color: #049dbf;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.light-table-filter {
    border: 0;
    transition: all 0.25s;
    background-color: #f5f5f5;
    border-left: 4px solid #049dbf;
}

.light-table-filter:focus {
    border: 0;
    border-left: 4px solid #049dbf;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.light-table-filter:focus-visible {
    outline: none;
}

.light-table-filter::placeholder {
    opacity: 0.4;
}

.btn-pdf {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    background-color: #47748b;
}

.btn-pdf:focus {
    outline: none;
    box-shadow: none;
}

.invoice-show-table tbody {
    border-bottom: 1px solid #ccc;
}

.invoice-show-table thead tr th {
    color: #0d0d0d !important;
    font-weight: 700 !important;
}

.terapeutname-invoiceshow {
    font-weight: 600;
}

.dataTables_paginate span .paginate_button {
    background-color: #e3e3e3 !important;
}

.dataTables_paginate span .current {
    background-color: #049dbf !important;
}

#table_next,
#table_next:hover,
#table_next:focus {
    background: none !important;
    border: none !important;
    outline: none !important;
}

.invoice-link-termin:hover {
    color: #049dbf;
}

.bittezahlentable tbody tr {
    border: none !important;
}

.card-text {
    font-size: 13px;
    color: #47748b;
}

.btn-show-termine,
.btn-edit-termine,
.btn-delete-termine {
    font-size: 0.75rem !important;
}

.btn-edit-termine,
.btn-delete-termine {
    margin-left: 1rem !important;
}

.required-sign {
    color: #bb2d3b;
}

.note-editor {
    margin-top: 3% !important;
    border: 0 !important;
    box-shadow: 0 !important;
    background-color: #f5f5f5 !important;
}

.note-statusbar {
    border: 0 !important;
}

.note-editable p {
    color: #333 !important;
}

.note-insert,
.note-view,
.note-table {
    display: none !important;
}

.show-roles-input {
    width: auto !important;
}

.selectize-input {
    background: transparent !important;
    border: 0 !important;
}

.termin-auswahlen-form>div {
    width: 100% !important;
}

.rechnungnsnummerformsearch .selectize-control {
    width: 100% !important;
}

.d-active-innercard1 {
    background-color: #e4e8ee;
}

.d-active-innercard {
    background-color: #526484;
}

.d-done-innercard {
    background-color: #049dbf;
}

.d-heute-innercard {
    background-color: #04bf90;
}

.d-done-innercard,
.d-active-innercard,
.d-heute-innercard {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 110px;
}

.d-done-innercard h3,
.d-active-innercard h3,
.d-heute-innercard h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.d-done-innercard h2,
.d-active-innercard h2,
.d-heute-innercard h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

label.form-label-custom13 {
    color: rgb(92, 173, 92);
    font-size: 15px;
}

label.form-label-invoice {
    color: rgb(92, 173, 92);
    font-size: 15px;
    padding-left: 17px;
}

label.form-label-custom14 {
    color: rgb(228, 18, 18);
    font-size: 13px;
}

.pull-right1 {
    padding-left: 200px;
    padding-top: 9px;
    width: max-content;
}

.form-group-ch {
    column-count: 2;
    font-size: 12px;
    display: table-cell;
    column-span: all;
    padding-bottom: 8px;
}

label.my-2 {
    height: fit-content;
}

p.class-text-label {
    font-size: 12px;
    white-space: 49px;
    outline-style: auto;
}

span.class-text-label {
    align-content: space-between;
    letter-spacing: 1px;
    padding-left: 6px;
    color: rgb(37, 150, 190);
    font-weight: 400;
}

p.p\.card-text5\.mt-2 {
    background-color: rgb(224, 250, 224);
    font-size: 15px;
    color: rgb(37, 150, 190);
    margin-bottom: auto;
}

span.card-text0.mt-2 {
    font-weight: 500;
}

p.p\.card1-text\.mt-2 {
    background-color: rgb(247, 238, 226);
    margin-bottom: auto;
}

p.p\.card-text5\.mt-2 {
    background-color: rgb(224, 250, 224);
    font-size: 15px;
    margin-bottom: auto;
    color: rgb(37, 150, 190);
}

p.card-text2.mt-2 {
    background-color: rgb(241, 245, 250);
    margin-bottom: auto;
}

.card-text {
    font-size: 13px;
    margin-bottom: auto;
    color: #47748b;
}

.image-profile.menu-image-profile {
    width: 80px;
    margin: 0 auto;
    padding: 15px 0px;
}

.image-profile1.menu-image-profile {
    width: 98px;
    padding: 15px;
    border-radius: 50%;
}

.toggle.btn.btn-success {
    width: 105px;
    height: 40px;
}

.toggle.btn.btn-danger.off {
    width: 105px;
    height: 40px;
}

.d-active-innercard1 {
    background-color: #f3f4f6;
}

h5.title {
    color: #049dbf !important;
    font-size: 16px;
}

form.isDONE {
    padding-top: 8px;
}

form.isDONE div {
    display: flex;
    gap: 5px;
}

form.datum {
    padding-top: 8px;
}

form.datum div {
    display: flex;
    gap: 5px;
}

form.timeInterval {
    padding-top: 8px;
}

form.timeInterval div {
    display: flex;
    gap: 5px;
    margin-bottom: -13px;
}

form.timeInterval {
    display: flex;
    gap: 10px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    height: 32px;
    font-size: 13px;
}

form.datum {
    padding-top: 8px;
}

form.datum div {
    display: flex;
    gap: 5px;
    margin-bottom: -13px;
}

form.datum {
    display: flex;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    height: 32px;
    font-size: 13px;
    gap: 21px;
}

form.RechnungHat {
    padding-top: 8px;
    display: flex;
}

form.RechnungHat div {
    display: flex;
    gap: 5px;
}

form.isDONE {
    display: flex;
    gap: 10px;
}

input#t1 {
    float: right;
}

input.isDone {
    margin-bottom: 8px;
}

input.hasInvoice {
    margin-bottom: 8px;
}

.app-nav {
    padding: 12px 46px 0px 60px;
}

.box1 {
    /* padding-left: 12px; */
    padding-left: 0px;
}

.box6 {
    padding-left: 12px;
    padding-right: -21px;
    height: 236px;
    font-size: 13px;
}

.box2 {
    /* padding-left: 12px; */
    height: 236px;
}

.form-group-ch {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    gap: 5px;
}

.box3 {
    /* padding-left: 12px;
    height: 236px;
    font-size: 13px; */
    /* padding-left: 41px; */
    height: 109px;
    font-size: 13px;
    margin-right: -60px;
}

.box4 {
    padding-left: 12px;
    padding-right: -21px;
    height: 236px;
    font-size: 13px;
}

.box5 {
    padding-left: 12px;
    width: 259px;
    padding-right: -21px;
    height: 34px;
    font-size: 13px;
    margin-top: 6px;
}

.box7 {
    height: 236px;
    font-size: 13px;
}

.box8 {
    height: 236px;
    font-size: 13px;
    width: 400px;
}

div#container1 {
    display: none;
}

#letter-asked,
#letter-approved,
#client-approved {
    padding: unset !important;
}

/* .bg-white {
    --bs-bg-opacity: 0 !important;
    background-color: transparent !important;
} */
.total-appointments,
.recent-activities {
    background-color: transparent !important;
    box-shadow: unset !important;
    border-bottom: unset !important;
}

#Gefragt {
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-top: 2px solid #bb6bd9;
}

#Brief {
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-top: 2px solid #049dbf;
}

#Genehmigt {
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-top: 2px solid #27ae60;
}

.dragg1 {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    margin: 10px auto;
    padding: 10px;
    background-color: rgb(243, 205, 243);
}

.dragg2 {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    margin: 10px auto;
    padding: 10px;
    background-color: rgb(184, 184, 184);
}

.dragg3 {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    margin: 10px auto;
    padding: 10px;
    background-color: aliceblue;
}

.testDrag {
    background-color: red;
    opacity: 1 !important;
}

.dragList {
    min-height: 200px;
}

body {
    background: #fff !important;
}

#siguria {
    color: #049dbf;
}

.task-list {
    width: 100%;
    border-radius: 8px;
}

.zindex-dropdown {
    z-index: 999;
}

@media screen and (max-width: 540px) {
    .row {
        display: flex;
        flex-direction: column;
    }

    .box1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box2 {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .box3 {
        height: 100px;
        /* margin-left: 10px; */
        margin-bottom: 80px;
        padding-top: 28px;
    }

    .box4 {
        height: 100px;
        /* margin-left: 10px; */
        margin-top: 108px;
        width: max-content;
    }

    .box5 {
        position: absolute;
        bottom: 0;
        right: 6%;
        text-align: center;
    }

    .box6 {
        padding-top: 44px;
    }

    form.RechnungHat {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .form-group-ch {
        column-count: 1;
    }

    .box7 {
        height: 100px;
        padding-bottom: -15px;
        margin-bottom: -36px;
    }
}

button#buttonFilter {
    margin-top: 12px;
}

@media screen and (min-width: 540px) and (max-width: 780px) {
    .form-group-ch {
        column-count: 1;
    }

    .box1 {
        height: 435px;
        padding-left: -186px;
        margin-left: -100px;
        width: 278px;
    }

    .box2 {
        height: 255px;
        margin-left: 10px;
        padding-bottom: -14px;
        margin-bottom: -29px;
        margin-top: -326px;
    }

    .box3 {
        height: 100px;
        padding-bottom: -15px;
        margin-bottom: -36px;
        margin-top: -57px;
        margin-left: -449px;
    }

    .box4 {
        height: 100px;
        margin-left: 10px;
    }

    #recipient-name {
        text-transform: lowercase;
    }

    #recipient-name:first-letter {
        text-transform: uppercase;
    }

    #Filter1 {
        float: right;
    }

    label.form-label-invoicee {
        color: red !important;
        font-size: 15px;
        padding-left: 17px;
    }

    p.p\.card1-text\.mt-22 {
        background-color: darkgray !important;
    }

    .bigbtnp {
        padding: 1.5rem 3rem;
        background-color: #049dbf;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 10px;
    }

    .bigbtnp:hover {
        color: #049dbf;
        background-color: #fff;
        border: 2px solid #049dbf;
        border-radius: 10px;
    }

    .bigbtnp:focus {
        outline: none;
        box-shadow: none;
    }

    .button.btn.bigbtnp {
        padding: 1.5rem 3rem;
        background-color: #049dbf;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 10px;
    }

    .border {
        border: 2px blue dashed;
        /* padding-bottom: 2px; */
        margin-top: 7px;
    }

    .mr-0 {
        margin-right: 220px;
        padding: 1.5rem 3rem;
        background-color: #049dbf;
        color: #fff;
        border-radius: 10px;
    }

    .ml-auto {
        margin-left: auto;
        padding: 1.5rem 3rem;
        background-color: #049dbf;
        color: #fff;
        border-radius: 10px;
    }

    .d-block {
        display: block;
    }

    /* form.patientNotiz {
        display: flex;
        width: max-content;
        gap: 10px;
        padding-top: 7px;
    } */

    .md-card-header-warning .card-icon,
    .md-card-header-warning .card-text,
    .md-card-header-warning:not(.md-card-header-icon):not(.md-card-header-text),
    [data-background-color="orange"],
    .md-tabs.md-warning .md-tabs-navigation {
        background: orange;
    }

    .md-card.md-theme-default,
    .md-card.md-theme-default .md-card-expand .md-card-actions {
        background-color: #fff;
        background-color: var(--md-theme-default-background, #fff);
    }

    .md-card-header-warning .card-icon,
    .md-card-header-warning .card-text,
    .md-card-header-warning:not(.md-card-header-icon):not(.md-card-header-text),
    [data-background-color="orange"],
    .md-tabs.md-warning .md-tabs-navigation {
        background: orange;
        background-color: orange;
        width: 200p;
        width: 200px;
    }

    .md-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        width: 100%;
        margin: 30px 0;
        overflow: unset;
        font-size: 0.875rem;
        -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
        border-radius: 6px;
        color: #333;
        background: #fff;
    }

    .md-card.md-theme-default {
        color: rgba(0, 0, 0, 0.87);
        color: var(--md-theme-default-text-primary-on-background,
                rgba(0, 0, 0, 0.87));
    }

    form.patientNotiz {
        display: flex;
        gap: 10px;
        width: max-content;
        padding-top: 7px;
    }
}

.select2 .selection {
    width: 100%;
    height: 100%;

}

.select2-container .select2-selection--single {

    height: 100% !important;

}

.select2-container {

    padding: 0 !important;

}

.B1 {
    margin-right: 8px;
}

.B0 {
    margin-right: 46px;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: #f8f8f8;
    color: rgb(80 80 80);
    border-color: #469bbb;
}