.success-text {
  color: var(--success-clr);
}
.danger-text {
  color: var(--danger-clr);
}
.warning-text {
  color: var(--warning-clr);
}

@font-face {
  font-family: 'ikone';
  src: url('files/assets/fonts/ikone.eot?cw5a8g');
  src: url('files/assets/fonts/ikone.eot?cw5a8g#iefix')
      format('embedded-opentype'),
    url('files/assets/fonts/ikone.ttf?cw5a8g') format('truetype'),
    url('files/assets/fonts/ikone.woff?cw5a8g') format('woff'),
    url('files/assets/fonts/ikone.svg?cw5a8g#ikone') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='ikona-'],
[class*=' ikona-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ikone' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ikona-en .path1:before {
  content: '\e91d';
  color: rgb(246, 245, 246);
}

.ikona-en .path2:before {
  content: '\e91f';
  margin-left: -1em;
  color: rgb(218, 30, 30);
}

.ikona-en .path3:before {
  content: '\e920';
  margin-left: -1em;
  color: rgb(58, 65, 101);
}

.ikona-en .path4:before {
  content: '\e921';
  margin-left: -1em;
  color: rgb(167, 152, 174);
}

.ikona-en .path5:before {
  content: '\e922';
  margin-left: -1em;
  color: rgb(127, 130, 154);
}

.ikona-hr .path1:before {
  content: '\e91e';
  color: rgb(215, 30, 30);
}

.ikona-hr .path2:before {
  content: '\e923';
  margin-left: -1em;
  color: rgb(18, 73, 132);
}

.ikona-hr .path3:before {
  content: '\e924';
  margin-left: -1em;
  color: rgb(52, 132, 203);
}

.ikona-hr .path4:before {
  content: '\e925';
  margin-left: -1em;
  color: rgb(248, 247, 247);
}

.ikona-hr .path5:before {
  content: '\e926';
  margin-left: -1em;
  color: rgb(241, 161, 161);
}

.ikona-boxes:before {
  content: '\e927';
}

.ikona-warehouse:before {
  content: '\e928';
}

.ikona-warehouse1:before {
  content: '\e929';
}

.ikona-warehouse2:before {
  content: '\e92a';
}

.ikona-admin-settings:before {
  content: '\e900';
}

.ikona-blagajna:before {
  content: '\e901';
}

.ikona-shield-admin-2:before {
  content: '\e91c';
}

.ikona-profit:before {
  content: '\e919';
}

.ikona-admin-settings-shield:before {
  content: '\e91a';
}

.ikona-cash:before {
  content: '\e91b';
}

.ikona-location-2:before {
  content: '\e910';
}

.ikona-calendar-2:before {
  content: '\e911';
}

.ikona-birthday:before {
  content: '\e912';
}

.ikona-email-2:before {
  content: '\e913';
}

.ikona-phone-call:before {
  content: '\e914';
}

.ikona-money-bag:before {
  content: '\e915';
}

.ikona-euro:before {
  content: '\e916';
}

.ikona-shield-gear:before {
  content: '\e917';
}

.ikona-pay:before {
  content: '\e918';
}

.ikona-med-docs:before {
  content: '\e902';
}

.ikona-comment:before {
  content: '\e903';
}

.ikona-postcode:before {
  content: '\e904';
}

.ikona-location:before {
  content: '\e905';
}

.ikona-email:before {
  content: '\e906';
}

.ikona-calendar:before {
  content: '\e907';
}

.ikona-finances:before {
  content: '\e908';
}

.ikona-articles-2:before {
  content: '\e909';
}

.ikona-articles:before {
  content: '\e90a';
}

.ikona-waiting-room-5:before {
  content: '\e90b';
}

.ikona-waiting-room-4:before {
  content: '\e90c';
}

.ikona-waiting-room-3:before {
  content: '\e90d';
}

.ikona-waiting-room-2:before {
  content: '\e90e';
}

.ikona-waiting-room:before {
  content: '\e90f';
}

/* @font-face {
    font-family: 'facons';
    src: url('fonts/facons.eot?mgbbwo');
    src: url('fonts/facons.eot?mgbbwo#iefix') format('embedded-opentype'),
        url('fonts/facons.ttf?mgbbwo') format('truetype'),
        url('fonts/facons.woff?mgbbwo') format('woff'),
        url('fonts/facons.svg?mgbbwo#facons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
} */
/* 
@font-face {
    font-family: 'facons'; */
/* src: url('fonts/facons.eot?mgbbwo'); */
/* src: url('fonts/facons.eot?mgbbwo#iefix') format('embedded-opentype'), */
/* url('fonts/facons.ttf?mgbbwo') format('truetype'), */
/* url('fonts/facons.woff?mgbbwo') format('woff'), */
/* url('fonts/facons.svg?mgbbwo#facons') format('svg'); */
/* font-weight: normal;
    font-style: normal;
    font-display: block;
} */

[class^='facon-'],
[class*=' facon-'] {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

p [class^='facon-'] {
  margin-right: 0.4rem;
  font-size: 14px;
}
small > [class^='facon-'],
small > [class*=' facon-']{
  width: 12px;
  height: 12px;
}
.text-muted [class^='facon-'],
.text-muted [class*=' facon-']{
  color: #919aa3 !important;
  filter: opacity(0.5);
}

.facon-icon-pen {
  background-image: url('./imgs/icons/icon-pen.svg');
}

.facon-icon-back {
  filter: invert(1);
  width: 8px;
  height: 8px;
  background-image: url('./imgs/icons/icon-back.svg');
}

.facon-icon-calendar {
  background-image: url('./imgs/icons/icon-calendar.svg');
}

.facon-icon-e-mail {
  background-image: url('./imgs/icons/icon-e-mail.svg');
}

.facon-icon-fill-comment {
  background-image: url('./imgs/icons/icon-fill-comment.svg');
  filter: invert(1);
  width: 22px;
  height: 22px;
}

.facon-icon-fill-commented {
  width: 22px;
  height: 22px;
  background-image: url('./imgs/icons/icon-fill-commented.svg');
}

.facon-icon-fill-medical {
  background-image: url('./imgs/icons/icon-fill-medical.svg');
  filter: invert(1);
}

.facon-icon-id {
  background-image: url('./imgs/icons/icon-id.svg');
}

.facon-icon-map {
  background-image: url('./imgs/icons/icon-map.svg');
}

.facon-icon-phone {
  background-image: url('./imgs/icons/icon-phone.svg');
}

.facon-icon-postmail {
  background-image: url('./imgs/icons/icon-postmail.svg');
}

.comment-icon-toggle.btn-comment .facon-icon-fill-comment {
  width: 22px;
  height: 22px;
  background-image: url('./imgs/icons/icon-fill-comment.svg');
  color: white;
}

.comment-icon-toggle.btn-comment:hover .facon-icon-fill-comment {
  color: whitesmoke;
}

.comment-icon-toggle.btn-commented .facon-icon-fill-comment {
  width: 22px;
  height: 22px;
  background-image: url('./imgs/icons/icon-fill-commented.svg');
  filter: invert(0) drop-shadow(1px 3px 1px rgba(0, 0, 0, 0.6));
  color: rgb(224, 66, 48);
}

.comment-icon-toggle.btn-commented:hover .facon-icon-fill-comment {
  color: var(--danger-clr);
}

.comment-icon-toggle .facon-icon-fill-comment {
  font-size: 24px;
  margin: 0;
  filter: invert(1) drop-shadow(1px 3px 1px rgba(0, 0, 0, 0.6));
}

.comment-icon-toggle {
  background: white;
}

.comment-icon-toggle:focus {
  outline: none;
  box-shadow: none;
}

.user-profile {
  padding: 15px;
}

@font-face {
  font-family: 'maracom';
  src: url('./fonts/pirulen.ttf');
}

.maracom-font {
  font-family: 'maracom';
}

.even {
  background: whitesmoke !important;
}

.day {
  color: #000000;
}

td[data-toggle='tooltip']:hover {
  cursor: grab;
}

tbody tr:hover {
  background-color: rgb(190, 221, 232) !important;
}

.datepicker-days tbody tr:hover {
  background-color: #eee !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: rgb(190, 221, 232) !important;
}

.hidden {
  display: none;
}
.cursor-pointer{
  cursor: pointer;
}
.d-inline{
  display: inline;
}
.d-inline-block{
  display: inline-block;
}
.d-flex{
  display: flex;
}
.justify-between{
  justify-content: space-between;
}
.d-grid{
  display: grid;
}
.v-align-middle{
  vertical-align: middle;
  align-items: center;
}

/*FLEX STYLE*/
.flex-column{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-00w{
  flex: 0 0 var(--w);
}
.flex-1{
  flex: 1;
}
.flex-2{
  flex: 2;
}
.flex-3{
  flex: 3;
}
.gap-05{
  gap: 0.5rem;
}
.gap-1{
  gap: 1rem;
}
.gap-2{
  gap: 2rem;
}
.c-gap-1{
  column-gap: 1rem;
}
.height-trim{
  height: max-content;
}
.w-fit-content{
  min-width: fit-content;
}
.w-fit-content.max-350{
  max-width: 350px;
}
.min-500{
  width: min-content;
  min-width: 500px;
}
.text-center{
  text-align: center;
}
.text-bold{
  font-weight: bold;
}
.pad-t-1{
  padding-top: 1rem!important;
}
.pad-b-1{
  padding-bottom: 1rem!important;
}
.mar-b-1{
  margin-bottom: 10px!important;
}
.mar-b-0{
  margin-bottom: 0!important;
}

.text-indent-20{
  text-indent: 20px;
}

.active > a .pcoded-mtext {
  color: #fe8a7d;
}

.positive {
  background: #fe5d70 !important;
}

.positive td {
  color: #ffffff !important;
}

.positive button {
  border: 1px solid #ffffff;
}

.positive a {
  border: 1px solid #ffffff;
}

.input-group > input.form-control:has( + .input-group-append .btn) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fiz-table tr:hover {
  background-color: unset !important;
}

.fiz-table tr td {
  border: 1px solid black;
  width: 25%;
  text-align: center;
}

.fiz-table tr td input {
  border: none !important;
  text-align: center;
}

.fiz-table tr th {
  width: 25%;
  text-align: center;
  border: 1px solid black;
}

.login-box-shadow {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.file-imgs{
  display: grid;
  grid-template-rows: 100px;
  grid-auto-rows: 100px;
  grid-template-columns: repeat(auto-fit, 100px);
  gap: 10px;
}
.file-imgs .file-img-wrap{
  position: relative;
}
.file-img-wrap button.btn.btn-danger{
  position: absolute;
  right: 0;
}
.file-imgs .file-img-wrap a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.item-file-edit {
  position: relative;
  background-color: #fefefe;
  border-radius: 4px;
  z-index: 1;
}

.item-file-edit button.btn.btn-danger {
  position: absolute;
  z-index: 2;
  right: calc(50% - 4rem);
  top: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  font-size: 10px;
}
.accordion-panel{
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 4px;
}
.accordion-panel .accordion-title .accordion-msg{
  border-top: none;
}
@supports selector(:has(*)) {
  .accordion-panel .accordion-heading:has( + .panel-collapse){
    border-radius: 8px;
    background: #ffffff;
    background: radial-gradient(at center top, #f0f0f0, #FFFFFF 65%);
  }
}


.btn {
  border-radius: 7px;
  box-shadow: 0px 4px 12px rgb(185 171 210 / 30%);
  border: none;
  text-transform: uppercase;
}
.btn.btn-small{
  padding: 4px 8px!important;
  font-size: 10px!important;
  border-radius: 5px!important;
}
.btn.btn-small.btn-icon-only{
  background: transparent;
}
.btn.btn-small.btn-solo-icon {
    margin: 0;
}
.btn.btn-icon-only.btn-danger{
  color: #fe5d70;
}

.btn-r-50 {
  border-radius: 50%;
}

.btn-group > .btn {
  border-radius: 5px;
}

.btn-primary {
  background: #65b6e6;
  border-color: rgb(0 0 0 / 5%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn-primary:hover {
  background: #4ba8dd;
  border-color: rgb(0 0 0 / 5%);
  color: #fff;
  cursor: pointer;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #65b6e6;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #c3c3c3;
}

.btn-primary:active,
.sweet-alert button.confirm:active,
.wizard > .actions a:active {
  background-color: #72bce7 !important;
}

.btn-warning {
  background: #a1a1a1;
}

.btn-warning:hover {
  background: #c3c3c3;
}

#btnGroupPatient .btn-warning.disabled,
#btnGroupPatient .btn-warning:disabled {
  background-color: var(--primary-clr);
  border: var(--primary-clr);
  color: white;
  cursor: default;
  pointer-events: none;
}

#btnGroupPatient .btn-warning:hover,
#btnGroupPatient .btn-warning:focus,
#btnGroupPatient .btn-warning:active {
  background: #c3c3c3 !important;
  box-shadow: none;
}

.btn-info {
  background: #63beec;
}

.btn-info:hover {
  background: #4ea3ce;
}

.btn-solo-icon i {
  margin: 0;
}

.btn-icon-only {
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}

.btn-icon-only:hover,
.btn-icon-action:hover {
  color: #a1a1a1;
}

.btn-icon-action {
  font-size: 20px;
  cursor: pointer;
}

.patient-pages-tabs{
  border-bottom: 2px solid #e0e0e0;
}
.btn-group.patient-pages-tabs .btn{
  border-radius: 5px 5px 0 0!important; 
  letter-spacing: 0.05em;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
}
.patient-pages-tabs .btn:hover{
  background: #fafafa;
}

.nav-tabs .slide {
  background: var(--primary-clr);
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover {
  color: var(--primary-clr);
}

.card {
  border-radius: 5px;
}

.bg-c-lite-pink {
  background: #b6a4ce;
}

input,
textarea,
select {
  border-radius: 6px !important;
}

input[type='file'] {
  border-radius: 0 !important;
}

.active > a .pcoded-mtext {
  color: #63beec !important;
  /* color: #FE8A7D; */
}

/* .pcoded[nav-type="st6"] .pcoded-item.pcoded-left-item>li.active>a>.pcoded-micon i {
    color: #63BEEC!important;
} */

.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  > li.pcoded-trigger
  > a:before,
.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  > li.active
  > a:before {
  border-left-color: #63beec !important;
}

.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  > li.pcoded-trigger
  > a:before,
.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  > li.active
  > a:before,
.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  > li.pcoded-trigger
  .pcoded-submenu
  li
  > a:before,
.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  > li.active
  .pcoded-submenu
  li
  > a:before {
  border-left-color: #63beec !important;
}

.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  li
  .pcoded-submenu
  li.active
  > a,
.pcoded
  .pcoded-navbar[active-item-theme='theme1']
  .pcoded-item
  li
  .pcoded-submenu
  li:hover
  > a {
  color: #63beec !important;
}

label {
  text-transform: uppercase;
}
label input[type='checkbox'] + span.cr + span {
  text-transform: initial;
}
table thead tr th {
  text-transform: uppercase;
}
table .table-grid-icon{
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: .5rem;
}

.ellipsis {
  display: none !important;
}

.dropdown-link-danger {
  background-color: #f3392486;
  color: #000000;
}

.select2-selection__rendered {
  margin-top: 0 !important;
}

.select2-selection__arrow {
  margin-top: 0 !important;
}

.tr-storn > td {
  background-color: #fe8a7d63;
}

.table-group-bill {
  margin: 0 auto;
}

.no-margin-top + .select2,
.no-margin-top + .select2 .select2-selection,
.no-margin-top + .select2 .selection{
  margin: 0!important;
}

.table-group-bill,
.table-group-bill > tbody > tr > td,
.table-group-bill > thead > tr > th {
  border: 1px solid #dadada;
  padding: 3px 5px;
  text-align: center;
}

.navbar.header-navbar .navbar-logo img,
.navbar.header-navbar .nav-right img {
  max-width: 140px;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
}

.select2-selection__arrow {
  height: 95% !important;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  max-width: 250px;
}

/*ˇˇMOŽDA MAKNUTI TREBA AKO NES NES RADIˇˇ*/
.select2-search__field {
  width: 100% !important;
}
/* ^^MOŽDA MAKNUTI TREBA AKO NES NES RADI^^*/

.page-wrapper {
  padding-top: 0.5rem !important;
}

.page-header {
  margin-bottom: 1.2rem !important;
}

.input-invalid {
  border: 1px solid var(--danger-clr);
  box-shadow: 0 0 0 0.2rem rgba(255, 66, 66, 0.25);
}

.dataTable > tbody > tr > td {
  vertical-align: middle;
}

.checkbox-fade .cr,
.checkbox-zoom .cr {
  border-radius: 4px;
}

.modal-body .form-group label {
  font-size: 13px;
  color: #919aa3;
  margin-bottom: 0.2rem;
}
.modal-content {
  border-radius: 16px;
  box-shadow: 0px 6px 18px -8px rgba(0, 0, 0, 0.2),
    0px 0px 16px 1px #f6f7fb inset;
  -webkit-box-shadow: 0px 6px 18px -8px rgba(0, 0, 0, 0.2),
    0px 0px 16px 1px #f6f7fb inset;
  -moz-box-shadow: 0px 6px 18px -8px rgba(0, 0, 0, 0.2),
    0px 0px 16px 1px #f6f7fb inset;
}

.form-control:focus {
  border-color: initial;
  box-shadow: none;
}

.form-control:focus-visible {
  border-color: initial;
}

/*COLOR PICKER*/
.form-control.color-picker {
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
}

input[type='color']:first-child {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 200px;
  background: none;
  margin-bottom: 20px;
}

input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type='color']::-webkit-color-swatch {
  border: none;
  border-radius: 8px;
}

input[type='color']:nth-child(2) {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 200px;
  /* background: #f0bc12; */
  outline: none;
}

input[type='color' i] {
  border-radius: 8px;
  border: none;
  display: block;
}

.form-control.color-picker.color-disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  outline: 1px solid red;
  border: 1px solid red;
  border-radius: 8px;
  background: linear-gradient(
      -45deg,
      transparent 47%,
      red 49%,
      red 51%,
      transparent 53%
    ),
    linear-gradient(lightgrey, lightgrey);
}

/*CALENDAR ACTION BUTTON*/
.btn-table-actions .dropdown-toggle::after {
  display: none;
}

.btn-table-actions .dropdown-toggle {
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.btn-table-actions .dropdown-toggle span {
  margin: 0 0.3rem;
}

.btn-table-actions .dropdown-toggle[aria-expanded='true'] {
  background-color: #f1f1f1;
}

.btn-table-actions .dropdown-toggle + .dropdown-menu {
  /* padding: 4px 8px; */
  width: max-content;
}

.btn-table-actions ul.dropdown-menu > li > a:focus,
.btn-table-actions ul.dropdown-menu > li > a:hover {
  color: initial;
  background: #f1f1f1 !important;
  background-color: #f1f1f1 !important;
}

.dropdown-menu > li > a {
  display: block;
  background: transparent;
  padding: 6px 18px 6px 12px;
  margin: 2px 0;
}

.btn-table-actions ul.dropdown-menu > li.clr-style > a:focus,
.btn-table-actions ul.dropdown-menu > li.clr-style > a:hover{
  background-color: hsl(from var(--clr) h s l / .15)!important;
}
.btn-table-actions ul.dropdown-menu > li.clr-style > a > i{
  color: var(--clr)!important;
}

.btn-table-actions.dropdown-primary .dropdown-toggle{
  background-color: var(--primary-clr);
  color: white;
} 

.time-wrap-form {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}

.time-wrap-form .time-wrap-type {
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid grey;

  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out;
}

.time-wrap-form .time-wrap-type input {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.selected-workhours-wrap,
.selected-history-events-wrap,
.group-therapy-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 550px;
  overflow-y: auto;
}
.selected-history-events-wrap.in-patient-card {
  max-height: none;
}
.group-therapy-wrap {
  margin-top: 0.7rem;
  padding: 1rem 0.3rem;
}

.selected-workhours-wrap .selected-workhours-item,
.selected-history-events-wrap .selected-history-events-item,
.group-therapy-wrap .group-therapy-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 4px;
}

.selected-workhours-wrap .selected-workhours-item-delete,
.selected-history-events-wrap .selected-history-events-item-delete,
.group-therapy-wrap .group-therapy-item-delete {
  font-size: 26px;
  font-weight: 900;
  line-height: 16px;
  padding: 2px 10px;
  cursor: pointer;
  color: var(--danger-clr);
  flex-shrink: 1;
}
.group-therapy-item .group-therapy-item-move {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  font-size: smaller;
  padding: 4px 0;
}
.group-therapy-item .group-therapy-item-move-up,
.group-therapy-item .group-therapy-item-move-down {
  cursor: pointer;
  padding: 0 4px;
}
.group-therapy-item .group-therapy-item-move-up:hover,
.group-therapy-item .group-therapy-item-move-down:hover {
  color: var(--primary-clr);
}

.selected-workhours-wrap .selected-workhours-item-content,
.selected-history-events-wrap .selected-history-events-item-content,
.group-therapy-wrap .group-therapy-item-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ced4da;
  padding: 4px 14px;
  border-radius: 6px;
  align-items: center;
}
.group-therapy-wrap .group-therapy-item-content {
  padding-left: 28px;
}

.selected-workhours-wrap .selected-workhours-item-content span,
.selected-history-events-wrap .selected-history-events-item-content span,
.group-therapy-wrap .group-therapy-item-content span {
  flex: 1;
  text-align: left;
}

.selected-workhours-wrap .selected-workhours-item-content span:last-child,
.selected-history-events-wrap
  .selected-history-events-item-content
  span:last-child,
.group-therapy-wrap .group-therapy-item-content span:last-child {
  text-align: right;
}

.selected-workhours-wrap .selected-workhours-item-content span:nth-child(2),
.selected-history-events-wrap
  .selected-history-events-item-content
  span:nth-child(2),
.group-therapy-wrap .group-therapy-item-content span:nth-child(2) {
  text-align: center;
}
.selected-history-events-wrap
  .selected-history-events-item-content
  .item.schedule-datetime {
  line-height: normal;
}
.selected-history-events-wrap
  .selected-history-events-item-content
  .item.schedule-datetime
  span {
  font-size: smaller;
  white-space: nowrap;
}
.group-therapy-wrap .group-therapy-item-content,
.selected-workhours-wrap .selected-workhours-item-content {
  position: relative;
  overflow: hidden;
}
.group-therapy-wrap .group-therapy-item-content .group-therapy-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--group-therapy-color);
  width: 18px;
}

.selected-workhours-wrap .selected-workhours-item-content {
  padding: 14px 14px 4px;
  background-color: var(--work-type-bg);
}
.selected-workhours-wrap
  .selected-workhours-item-content
  .selected-workhours-item-header {
  position: absolute;
  top: 2px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
}
.selected-workhours-wrap
  .selected-workhours-item-content
  .selected-workhours-item-header
  .work-type-color-line {
  background-color: var(--work-type-clr);
  width: 18px;
  height: 1px;
  border-radius: 1px;
  display: inline-block;
}
.selected-workhours-wrap
  .selected-workhours-item-content
  .selected-workhours-item-header
  .work-type-color-text {
  font-size: x-small;
  color: var(--work-type-clr);
  font-weight: bold;
  letter-spacing: 0.03em;
}
.group-therapy-item-content .group-therapy-duration-input {
  width: 40px;
  border: 1px solid transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc;
  text-align: right;
  margin-left: 8px;
}
.group-therapy-item-content .group-therapy-duration-input + span {
  font-size: smaller;
}

@supports selector(:has(*)) {
  .group-therapy-wrap.shadowed-box {
    opacity: 0;
    margin-top: 0;
    padding: 0;
  }
  .group-therapy-wrap.shadowed-box:has(div.group-therapy-item) {
    opacity: 1;
    margin-top: 0.7rem;
    padding: 1rem 0.3rem;
  }
}

.selected-workhours-title-wrap,
.selected-history-events-title-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.selected-workhours-title-wrap .btn-sort-items,
.selected-history-events-title-wrap .btn-sort-items {
  position: relative;
  z-index: 5;
  flex-shrink: 1;
}

.selected-workhours-title-wrap label,
.selected-history-events-title-wrap label {
  padding-right: 2.5rem;
}

.work-hours-form-footer {
  text-align: right;
}

#dropdownBtnSort {
  text-align: left;
  padding: 4px 10px;
  outline: none;
  border: none;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  background-color: #6c757d;
  color: white;
  position: relative;
  --active-col: #302e2e;
}

