/* Global Css */
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  /*font-family: 'Avenir LT 35';*/
  font-family: 'Avenir LT Std';
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
}

a,
button {
  text-decoration: none;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #FFDE3B;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

textarea {
  resize: none;
}

sup {
  color: #FF0000;
}

hr {
  background-color: #95989a;
  opacity: 1;
}

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

input,
button,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

* {
  -webkit-appearance: none;
  -moz--appearance: none;
  appearance: none;
}

.form-group {
  margin-bottom: 25px;
}

.form-control.date {
  background: url('../images/calendar.svg') no-repeat;
  background-size: 16px;
  background-position: 97% center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-family: 'Avenir LT 55 Roman';
  color: #000;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p,
select {
  margin-bottom: 0;
}

label.error {
  position: absolute;
  margin: 0;
  font-size: 14px;
  color: #ff0000;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #000;
  background-image: none;
  border-radius: 0;
}

.datepicker {
  padding: .5rem;
}

.datepicker table thead tr td {
  font-size: 15px;
}

.datepicker table tbody tr td {
  font-size: 14px;
}

.input-group.date .input-group-addon,
.input-group.time .input-group-addon {
  position: absolute;
  right: 14px;
  top: 8px;
}

.back {
  display: inline-block;
  margin-bottom: 25px;
}

.back svg {
  font-size: 14px;
}

/* Buttons Css */
.custom-btn {
  background-color: #89CFF0;
  min-width: 125px;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  border-color: #89CFF0;
  color: #000 !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background-color: #E8E6E6;
  border-color: #E8E6E6;
  color: #000;
}

.clear-btn {
  background-color: transparent;
  min-width: 125px;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  border-color: #000;
  color: #000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clear-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* End Buttons Css */

.form-control {
  color: #000;
  border-radius: 25px;
  border-color: #ccc;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
  z-index: auto !important;
  outline: none;
  border-color: #000;
}

textarea.form-control {
  border-radius: 10px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.h-42 {
  height: 42px;
}

/* Switch Button */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 26px;
  margin: 0;
  outline: none;
  box-shadow: none;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border: none;
  -webkit-transition: .4s;
  transition: .4s;
  outline: none;
  box-shadow: none;
}

.slider:focus {
  outline: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #0086bf;
}

input:checked+.slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End */

/* Radiobutton */
.ds-rdo {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  text-transform: none !important;
  line-height: 30px !important;
  color: #34344A;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0px;
}

.ds-rdo input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.rdochkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px !important;
  width: 20px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.rdochkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ds-rdo input:checked~.rdochkmark:after {
  display: block;
}

.ds-rdo .rdochkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transition: all 0.5s ease;
}

.ds-rdo input:checked~.rdochkmark {
  background-color: transparent;
  border-color: #000;
}

/* End */

/* Checkbox */
.ds-chkbox {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0px;
  cursor: pointer;
  text-transform: none !important;
  line-height: 20px !important;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ds-chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px !important;
  width: 20px;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 2px;
  transition: all 0.5s ease;
}

.chkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ds-chkbox input:checked~.chkmark:after {
  display: block;
}

.ds-chkbox .chkmark:after {
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.ds-chkbox .chkmark:after {
  left: 1px;
  top: 0px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}

.ds-chkbox input:checked~.chkmark {
  background-color: #000;
  border-color: #000;
}

/* End */

/* Radiobutton */
.cust-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: none !important;
  line-height: 30px !important;
  color: #000;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  min-height: 150px;
}

.cust-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  border: 1px solid #ECECEC;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 6px #00000014;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-radio input:checked~.checkmark:after {
  display: block;
  /*transform: scale(1);*/
}

.cust-radio .checkmark:after {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(204, 204, 204, 0.3);
  transition: all 0.5s ease;
}

.cust-radio input:checked~.checkmark {
  background-color: transparent;
  border-color: #000;
  border-style: dashed;
}

.cust-radio .tick {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FFDE3B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.cust-radio .checkmark+span {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.cust-radio input:checked~.tick {
  opacity: 1;
}

.cust-radio input:checked~.checkmark:after {
  display: block;
}


.rdo-info {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rdo-info input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.rdo-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.rdo-info input:checked~.rdo-check {
  border-color: #000;
}

.rdo-check:after {
  content: "";
  position: absolute;
  display: none;
}

.rdo-info input:checked~.rdo-check:after {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rdo-info .rdo-check:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* End */

/* Switch Button */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 26px;
  margin: 0;
  outline: none;
  box-shadow: none;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border: none;
  -webkit-transition: .4s;
  transition: .4s;
  outline: none;
  box-shadow: none;
}

.slider:focus {
  outline: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #FFDE3B;
}

input:checked+.slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End */

/* ScrollBar CSS */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 6px;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 6px;
}

.table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 6px;
}

/* End */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.4) !important;
  filter: alpha(opacity=1);
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.4) !important;
  filter: alpha(opacity=1);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4) !important;
  filter: alpha(opacity=1);
}

