@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1.2rem 8rem;
}

.card .card-title {
    letter-spacing: normal;
    color: #3A89AC;
}

.main-menu.menu-light .navigation li a{
    color: #3A89AC;
}
body.vertical-layout[data-color=bg-gradient-x-purple-blue] .navbar-container, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before{
    background-image: none;
    background-color: #82D2E7 !important;
}

.cir{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 20px;
}
.default {
    background: grey;
}
.green {
    background: limegreen;
    box-shadow: 0px 0px 15px 1px limegreen;
}
.red {
    background: red;
    box-shadow: 0px 0px 15px 1px red;
}
.orange {
    background: orange;
    box-shadow: 0px 0px 15px 1px orange;
}
.blue {
    background: deepskyblue;
    box-shadow: 0px 0px 15px 1px deepskyblue;
}
.purple  {
    background: purple ;
    box-shadow: 0px 0px 15px 1px purple ;
}
.yellow  {
  background: yellow ;
  box-shadow: 0px 0px 15px 1px yellow ;
}
i{
    font-size: 20px;
    color: #3A89AC;
}
.card-body .col-12{
    padding: 5px 15px;
}
.fa-star{
    font-size: 15px;
    padding: 0 2px;
}
.time{
    color: #3A89AC;
    font-size: 1.3em;
    font-weight: 500;
    padding: 10px;
    display: block;
}
.time-wrapper{
    background: #FAF8F7;
    border: 1px solid lightgray;
    padding: 10px;
    font-size: 0.8em;
    border-right: 1px solid white;
}
.time-wrapper:last-child {
    border-right: 1px solid lightgray;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu{
    width: 270px;
}
html body .content .content-wrapper{
    padding-top: 0;
}

select {

    padding-left: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    outline: none;
}
div.uldropdown{
    border: 1px solid #cacfe7;
    width: 83%;
}
div.uldropdown .titletext {
    font-weight: normal;
}
.status{
    display: flex !important;
    align-items: center !important;
}
.uldropdown a{
    color: #344166;
}
.input-group-text{
    padding: 0.75rem;
}
.uldropdown .cir{
    width: 10px;
    height: 10px;
}
.status{
    font-size: 12px;
}
div.uldropdown > ul li a{
    padding: 5px;
}
/* .btn-info {
    background-color: #3A89AC;
}*/


.doc{
    width: 100% !important;
}
.center{
    display: flex;
    align-items: center;
}
.center .avatar{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.online{
    border: 2px solid limegreen;
}
.consultation{
    border: 2px solid red;
}
.offline{
    border: 2px solid grey;
}
.popup-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    background: #3A89AC;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;

    background: rgba(30,168,183,1);
    background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
    background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: linear-gradient(to right, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}
form .form-section {
    margin-bottom: 5px;
    color: #ffffff;
    border-bottom: none;
}
.modal-body{
    padding: 0;
}
.form-content{
    padding: 1rem;
}
.form-avater{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: none;
    border: 1px solid white;
}
.form-sub-section{
    color: white;
    font-size: 0.9rem;
    padding-top: 10px;
    margin-bottom: 0;
}
.modal-footer{
    padding-top: 0;
}

.header-doc-icon .fa-user-md{
    margin-top: 105px;
    color: white;
}
.header-doc-icon .fa-user{
    margin-top: 105px;
    color: white;
}

.header-doc-name{
    margin-bottom: 0;
    line-height: 1.5rem;
    margin-top: 10px;
    color: white;
}
h6{
    color: palegreen;
    margin-top: 5px;
    font-size: 0.8rem;
}

.header-doc-status{
    padding: 3px 10px;
    font-size: 0.8rem;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    margin-top: 5px;
}
.header-doc-rating{
    padding: 5px;
    color:white;
}
.header-doc-rating .fa-star{
    color: white;
    font-size: 13px;
}
.form-avater {
    position: absolute;
    top: -15px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.header-doc-btn{
    position: absolute;
    text-align: left;
    width: 100%;
    margin-left: 10px;
}
.delete{
    background: #13263f;
    color: white;
    font-size: 0.8rem;
    line-height: 0.5rem;
    padding: 10px 15px;
    letter-spacing: 0.05rem;

}
.delete .fa-trash-alt{
    font-size: 13px;
    color: white;
    padding-right: 3px;

}
.form-content-view{
    color: darkgray;
    font-size: 1rem;
    padding-left: 10px;
}
#editdoctor .header-doc-name{
    margin-top: 100px;
    color: white;
}

#editdoctor .form-control {
    background: #ececed;
}
.missed-appointments{

}
.missed-appointments .card-body{
    padding-top: 0;
}
.Dayfare{
    margin-top: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding:5px;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    background: rgba(30,168,183,1);
    background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
    background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: linear-gradient(to right, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}
.Dayfare h4{
    color: white;
    /* font-size: 2rem; */
    margin-top: 20px;
}


.Dayfare-price{
    background: white;
    color: black;
    padding: 20px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.Dayfare-footer{

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:10px 15px;

    color: white;

    background: rgba(30,168,183,1);
    background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
    background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: linear-gradient(to right, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}


.Nightfare{
    margin-top: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding:5px;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    background: rgba(30,168,183,1);
    background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
    background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: linear-gradient(to right, rgb(125, 188, 194) 0%, rgba(128, 128, 128, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}
.Nightfare h4{
    color: white;
    /* font-size: 2rem; */
    margin-top: 20px;
}

.Commission{
  margin-top: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding:5px;
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  background: rgba(30,168,183,1);
  background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
  background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: linear-gradient(to right, rgb(65, 220, 235) 0%, rgb(64, 207, 221) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}
.Commission h4{
  color: white;
  /* font-size: 2rem; */
  margin-top: 20px;
}

.Commission-footer{

  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding:10px 15px;

  color: white;

  background: rgba(30,168,183,1);
  background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
  background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
  background: linear-gradient(to right, rgb(65, 220, 235) 0%, rgb(64, 207, 221) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}

.btn-warning {

    background-color: #F7941E;
    border-color: #28afd000;

}

.btn-warning:hover {

  background-color: rgb(252, 172, 76);
  border-color: #28afd000;
} 

.Dayprice{
    /* background: white; */
    padding: 10px 40px;
    color: white;
    font-size: 50px;
    margin: 10px 0;
    /* background-image: url('../images/backgrounds/sunny.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */

}


.Nightprice{
    /* background: white; */
    padding: 10px 40px;
    color: white;
    font-size: 50px;
    margin: 10px 0;

}
.Nightfare-price{
    background: white;
    color: black;
    padding: 20px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.Nightfare-footer{

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:10px 15px;

    color: white;

    background: rgba(30,168,183,1);
    background: -moz-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,168,183,1)), color-stop(100%, rgba(33,199,171,1)));
    background: -webkit-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -o-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(30,168,183,1) 0%, rgba(33,199,171,1) 100%);
    background: linear-gradient(to right, rgb(125, 188, 194) 0%, rgba(128, 128, 128, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea8b7', endColorstr='#21c7ab', GradientType=1 );
}

.onoffswitch {
    position: relative; width: 120px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ONLINE";
    padding-left: 20px;
    background-color: #3BA800; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFFLINE";
    padding-right: 20px;
    background-color: #C22121; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 86px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.table-striped tbody tr:nth-of-type(even){
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.table-striped tbody tr:nth-of-type(odd):hover{
    background: #3A89AC;
    color: white;
}
.table-striped tbody tr:nth-of-type(even):hover{
    background: #3A89AC;
    color: white;
}

.page-item.active .page-link {
    border-color: #ed4a6c;
    background-color: #ed4a6c;
}
.pagination .page-link {
    color: #ed4a6c;
}
.dropdown-menu{
    z-index: 99;
}

.ngb-dp-weekday[_ngcontent-c6] {
    color: white !important;
}
.bg-light {
    background-color: #3A89AC !important;
}

.btn-link {
    color: #fff !important;
}

.ngb-dp-weekday[_ngcontent-c7]{
    color: #fff !important;
}

.docname{
    font-weight: bold;
    color: #3A89AC;
}
.ngb-dp-weekday[_ngcontent-c10], .ngb-dp-weekday[_ngcontent-c13]{
    color: white !important;
}

/* dropdown button size */

.btnd1{
    padding: 10px 61px;
   
   
}
.btnd2{
    padding: 10px 45px;
   
   
}

.crd-bdr{
    /* border: 1px solid #eaeaea; */
}


/* Scrollbar Styling */

.device_scrollbar{
    overflow-y: auto; 
    height: 93%;
  
}

/* dropdown width */

.dropdown .dropdown-menu {
    min-width: 15rem !important;
}

.device_scrollbar::-webkit-scrollbar {
    width: 10px;
}
 
.device_scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.device_scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

/* .iconrow{
    margin-top: 24px;
    border-bottom: 0.5px solid #eaeaea;

}

.icn{
    border-bottom: 0.5px solid #aaa;
    text-align: center;
} */



/* table scrool bar */



/* Promo .status */




.onoffswitch2 {
    position: relative; width: 120px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch2-checkbox {
    display: none;
}
.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white;
    box-sizing: border-box;
}
.onoffswitch2-inner:before {
    content: "Active";
    padding-left: 20px;
    background-color: #3BA800; color: #FFFFFF;
}
.onoffswitch2-inner:after {
    content: "Inactive";
    padding-right: 20px;
    background-color: #C22121; color: #FFFFFF;
    text-align: right;
}
.onoffswitch2-switch {
    display: block; width: 20px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 86px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px;
}

/* doctor call availability .status */
 
 .onoffswitch3 {
    position: relative; width: 120px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch3-checkbox {
    display: none;
}
.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch3-inner:before, .onoffswitch3-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white;
    box-sizing: border-box;
}
.onoffswitch3-inner:before {
    content: "ONLINE";
    padding-left: 20px;
    background-color: #3BA800; color: #FFFFFF;
}
.onoffswitch3-inner:after {
    content: "OFFLINE";
    padding-right: 20px;
    background-color: #C22121; color: #FFFFFF;
    text-align: right;
}
.onoffswitch3-switch {
    display: block; width: 20px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 86px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-switch {
    right: 0px;
}  
/* .generatePDF {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a7c6d1), color-stop(1, #8beaed));
	background:-moz-linear-gradient(top, #a7c6d1 5%, #8beaed 100%);
	background:-webkit-linear-gradient(top, #a7c6d1 5%, #8beaed 100%);
	background:-o-linear-gradient(top, #a7c6d1 5%, #8beaed 100%);
	background:-ms-linear-gradient(top, #a7c6d1 5%, #8beaed 100%);
	background:linear-gradient(to bottom, #a7c6d1 5%, #8beaed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7c6d1', endColorstr='#8beaed',GradientType=0);
	background-color:#a7c6d1;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#b52b2b;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.generatePDF:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8beaed), color-stop(1, #a7c6d1));
	background:-moz-linear-gradient(top, #8beaed 5%, #a7c6d1 100%);
	background:-webkit-linear-gradient(top, #8beaed 5%, #a7c6d1 100%);
	background:-o-linear-gradient(top, #8beaed 5%, #a7c6d1 100%);
	background:-ms-linear-gradient(top, #8beaed 5%, #a7c6d1 100%);
	background:linear-gradient(to bottom, #8beaed 5%, #a7c6d1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8beaed', endColorstr='#a7c6d1',GradientType=0);
	background-color:#8beaed;
}
.generatePDF:active {
	position:relative;
	top:1px;
} */
.table-striped-hover-change tbody tr:nth-of-type(odd):hover {
    background: none!important;
    color: #344166;
 
}      

/* .table-striped-hover-change tbody td:hover {
    background: none!important;
    color: #344166;
 
}      
.table-striped-hover-change tbody tr:hover {
    background: none!important;
    color: #344166;
 
}       */

.table-striped-hover-change tbody tr:nth-of-type(even):hover {
    background: none!important;
    color: #344166;
}

.table-striped-hover-change{
margin:10px;
}

.scroll-Bar {
    overflow-y: scroll; 
    height: 80%;
  }

  .scroll-Bar::-webkit-scrollbar {
    width: 10px;
}

.scroll-Bar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-Bar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}


.badge {
    position: absolute;
    top: 3px;
    right: 43px;
    padding: 5px 8px;
    border-radius: 50%;
    background-color: #fc5a5a;
    color: white;
}


.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1.2rem 4rem;
    margin-left: -56px;
}


.tbs {
    color: #ffffff;
    background: #3A89AC;
}

.tbs:hover {
    color: #ffffff;

}


.nav-pills .nav-link.active {
    color: #fff;
    background-color: #3A89AC;
}


.jumbotron {
    background: #6b7381;
    color: #bdc1c8;
  }
  .jumbotron h1 {
    color: #fff;
  }
  .example {
    margin: 4rem auto;
  }
  .example > .row {
    margin-top: 2rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(189, 193, 200, 0.5);
  }
  .example > .row:first-of-type {
    border: none;
    height: auto;
    text-align: left;
  }
  .example h3 {
    font-weight: 400;
  }
  .example h3 > small {
    font-weight: 200;
    font-size: 0.75em;
    color: #939aa5;
  }
  .example h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
  }
  .example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #ff4444;
  }
  .btn-toggle:focus,
  .btn-toggle.focus,
  .btn-toggle:focus.active,
  .btn-toggle.focus.active {
    outline: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle:before {
    /* content: 'Off'; */
    left: -4rem;
  }
  .btn-toggle:after {
    /* content: 'On'; */
    right: -4rem;
    opacity: 0.5;
  }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.active:before {
    opacity: 0.5;
  }
  .btn-toggle.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-toggle.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-xs:before,
  .btn-toggle.btn-xs:after {
    display: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    color: #6b7381;
  }
  .btn-toggle.active {
    background-color: #1bc01d;
  }
  .btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
  }
  .btn-toggle.btn-lg:focus,
  .btn-toggle.btn-lg.focus,
  .btn-toggle.btn-lg:focus.active,
  .btn-toggle.btn-lg.focus.active {
    outline: none;
  }
  .btn-toggle.btn-lg:before,
  .btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
  }
  .btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: 0.5;
  }
  .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-lg.active:before {
    opacity: 0.5;
  }
  .btn-toggle.btn-lg.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-lg.btn-sm:before,
  .btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
  }
  .btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-lg.btn-xs:before,
  .btn-toggle.btn-lg.btn-xs:after {
    display: none;
  }
  .btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
  }
  .btn-toggle.btn-sm:focus,
  .btn-toggle.btn-sm.focus,
  .btn-toggle.btn-sm:focus.active,
  .btn-toggle.btn-sm.focus.active {
    outline: none;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
  }
  .btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
  }
  .btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0.5;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm.btn-sm:before,
  .btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm.btn-xs:before,
  .btn-toggle.btn-sm.btn-xs:after {
    display: none;
  }
  .btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
  }
  .btn-toggle.btn-xs:focus,
  .btn-toggle.btn-xs.focus,
  .btn-toggle.btn-xs:focus.active,
  .btn-toggle.btn-xs.focus.active {
    outline: none;
  }
  .btn-toggle.btn-xs:before,
  .btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle.btn-xs:before {
    content: 'Off';
    left: 0;
  }
  .btn-toggle.btn-xs:after {
    content: 'On';
    right: 0;
    opacity: 0.5;
  }
  .btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-xs.active:before {
    opacity: 0.5;
  }
  .btn-toggle.btn-xs.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-xs.btn-sm:before,
  .btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
  }
  .btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-xs.btn-xs:before,
  .btn-toggle.btn-xs.btn-xs:after {
    display: none;
  }

  /* tabs */
  
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border-color: #babfc7 #626e82 #6967ce;
    background-color: #3A89AC;
}

.nav-link {
    color: #000000;
}

.pointer {cursor: pointer;}

.Practitioners{
  color : white;
  /* border-style: ridge; */
  background: #8f8f8f;
  font-size: 14px;
  font-weight: 600;
  width: 105px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.customFormField {
  margin: 10px;
  font-size: small;
  text-align: left;
}


.separator { width:100%; text-align:left; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; } 
.separator span { background:#fff; padding:0 10px; }