.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #666;
  text-align: left;
}

.tooltip h3 {
  margin: 12px 0;
}

.elipsisGroupInfo {
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px !important;
  text-overflow: ellipsis;
}

.tooltip .right {
  min-width: 200px;
  max-width: 400px;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  transform: translate(0, -50%);
  padding: 0;
  color: #EEEEEE;
  background-color: #444444;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip:hover .right {
  visibility: visible;
  opacity: 1;
}

.tooltip .right img {
  width: 400px;
  border-radius: 8px 8px 0 0;
}

.tooltip .text-content {
  padding: 10px 20px;
}

.tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}

.tooltip .right i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #444444;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/*################################################ Global Styling #########################################*/

html {
  height: 100%;
}

body {
  background-color: #f5f8f8;
  /* background: url("assets/svg/bg.svg") repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0.875rem;
  color: #195659;
  /* background-color: transparent; */
  height: 100%;
  width: 100%;
  /* opacity: 0.8; */
}

/* body::after {
	background-color: #f5f8f8;
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
} */

.no-data {
  top: 50%;
  position: fixed;
  bottom: 50%;
  left: 0;
  right: 0;
  font-size: xx-large;
  font-weight: 500;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #9CB1B3;
  outline: none;
}

.break {
  margin: 2px;
  line-break: normal;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  font-weight: 550;
  padding-bottom: 10px;
  color: #1B676B;
  font-size: 14px;
  min-height: 47px;
  border: 0px;
  background-color: transparent;
}

.form-control:focus {
  border-color: #9CB1B3;
  box-shadow: none;
  outline: 0 none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
}

label {
  /* height: 21px; */
  padding-left: 10px;
  color: #1B676B;
  font-size: 13px;
  line-height: 20px;
}

.form-group input::placeholder {
  height: 24px;
  color: #9CB1B3;
  font-size: 14px;
  line-height: 24px;
}

.form-group textarea::placeholder {
  color: #9CB1B3;
}

::-moz-placeholder {
  height: 24px;
  color: #9CB1B3;
  font-size: 14px;
  line-height: 24px;
}

:-ms-input-placeholder {
  height: 24px;
  color: #9CB1B3;
  font-size: 14px;
  line-height: 24px;
}

:-moz-placeholder {
  height: 24px;
  color: #9CB1B3;
  font-size: 14px;
  line-height: 24px;
}

a {
  color: #9CB1B3;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
button {
  outline: none;
}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email] {
  border: none;
  /* color: #195659; */
  background-color: #f5f8f8;
  height: 47px;
}

.form-group input[type=number] {
  border: none;
  color: #195659;
  background-color: #f5f8f8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: texfield;
  height: 47px;
}

.inline-group input[type=text],
.inline-group input[type=password],
.inline-group input[type=email] {
  border: none;
  font-size: 15px;
  padding-left: 10px;
  background-color: #fff;
  height: 47px;
}

.inline-group select {
  border: none;
  min-width: 100px;
  padding: 0px 30px 0px 15px;
  border-radius: 25px;
  height: 45px;
  font-size: 17px;
  background-color: #fff;
  color: #1B676B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: url("assets/svg/arrow.svg") #fff no-repeat 98.5% !important; */
  /* !important used for overriding all other customisations */
  background: url("../svg/arrow.svg") #fff no-repeat calc(100% - 1px) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group select {
  cursor: pointer;
  border: none;
  padding: 5px 20px;
  border-radius: 25px;
  height: 45px;
  background-color: #f5f8f8;
  color: #1B676B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: url("assets/svg/arrow.svg") #f5f8f8 no-repeat 98.5% !important; */
  /* !important used for overriding all other customisations */
  background: url("../svg/arrow.svg") #f5f8f8 no-repeat calc(100% - 1px) !important;
  /* Better placement regardless of input width */
}

select::-ms-expand {
  display: none;
}