::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  filter: alpha(opacity=1);
}

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
  }
}

/* End Global Css */

/* Fonts */
@font-face {
  font-family: 'Avenir LT 65';
  src: url('../fonts/AvenirLT-Black.woff2') format('woff2'),
    url('../fonts/AvenirLT-Black.woff') format('woff'),
    url('../fonts/AvenirLT-Black.svg#AvenirLT-Black') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT 65';
  src: url('../fonts/AvenirLT-Medium.woff2') format('woff2'),
    url('../fonts/AvenirLT-Medium.woff') format('woff'),
    url('../fonts/AvenirLT-Medium.svg#AvenirLT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT 45 Book';
  src: url('../fonts/AvenirLT-Book.woff2') format('woff2'),
    url('../fonts/AvenirLT-Book.woff') format('woff'),
    url('../fonts/AvenirLT-Book.svg#AvenirLT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT 55 Roman';
  src: url('../fonts/AvenirLT-Heavy.woff2') format('woff2'),
    url('../fonts/AvenirLT-Heavy.woff') format('woff'),
    url('../fonts/AvenirLT-Heavy.svg#AvenirLT-Heavy') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT 55 Roman';
  src: url('../fonts/AvenirLT-Roman.woff2') format('woff2'),
    url('../fonts/AvenirLT-Roman.woff') format('woff'),
    url('../fonts/AvenirLT-Roman.svg#AvenirLT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT 35';
  src: url('../fonts/AvenirLT-Light.woff2') format('woff2'),
    url('../fonts/AvenirLT-Light.woff') format('woff'),
    url('../fonts/AvenirLT-Light.svg#AvenirLT-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Book.eot');
  src: local('Avenir LT Std 45 Book'), local('AvenirLTStd-Book'),
    url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
    url('../fonts/AvenirLTStd-Book.woff') format('woff'),
    url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Roman.eot');
  src: local('Avenir LT Std 55 Roman'), local('AvenirLTStd-Roman'),
    url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
    url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
    url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Medium.eot');
  src: local('Avenir LT Std 65 Medium'), local('AvenirLTStd-Medium'),
    url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
    url('../fonts/AvenirLTStd-Medium.woff') format('woff'),
    url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* End */

/* Header CSS */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  z-index: 11;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 4%);
}

header .navbar {
  padding: 8px 10px;
}

header .navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 12px;
}

header .navbar-expand-lg .navbar-nav .nav-link,
header .navbar-expand-lg ul a {
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
}

header .navbar-expand-lg .collapse.navbar-collapse ul a {
  padding: 12px 0 10px;
}

header .navbar-expand-lg .collapse.navbar-collapse .nav-link:after,
header .navbar-expand-lg ul.user-login li a.nav-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: #fff;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg ul.user-login li a.nav-link:hover,
header .navbar-expand-lg .navbar-nav li.active .nav-link {
  color: #89CFF0;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover:after,
header .navbar-expand-lg ul.user-login li a.nav-link:hover:after,
header .navbar-expand-lg .navbar-nav li.active .nav-link:after {
  height: 4px;
  background-color: #89CFF0;
}

header .navbar-expand-lg .navbar-collapse .navbar-nav {
  position: relative;
}

header .navbar-expand-lg ul li .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
}

header .navbar-expand-lg ul.user-login li a.nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
}

header .navbar .navbar-nav-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar .user-login {
  order: 2;
}

header .navbar-expand-lg .navbar-collapse {
  order: 1;
}

header .navbar-nav-right .nav-item .count-indicator {
  position: relative;
  font-size: 24px;
  color: #fff;
}

