.custom-field-input {
    padding: 25px;
    text-align: center;
    border: 2px solid #c1c2c3;
    border-radius: 7px;
}
.custom-field-area {
    padding: 6px !important;
    text-align: center;
    border: 2px solid #c1c2c3;
    border-radius: 7px;
}
.custom-field-input::placeholder {
    text-align: center;
    font-size: 20px;
    opacity: 0.5 !important;
    padding: 0;
    margin: 0;
}
.custom-field-area::placeholder {
    text-align: center;
    font-size: 20px;
    opacity: 0.5 !important;
    padding: 0;
    margin: 0;
}

.btn {
    border: 2px solid gray;
    background: #eeeeee;
    font-size: 20px !important;
    transition: .3s ease;
    font-weight: 500;
}

.btn:hover {
    opacity: 0.6;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}


.custom-field {
    padding: 25px !important;
    text-align: center;
    border: 2px solid #c1c2c3;
    border-radius: 7px;
}

.custom-field::placeholder {
    text-align: center;
    font-size: 20px;
    opacity: 0.5 !important;
      padding: 0;
    margin: 0;
}

.btn {
    border: 2px solid gray;
    background: #eeeeee;
    font-size: 20px !important;
    transition: .3s ease;
    font-weight: 500;
}

.btn:hover {
    opacity: 0.6;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.datepicker {
    border-radius: 0.65rem;
    direction: ltr;
    
  }
  .datepicker-wrapper-flush {
    border: 0;
    border-radius: inherit;
  }
  .datepicker-inline {
    width: 220px;
  }
  .datepicker-rtl {
    direction: rtl;
  }
  .datepicker-rtl.dropdown-menu {
    left: auto;
  }
  .datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px;
    visibility: visible;
    opacity: 1;
  }
  .datepicker-dropdown:after,
  .datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #fff;
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker table tr td {
    border-radius: 0.2rem;
  }
  .datepicker table tr th {
    border-radius: 0.29rem;
    font-weight: 500;
  }
  .datepicker table tr td,
  .datepicker table tr th {
    transition: all 0.2s ease-in-out;
    width: 36px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 0.83125rem;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.new,
  .datepicker table tr td.old {
    color: #dfe0ea;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.focused {
    background: #eeeff8;
    cursor: pointer;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #eeeff8;
    cursor: default;
  }
  .datepicker table tr td.highlighted {
    border-radius: 0;
  }
  .datepicker table tr td.highlighted.focused {
    background: #3c44b1;
  }
  .datepicker table tr td.highlighted.disabled,
  .datepicker table tr td.highlighted.disabled:active {
    background: #3c44b1;
    color: #e6e7f1;
  }
  .datepicker table tr td.today {
    background: #dfe0f4;
  }
  .datepicker table tr td.today.focused {
    background: #fff;
  }
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:active {
    background: #fff;
    color: #d1d2db;
  }
  .datepicker table tr td.range {
    background: #3c44b1;
    color: #fff;
    border-radius: 0;
  }
  .datepicker table tr td.range.focused {
    background: #323893;
  }
  .datepicker table tr td.range.day.disabled:hover,
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:active {
    background: #2f358b;
    color: #5961c7;
  }
  .datepicker table tr td.range.highlighted.focused {
    background: #c9cef5;
  }
  .datepicker table tr td.range.highlighted.disabled,
  .datepicker table tr td.range.highlighted.disabled:active {
    background: #f4f5fd;
    color: #eeeff8;
  }
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:active {
    background: #4191ff;
    color: #fff;
  }
  .datepicker table tr td.day.range-start {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .datepicker table tr td.day.range-start.range-end {
    border-radius: 0.2rem;
  }
  .datepicker table tr td.day.range:hover,
  .datepicker table tr td.selected,
  .datepicker table tr td.selected.highlighted,
  .datepicker table tr td.selected.highlighted:hover,
  .datepicker table tr td.selected:hover {
    background: #3c44b1;
    color: #fff;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active.highlighted,
  .datepicker table tr td.active.highlighted:hover,
  .datepicker table tr td.active:hover {
    background: #3c44b1;
    color: #fff;
    box-shadow: none;
  }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
  }
  .datepicker table tr td span.focused,
  .datepicker table tr td span:hover {
    background: #f4f5fd;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #eeeff8;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td span.new,
  .datepicker table tr td span.old {
    color: #d1d2db;
  }
  .datepicker .datepicker-switch {
    width: 145px;
    font-size : 22px !important;
    font-weight: bold;
  }
  .datepicker .datepicker-switch,
  .datepicker .next,
  .datepicker .prev,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker tfoot tr th:hover {
    background: #f4f5fd;
  }
  .datepicker .next,
  .datepicker .prev {
    position: relative;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-indent: -999rem;
  }
  .datepicker .next:after,
  .datepicker .prev:after {
    text-indent: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 50%;
    margin-left: -18px;
    top: 0;
    font-size: 1.1875rem;
  }
  .datepicker .next.disabled,
  .datepicker .prev.disabled {
    visibility: hidden;
  }
  .datepicker .prev:after {
    font-family: "Font Awesome 5 Free"; /* or the correct font-family name */
    font-weight: 900; /* or the correct font-weight if needed */
    content: "\f053";
  }
  .datepicker .next:after {
    font-family: "Font Awesome 5 Free"; /* or the correct font-family name */
    font-weight: 900; /* or the correct font-weight if needed */
    content: "\f054"; /* Unicode for fa-chevron-left */
}

  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .card-body .datepicker-inline,
  .card-body .datepicker-inline table {
    width: 100%;
  }
 