/* full calendar */
.fc .fc-col-header-cell-cushion {
    padding: 2rem inherit;
    color: var(--main-color);
    font-weight:700;
    font-family:sans-serif;
}

.fc .fc-toolbar-title {
    font-size: 1.5em;
}

.mh-500 {
    max-height: 500px;
    overflow-y: scroll;
}

.mh-600 {
    max-height: 600px;
    overflow-y: scroll;
}

canvas.sigCanvas {
    border: 1px solid #626364 !important;
    background-color: #ebebeb;
}

.doc-contact-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 18px 24px rgba(0, 0, 0, .12);
    display: block;
    /* margin: 0 auto 1.42857rem; */
    max-width: 400px;
    text-align: center;
    transition: box-shadow .2s ease-in-out;
}

@media only screen and (max-width: 768px) {
    canvas.sigCanvas {
        width: 250px;
        height: 250px;
    }
}


/* Affan */
:root {
    --primaryDark: #C29B7C;
    --white: #ffffff;
    --fern-green: #6B7D6A;
    --deep-purple: #43404C;
    --body-bg: #f2f5f2;
    --saga-green:#A1A096;
  }
  /* add these links in HTML file or page */
  /* <link rel="preconnect" href="https://fonts.googleapis.com"> */
  /* <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> */
  /* <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet"> */
  body{
      background-color: var(--body-bg) !important; 
      color: var(--deep-purple) !important;
      font-family: "DM Sans", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6{
      color: var(--deep-purple) !important;
  }
  .active a.item-link {
      background-color: var(--deep-purple) !important;
      padding: 10px !important;
      color: #fff !important;
      border-radius: 0px 20px 20px 0px !important;
  }
  .icon-box {
      opacity: 1;
      background: var(--primaryDark);
      width: 56px;
      height: 56px;
      display: flex;
      border-radius: 50px;
      justify-content: center;
      align-items: center;
  }
  .icon:before {
      content: "\ec1c";
      width: 28px;
      height: 28px;
      font-size: 28px;
      color: #fff;
      display: flex;
      text-align: center;
      vertical-align: middle;
  }
  .table tr td, .table tr th{
      border-bottom: 0px solid !important;
  }
  .table tr th{
      background-color: transparent !important;
      font-size: 13px !important;
      color: var(--fern-green) !important; /*Additional*/
      padding-bottom: 0px !important; /*Additional*/
  }
  table.table-effect{
      border-collapse: separate !important; /*Additional*/
      border-spacing: 0px 8px !important; /*Additional*/
      -webkit-border-horizontal-spacing: 0px !important; /*Additional*/
      -webkit-border-vertical-spacing: 8px !important;  /*Additional*/
  }
  table.table-effect tr td{
      background-color: var(--white); 
  }
  table.table-effect tr td:first-child {
      border-radius: 10px 0px 0px 10px;
  }
  table.table-effect tr td:last-child {
      border-radius: 0px 10px 10px 0px;
  }
  table.table-effect tr td[class*=" icofont-"]{
      color: #C29B7C;
  }
  table.table-effect tr:hover{
      transform: scale(1.01);
  }
  .pagination, .pagination .page-item{
      margin: 0 !important;
  }
  .pagination .page-item .page-link {
      background: var(--white);
      border-color: transparent;
      border-radius: 0;
      color: var(--deep-purple) !important;
  }
  .pagination .page-item.active .page-link, .pagination .page-item .page-link.active, .pagination .page-item .page-link:hover{
      background-color: transparent !important;
      color: var(--deep-purple) !important;
      border-color: transparent !important;
  }
  .page-link:focus{
      box-shadow: none !important;
  }
  /*additional 5-7-2024 */
  table.table-effect thead tr{
      background-color: transparent !important;
      color: var(--fern-green);
  }
  .btn.btn-square.btn-lg{
      background-color: var(--primaryDark) !important;
      border-color:var(--primaryDark);
      color: var(--white);
      padding: 10px 20px !important;
  }
  /*additional 8/7/2024*/
  .doc-contact-card .social {
      display: flex;
      justify-content: center;
      gap: 10px;
  }
  .doc-contact-card .social .social-icon{
      width: 32px !important;
      height: 32px !important;
      background-color: var(--body-bg);
      display: flex;
      border-radius: 8px;
      color: var(--primaryDark);
      align-items: center;
      justify-content: center;
  }
  .doc-contact-card .button-box{
      border: 1px solid var(--deep-purple);
      border-radius: 8px;
      color: var(--deep-purple);
  }
  .doc-contact-card .button-box > a {
    box-shadow: unset !important;
    color: var(--deep-purple) !important;
  }
  .doc-contact-card .button-box:hover > a,
  .doc-contact-card .button-box.active > a {
    color: var(--white) !important;
  }
  .doc-contact-card .button-box:hover, .doc-contact-card .button-box.active{
      border: 1px solid var(--deep-purple);
      background-color: var(--deep-purple);
      border-radius: 8px;
  }
  /*================================Grid======================*/
  td.fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink {
      background-color: var(--fern-green);
      color: var(--white);
      text-align: center !important;
      height: 37px;
  }
  .fc-timegrid-slot-label-frame.fc-scrollgrid-shrink-frame {
    text-align: center !important;
    font-weight:500;
}
  th.fc-timegrid-axis, .fc-col-header-cell {
      background-color: var(--fern-green);
      color: #fff !important;
  }
  .fc-col-header-cell div a{
      color: var(--white);
  }
  colgroup col {
      width: 142px !important;
  }
  .fc-scrollgrid-sync-inner{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: normal;
  }
  .fc-scrollgrid-sync-inner a{
      color: var(--white) !important;
      font-weight: normal;
  }
  /*add parent field for next and previous buttons*/
  .btn-group{
      display: flex;
      justify-content: center;
      max-width: 399px;
  }
  .btn-group button{
      border: 1px solid var(--primaryDark);
      color: var(--primaryDark);
      font-weight: normal;
  }
  .btn-group button{
      border: 1px solid var(--primaryDark);
      background-color: var(--primaryDark);
      color: var(--white);
      font-weight: normal;
  }
  .btn-group button:first-child {
      border-radius: 20px 0px 0px 20px;
  }
  .btn-group button:last-child {
      border-radius: 0 20px 20px 0;
      margin-left: -1px;
  }
  button.btn.btn-appointment-wizard {
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 1.5rem;
    border: 1px solid var(--primaryDark);
    color: var(--primaryDark);
}
button.btn.btn-appointment-wizard:hover {
    background-color: var(--primaryDark);
    color: var(--white);
}
.btn-appointment-box .btn:first-child {
    border-radius: 5rem 0 0 5rem;
}
.btn-appointment-box .btn:last-child {
    border-radius: 0 5rem 5rem 0;
}
.btn-appointment-box .btn:only-child {
    border-radius: 5rem 5rem 5rem 5rem;
}
  /*===========Weel previous and next icon buttons============*/
  .fc-button.fc-button-primary {
      background-color: var(--white) !important;
      color: var(--primaryDark) !important;
      border: 1px solid var(--primaryDark) !important;
  }
  .fc-button.fc-button-primary:hover, .fc-button.fc-button-primary.active {
      background-color: var(--primaryDark) !important;
      color: var(--white) !important;
      border: 1px solid var(--primaryDark) !important;
  }
  .fc-button.fc-button-primary {
    color: var(--deep-purple) !important;
    text-transform: capitalize;
    font-weight: 600;
    border: unset !important;
    padding:0.8rem 1rem;
    border-radius:0.5rem;
}
.fc-button.fc-button-primary.fc-button-active {
    background-color: var(--primaryDark) !important;
    color: var(--white) !important;
    font-weight: 500;
}
/* sidebar */
li.menu-item {
    height: 3rem;
}

li.menu-item .item-link .link-text, li.menu-item .item-link .link-icon {
    font-weight: 500;
    font-size: 16px;
    color: var(--saga-green);
}
li.menu-item.active .item-link .link-text, li.menu-item.active .item-link .link-icon {
    color: var(--white)
}
/* navbar */
div#navbar1 {
    background-color: unset !important;
}
/* aside */
.logo-wrap {
    padding: 0.5rem !important;
}
/* consent sig canvas */
.sigContainer {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.sigPad {
    background-color: #fff;
}
/* borders */
.border-fern-green {
    border-color: var(--fern-green) !important;
}
/* form inputs */
.form-control:focus {
    border-color: var(--fern-green) !important;
}

.form-control {
    border-radius: 0.5rem !important;
    border-color: var(--fern-green) !important;
    background-color: transparent !important;
}
/* a, button */
a {
    color: var(--primaryDark);
}

a:focus, a:hover {
    color: var(--fern-green);
}

a.a-danger {
    color: var(--bs-danger);
}

a.a-danger:focus, a.a-danger:hover {
    color: var(--deep-purple);
}

/* login button */
.btn.btn-primary {
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
}
.btn.btn-primary:hover {
    background-color: var(--deep-purple);
    border-color: var(--deep-purple);
}
.btn.btn-primary:focus {
    box-shadow: none;
}
.dropdown-menu .list>li>a:hover .icon {
    background: var(--fern-green);
}
.dropdown-menu .list>li>a:hover {
    color: var(--fern-green);
}
.page-break { 
    page-break-before: always; 
}
.text-primary-dark {
    color: var(--fern-green) !important;
}
/* custom tooltip */
/* .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  } */
  
  /* .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  } */
  
  /* .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  } */