header .navbar-nav-right .nav-item .count-indicator .icon {
  color: #9b9b9b;
}

header .navbar-nav-right .nav-item img {
  max-width: 24px;
}

header .navbar-nav-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar-nav-right .nav-item.nav-search .input-group {
  background: #ececec;
  border-radius: 4px;
  padding: 0 .75rem;
}

header .navbar-nav-right .nav-item.nav-search .input-group .input-group-text {
  font-size: 12px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #c9c8c8;
}

header .navbar-nav-right .nav-item.nav-search .input-group .form-control {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
  margin-left: 10px;
  font-size: 14px;
  height: 2.5rem;
}

header .navbar-nav-right .nav-item.dropdown .count-indicator .count {
  position: absolute;
  right: 1px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff4747;
  top: 8px;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 50px;
}

header .navbar-nav-right .nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

header .dropdownAnimation,
header .navbar-nav-right .nav-item.dropdown .dropdown-menu {
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

header .navbar-nav-right .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  padding: 6px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item:focus,
header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item:hover {
  color: #000;
  background-color: #f3f3f3;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-header {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail {
  width: 30px;
  height: 30px;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 15px;
}

header .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon.bg-success {
  background-color: #7a150d !important;
}

header .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon.bg-warning {
  background-color: #e1ae3b !important;
}

header .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon.bg-info {
  background-color: #0086bf !important;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 50%;
}

header .navbar-nav-right .nav-item.nav-profile {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}

header .navbar-nav-right .nav-item.nav-profile .dropdown-toggle {
  margin-left: 1.2rem;
}

header .navbar-nav-right .nav-item.nav-profile .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  padding: .5rem 1rem;
  cursor: pointer;
  color: #000;
}

header .navbar-nav-right .nav-item.nav-profile .dropdown-menu .dropdown-item:hover {
  color: #FFDE3B;
}

header .navbar-nav-right .nav-item.nav-profile .dropdown-menu .dropdown-item:after,
header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item:after {
  display: none;
}

header .navbar-nav-right .nav-item.nav-profile .dropdown-menu .dropdown-item .icon {
  margin-right: 10px;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-content {
  padding-left: 10px;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-content h6 {
  color: #000;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
}

header .navbar-nav-right .nav-item.dropdown .navbar-dropdown .dropdown-item .item-content p {
  text-transform: none;
  font-size: 14px;
}

header .navbar-nav-right .nav-item.nav-profile img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  max-width: 100%;
  border: 2px solid #fff;
  padding: 2px;
}

header .navbar-nav-right .nav-item.nav-profile .nav-profile-name {
  margin-left: .5rem;
  margin-right: .5rem;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

header .navbar-nav-right .nav-item.nav-profile .fa-chevron-down {
  font-size: 10px;
  color: #fff;
}

header .navbar-nav-right .nav-item.dropdown .dropdown-menu .dropdown-item span {
  font-weight: 600;
  font-size: 14px;
}

header .navbar-expand-lg .custom-btn {
  min-width: unset;
}

/* navIcon */
#navIcon {
  width: 25px;
  height: 25px;
  border: none;
  z-index: 11;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

#navIcon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#navIcon span:nth-child(1) {
  top: 0px;
}

#navIcon span:nth-child(2),
#navIcon span:nth-child(3) {
  top: 9px;
}

#navIcon span:nth-child(4) {
  top: 18px;
}

#navIcon.navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#navIcon.navbar-toggler:not(.collapsed) span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navIcon.navbar-toggler:not(.collapsed) span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navIcon.navbar-toggler:not(.collapsed) span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* End */