#dropdownBtnSort:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}

#dropdownBtnSort:focus,
#dropdownBtnSort:active {
  outline: none;
  border: none;
  box-shadow: none;
}

#dropdownBtnSort i.rotate-icon {
  transform: rotate(0deg);
}

#dropdownSortOptions {
  position: absolute;
  display: none;
  min-width: 170px;
  text-align: left;
  background-color: #fefefe;
  flex-direction: column;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 2px solid white;
  box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.36);
}

.sortOption {
  padding: 10px;
  color: #262a2a;
  text-decoration: none;
}

.sortOption span {
  float: right;
}

.sortOption:hover {
  background-color: #ededed;
  color: #262a2a;
}

.sortOption.selected-sort:hover {
  color: var(--primary-clr);
}

.selected-sort {
  position: relative;
  color: var(--primary-clr);
}

.selected-sort:focus {
  color: var(--primary-clr);
}

.selected-sort::before {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 20px);
  background-color: var(--primary-clr);
  left: 10px;
  bottom: 7px;
}

/*RIGHT CLICK - CONTEXT MENU*/
.context-menu {
  position: absolute;
  z-index: 100;
}

.context-menu .menu {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px 0;
  min-width: fit-content;
  max-width: 350px;
  text-align: left;
  background-color: #fefefe;
  box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.3);
}