.form-group select:focus,
.inline-group select:focus {
  border: none;
  color: #195659;
  background-color: #f5f8f8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group select option,
.inline-group select option {
  background-color: #1B676B;
  padding: 10px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
}

.form-group select option:focus,
.inline-group select option:focus {
  height: 90px;
  background-color: #55ce63
}

.newField {
  /* margin-left:10px; */
  border: none;
  width: 100%;
  height: 47px;
  text-align: left;
  padding: 0px 20px;
  border-radius: 25px;
  background-color: #f5f8f8;
  color: #1B676B;
}

.newField span {
  padding-left: 20px;
}

.inline-form label {
  display: block;
}

.inline-form input {
  height: 45px;
  display: flex;
  width: 95%;
  padding: 0px 0px;
  display: inline-block;
  border: none;
  background-color: #f5f8f8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #195659;
}

.inline-form i {
  text-align: center;
  height: 47px;
  width: 5% !important;
  font-size: 16px;
  line-height: 47px;
  background-color: #f5f8f8;
}

textarea.form-control {
  background-color: #f5f8f8;
  border: none;
  border-radius: 4px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navbar-nav>li {
  float: left;
  padding: 5px 20px;
}

.form-group {
  margin-bottom: 10px;
}

.display-block {
  display: block;
}

.btn.rounded {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn.focus,
.btn:focus {
  box-shadow: inherit !important;
}

.list-group-item {
  border: 1px solid #eaeaea;
}

.circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #FFF;
  text-align: center;
}

img.header-icon {
  height: 40px;
  width: 40px;
}

/*----------------- Content -----------------------*/

.main-wrapper {
  height: 0 auto;
}

.page-wrapper {
  left: 0;
  margin-left: 255px;
  height: 100%;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-wrapper>.content {
  padding: 100px 100px 50px 20px;
}

.page-wrapper>.content-no-padding {
  padding: 100px 20px;
  margin-left: -20px;
}

.inner-page {
  padding: 20px;
}

.clearfix {
  margin: 10px 0px;
  border-bottom: 2px solid #14484B;
}

/*-------------------------------- Bootstrap Card ------------------------------- */

.card-table.card-table-top .card-body {
  height: 175px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chart-title {
  margin-bottom: 25px;
}

.chart-title h4 {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  color: #195659;
}

.chart-title span {
  color: #1B676B;
}

.card-title>a.btn {
  color: #fff;
}

.card-left {
  display: inline-block;
  width: 75%;
  padding: 5px;
}

.card-left h5 {
  color: #9CB1B3;
  font-weight: 550;
}

.card-right {
  display: inline-block;
  margin-left: auto;
  width: 25%;
  padding: 5px;
}

/* ------------------------------- button class -----------------------------*/

.nod-btn {
  height: 60px;
}

.detailBtn {
  border-radius: 25px;
  height: 47px;
  padding: 0px 20px;
  margin-left: 10px;
  background: transparent;
  color: #1B676B;
  font-size: 14px;
  line-height: 23px;
  width: 300px;
}

.detailBtn span {
  margin-left: auto;
  text-align: right;
  padding-left: 30px;
}

.closeBtn {
  color: #195659;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  padding: 0px 22px 0px 0px;
}

.addBtn {
  color: #fff;
  display: none;
}

.myAccordian {
  display: none;
}

.cross-button {
  display: none;
}

.myAccordian input {
  /* background-color: #E3E9EA; */
  border-radius: 26px;
  margin-left: -16px;
  height: 42px;
  padding-bottom: 1px;
}

.card .card-header {
  color: #195659;
}

form-check-input {
  /* margin-top: .3rem; */
  margin-left: 10px;
}

.btn-primary-one {
  border-radius: 25px;
  padding: 2px;
  min-width: 120px;
  height: 47px;
  font-size: 15px;
  margin-right: 5px;
  background: #195659;
  color: #fff;
}

.btn-primary-one {
  border: 3px solid #195659;
  border-radius: 25px;
  padding: 2px 10px;
  min-width: 120px;
  height: 47px;
  margin-right: 5px;
  background: transparent;
  color: #195659;
}

.btn-primary-two {
  border: 2px solid #195659;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: transparent;
  color: #1B676B;
}

.btn-primary-two i {
  font-size: 30px;
  line-height: 55px;
}

.btn-primary-two svg {
  font-size: 30px;
  margin-top: 10px;
}

.btn-primary-rounded {
  border: 1px solid #55ce63;
  padding: 2px;
}

.btn-primary-four {
  border: 1px solid #ffbc35;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}

.nod-btn:hover,
.nod-btn.active.focus,
.nod-btn.active:focus,
.nod-btn.active:hover,
.nod-btn.focus:active,
.nod-btn:active:focus,
.nod-btn:active:hover,
.open>.dropdown-toggle.nod-btn.focus,
.open>.dropdown-toggle.nod-btn:focus,
.open>.dropdown-toggle.nod-btn:hover {
  background-color: #195659;
  color: #fff;
}

/*-------------------------- Custom CSS for ng-select -----------------------*/

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #fff;
  background-color: #1B676B;
  display: none;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #1B676B;
  color: #fff;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #9CB1B3;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 10px;
}

.ng-select .custom-fix .ng-select-container .ng-value-container .ng-placeholder {
  border-radius: 55px;
  width: 100%;
  height: 47px;
  border: 1px solid #f5f8f8;
  background: #f5f8f8;
}

.ng-select.ng-select-single .ng-select-container {
  color: #1B676B;
  height: 47px;
  border: 4px;
  background-color: transparent;
  /* padding:0px 0px; */
}

.ng-select {
  width: 100%;
  position: relative;
  display: flex;
  box-sizing: border-box;
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
  color: #195659;
  /* height:47px; */
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: #195659;
  padding: 8px 10px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-top: 0px !important;
  vertical-align: middle;
}

.ng-select .ng-select-container {
  background-color: transparent;
  /* border-radius:px */
  border: none;
  min-height: 36px;
  align-items: center;
}

.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 15px;
  padding-bottom: 5px;
  padding-left: 3px;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: none;
  border-width: 5px 5px 2.5px;
}

/*----------------- Custom css Full Calendar -----------------------*/

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  text-align: center;
  border-collapse: separate;
  border-spacing: 10px 10px;
  font-size: 1.2em;
}

.fc-event {
  background: transparent;
  color: #14484B;
  font-weight: 550;
  border: none;
}

.fc-unthemed thead {
  border-color: transparent;
  color: #9CB1B3;
}

.fc th.fc-widget-header {
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed td {
  border-color: transparent;
}

td.fc-day {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border-color: #ccc;
  padding: 20px;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  text-align: center;
}

/*-----------------
	8. Login
-----------------------*/

form.form-signin {
  padding: 20px;
  margin-top: 10px;
}

.account-page {
  display: table-row;
  height: 100%;
  padding: 40px 0;
}

.account-title {
  color: #1B676B;
  font-size: 18px;
  line-height: 29px;
  padding: 15px 0px;
  text-align: center;
}

.account-wrapper {
  background: url("../svg/login_bg.svg") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fafafa;
  display: table;
  table-layout: fixed;
  height: 100%;
  padding: 10px;
  width: 100%;
}

.account-center {
  vertical-align: middle;
  padding-top: 5%;
}

.account-box {
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  max-width: 450px;
  border-radius: 10px;
  padding: 0px;
}

/*.login-logo {*/
/*  display: block;*/
/*  width: 275px;*/
/*  height: 81px;*/
/*  margin: 0 auto;*/
/*  background: url("assets/img/nod-logo.png") no-repeat;*/
/*  -webkit-background-size: cover;*/
/*  -moz-background-size: cover;*/
/*  -o-background-size: cover;*/
/*  background-size: cover;*/
/*  margin-top: 3.9rem;*/
/*  margin-bottom: 0.4rem;*/
/*}*/

.login-text {
  display: block;
  margin: 0 auto;
  padding: 30px 0px;
  padding-bottom: 0;
  text-align: center;
  color: #8AB0B2;
  font-size: 14px;
  line-height: 23px;
}

/*------------ Input -----------------------------*/

input {
  outline: none;
  border: none;
  background: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #adadad;
}

input:-moz-placeholder {
  color: #adadad;
}

input::-moz-placeholder {
  color: #adadad;
}

input:-ms-input-placeholder {
  color: #adadad;
}

/*---------------------------------------------*/

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover:not([disabled]) {
  cursor: pointer;
}

.wrapper-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #E3E9EA;
}

.wrapper-input input[type=text],
input[type=password] {
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  font-size: 14px;
  color: #9CB1B3;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 0 5px;
}

/*---------------------------------------------*/

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  background: #E3E9EA;
}

.focus-input::after {
  font-size: 14px;
  color: #9CB1B3;
  line-height: 20px;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0px;
  padding-left: 5px;
  transition: all 0.4s;
}

.input:focus+.focus-input::after {
  top: -20px;
  font-size: 13px;
}

.input:focus+.focus-input::before {
  width: 100%;
}

.has-val.input+.focus-input::after {
  top: -20px;
  font-size: 14px;
}

.has-val.input+.focus-input::before {
  width: 100%;
}

/*-------------------------- Login Button -----------------*/

.login-form-button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.remember-me {
  padding-top: 30px;
  height: 23px;
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.login-btn {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: flex;
  padding: 10px 40px;
  height: 40px;
  background-color: #1B676B;
  border-radius: 25px;
  transition: all 0.4s;
}

.login-btn:disabled {
  background-color: #9CB1B3;
}

.login-btn:hover:not([disabled]) {
  background-color: #333333;
  color: #fff;
}

/*----------------- Sidebar -----------------------*/

.sidebar {
  top: 0;
  width: 255px;
  background-color: #1B676B;
  bottom: 0;
  z-index: 1054;
  margin-top: 0px;
  position: fixed;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.sidebar.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar-inner {
  padding-top: 120px;
  z-index: 999;
  transition: all 0.2s ease-in-out 0s;
  background-color: #1B676B;
  padding-bottom: 85px;
  height: 100vh;
  overflow: auto;
  /* border-radius: 25px; */
}

.sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 15px;
  height: auto;
  padding: 10px 20px;
  line-height: 25px;
}

.sidebar-menu li a:hover,
.sidebar-menu li.active {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #195659;
}

.sidebar-menu li a:hover i,
.sidebar-menu li a:hover span.circle,
.sidebar-menu li.active a i {
  color: #BEF202;
}

.sidebar-menu li.active a {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  background-color: #195659;
}

.sidebar-menu li.active a span.circle,
.sidebar-menu li a:hover span.circle {
  background-color: #BEF202;
  color: #195659;
  font-weight: 600;
}

.sidebar .sidebar-menu>ul>li>a span {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
  color: #fff;
  margin-left: auto;
}

.sidebar-menu>ul>li {
  position: relative;
  max-width: 245px;
  margin: 5px 0;
}

.sidebar-menu>ul>li>a {
  padding: 15px 20px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li a i {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  min-height: 24px;
  line-height: 18px;
  width: 25px;
  transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li.menu-title a i {
  font-size: 16px;
  text-align: right;
  width: auto;
}

/* details */

.tab-content {
  padding: 20px 10px 20px 0px;
}

table.detail-table {
  width: 100%;
}

table.detail-table tr td:first-child {
  height: 40px;
  color: #1B676B;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  white-space: nowrap;
}

table.detail-table tr td:last-child {
  height: 24px;
  color: #78898B;
  font-size: 14px;
  line-height: 24px;
}

table.detail-table>tbody>tr {
  min-height: 50px;
  line-height: 50px;
  margin-top: 20px;
  border-bottom: 1px dotted #e0e0e0;
}

.break {
  margin-top: 10px;
  height: 4px;
  padding: 1px;
  margin-left: -27px;
  margin-right: -27px;
  background-color: #f5f8f8;
}

.detail-nav {
  float: right;
}

/*-----------------  Header -----------------------*/

.header {
  background-color: #fff;
  width: 96%;
  height: 90px;
  border-radius: 50px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 1054;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  margin-bottom: 10px;
}

.header-left {
  padding: 20px 10px 20px 22px;
  display: inline-flex;
  /* overflow-x: auto;
  overflow-y: hidden; */
}

.header-inner .header-left img {
  padding: 10px 20px 10px 0px;
}

.header-center {
  width: 100%;
  padding: 20px 0px;
  display: inline-flex;
}

.header-right {
  padding: 10px 0px;
  min-width: 80px;
  margin-left: auto;
  justify-items: flex-end;
}

.title {
  /* height: 40px; */
  color: #1B676B;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-breadcrum {
  color: #1B676B;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}

.subtitle {
  margin-top: -5px;
  display: block;
  color: #909E9F;
  font-weight: 550;
  font-size: 14px;
}

.logo {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
}

.logo span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.header .navbar-nav .badge {
  position: absolute;
  right: 7px;
  top: 4px;
}

.header .dropdown-menu>li>a {
  position: relative;
}

.header .dropdown-toggle:after {
  display: none;
}

.header .has-arrow .dropdown-toggle:after {
  display: inline-block;
}

.page-title-box {
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 14px 20px;
}

.page-title-box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.user-menu {
  margin: 0;
  position: relative;
  z-index: 99;
}

.user-menu.nav>li>a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  height: 50px;
}

.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.user-img {
  display: inline-block;
  position: relative;
}

.header .user-img img {
  width: 24px;
}

.user-img .status {
  border: 2px solid #fff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}

.user-menu .user-img .status {
  bottom: 10px;
}

.user-menu .dropdown-menu {
  min-width: 136px;
}

.user-menu .bg-primary {
  background-color: #1B676B !important;
}

.status {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.status.online {
  background-color: #55ce63;
}

.status.offline {
  background-color: #f62d51;
}

.status.away {
  background-color: #faa937;
}

.mobile_btn {
  display: none;
}

.saveBtn {
  border: 3px solid #195659;
  height: 70px;
  min-width: 120px !important;
  color: #1B676B;
  font-size: 14px;
  text-align: center;
  border-radius: 40px;
  vertical-align: middle
}

.dispButton {
  display: none;
}

/* modal box style */

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  color: #1B676B;
}

.subTitle {
  /* margin: 30px 0px; */
  height: 40px;
  width: 100%;
  color: #9CB1B3;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid #9CB1B3;
}

.subTitle input {
  width: 100%;
  padding: 0px 5px;
}

.modal-btn {
  color: #1B676B;
}

/* ------------------------ icons within header --------------------*/

.filter-row {
  border-radius: 0;
  display: flex;
  min-width: 70%;
  /* width:100%; */
  /*
  justify-content: center;
  justify-items: center;
  vertical-align: middle; */
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

.action-label .label {
  display: inline-block;
  min-width: 85px;
  padding: 0.5em 0.6em;
}

.action-label i {
  margin-right: 3px;
}

.action-label .dropdown-menu>li>a {
  padding: 3px 10px;
}

input.search-input {
  width: 100%;
  padding: 0px 5px 10px 15px;
  font-size: 16px;
  line-height: 16px;
  height: 35px;
  color: #195659;
}

select.search-input {
  background-color: transparent;
  padding: 0px 5px 10px 15px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  height: 35px;
  width: 110px;
  color: #195659;
}

select.search-input::-ms-expand {
  display: none;
}

select>option {
  margin-top: 10px;
  color: #fff;
  background-color: #1B676B;
  position: relative;
}

.searching-box {
  display: flex;
  width: 100%;
  background-color: #f5f8f8;
}

/*-----------------  Search  -----------------------*/

.search-data {
  width: 100%;
  display: flex;
  background-color: #14484B;
  color: #fff;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -20px;
}

.add-patient {
  border-top: 2px solid #1B676B;
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-shadow: #14484B;
  background-color: #14484B;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*-----------------  Table -----------------------*/

table.nod-table {
  color: #78898B;
  width: 99.5%;
  /* border-spacing: 0em 1em;
    border-collapse: separate; */
}

thead {
  position: sticky;
  top: 0;
}

table.nod-table tbody tr td:first-child i {
  color: #1B676B;
  float: right;
  font-size: 25px;
  margin-right: -30px;
  text-align: right;
  padding-top: 5px;
}

table.nod-table tbody tr td i {
  color: #1B676B;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
  padding-top: 5px;
}

table.nod-table tbody tr td.border-cell {
  line-height: 45px;
  border-right: 2px solid #1B676B;
  width: 110px;
  height: 60px;
  /* border-top:20px solid transparent; */
}

table.nod-table tbody tr.current td.border-cell,
table.nod-table tbody tr.activated td.border-cell {
  line-height: 45px;
  border-top: none;
  border-right: 2px solid #1B676B;
  width: 110px;
  height: 60px;
  border-bottom: 20px solid #fff;
}

/* table.nod-table tbody  tr td.border-cell {
	line-height:40px;
	border-right:2px solid #1B676B;
	width:110px;

} */

.action {
  width: 25%;
  text-align: right;
  padding: 0px 20px;
  background: none;
}

table.nod-table tbody tr {
  background: transparent;
  padding: 10px;
  height: 75px;
  border-collapse: separate;
  /* border-bottom:15px solid transparent; */
}

table.nod-table>thead>tr {
  color: #9CB1B3;
  /* border-bottom:2px solid #BEF202; */
}

table.nod-table>thead>tr>th {
  color: #9CB1B3;
  font-size: 14px;
  line-height: 14px;
}

table.nod-table>tbody>tr>td,
table.nod-table>table>tbody>tr>th,
table.nod-table>table>tfoot>tr>td,
table.nod-table>table>tfoot>tr>th,
table.nod-table>thead>tr>td {
  padding: 10px 20px;
  vertical-align: middle;
}

table.patient-table {
  color: #78898B;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5em;
}

table.patient-table>thead>tr {
  padding: 10px;
  border: none;
  cursor: default;
}

table.patient-table>tbody>tr {
  background-color: #fff;
  height: 65px;
}

table.patient-table>tbody>tr>td,
table.patient-table>table>tbody>tr>th,
table.patient-table>table>tfoot>tr>td,
table.patient-table>table>tfoot>tr>th,
table.patient-table>thead>tr>td {
  padding: 10px 30px;
  vertical-align: middle;
  cursor: pointer;
}

/* bs-datepicker-container .bs-datepicker-container bs-days-calendar-view{
	width:500px;
	overflow:auto;
} */

table.nod-table thead>tr>th,
table.patient-table thead>tr>th {
  font-weight: 500;
  padding: 10px 30px;
  font-size: 14px;
  vertical-align: middle;
  cursor: default;
  color: #9CB1B3;
}

.clearfix {
  margin-bottom: 20px;
}

.patient {
  width: 20%;
}

/* Appointment css */

.nav-tabs>li>a {
  margin-right: 0;
  color: #195659;
  border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  border-color: transparent;
  color: #14484B;
}

.nav-tabs.nav-justified>li>a {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
  border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a {
  color: #195659;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
  background-color: #1B676B;
  border-color: #195659;
  color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
  padding: 10px 20px;
  border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a span {
  margin-left: auto;
  padding-left: 30px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
  border-radius: 50px;
}

.nav-tabs-justified>li>a {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
  border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid>li>a {
  border-color: transparent;
}

.delete-confirm-dialog-mat-dialog-container mat-dialog-container{
  background-color: #FFF;
  width: 675px;
  height: 200px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.skip-this-step-mat-dialog-container mat-dialog-container{
  background-color: #FFF;
  max-width: 50%;
  min-height: 250px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto
}

.year-confirmation-mat-dialog-container mat-dialog-container{
  background-color: #FFF;
  width: 450px;
  height: 150px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-confirmation-mat-dialog-container mat-dialog-container{
  background-color: #FFF;
  width: 550px;
  height: 150px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


/*-----------------
	42. Responsive
-----------------------*/

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) and (max-width: 1440px) {
  .header-left {
    /* line-height: 50px; */
    padding: 20px 15px;
    display: inline-flex;
  }

  .header-left .title {
    /* min-width: 150px;
    max-width: 200px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-tab {
    justify-content: flex-end !important;
  }

  .page-wrapper>.content {
    padding: 100px 10px 20px 0px;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1280px) {
  .header-left {
    /* line-height: 50px; */
    padding: 20px 15px;
    display: inline-flex;
  }

  .header-left .title {
    min-width: 150px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-tab {
    justify-content: flex-end !important;
  }

  .page-wrapper>.content {
    padding: 100px 10px 20px 0px;
  }

  .sidebar {
    width: 200px;
  }

  .page-wrapper {
    margin-left: 200px;
  }

  .container-fluid {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
  }

  .header-center {
    width: 100%;
    padding: 20px 0px;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper>.content {
    padding: 20px;
  }

  .page-wrapper>.content-no-padding {
    margin-left: 0px;
  }

  .sidebar {
    background-color: transparent;
    bottom: 0;
    position: fixed;
    transition: all 0.4s ease;
    margin-left: -225px;
    width: 225px;
  }

  .sidebar.opened {
    margin-left: 0;
    transition: all 0.4s ease;
    background-color: transparent;
    bottom: 0;
    position: fixed;
  }

  .header {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #1B676B;
    position: fixed;
    top: 0;
    border-radius: 0px;
    z-index: 1054;
    width: 100%;
    margin: 0 auto;
  }

  .header-left {
    padding: 0px 60px;
  }

  .header-left .title {
    font-size: 20px;
    min-width: 50vh;
    line-height: 60px;
    color: #fff;
    padding-left: 10px;
    font-weight: 600;
    white-space: nowrap;
    /* overflow: hidden;
    text-overflow: ellipsis; */
  }

  .btn-primary-one {
    margin-top: 10px;
  }

  .header-center {
    display: none;
  }

  .tab-content {
    padding: 10px;
  }

  /* Responsive buttons */
  .addBtn {
    font-size: 25px;
    line-height: 25px;
    display: flex;
    padding: 12px;
    margin-left: auto;
    color: #fff;
    position: fixed;
    right: 5px;
    top: 10px;
  }

  .myAccordian {
    display: block;
    color: #1B676B;
    background: #fff;
    /* height: 50px; */
  }

  .cross-button {
    display: block;
    position: absolute;
    left: 21px;
    font-size: 45px;
    color: #ffffff;
  }

  .main-wrapper {
    height: 100%;
    width: 100%;
  }

  .sidebar-inner {
    padding-top: 80px;
    bottom: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
  }

  a.mobile_btn:hover {
    color: #fff;
  }

  a.mobile_btn:active {
    color: #BEF202;
  }

  .saveBtn {
    height: 40px;
    color: #BEF202;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
    border-color: #BEF202;
  }

  /* .header-right {
    display: none;
  } */
  a.mobile_btn {
    color: #fff;
  }

  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }

  .card-title {
    font-size: 1.12em;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .week-calendar {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .page-wrapper>.content,
  .page-wrapper>.content-no-padding {
    padding: 0px;
  }

  .closeBtn {
    margin-right: auto;
    color: #fff;
    position: fixed;
    right: 10px;
    line-height: 60px;
    /* padding: 0px 10px; */
  }

  .addBtn {
    font-size: 25px;
    line-height: 25px;
    display: flex;
    padding: 12px;
    margin-left: auto;
    color: #fff;
    position: fixed;
    right: 15px;
    top: 10px;
  }

  .myAccordian {
    display: block;
    color: #f5f8f8
  }

  .cross-button {
    display: none;
  }

  .main-wrapper {
    height: 100%;
    width: 100%;
  }

  .sidebar-inner {
    padding-top: 80px;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
  }

  /* .header-right {
    display: none;
  } */
  .panel {
    width: 100%;
  }

  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }

  .sidebar-menu li.active a {
    color: #fff;
    background-color: #195659;
    margin-right: 20px;
  }

  .mobile_btn {
    display: block;
  }

  .page-title-box {
    display: none;
  }

  .main-wrapper {
    width: 100%;
    height: 100%;
  }

  .page-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
  }

  .slide-nav .sidebar {
    margin-left: 0;
  }

  a.mobile_btn {
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 25px;
    padding: 15px 10px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    width: 60px;
    z-index: 10;
  }

  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }

  #toggle_btn {
    display: none;
  }

  .page-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .skip-this-step-mat-dialog-container mat-dialog-container{
    max-width: 70%;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .page-wrapper>.content {
    padding: 20px;
  }

  .page-wrapper>.content-no-padding {
    margin-left: 0px;
  }

  .sidebar {
    background-color: transparent;
    bottom: 0;
    position: fixed;
    transition: all 0.4s ease;
    margin-left: -225px;
    width: 225px;
  }

  .sidebar.opened {
    margin-left: 0;
    transition: all 0.4s ease;
    background-color: transparent;
    bottom: 0;
    position: fixed;
  }

  .header {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #1B676B;
    position: fixed;
    top: 0;
    border-radius: 0px;
    z-index: 1054;
    width: 100%;
    margin: 0 auto;
  }

  .header-left {
    padding: 0px 60px;
  }

  .header-left .title {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    padding-left: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .btn-primary-one {
    margin-top: 10px;
  }

  .header-center {
    display: none;
  }

  .tab-content {
    padding: 10px;
  }

  /* Responsive buttons */
  .addBtn {
    font-size: 25px;
    line-height: 25px;
    display: flex;
    padding: 12px;
    margin-left: auto;
    color: #fff;
    position: fixed;
    right: 5px;
    top: 10px;
  }

  .myAccordian {
    display: block;
    color: #f5f8f8
  }

  .cross-button {
    display: block;
    position: absolute;
    left: 21px;
    font-size: 45px;
    color: #ffffff;
  }

  .main-wrapper {
    height: 100%;
    width: 100%;
  }

  .sidebar-inner {
    padding-top: 80px;
    bottom: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
  }

  a.mobile_btn:hover {
    color: #fff;
  }

  a.mobile_btn:active {
    color: #BEF202;
  }

  .dispButton {
    margin-left: auto;
    display: flex;
    padding-bottom: 20px;
  }

  .saveBtn {
    height: 40px;
  }

  /* .header-right {
    display: none;
  } */
  a.mobile_btn {
    color: #fff;
  }

  .notifications:before,
  .notifications:after {
    right: 60px;
  }

  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }

  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }

  .nav-tabs.nav-justified>li>a.active,
  .nav-tabs.nav-justified>li>a.active:hover,
  .nav-tabs.nav-justified>li>a.active:focus {
    border-color: transparent transparent transparent #1B676B;
    border-left-width: 2px;
  }

  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  .nav-tabs .nav-item {
    margin-bottom: 0;
  }

  .nav-tabs>li>a {
    border-width: 2px;
    border-left-color: transparent;
  }

  .nav-tabs .nav-link {
    border-width: 2px;
  }

  .nav-tabs>li>a:hover,
  .nav-tabs>li>a:focus {
    background-color: #fafafa;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active,
  .nav-tabs>li>a.active,
  .nav-tabs>li>a.active:hover,
  .nav-tabs>li>a.active:focus {
    background-color: #f5f5f5;
    border-color: transparent transparent transparent #1B676B;
    border-left-width: 2px;
  }

  .nav-tabs>li.open:not(.active)>a,
  .nav-tabs>li.open:not(.active)>a:hover,
  .nav-tabs>li.open:not(.active)>a:focus {
    background-color: #fafafa;
  }

  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }

  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }

  .nav-tabs.nav-tabs-solid>li>a {
    border-left-width: 0 !important;
  }

  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }

  .nav-tabs-justified>li>a.active,
  .nav-tabs-justified>li>a.active:hover,
  .nav-tabs-justified>li>a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #1B676B;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.17em;
  }

  h4 {
    font-size: 1.12em;
  }

  h5 {
    font-size: .83em;
  }

  h6 {
    font-size: .75em;
  }

  .page-title {
    font-size: 1.2em;
    padding-top: 10px;
  }

  .card-title {
    font-size: 1.12em;
  }

  .blog-view .blog-title {
    font-size: 24px;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .week-calendar {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .title>.second-div {
    display: none;
  }

  .page-wrapper>.content,
  .page-wrapper>.content-no-padding {
    padding: 20px 20px 20px 20px;
  }

  .closeBtn {
    margin-right: auto;
    color: #fff;
    position: fixed;
    right: 10px;
    line-height: 60px;
    padding: 18px 10px;
  }

  .addBtn {
    font-size: 25px;
    line-height: 25px;
    display: flex;
    padding: 12px;
    margin-left: auto;
    color: #fff;
    position: fixed;
    right: 5px;
    top: 10px;
  }

  .myAccordian {
    display: block;
    color: #f5f8f8
  }

  .cross-button {
    display: none;
  }

  .main-wrapper {
    height: 100%;
    width: 100%;
  }

  .sidebar-inner {
    padding-top: 80px;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
  }

  .dispButton {
    margin-left: auto;
    display: flex;
    padding-bottom: 20px;
  }

  .saveBtn {
    height: 40px;
  }

  /* .header-right {
    display: none;
  } */
  .panel {
    width: 100%;
  }

  .panel-body {
    margin-right: 0px;
  }

  .profile-info-left {
    border-right: none;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .card-left {
    width: 70%;
    padding: 2px;
  }

  .card-right {
    width: 30%;
    padding: 10px;
  }

  .card-right button {
    margin-top: 10px;
  }

  .profile-rightbar {
    display: inline-block !important;
  }

  .message-view.chat-view {
    width: 100%;
  }

  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }

  .sidebar-menu li.active a {
    color: #fff;
    background-color: #195659;
    margin-right: 20px;
  }

  .card-right a {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .mobile_btn {
    display: block;
  }

  .page-title-box {
    display: none;
  }

  .main-wrapper {
    width: 100%;
    height: 100%;
  }

  .page-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
  }

  .slide-nav .sidebar {
    margin-left: 0;
  }

  a.mobile_btn {
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 25px;
    padding: 15px 10px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    width: 60px;
    z-index: 10;
  }

  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }

  #toggle_btn {
    display: none;
  }

  .page-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .login-text{
    padding-bottom: 60px;
  }

  .skip-this-step-mat-dialog-container mat-dialog-container{
    max-width: 75%;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .elipsisGroupInfo {
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px !important;
    text-overflow: ellipsis;
  }

  .mat-dialog-container {
    padding: 24px 15px !important;
  }

  td {
    word-break: break-word;
  }

  .borderBottomNone {
    border-bottom: none !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .page-wrapper>.content {
    padding: 0px;
  }

  input.appointment {
    font-size: 10px;
  }

  .page-wrapper>.content-no-padding {
    margin-left: 0px;
  }

  .sidebar {
    background-color: transparent;
    bottom: 0;
    position: fixed;
    transition: all 0.4s ease;
    margin-left: -100%;
    width: 100%;
  }

  .sidebar.opened {
    margin-left: 0;
    transition: all 0.4s ease;
    background-color: transparent;
    bottom: 0;
    position: fixed;
  }

  .header {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #1B676B;
    position: fixed;
    top: 0;
    border-radius: 0px;
    z-index: 1054;
    width: 100%;
    margin: 0 auto;
  }

  .header-left {
    padding: 0px 60px;
  }

  .header-left .title {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    padding-left: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .btn-primary-one {
    margin-top: 10px;
  }

  .header-center {
    display: none;
  }

  .tab-content {
    padding: 10px;
  }

  .cross-button {
    display: block;
    position: absolute;
    left: 21px;
    font-size: 45px;
    color: #ffffff;
  }

  .sidebar-inner {
    padding-top: 80px;
    bottom: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
  }

  a.mobile_btn:hover {
    color: #fff;
  }

  a.mobile_btn:active {
    color: #BEF202;
  }

  .dispButton {
    margin-left: auto;
    display: flex;
    padding-bottom: 20px;
  }

  .saveBtn {
    height: 40px;
  }

  /* .header-right {
    display: none;
  } */
  a.mobile_btn {
    color: #fff;
  }

  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }

  .page-title {
    font-size: 1.2em;
    padding-top: 10px;
  }

  .card-title {
    font-size: 1.12em;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .week-calendar {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .title>.second-div {
    display: none;
  }

  .page-wrapper>.content,
  .page-wrapper>.content-no-padding {
    padding: 20px 20px 20px 20px;
  }

  .closeBtn {
    margin-right: auto;
    color: #fff;
    position: fixed;
    right: 10px;
    line-height: 60px;
    padding: 18px 10px;
  }

  .addBtn {
    font-size: 25px;
    line-height: 25px;
    display: flex;
    padding: 12px;
    margin-left: auto;
    color: #fff;
    position: fixed;
    right: 5px;
    top: 10px;
  }

  .myAccordian {
    display: block;
    color: #f5f8f8
  }

  .cross-button {
    display: none;
  }

  .sidebar-inner {
    padding-top: 80px;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
  }

  .dispButton {
    margin-left: auto;
    display: flex;
    padding-bottom: 20px;
  }

  .saveBtn {
    height: 40px;
  }

  /* .header-right {
    display: none;
  } */
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }

  .sidebar-menu li.active a {
    color: #fff;
    background-color: #195659;
    margin-right: 20px;
  }

  .mobile_btn {
    display: block;
  }

  .main-wrapper {
    width: 200px;
    height: 100%;
  }

  .page-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
  }

  .slide-nav .sidebar {
    margin-left: 0;
  }

  a.mobile_btn {
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 25px;
    padding: 15px 10px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    width: 60px;
    z-index: 10;
  }

  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }

  #toggle_btn {
    display: none;
  }

  .page-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .login-btn{
    font-size: 14px;
    line-height: 1.7;
    padding: 7px 20px;
  }
  .login-text{
    padding-bottom: 60px;
  }

  .delete-confirm-dialog-mat-dialog-container mat-dialog-container{
    max-width: 100%;
    height: 225px;
  }
  .skip-this-step-mat-dialog-container mat-dialog-container{
    max-width: 100%;
    height: 350px;
  }
}

/**
RESPONSIVE FINISH
**/

.error {
  background-color: red;
  position: fixed;
  color: #fff;
  z-index: 1111;
  font-weight: 600;
  top: 5%;
  right: 5%;
}

.success {
  background-color: #14484B;
  position: fixed;
  color: #fff;
  z-index: 1111;
  font-weight: 600;
  top: 5%;
  right: 5%;
}

.panel {
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
}

.panel-body {
  font-size: 15px;
  color: #195659;
  margin-right: 10%;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: none;
  border-radius: 5px;
}

a.nav-link:hover {
  background-color: #fff;
}

/* }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #fff;
} */

a.nav-link .active {
  border-bottom: 5px solid #195659;
}

/* Date Picker */

.bs-datepicker-body table td.week span {
  color: #1B676B !important;
}

.bs-datepicker-body table td span.selected,
.bs-datepicker-head,
.bs-datepicker-head,
.bs-datepicker button:active,
.bs-datepicker-body table td.selected span,
.bs-datepicker-body table td span[class*="select-"]:after,
.bs-datepicker-body table td[class*="select-"] span:after,
.bs-datepicker-body table td.active-week span:hover {
  background-color: #1B676B !important;
}

.swal-text {
  text-align: center;
}

.swal-button {
  background: transparent;
  color: #fff;
  border-radius: 0px;
  font-weight: 600;
  padding: 15px;
  font-size: 16px;
  width: 200px;
}

.swal-button:not([disabled]):hover {
  color: #fff;
  background-color: #195659;
  /* border:1px solid #14484B; */
}

.swalSuccess {
  background-color: green;
}

.swalError {
  background-color: red;
}

.swalWarning {
  background-color: yellow;
}

.swal-footer {
  text-align: center;
  padding-top: 13px;
  margin-top: 13px;
  padding: 13px 16px;
  /* border-radius: inherit; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.detail-card {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 3%;
}

.second-div {
  color: #909E9F;
}

img.rounded-image {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  margin-top: 20px;
  border-radius: 50%;
}

/* Spinner */

.mySpinner {
  display: block;
  margin: 0 auto;
  justify-items: center;
}

.middle-spinner {
  width: 100%;
  display: flex;
}

/** Appointment Model **/

.spaciality {
  /* margin-left: -7px; */
  border: solid 3px #000;
}

.spacialityTitle {
  padding: 10px;
  /* border: 1px solid; */
  background-color: #f5f8f8;
  color: #1B676B;
}

.selectPatient {
  margin-left: 7px;
  border: solid 3px #000
}

.spaciality-form {
  background-color: #1B676B;
  /* padding: 10px */
}

.spaciality-form input {
  border-bottom: 2px solid black;
  width: 100%;
  color: #fff;
  font-size: large;
}

.spaciality-form-item {
  padding-top: 15px;
  color: #ffffff;
  font-size: large;
  cursor: pointer;
}

.spaciality-form-item .col-md-4 {
  font-weight: 400;
  font-size: medium;
}

.spaciality-form-item .col-md-3 {
  font-weight: 400;
  font-size: medium;
}

.spaciality-form1 {
  background-color: rgb(247, 49, 0);
  padding: 10px;
  border: 2px solid #1B676B
}

.spaciality-form1 input {
  border-bottom: 2px solid black;
  width: 100%;
  font-size: large;
}

.spaciality-form1-item {
  padding-top: 15px;
  color: #ffffff;
  font-size: large;
  cursor: pointer;
}

.spaciality-form1-item .col-md-4 {
  font-weight: 400;
  font-size: medium;
}

.spaciality-form1-item .col-md-3 {
  font-weight: 400;
  font-size: medium;
}

.provider-title {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: large;
}

.disableDiv {
  pointer-events: none;
}

.enableDiv {
  cursor: pointer;
}

.mat-snack-bar-container {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.mat-snack-bar-handset .mat-snack-bar-container {
  margin-top: 40px !important;
}

simple-snack-bar span {
  overflow: hidden;
  text-overflow: ellipsis;
}

img.rounded-circle {
  width: 100px;
  height: 100px;
  margin-top: 0px;
}

.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: .2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/*	Cursor Pointer */

.c-p {
  cursor: pointer !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #1B676B;
  font-weight: 600;
  /* border-bottom:1px solid #14484B; */
}

.navbar-light .navbar-nav .nav-link.active {
  color: #BEF202;
  font-size: 16px;
  font-weight: 550;
}

@media screen and (max-width: 1023px) {
  .page-wrapper{
    margin-top: 3rem;
  }
  .btn-primary-two {
    border: 2px solid #BEF202;
    color: #BEF202 !important;
    width: 45px;
    height: 45px;
    padding: 5px;
    padding-left: 5px;
  }
  .btn-primary-two svg {
    font-size: 30px;
    text-align: center;
    color: #BEF202;
    margin: 0;
  }

  .header-right {
    padding: 2px 10px 2px 10px;
  }

  .btn-primary-two i {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #BEF202;
  }

  .closeBtn {
    display: none;
  }

  .header {
    line-height: 50px;
  }
}

.e-calendar .e-content td.e-selected span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
  background-color: #BEF202;
  border: none;
  border-radius: 50%;
  color: #fff;
}

.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover {
  background-color: #BEF202;
}

.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span {
  background-color: #BEF202;
}

span.e-day:active {
  background-color: #1b676b;
}

.e-calendar .e-content td.e-selected span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
  background-color: #1b676b;
}

.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
.e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
  background-color: #1b676b;
}

.e-calendar .e-content td.e-today.e-selected span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day,
.e-calendar .e-content td.e-today span.e-day,
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day,
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day {
  background-color: #1b676b;
  border: 1px solid #BEF202;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.e-range-header {
  display: none;
}

.e-date-wrapper {
  color: #1B676B;
}

.e-daterangepicker.e-popup .e-calendar .e-header .e-title,
.e-calendar th {
  color: #1B676B;
}

.e-weekend {
  color: red;
}

td.e-cell {
  color: #195659;
}

.e-control,
.e-css {
  font-size: 14px;
  color: #1B676B;
}

.e-daterangepicker.e-popup .e-presets,
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets {
  color: #1b676b;
  font-size: 15px;
  font-weight: 600;
}

.e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
  color: #BEF202;
  font-size: 15px;
  font-weight: 600;
}

.e-calendar .e-content span,
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
  color: #1B676B;
}

.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary,
.e-btn.e-flat,
.e-css.e-btn.e-flat {
  color: #1B676B;
  border-radius: 10px;
  text-transform: initial;
  /* padding:5px; */
}

.e-btn.e-flat.e-primary:disabled,
.e-css.e-btn.e-flat.e-primary:disabled {
  display: none;
}

.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary:hover,
.e-btn.e-flat,
.e-css.e-btn.e-flat:hover,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before {
  color: #195659;
}

.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before {
  background-color: #fff;
}

.tooltip-common {
  background-color: #FFF !important;
  border: none !important;
  text-align: center;
  font-size: 17px !important;
  font-weight: 400 !important;
  border-radius: 25px !important;
  right: 0;
  color: #4e5a5c !important;
}

.password-eye {
  position: relative;
  left: 95%;
  cursor: pointer;
  bottom: 35px;
}

td {
  word-break: break-word;
}

.required-field:after {
  content: "*";
  color: red;
  padding: 5px;
}

/*
*  Adding CSS for modals ->  Appointment booking
*/


.group-name {
  position: absolute;
  text-align: center;
  display: block;
  padding: 0;
}

.close-moodal {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer;
  padding-right: 1px;
  padding-top: 0;
}

.close-moodal i {
  padding: 5px 5px 5px 5px;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 0;
  color: #9CB1B3;
  line-height: 25px;
  vertical-align: middle;
}

.subTitle {
  margin: 30px 0px;
  height: 40px;
  width: 100%;
  color: #9CB1B3;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid #9CB1B3;
}

.subTitle input {
  width: 100%;
  padding: 0px 5px;
}

.modal-btn {
  color: #1B676B;
}

.modal__heading {
  color: #1B676B;
  font-size: large;
  padding-left: 20px;
}

.register-box {
  background-color: #fff;
  border: 1px solid #dde4e5;
  max-width: 60%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0px;
}

.signup-form-header {
  text-align: center;
  margin: 0 10px;
  padding: 0 10px;
}

.signup-form-header h1 {
  font-size: 1.875rem;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.border1 {
  border-right: 1px solid #bdcbcc;
  margin: 5px 0px 0px;
}

input[type=text] {
  width: 100%;
  height: 36px;
  background: transparent;
  border-bottom: 2px solid #bdcbcc;
}

.model__input {
  width: 100%;
  height: 35px;
  background: transparent;
  border-bottom: 2px solid #bdcbcc;
}

.model-body-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

select {
  margin: 5px;
}

/* h5, li {
	color: #798282;
} */

.close-moodal {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer;
  padding-right: 1px;
  padding-top: 0;
}

.close-moodal i {
  padding: 5px 5px 5px 5px;
}

.list-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #1B676B;
}

.list-style label {
  color: #000000ab;
}

.list-style i {
  padding: 5px;
}

.list-style li h4 {
  color: #14484b;
}

.black-color {
  color: #505B5C;
}

.font-10 {
  font-size: 10px;
}

.font-15 {
  font-size: 15px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px !important;
}

.model-btn {
  justify-content: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: flex;
  height: 35px;
  background-color: #1B676B;
  border-radius: 25px;
  transition: all 0.4s;
  cursor: pointer;
  width: 100px;
}

.model-btn:hover {
  background-color: #195659;
}

img.show-image {
  height: 200px;
  margin: 0 auto;
  display: block;
}

.text-underline {
  text-decoration: underline;
  color: #9CB1B3;
  font-size: 12px;
  cursor: pointer;
}

.ret-patient {
  color: #819192;
  font-size: 14px;
}

.group-name {
  position: absolute;
  text-align: center;
  display: block;
  padding: 0;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-outer-circle {
  border-color: #819192 !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #819192 !important;
}

.mat-calendar-body-selected {
  background-color: #195659 !important;
  color: #fff;
}

.mat-calendar-body-today {
  border: none;
  background-color: #E3F0F0
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border: none;
}

.mat-button {
  font-size: 18px !important
}

.mat-calendar-body-cell {
  font-size: 16px !important;
}

.mat-calendar-body-cell-content {
  height: 70% !important;
  width: 70% !important;
}

.mat-calendar-table-header th {
  font-size: 14px !important;
}

.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: .2em solid #9CB1B3;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.cdk-overlay-container {
  z-index: 5000 !important;
}

.f-w-6 {
  font-weight: 600 !important;
}

.password-eye {
  position: absolute;
  right: 1%;
  top: 37%;
  cursor: pointer;
}

.required-field:after {
  content: "*";
  color: red;
  padding: 5px;
}

.gray-label {
  color: #819192;
  font-size: 14px;
}

.btn-primary-dark {
  border-radius: 25px;
  padding: 10px 35px;
  margin-right: 10px;
  background: #FFF;
  color: #1b676b;
  border: 2px solid #1b676b;
}

.btn-primary-dark:hover {
  background-color: #BEF202;
  color: #1b676b;
}

.btn-cancel {
  border-radius: 25px;
  padding: 10px 35px;
  margin-right: 5px;
  background: #FFF;
  color: #78898B;
  border: 2px solid #E3F0F0;
}

.btn-cancel:hover {
  border: 2px solid #1b676b;
  background-color: #E3F0F0;
  color: #1B676B;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #195659 !important;
}

mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #408185 !important
}

.mat-checkbox-checked.mat-accent .mat-checkbox-ripple .mat-ripple-element {
  opacity: 0.03 !important;
  background-color: #195659 !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #195659;
}

.v-num{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-top: 5px;
  color: #BEF202;
  font-size: 14px;
}
.checkbox-container{
  padding-left: 12%;
}

.check-block{
  padding-top: 2%;
  padding-left: 27%;
  padding-right: 15%;
  overflow: hidden;
}

.checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 2rem;
  color: #1B676B;
  cursor: pointer;
}

.checkbox--disabled {
  color: 959495;
}

.checkbox__control {
  display: inline-grid;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 0.09em solid currentColor;
}

.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}

.checkbox__label {
  line-height: normal;
  font-size: 1.5rem;
}

.checkbox__input>* {
  grid-area: checkbox;
}

.checkbox__input input {
  opacity: 0;
  width: 1em;
  height: 1em;
}

.checkbox__input input:focus+.checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.checkbox__input input:checked+.checkbox__control svg {
  transform: scale(1);
}

.checkbox__input input:disabled+.checkbox__control {
  color: var(--disabled);
}

.checkbox-block {
  margin: 1rem 0;
  height: auto;
}

.info-icon {
  padding: 10px;
  padding-left: 1rem;
  color: #9cb1b3;
}

.initial-buttons .with-button .mat-radio-label-content{
  color: #fff;
  font-size: 1rem;
}
.initial-buttons .with-button .mat-radio-checked .mat-radio-outer-circle {
  border-color: #fff !important;
  background-color: #1B676B;
}

.initial-buttons .with-button .mat-radio-outer-circle {
  border-color: #fff !important;
  /* background-color: #1B676B; */
}
.initial-buttons .with-button .mat-radio-inner-circle {
  background-color: #fff !important;
}

@media (min-width: 320px) and (max-width: 568px) {
  .initial-buttons .with-button  .mat-radio-label-content{
    color: #fff;
    font-size: 0.85rem;
    white-space: pre-wrap;
  }
}

@media (min-width: 0px) and (max-width: 320px) {
  .with-button  .mat-radio-label-content{
    color: #fff;
    font-size: 0.75rem;
    white-space: pre-wrap;
  }
}
/* .skip-this-step-mat-dialog-container mat-dialog-container{
    background-color: #FFF;
    max-width: 50%;
    min-height: 250px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	margin: auto
} */

/* table tbody tr td .mat-radio-button .mat-radio-label .mat-radio-label-content{
	color: #fff;
	font-size: 1rem;
}
table tbody tr td  .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle, .mat-radio-outer-circle {
	border-color: #fff !important;
	background-color: #1B676B;
}
table tbody tr td .mat-radio-button.mat-accent .mat-radio-inner-circle {
	background-color: #fff !important;
} */

table tbody tr td .mat-radio-outer-circle {
  border-color: #B9CACA !important;
}

table tbody tr td .mat-radio-button.mat-accent .mat-radio-inner-circle{
  background-color: #1B5C5F !important;
}

table tbody tr td .mat-radio-label-content{
  color: #3F4F50;
  font-size: 0.938rem;
  font-weight: 400;
}

@media (max-width:768px){
  table tbody tr td .mat-radio-label-content{
    font-size: 0.75rem;
  }
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-10 {
  margin-top: 10px;
}

.modal {
  overflow: auto;
  height: 100vh;
  background: rgba(0,0,0,0.2);
}

.m-b-30 {
  margin-bottom: 30px;
}

.tool-wrapper {
  text-transform: uppercase;
  /* background: #ececec; */
  cursor: pointer;
  font-size: 16px;
  /* margin: 100px 75px 10px 75px; */
  padding:0px;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
}

.tool-wrapper i {
  color: #1b676b;
  cursor: pointer;
}

.tool-wrapper .tooltip ul {
  padding: 0px;
}

.tool-wrapper .tooltip ul li {
  list-style-type: none;
}

.tool-wrapper i:hover, .tool-wrapper:hover i {
  color: #BEF202;
  cursor: pointer;
}

.tool-wrapper .tooltip-top {
  background: #1b676b;
  border-radius: 4px;
  min-width: 350px;
  bottom: 100%;
  left: -25px;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  display: block;
  margin-bottom: 2px;
  padding: 10px 20px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.tool-wrapper .tooltip-right {
  background: #fff;
  border-radius: 4px;
  /* min-width: 350px; */
  min-height: 200px;
  pointer-events: none;
  position: absolute;
  top: -100px;
  left: 85%;
  opacity: 0;
  color: #1B676b;
  font-size: 15px;
  font-weight: 550;
  display: block;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.tooltip-top:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */

.tooltip-top:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1b676b 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 14%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip-right:before {
  /* bottom: -20px; */
  content: " ";
  display: block;
  /* height: 20px; */
  position: absolute;
  top: -20%;
  left: 50%;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */

.tooltip-right:after {
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  content: " ";
  height: 0;
  left: -15px;
  margin-right: 15px;
  top: 110px;
  width: 0;
}

.tool-wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 1090;
}

/* IE can just show/hide with no transition */

.lte8 .tool-wrapper .tooltip {
  display: none;
}

.lte8 .tool-wrapper:hover .tooltip {
  display: block;
}

.tooltip h5{
  color: #fff
}

.tooltip h4{
  font-weight: 600;
}

/*
* This bottom tooltip has been used on modals for booking an Appointment
*/

.tool-wrapper .tooltip-bottom {
  background: #505b5c;
  border-radius: 10px;
  /* min-width: 250px; */
  min-width: 250px;
  width: 305px;
  top: 100%;
  /* left: 38%;  */
  right: 3%;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  display: block;
  margin-bottom: 2px;
  padding: 10px 20px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


/* .tooltip-bottom:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #505b5c 10px;
    top: -10px;
    content: " ";
    height: 0;
    right: 5%;
    margin-left: -13px;
    position: absolute;
    width: 0;
} */

.tooltip button{
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 25px;
  color: #819192;
  font-weight: 400;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.tooltip .btn1{
  background-color: #E3F0F0;
  min-width: 70%;
  margin-bottom: 5%;
}

.tooltip .btn2{
  background-color: #FFF;
  min-width: 50%;;
}

#mainAppointmentBookingModal {
  display: block;
}

.message-soon {
  color: #1B676B;
}