/* Login Page */
.user-cls {
  width: 100%;
  min-height: calc(100vh - 76px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f3f3;
  padding: 76px 0.5rem 2rem;
  height: 100%;
}

.user-cls .user-form {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  margin: 0 auto;
  border-radius: 8px;
}

.user-cls .login-form {
  max-width: 460px;
}

.user-cls .login-form.register-form {
  max-width: 700px;
}

.user-cls .user-form .brand-logo img {
  max-width: 132px;
}

.user-cls .user-form a {
  font-weight: 600;
}

.user-cls .login-form.register-form textarea {
  max-height: 106px;
}

/* End */

/* Dashboard Page */
.dashboard {
  min-height: calc(100vh - 76px);
  padding-top: 76px;
  background-color: #f3f3f3;
}

.dashboard .brand-logo img {
  max-width: 120px;
}

.dashboard .navbar .navbar-brand-wrapper {
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  width: 257px;
  height: 60px;
  border-right: 1px solid #e3e3e3;
}

.dashboard .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

.dashboard .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper button {
  border: 0;
  color: #000;
  font-size: 1.5rem;
  padding: 0;
}

.dashboard .navbar {
  background: #ffffff;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #9b9b9b;
  padding-left: 1.062rem;
  padding-right: 1.062rem;
  width: calc(100% - 257px);
  height: 60px;
  border-bottom: 1px solid #e3e3e3;
}

.dashboard .navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dashboard .page-body-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

.dashboard .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.dashboard .navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.dashboard .navbar .navbar-nav .nav-item .count-indicator {
  position: relative;
  font-size: 24px;
}

.dashboard .navbar .navbar-nav .nav-item .count-indicator .icon {
  color: #9b9b9b;
}

.dashboard .navbar .navbar-nav .nav-item img {
  max-width: 24px;
}

.dashboard .navbar .navbar-nav.navbar-nav-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .count-indicator .count {
  position: absolute;
  right: 1px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff4747;
  top: 8px;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 50px;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.dashboard .dropdownAnimation,
.dashboard .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  padding: 6px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:focus,
.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:hover {
  color: #000;
  background-color: #f3f3f3;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-header {
  font-size: 16px;
  color: #000;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail {
  width: 35px;
  height: 35px;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 15px;
}

.dashboard .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon.bg-success {
  background-color: #7a150d !important;
}

.dashboard .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon.bg-warning {
  background-color: #e1ae3b !important;
}

.dashboard .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon.bg-info {
  background-color: #0086bf !important;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 50%;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile .dropdown-toggle {
  margin-left: 1.2rem;
  margin-right: 1.8rem;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  padding: .5rem 1rem;
  cursor: pointer;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-item .icon {
  margin-right: 10px;
  color: #0086bf;
}

.dashboard .navbar .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-content {
  padding-left: 15px;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  max-width: 100%;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile .nav-profile-name {
  margin-left: .5rem;
  margin-right: .5rem;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.dashboard .navbar .navbar-nav .nav-item.nav-profile .fa-chevron-down {
  font-size: 10px;
  color: #000;
}

/* Sidebar Css */
.dashboard .sidebar {
  border-radius: 0px 0px 30px 0px;
  background: #000;
  font-weight: 400;
  padding: 0;
  width: 80px;
  z-index: 111;
  position: fixed;
  height: calc(100vh - 76px);
}

.dashboard .sidebar .nav {
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
}

.dashboard .sidebar .nav:not(.sub-menu) {
  margin-top: 15px;
}

.dashboard .sidebar .nav .nav-item {
  padding: 10px 18px;
  position: relative;
}

.dashboard .sidebar .nav .nav-item a .menu-title {
  background: #fff 0% 0% no-repeat padding-box;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 5px 20px;
  color: #000;
  visibility: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 45px;
  transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -webkit-transition: left 0.4s ease-in-out;
}

.dashboard .sidebar .nav .nav-item:hover a .menu-title {
  visibility: visible;
  left: 50px;
}

.dashboard .sidebar .nav .nav-item .nav-link {
  color: #fff;
  width: 40px;
  min-height: 40px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.dashboard .sidebar .nav .nav-item.active>.nav-link,
.dashboard .sidebar .nav .nav-item:hover>.nav-link {
  background: #fff;
  position: relative;
  color: #000;
}

.dashboard .sidebar .nav .nav-item .nav-link i {
  margin-right: 20px;
  font-size: 18px;
}

/* End Sidebar CSS */
.dashboard .main-panel {
  overflow-y: auto;
  width: calc(100% - 80px);
  margin-left: 80px;
  min-height: calc(100vh - 76px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.dashboard .content-wrapper {
  padding: 30px;
}

.dashboard .content-wrapper .booked-table {
  margin-bottom: 30px;
}

.dashboard .content-wrapper .card {
  margin-top: 20px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
}

.dashboard .content-wrapper .card:first-child {
  margin-top: 0;
}

.dashboard .main-panel .content-wrapper h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.dashboard .content-wrapper .table-responsive {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
}

.dashboard .content-wrapper .table-responsive table {
  margin-bottom: 0;
}

.dashboard .content-wrapper .table-responsive table thead th {
  padding: 20px 30px 14px;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-color: #95989A;
}

.dashboard .content-wrapper .table-responsive table tbody {
  border-top: none;
}

.dashboard .content-wrapper .table-responsive table tbody td {
  padding: 15px 30px;
  vertical-align: middle;
  color: #707070;
  font-size: 14px;
  border-bottom-color: #E8E6E6;
}

.dashboard .content-wrapper .table-responsive table tbody tr:last-child td {
  border-bottom: none;
}

.dashboard .content-wrapper .table-responsive table tbody td a {
  text-decoration: underline;
}

.dashboard .content-wrapper .table-responsive table tbody td:last-child,
.dashboard .content-wrapper .table-responsive table thead th:last-child {
  text-align: right;
}

/*===== Book Appoinment Page CSS Start =====*/
.dashboard .content-wrapper .appointment-form {
  max-width: 750px;
}

.dashboard .content-wrapper .time-schedule span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.dashboard .content-wrapper .upload-file .form {
  max-width: 400px;
}

.dashboard .content-wrapper .upload-file .form .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 42px;
}

.dashboard .content-wrapper .upload-file .form .file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 42px;
  background: #FFDE3B;
  color: #000;
  font-weight: 400;
  z-index: 25;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 25px;
  pointer-events: none;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

.dashboard .content-wrapper .upload-file .form .file-upload-wrapper:hover:before {
  background-color: #E8E6E6;
}

.dashboard .content-wrapper .upload-file .form .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 42px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.dashboard .content-wrapper .upload-file .form .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 6px 88px 6px 15px;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
  height: 42px;
  line-height: 26px;
  border-radius: 25px;
  color: #999;
  font-weight: 300;
  border: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard .content-wrapper a.icon {
  width: 36px;
  height: 36px;
  text-decoration: none;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ECECEC;
  color: #000;
}

.dashboard .content-wrapper a.icon:hover {
  background-color: #FFDE3B;
}

.dashboard .content-wrapper table td ul {
  gap: 5px
}

.dashboard .content-wrapper .basic-info .date {
  max-width: 350px;
}

.dashboard .content-wrapper .info-option {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.dashboard .content-wrapper .message-box {
  margin-bottom: 30px;
}

.dashboard .content-wrapper .message-box .card {
  max-width: 650px;
}

.dashboard .content-wrapper .file {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.dashboard .content-wrapper .file>input[type='file'] {
  display: none
}

.dashboard .content-wrapper .file>label {
  font-size: 20px;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border: 2px dashed #ccc;
  background-color: transparent;
  padding: 22px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .content-wrapper .file>label>svg {
  padding-right: 5px;
  height: 30px;
}

.dashboard .content-wrapper .file--upload>label:hover,
.dashboard .content-wrapper .file--upload>label:active {
  border-color: #FFDE3B;
  background-color: rgba(255, 222, 59, 0.28);
  color: #000;
}

.dashboard .content-wrapper .price {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-color: #FFDE3B;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.08);
}

.dashboard .content-wrapper .selected-treatment {
  border: 1px dashed #000;
  padding: 20px;
  text-align: center;
  min-height: 100px;
  width: 100%;
  max-width: 400px;
  background: rgba(204, 204, 204, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .content-wrapper .selected-treatment label {
  font-size: 18px;
  color: #000;
  max-width: 220px;
}

.dashboard .content-wrapper .treatment-price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

/* End */

/* Doctor Login Screen CSS */
.dr-login .user-form {
  border-radius: 20px;
}

.dr-login .user-form .graphic {
  padding: 65px 0;
}

.dr-login .user-form form {
  height: 100%;
  padding: 20px;
  background: #000;
  border-radius: 20px;
  background-color: #f3f3f3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dr-login .user-form form .form-group {
  width: 100%;
  max-width: 350px;
}

.dr-login .user-form form .form-group .form-control {
  border-radius: 25px;
}

.doctor-pg {
  min-height: 100vh;
}

.doctor-pg .nav-tabs {
  padding: 0 15px;
  border-color: #95989a;
}

.doctor-pg .nav-tabs li {
  padding: 0 15px;
}

.doctor-pg .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 25px 0px 11px;
  position: relative;
  font-weight: 300;
  color: #555;
}

.doctor-pg .nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #000;
}

.doctor-pg .nav-tabs .nav-link.active {
  font-weight: bold;
  color: #000;
}

.doctor-pg .nav-tabs .nav-link.active:after {
  width: 100%;
}

.doctor-pg .tab-content>.tab-pane {
  border: none;
  background: transparent;
}

.doctor-pg .accordion-body {
  padding: 30px;
}

.doctor-pg .accordion-body .detail-form .inner-form,
.doctor-pg .clinical-form .inner-form {
  max-width: 750px;
}

.doctor-pg .form-control {
  border-radius: 25px;
  font-size: 14px;
  line-height: 20px;
}

.doctor-pg .accordion-body .detail-form .form-group label,
.doctor-pg .clinical-form .inner-form .form-group label {
  font-weight: bold;
  color: #000;
}

.doctor-pg .accordion-body h5 {
  font-size: 16px;
  text-transform: uppercase;
}

.doctor-pg textarea.form-control {
  border-radius: 10px;
}

.doctor-pg .content-wrapper .upload-file .form {
  max-width: 100%;
}

.doctor-pg .content-wrapper .availability {
  box-shadow: 0px 0px 6px #00000014;
  gap: 20px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 5px 0;
}

.doctor-pg .content-wrapper .availability .day {
  margin-right: 30px;
  color: #000;
  border: 1px dashed;
  padding: 3px 15px;
  border-radius: 25px;
  font-weight: bolder;
  min-width: 70px;
  text-align: center;
  display: inline-block;
}

.doctor-pg .content-wrapper .availability .hourse ul {
  gap: 25px;
}

.doctor-pg .content-wrapper .availability .hourse ul:not(:last-child) {
  margin-bottom: 10px;
}

.doctor-pg .content-wrapper .availability .hourse ul li:first-child:after {
  content: '-';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  font-size: 22px;
}

.doctor-pg .content-wrapper .availability .hourse li input {
  max-width: 100px;
  border-radius: 8px;
}

.doctor-pg .content-wrapper .availability .hourse ul li:first-child {
  position: relative;
}

.doctor-pg .content-wrapper .availability .hourse li:last-child {
  line-height: 22px;
}

.doctor-pg .content-wrapper .availability .hourse li button {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 22px;
  line-height: 20px;
  color: #777;
}

.doctor-pg .content-wrapper .availability .hourse li button:hover {
  color: #000;
}

.doctor-pg .content-wrapper .filer {
  margin-bottom: 30px;
}

.doctor-pg .content-wrapper .page-item .page-link {
  color: #777;
  font-size: 14px;
  border-color: #e8e6e6;
}

.doctor-pg .content-wrapper .page-item.active .page-link {
  background-color: #FFDE3B;
  color: #000;
  border-color: #FFDE3B;
}

.doctor-pg .content-wrapper .page-link:focus {
  box-shadow: none;
}

.doctor-pg .content-wrapper .accordion-body .table-responsive {
  box-shadow: 0px 0px 6px #00000014;
}

.doctor-pg .content-wrapper .card-box {
  box-shadow: 0px 0px 6px #00000014;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  max-height: 265px;
}

.doctor-pg .content-wrapper .card-box .card-header {
  padding: 10px 20px;
}

.doctor-pg .content-wrapper .card-box .card-body {
  padding: 20px;
  height: calc(100vh - 43px);
  overflow-y: auto;
  max-height: 225px;
}

.doctor-pg .content-wrapper .card-box .card-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctor-pg .content-wrapper .card-box .card-body ul li:not(:last-child) {
  margin-bottom: 10px;
}

.doctor-pg .content-wrapper .card-box .card-body p:not(:last-child) {
  margin-bottom: 10px;
}

.doctor-pg .content-wrapper .history {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ECECEC;
}

.doctor-pg .content-wrapper .history:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.doctor-pg .content-wrapper .history .history-date {
  display: table-cell;
  color: #000;
}

.doctor-pg .content-wrapper .history .history-desc {
  display: table-cell;
  padding-left: 30px;
}

.doctor-pg .accordion-body .consultation {
  margin-top: 5px;
}

.doctor-pg .accordion-body .consultation .card {
  box-shadow: 0px 0px 6px #00000014;
}

.doctor-pg .accordion-body .consultation .card .form-control {
  max-width: 120px;
}

.doctor-pg .content-wrapper select,
.modal-body .form-group select {
  background: url('../images/down-arrow.png') no-repeat;
  background-position: 95%;
  background-size: 14px;
}

.modal-content {
  border: none;
  border-radius: 10px;
}

/* .modal-header{padding: 14px 20px;}
.modal-body{padding: 20px;} */
.doctor-pg .accordion-body .consultation .card label,
.modal-body .form-group label {
  font-weight: bold;
  color: #000;
}

.modal-footer {
  padding: 15px 0 0;
}

.modal-lg,
.modal-xl {
  max-width: 725px;
}

/* Chat Messenger Screen CSS */
.message-area {
  height: 100vh;
  overflow: hidden;
  padding: 30px 0;
  background: #f5f5f5;
}

.message-area .chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 90vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}

.message-area .chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 300px;
  float: left;
  padding: 15px 0;
}

.message-area .chat-area .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
}

.message-area .chat-area .modal-dialog-scrollable {
  height: 100% !important;
}

.message-area .chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #ccc;
}

.message-area .chatbox .modal-dialog,
.message-area .chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.message-area .msg-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message-area .msg-search a.add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  min-width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #fff;
}

.message-area .chat-area .form-control {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.message-area .chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}

.message-area a.add img {
  height: 36px;
}

.message-area .chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  padding: 0;
}

.message-area .chat-header {
  padding: 7px 15px 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.message-area .chat-area .nav-tabs .nav-item {
  width: 100%;
  padding: 0;
}

.message-area .chat-list h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.message-area .chat-list p {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.message-area .chat-list a.d-flex {
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}

.message-area .chat-list .active {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #00DB75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.message-area .chat-list .profile-img,
.message-area .msg-head .profile-img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #ccc;
}

.message-area .chat-list .profile-img img,
.message-area .msg-head .profile-img img {
  border-radius: 100%;
  object-fit: cover;
}

.message-area .msg-head h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.message-area .msg-head p {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.message-area .msg-head {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.message-area .moreoption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.message-area .moreoption .navbar {
  padding: 0;
  width: auto;
  height: auto;
  border: none;
}

.message-area .moreoption li .nav-link {
  color: #000;
  font-size: 16px;
}

.message-area .moreoption .dropdown-toggle::after {
  display: none;
}

.message-area .moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}

.message-area .msg-body ul {
  overflow: hidden;
}

.message-area .msg-body ul li {
  list-style: none;
  margin: 15px 0;
}

.message-area .msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
}

.message-area .msg-body ul li.sender:before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: -6px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.message-area .msg-body ul li.sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}

.message-area .msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.message-area .msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.message-area .msg-body ul li.repaly:before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  bottom: 15px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #000 transparent;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}

.message-area .msg-body ul li.repaly p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #000;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.message-area .msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.message-area .msg-body ul li.repaly:after {
  display: block;
  content: '';
  clear: both;
}

.message-area .time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.message-area li.repaly .time {
  margin-right: 20px;
}

.message-area .divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.message-area .msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}

.message-area .divider:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #EBEBEB;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.message-area .send-box {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.message-area .send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.message-area .send-box .form-control {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.message-area .send-box button {
  border: none;
  min-width: 100px;
  padding: 9px;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 1%;
}

.message-area .send-box button svg {
  margin-right: 5px;
}

.message-area .send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #F6F7FA;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.message-area .send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}

.message-area #upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.message-area .send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #F6F7FA;
  background-clip: padding-box;
  border: 1px solid #F6F7FA;
  border-radius: 3px;
  margin-bottom: 5px;
}

.message-area .send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.message-area .button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

.message-area button:focus {
  outline: 0;
}

.add-apoint {
  display: inline-block;
  margin-left: 5px;
}

.message-area .add-apoint a {
  text-decoration: none;
  background: #F6F7FA;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}

.message-area .add-apoint a svg {
  margin-right: 5px;
}

.message-area .chat-icon {
  display: none;
}

.message-area .closess i {
  display: none;
}

.message-area .chat-header .form-control {
  padding: 6px 20px;
  margin-right: 5px;
}

/* .message-area .chatlist .modal-content .modal-body{padding-left: 0; padding-right: 0;} */