.context-menu .menu > li > a {
  font: inherit;
  border: 0;
  padding: 10px 30px 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: unset;
  color: #000;
  font-weight: 500;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.context-menu .menu > li > a:hover {
  background: #f1f3f7;
  color: var(--primary-clr);
}

.context-menu .menu > li > a > i {
  min-width: 25px;
}

.context-menu .menu > li.cancel > a {
  color: var(--danger-clr);
}

.context-menu .menu hr {
  width: 100%;
  margin: 6px auto;
  border-bottom: 1px solid lightgrey;
}

.tab-pane.active {
  background-color: transparent;
}

/* Spinner... */

/* Hide the spinners for number input */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button,
input[type='number'] {
  -webkit-appearance: none;
  margin: 0;
}

/* Additional styles for Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/*TOPOGRAFIJA TIJELA*/
.topography-title-grid{
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 25px 20px 0;
}

.icon-item {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-item.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  height: 0!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden;
  border-width: 0!important;
  line-height: 0!important;
}

.body-topography-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.body-topography-flex-wrapper .body-topography-container-wrap {
flex: 1;
}
.body-topography-flex-wrapper .body-topography-container-wrap #container{
  border: 1px solid #ced4da;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
}
.body-topography-flex-wrapper .body-topography-items-wrap {
  max-width: 380px;
  flex-shrink: 1;
}
.body-topography-flex-wrapper .body-topography-items-wrap .card{
  display: grid;
  grid-template-rows: auto 1fr;
}
.topography-selected-item-config{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: top;
}
.topography-selected-item-config .btn.btn-danger{
  aspect-ratio: 1;
}
.topography-selected-item-config .colors-wrap{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.topography-selected-item-config .colors-wrap .colors{
  --clr-width: 22px; 
  display: grid;
  grid-template-columns: repeat(10, var(--clr-width));
  gap: .3rem;
}
.topography-selected-item-config .colors-wrap .color-item,
.topography-selected-item-config .colors-wrap .custom-color-wrap .color-item-main{
  background-color: var(--clr);
  width: var(--clr-width);
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ced4da;
  transition: all 1s;
  transition-delay: .25s;
}
.topography-selected-item-config .colors-wrap .color-item:hover,
.topography-selected-item-config .colors-wrap .custom-color-wrap .color-item-main:hover{
  border-color: #3b3b3b;
}
.topography-selected-item-config .colors-wrap .color-item.active{
  box-shadow: inset 0 0 8px -3px black;
  border-color: var(--primary-clr);
}
.topography-selected-item-config .colors-wrap .custom-color-wrap label.color-wheel{
  background: conic-gradient(
      red, 
      yellow, 
      lime, 
      cyan, 
      blue, 
      magenta, 
      red
    );
    border-radius: 50%;
    position: relative;
    width: 45px;
    aspect-ratio: 1;
    cursor: pointer;
    margin-bottom: 4px;
}
.custom-color-wrap label.color-wheel::after{
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,240,1) 5%, rgba(255,255,255,0) 50%);
  z-index: 2;
  pointer-events: none;
}
.topography-selected-item-config .colors-wrap .custom-color-wrap label.color-wheel input{
  position: absolute;
  opacity: 0;
  width: 0;
}
.topography-selected-item-config .colors-wrap .custom-color-wrap .color-item-main{
  aspect-ratio: unset;
  height: 22px;
  border-radius: 50px;
}


/* SCROLLBAR TOPOGRAFIJA TIJELA */
/* width */
.side_bar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.side_bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ededf1;
  border-radius: 20px;
}

/* Handle */
.side_bar::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 20px;
}

/* Handle on hover */
.side_bar::-webkit-scrollbar-thumb:hover {
  background: #bcc2c9;
}

.icon-items-search {
  min-height: 32px;
  background-color: white;
  border: 1px solid #ced4da;
  padding: 8px 10px;
}
.icon-items-search:focus,
.icon-items-search:active {
  border: 1px solid #bcc2c9;
}

.icon-items-wrap {
  position: relative;
  height: 100%;
  max-height: 525px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: 2px;
}

.icon-items-wrap .icon-item {
  border: 1px solid #ced4da;
  background-color: #fefefe;
  margin: 0.4rem 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  border-radius: 10px;
  cursor: grab;
  padding: 6px;
}

.icon-items-wrap .icon-item:hover {
  background-color: #ededf1;
}
.icon-items-wrap .icon-item:active {
  border-color: var(--primary-clr);
}
.icon-items-wrap .icon-item .icon-item-move {
  white-space: nowrap;
  font-size: 20px;
  padding: 3px 4px;
  display: flex;
  align-items: center;
}
.icon-items-wrap .icon-item .icon-item-content {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 3px 4px;
}
.icon-items-wrap .icon-item .icon-item-content .icon-item-icon img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
  filter: invert();
  padding: .35rem;
}

/*TEST PREDLOZAK NAV TABS*/
.tabs-predlozak-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.tabs-predlozak-container {
  flex-shrink: 1;
}

.tabs-predlozak-container .nav-tabs .nav-item .nav-link {
  text-align: left;
  padding-left: 0.8rem !important;
  padding-right: 1.5rem !important;
  white-space: nowrap;
  cursor: pointer;
}
.tabs-predlozak-container .nav-tabs .nav-item .nav-link i{
  font-size: 10px;
  margin-right: 6px;
}
.tabs-predlozak-container .nav-tabs.tabs-left {
  min-width: 150px;
  width: fit-content;
}
.tabs-predlozak-container .nav-tabs .btn-item .btn {
  margin-left: 10px;
}
.card .card-block .sub-title.arrow{
  position: relative;
}
.card .card-block .sub-title.arrow span{
  background-color: white;
  position: relative;
  z-index: 1;
  padding-right: 6px;
}
.card .card-block .sub-title.arrow::after{
  content: '';
  position: absolute;
  right: .3rem;
  top: 11px;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #919AA3;
  border-style:solid;
  border-width:4px;
}
.card .card-block .sub-title.arrow::before{
  content: '';
  position: absolute;
  border-top: 1px solid #919AA3;
  left: 1rem;
  right: calc(.3rem + 6px);
  top: 11px;
}
.card .card-block .sub-title.last::after{
  content: ' ◇';
}
.card .card-block .sub-title.last.grupni::after{
  content: ' ❖';
}

.predlozak-form-container {
  border: 1px solid white;
  border-radius: 12px;
  flex-grow: 1;
  box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.36);
  max-width: 500px;
  padding: 1rem;
  /* margin: auto; */
  height: fit-content;
  min-height: 300px;
}
.predlozak-form-container.podaci-obrade-container{
  max-width: none;
  background-color: hsl(from var(--secondary-clr) h s l / .1);
  border-color: hsl(from var(--secondary-clr) h s l / .35);
}
.predlozak-form-container .pfc-footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.predlozak-form-container .page-header-breadcrumb .breadcrumb-title{
  font-size: 10px;
  margin-top: 6px;
}
.predlozak-form-container .page-header-breadcrumb .breadcrumb-title a{
  font-size: 12px;
}

.predlozak-select-wrap {
  float: right;
  margin-bottom: 6px;
}
.predlozak-select-wrap i {
  margin-right: 4px;
}
.predlozak-select-wrap .predlozak-select {
  border: 1px solid #ccc;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.predlozak-select-wrap .predlozak-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}
/*POSTAVKE_ORDINACIJA*/ 
.clinic-setting-wrap{
  --icon-width: 35px;

  display: grid;
  grid-template-columns: repeat(2,1fr) 1.5fr;
  gap: 1.5rem;
}
.clinic-setting-wrap p{
  margin: 0;
  line-height: normal;
}
.clinic-setting-wrap .setting-column{
  display: grid;
  grid-template-rows: 40px 1fr 40px;
  max-height: 80vh;
}
.clinic-setting-wrap .setting-column .column-body{
  overflow-y: auto;
}
.clinic-setting-wrap .setting-column:last-child .column-body{
  overflow-y: unset;
}
.clinic-setting-wrap .setting-column .column-footer{
  text-align: center;
}
.clinic-setting-wrap .setting-column .column-footer .btn{
  font-size: 12px;
  margin-top: 1rem;
}
.clinic-setting-wrap .item-card-wrap .item-card{
  border-radius: 12px;
  border: 1px solid #fafafa;
  background-color: #ffffff;
  box-shadow: 0px 3px 26px -14px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 26px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 26px -14px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  position: relative;
  cursor: pointer;
  margin: .5rem 0;

  display: grid;
  grid-template-columns: var(--icon-width) 1fr 10px;
  gap: 1rem;
}
.clinic-setting-wrap .item-card-wrap.podaci-obrade{
  overflow-y: auto;
  max-height: calc(80vh - 13.5rem);
}
.clinic-setting-wrap .item-card-wrap.podaci-obrade .item-card{
  grid-template-columns: var(--icon-width) 1fr 30px;
}
.clinic-setting-wrap .item-card-wrap .item-card:hover{
  background-color: #fafafa;
}
.clinic-setting-wrap .item-card-wrap .item-card.active-card{
  cursor: default;
  background-color: #f0f0f0;
  border-color: hsl(from var(--secondary-clr) h s l / .35);
  background: hsl(from var(--secondary-clr) h s l / .1);
  border-radius: 6px 12px 12px 6px;
  box-shadow: inset 0px 3px 26px -14px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:inset 0px 3px 26px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:inset 0px 3px 26px -14px rgba(0, 0, 0, 0.25);
}
.clinic-setting-wrap .item-card-wrap .item-card.active-card::before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 12px 0 0 12px;
  background-color: var(--secondary-clr);
}
.clinic-setting-wrap .item-card-wrap.podaci-obrade .item-card{
  background-color: #fafafa;
  cursor: default;
}
.clinic-setting-wrap .item-card-wrap.podaci-obrade .item-card .content-wrap{
  display: flex;
  align-items: center;
}
.clinic-setting-wrap .item-card-wrap.podaci-obrade .item-card .content-wrap p{
  font-size: large;
}
.clinic-setting-wrap .item-card-wrap .item-card .button-wrap{
  text-align: center;
}
.clinic-setting-wrap .item-card-wrap .item-card .button-wrap .btn{
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
}
.clinic-setting-wrap .item-card-wrap .item-card .button-wrap .btn.btn-remove-card{
  background-color: #fe5d70;
  width: var(--icon-width);
  padding: 2px;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 4px;
  margin-top: 2px;
}
.clinic-setting-wrap .item-card-wrap .item-card .button-wrap .btn.btn-remove-card:hover{
  background-color: #dd4e5f;
}
.clinic-setting-wrap .item-card-wrap .item-card .button-wrap .btn.btn-remove-card i{
  margin-right: 0;
}
.clinic-setting-wrap .item-card-wrap .item-card .button-wrap .btn.btn-primary{
  width: var(--icon-width);
  aspect-ratio: 10/9;
  font-size: 14px;
  padding: 0;
  text-align: center;
}
.clinic-setting-wrap .item-card-wrap .item-card .arrow-wrap{
  display: grid;
  place-items: center;
}
.clinic-setting-wrap .item-card-wrap .item-card .arrow-wrap i{
  opacity: 0;
}
.clinic-setting-wrap .item-card-wrap .item-card.active-card .arrow-wrap i,
.clinic-setting-wrap .item-card-wrap.podaci-obrade .item-card .arrow-wrap i{
  opacity: 1;
}
.arrow-wrap.sort-element .btn-sort{
  background-color: transparent;
  border: none;
  color: var(--secondary-clr);
  padding: 0;
  line-height: 0;
  font-size: 24px;
}
.arrow-wrap.sort-element .btn-sort:active,
.arrow-wrap.sort-element .btn-sort:focus{
  border: none;
  box-shadow: none;
  outline: none;
}

#accordAppointmentHistory .alert-icon {
  display: none;
}
@supports selector(:has(+ *)) {
  .alert-icon {
    margin-right: 4px;
    display: none;
  }
  .alert-icon.alert-icon-danger {
    color: var(--danger-clr);
  }
  #accordAppointmentHistory:has(+ .panel .accordion2-group .alert-box.hidden)
    span.alert-icon.alert-icon-danger {
    display: none;
  }
  #accordAppointmentHistory:has(+ .panel .accordion2-group .alert-box)
    span.alert-icon.alert-icon-danger {
    display: inline;
  }
}

.pcoded-badge.label.label-primary {
  background-color: var(--primary-clr) !important;
  background: var(--primary-clr) !important;
}

.alert.alert-new {
  border-color: var(--primary-clr);
  color: var(--primary-clr);
  background-color: #fff;
  font-weight: bold;
}

/*GRUPA WRAP FLAGS IN TABLE */
.grupa-wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.flags-wrap{
  position: absolute;
  top: -11px;
  left:0;
  right: 0;
  display: flex;
  justify-content: end;
  justify-content: flex-end;
  gap: 2px;
}
.flags-wrap > div{
  height: 12px;
  aspect-ratio: 1;
  border-radius: 3px;
}

/*TIMER BTN ZA DIGITALNI POTPIS*/
.btn-timer.btn-timer-disabled{
  pointer-events: none;
  opacity: .7;
  background: lightslategrey;
}

/*PAKET USLUGA KOD PACIJENTA*/
.view-package-title{
  margin-bottom: -12px;
  margin-top: 10px;
}
.view-package-title span{
  background: var(--secondary-clr);
  border: 1px solid var(--secondary-clr);
  color: white;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 18px;
}
.view-package-wrap{
  border:1px solid var(--secondary-clr);
  background-color: hsl(from var(--secondary-clr) h s l / .1);
  padding: 24px 8px 8px;
  border-radius: 8px;
}
.view-package-service{
  border-left: 10px solid var(--clr);
  background-color: hsl(from var(--clr) h s l / .3);
  border-radius: 4px;
  padding: 2px 4px;
  margin-bottom: 4px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.view-package-service span:nth-child(2){
  text-align: right;
}
.view-package-service span:last-child{
  text-align: right;
}
.view-package-additional-title{
  text-align: center;
  margin: 12px 0 6px;
  text-transform: uppercase;
  font-size: smaller;
}
.history-package-wrap{
  border:1px solid var(--tertiary-clr);
  background-color: hsl(from var(--tertiary-clr) h s l / .1);
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.history-package-title{
  margin: -8px auto 8px -8px;
}
.history-package-title span{
  background: var(--tertiary-clr);
  border: 1px solid var(--tertiary-clr);
  color: white;
  padding: 1px 12px;
  border-radius: 8px 0 8px 0;
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .clinic-setting-wrap{
    grid-template-columns: repeat(2,1fr);
  }
  .clinic-setting-wrap .setting-column:last-child{
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 768px){
  .clinic-setting-wrap{
    grid-template-columns: 1fr;
  }
  .clinic-setting-wrap .setting-column:last-child{
    grid-column-end: span 1;
  }
}
