/**
    MyHealthcare Admin Portal Custom stylesheet.
    Created By :  Mahesh Hegde (InnoCirc Ventures)
    Created Date : 11-Aug-2017.
    03-05-2019 : MYHEALTHCARE-196 - Changed button font size to 1rem.
*/

/** Bootstrap Overrides */

/* Glyphicons */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.container-fluid {
  padding: 0 35px;
}
.content-header {
  position: relative;
  padding: 0px 15px 0 15px;
}
body,
html {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  background-color: #ebebeb;
  color: rgb(36, 36, 36);
}
#page_sidebar {
  position: relative;
  width: 320px;
}
#page_sidebar.full {
  width: 100%;
}
.section-wrapper {
  width: calc(100% - 340px);
  margin-left: 20px;
}
.header-label {
  background-color: #8b8b8b;
  color: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.form-control,
.input-group-addon,
.form-control:focus,
.input-group-addon:focus {
  border-color: 1px solid #d24350 !important;
  border-radius: 0;
  background: transparent !important;
}

.form-control[readonly]:not(.date):not(.file-name-field):not(
    .file-name-field-mail
  ):not(.dob-date):not(.start-date):not(.end-date):not(.white-bg):not(
    .report-date
  ),
.form-control[readonly]:not(.date):not(.file-name-field):not(
    .file-name-field-mail
  ):not(.dob-date):not(.start-date):not(.end-date):not(.white-bg):not(
    .report-date
  ):focus,
.form-control[readonly]:not(.date):not(.file-name-field):not(
    .file-name-field-mail
  ):not(.dob-date):not(.start-date):not(.end-date):not(.white-bg):not(
    .report-date
  ):active {
  background-color: #e9ecef !important;
}
#page_sidebar {
  position: relative;
  width: 320px;
}
#page_sidebar.full {
  width: 100%;
}
.section-wrapper {
  width: calc(100% - 340px);
  margin-left: 20px;
}
.header-label {
  background-color: #8b8b8b;
  color: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.form-group.has-error .form-control {
  border-color: #ff8585 !important;
  color: rgb(199, 71, 71) !important;
}

.form-group.has-success .form-control {
  border-color: #d24350 !important;
}

.form-group.has-error .form-control::-webkit-input-placeholder {
  color: rgb(199, 71, 71) !important;
}

.form-group.has-error .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(199, 71, 71) !important;
}

.form-group.has-error .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(199, 71, 71) !important;
}

.form-group.has-error .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(199, 71, 71) !important;
}

.input-group .form-control {
  border-right: 0;
}

.btn {
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.btn-link,
.btn-link:hover {
  color: #484848;
}

.btn-link.btn-delete:hover {
  color: #ed1c24;
}
.btn-link.active {
  color: #d24350;
  text-decoration: none;
}
.btn-outline-secondary.active-btn {
  color: #d24350;
  border-color: #d24350;
}
.btn:focus,
.btn:active {
  box-shadow: none;
}

.btn-primary,
.btn-outline-danger,
.btn-outline-primary {
  border: solid 1.5px #909090;
  background-color: #ffffff;
  border-width: 2px;
  color: #6b6868;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
}

.btn-primary {
  /* font-size: 15px !important; */
  border: solid 1.5px #d24350;
  color: #d24350;
  background-color: #ffffff;
}

.btn-primary:disabled {
  /* font-size: 15px !important; */
  border: solid 1.5px #d24350;
  color: #d24350;
  background-color: #ffffff;
}

.btn-default {
  background-color: transparent;
  border-color: #808080;
  border-width: 2px;
  color: #808080;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #808080;
  border-color: #808080;
  color: black;
}

.btn-primary:focus,
.btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #d24350;
  color: #d24350;
}

.btn-outline-danger:active,
.btn-outline-primary:active,
.btn-outline-danger:focus,
.btn-outline-primary:focus {
  box-shadow: none;
  color: #181818;
}

.btn-outline-danger:hover {
  background-color: #d24350;
  color: white;
  border-color: #d24350;
}

.btn.btn-xs {
  padding: 2px 4px !important;
  border-width: 1px;
  margin-right: 5px;
}

.btn.btn-xs:hover > i {
  color: #fff !important;
}

.btn-filled-primary {
  background-color: #d24350;
  color: #fff;
}

.bg-primary {
  background-color: #d24350 !important;
}

.br-1-white {
  border-right: 1px solid #fff;
}

.br-1-grey {
  border-right: 1px solid #c7c7c7;
}

.lh-25 {
  line-height: 2.5;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.page-item .page-link {
  color: #777777;
}

.page-item.active .page-link {
  background-color: #d24350;
  border-color: #d24350;
}

.text-consult-type {
  color: #d24350;
  font-weight: bold;
}

.text-default {
  color: #181818;
}

.text-grey {
  color: #838684;
}

.medium-font {
  font-size: 13px;
}

.text-primary {
  color: #d24350 !important;
}

.text-danger {
  color: #ed1c24;
}

.modal-dialog {
  max-width: 700px;
  margin: 75px auto;
  font-size: 0.95rem;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  background-color: #ffffff;
  padding: 1rem 2rem;
}

.modal-header {
  background-color: #d24350;
  padding: 0.4rem 2rem;
  color: white;
}

.list-view li > * {
  vertical-align: text-top;
}

.list-view {
  list-style: none; /* Remove default bullets */
}

.list-view li::before {
  content: "\2022";
  color: grey;
  display: inline-block;

  width: 1em;
  margin-left: -1em;
}

.modal-footer {
  justify-content: flex-start;
  padding: 1.5rem 2rem;
}

.close {
  cursor: pointer;
}

.table-centered {
  text-align: center;
}

.table-centered td {
  vertical-align: middle;
}

.table-bordered thead {
  background-color: #fafbfb;
}

.table-bordered thead th {
  padding: 0.5rem 2rem;
  border: 0;
}

.img-circle {
  border-radius: 50%;
}

.tooltip-img {
  text-transform: lowercase;
  height: 16px;
  width: 16px;
  font-size: 14px;
  background: #6e6e6e;
  color: #fff;
  border-radius: 100px;
  text-align: center;
}

.control-label {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.shadow {
  box-shadow: 0 0 4px 1px lightgrey;
}

.panel.panel-primary {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 3.5px 0 rgba(60, 59, 59, 0.31);
  margin-bottom: 1.5rem;
  border-top: 3px solid #d24350;
}

.panel.myHealthcare-panel .panel-body {
  /*  border-top: 5px solid #d24350; //#d24350;*/
  padding: 1rem;
}

.datepicker.datepicker-inline,
.datepicker.datepicker-inline table {
  width: 100%;
}

.datepicker .datepicker-switch {
  color: #fff;
}

.datepicker table {
  position: relative;
  z-index: 9;
}

.datepicker table thead {
  background-color: #d24350;
  position: relative;
  z-index: 10;
}

.datepicker table tr > th,
.datepicker table tr > td {
  border-radius: 0;
}

.datepicker table thead .datepicker-switch,
.datepicker table thead .datepicker-switch:hover,
.datepicker table thead .prev,
.datepicker table thead .prev:hover,
.datepicker table thead .next,
.datepicker table thead .next:hover {
  background-color: #d24350;
  font-size: 1.375rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 1rem 0.5rem;
}

.datepicker table thead .dow {
  color: #fff;
  padding: 0.5rem 0.25rem;
}

.datepicker.datepicker-inline table tbody > tr > td {
  padding: 0.5rem 0rem;
  font-weight: bold;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  font-weight: normal !important;
}

.datepicker table tbody > tr > td.active {
  background-color: #d24350 !important;
  border: none;
  border-radius: 4px;
}

.datepicker table tbody > tr > td small.no-data {
  font-size: 36px;
  line-height: 0;
  color: grey;
  position: relative;
  top: -10px;
}

.datepicker table tbody > tr > td small {
  color: #d24350;
}

.datepicker table tbody > tr > td.active small {
  color: #fff !important;
}

.datepicker table tbody > tr > td:hover {
  border-radius: 4px;
}

.datepicker table tbody > tr > td span.active {
  background-color: #d24350 !important;
  border: none;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  position: relative;
  z-index: -1;
  visibility: visible;
  pointer-events: none;
}

.datepicker-dropdown {
  padding: 0;
  z-index: 9999 !important;
}

.datepicker.datepicker-dropdown table thead .datepicker-switch,
.datepicker.datepicker-dropdown table thead .datepicker-switch:hover,
.datepicker.datepicker-dropdown table thead .prev,
.datepicker.datepicker-dropdown table thead .prev:hover,
.datepicker.datepicker-dropdown table thead .next,
.datepicker.datepicker-dropdown table thead .next:hover {
  font-size: 1.125rem;
  padding: 5px 0;
}

.alert.alert-danger {
  background-color: #ffdcdd !important;
  color: rgb(199, 71, 71) !important;
  padding: 1.25rem 1rem !important;
  border-color: #ff8585 !important;
}

.select2-container .select2-selection {
  border-radius: 0 !important;
  border-color: #bbc4c1 !important;
  background: transparent;
  background-color: transparent !important;
  height: auto !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-color: #d24350 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0.5rem !important;
}

.has-error .select2-container .select2-selection {
  border-color: #dd4b39 !important;
  color: #dd4b39 !important;
}

.has-success .select2-container .select2-selection {
  border-color: #d24350 !important;
  color: #d24350 !important;
}

.btn-primary:hover {
  /* font-size: 15px !important; */
  border: solid 1.5px #d24350 !important;
  color: #ffffff !important;
  background-color: #d24350 !important;
}

.btn-outline-primary {
  font-size: 1rem !important;
}

.form-control-feedback {
  display: none !important;
}

ul.wysihtml5-toolbar > li {
  margin: 0;
}

.wysihtml5-toolbar .btn.btn-default {
  padding: 0.1rem 1rem;
  background-color: #d24350;
  color: #fff;
  border: none;
  border-right: 3px solid lightgrey;
}

.wysihtml5-toolbar .btn-group > .btn:last-child:not(:first-child),
.wysihtml5-toolbar .btn-group > .dropdown-toggle:not(:first-child) {
  display: none;
}

.wysihtml5-sandbox {
  border-radius: 0;
  border-color: #bbc4c1 !important;
  background-color: transparent !important;
}

/** Custom Stylings */

#site-content {
  min-height: 70vh;
  /* max-width: 1650px; */
}

.myHealthcare-primary-header {
  background-color: #fff;
  border-bottom: 1px solid #e7ecea;
  padding: 4px 0;
}

.myHealthcare-logo-container {
  max-width: 90px;
}

.myHealthcare-secondary-header {
  background-color: #f1f4f3;
  margin-bottom: 0;
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -ms-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}

.nopadding {
  padding: 0;
}

.login-box .login-box-body {
  box-shadow: 0 0 6px 1px lightgray;
}

.myHealthcare-loggedin-user-name {
  padding: 6px 10px;
}

.myHealthcare-loggedin-user-name .dropdown > a {
  color: rgb(96, 96, 96);
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  text-align: right;
  padding: 0;
}

.myHealthcare-loggedin-user-name .myHealthcare-loggedin-user-type {
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
  color: #d24350;
  line-height: 1.2;
  text-align: right;
  padding: 4px 5px;
}

.myHealthcare-loggedin-user-image {
  border: 2px solid #dbdbdb;
  border-radius: 50%;
}

#site-header {
  /* max-width: 1580px; */
  margin: 0 auto 1rem;
}

.myHealthcare-navbar .nav-link {
  font-size: 0.95rem;
  color: #242424;
}
@media (max-width: 1199.98px) {
  .myHealthcare-navbar .nav-link {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .myHealthcare-navbar .nav-link {
    font-size: 1rem;
  }
}

.myHealthcare-navbar .nav-item.active .nav-link {
  color: white;
}

.myHealthcare-navbar .nav-item {
  padding: 0px;
}

.myHealthcare-navbar .nav-item > div {
  padding: 0 0rem;
  border-left: 1px solid #b2b2b2;
}
@media (max-width: 991.98px) {
  .myHealthcare-navbar .nav-item > div {
    padding: 0 0.7rem;
  }
}
.myHealthcare-navbar .nav-item.active > div,
.myHealthcare-navbar .nav-item:first-child > div,
.myHealthcare-navbar .nav-item.active + .nav-item > div,
.myHealthcare-sub-navmenu .myHealthcare-subnav-item:first-child > div {
  border-left: none;
}

.myHealthcare-navbar .nav-item.active {
  background-color: #d24350;
}

.myHealthcare-navbar .myHealthcare-menu-icon {
  padding-right: 0.5rem;
}

.myHealthcare-sub-navmenu {
  position: absolute;
  top: auto;
  left: 0;
  max-height: 0;
  height: auto;
  margin-top: 2px;
  list-style: none;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
  background: #fff;
  z-index: 999;
}

.myHealthcare-sub-navmenu.show {
  max-height: 900px;
  box-shadow: 0 0px 0px 0px #343a40;
  background: #fff;
}

ul.myHealthcare-sub-navmenu.show {
  /* overflow-y: auto; */
  max-height: 1300px !important;
  z-index: 1000 !important;
}
.myHealthcare-sub-navmenu > li {
  padding: 0.5rem;
}
/* content dropdown */

.myHealthcare-sub-navmenu > li {
  float: left;
  background: #fff;
  padding: 0.75rem;
  margin-bottom: 0px;
  border-bottom: 2px solid transparent;
  min-width: 250px;
}

.myHealthcare-sub-navmenu > li.active {
  margin-bottom: 0;
}

.myHealthcare-sub-navmenu > li.active > div {
  border-bottom: solid 1px #686868;
}

.myHealthcare-sub-navmenu > li.active > div > a {
  color: #fff;
}

.myHealthcare-sub-navmenu > li a,
.myHealthcare-sub-navmenu > li a:hover {
  color: #343a40;
  text-decoration: none;
  font-size: 0.95rem;
}
@media only screen and (max-width: 1199.98px) {
  .myHealthcare-sub-navmenu > li a,
  .myHealthcare-sub-navmenu > li a:hover {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 991px) {
  .myHealthcare-sub-navmenu > li a,
  .myHealthcare-sub-navmenu > li a:hover {
    color: #fff;
    font-size: 1rem;
  }
  .myHealthcare-sub-navmenu {
    position: relative;
    padding: 0px;
    width: 100%;
    top: 0px;
    box-shadow: none;
  }
  .myHealthcare-sub-navmenu > li {
    float: unset;
    padding: 0.6rem 0.75rem 0.6rem 2.3rem;
    min-width: 100%;
    background: #5c5c5c;
    border-bottom: solid 1px #686868;
  }
  .myHealthcare-sub-navmenu > li .fa-nav-icons-color {
    color: #fff !important;
  }
  .myHealthcare-navbar .nav-item.active {
    background-color: #535353;
  }
}

.myHealthcare-search-container {
  margin-bottom: 0rem;
}

.myHealthcare-search-container-content-box {
  margin-bottom: 1rem !important;
}

.myHealthcare-search-container .header {
  margin-bottom: 1rem;
}
.myHealthcare-search-container .header .btn {
  line-height: 1 !important;
}
#export {
  line-height: 1 !important;
}
#search-by-date {
  line-height: 1 !important;
}
.myHealthcare-search-container .header h1 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.myHealthcare-search-container .header h2 {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgb(24, 24, 24);
  line-height: 1.2;
}

.search-form-container {
  background-color: #fbfbfb;
  padding: 2rem 1rem 1rem 1rem;
}

.calendar-icon {
  width: 1.125rem;
}

.search-icon {
  width: 23px;
}

.refresh-icon {
  width: 23px;
}

.radio,
.checkbox {
  margin-right: 2rem;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio input[type="radio"] {
  display: block;
}

.radio input[type="radio"] + label,
.checkbox input[type="checkbox"] + label {
  padding-left: 25px;
  position: relative;
  color: #181818;
  cursor: pointer;
}

.text-break {
  word-break: break-word !important;
}

.radio input[type="radio"][readonly] + label,
.checkbox input[type="checkbox"][readonly] + label,
.radio input[type="radio"][disabled] + label,
.checkbox input[type="checkbox"][disabled] + label {
  cursor: not-allowed;
  pointer-events: none;
}

.radio input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: -5px;
  border: 1px solid #bbc4c1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.radio input[type="radio"]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #d24350;
  left: 0px;
  border-radius: 50%;
  top: 5px;
}
.radio-checkbox {
  margin: 0px 10px 0px 0px !important;
}
.radio-checkbox .label {
  border-radius: 0% !important;
  background: #fff;
  width: 22px;
  height: 22px;
  margin-right: 4px !important;
}

.radio-checkbox .label:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) !important;
  border-radius: 0% !important;
  width: 7px;
  height: 14px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  right: auto;
  bottom: auto;
  background: transparent;
}
.radio-checkbox input[type="radio"]:checked + .label {
  border-color: #d24350;
  background: #d24350;
}
.radio-checkbox input[type="radio"]:checked + .label::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.checkbox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #bbc4c1;
  width: 20px;
  height: 20px;
}

.checkbox input[type="checkbox"][readonly] + label::before {
  background-color: #e9ecef !important;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  border: solid #808080;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 7px;
  height: 14px;
  display: block;
  position: absolute;
  left: 7px;
  top: 1px;
}

.myHealthcare-list-view {
  background-color: #fbfbfb;
  padding: 1rem;
  /* margin-bottom: 3rem;*/
}

.myHealthcare-header-filter-section {
  font-size: 1.125rem;
  color: rgb(24, 24, 24);
  margin-bottom: 1rem;
}

.myHealthcare-filter-link-container {
  margin-bottom: 1.5rem;
}

.myHealthcare-filter-link-container a {
  font-size: 0.875rem;
  color: rgb(24, 24, 24);
}

.myHealthcare-filter-link-container a.active {
  color: #d24350;
}

.myHealthcare-list-view .myHealthcare-list-item,
.myHealthcare-patient-details,
.myHealthcare-doctor-details {
  padding: 1rem;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  border: 1px solid #ffffff;
  border-radius: 3px;
  border: 1px solid #efefef;
}

.myHealthcare-patient-info {
  font-size: 1.1rem;
}

.theme-text {
  color: #d24350 !important;
}

.bg-wood {
  background-color: #d24350 !important;
  color: white !important;
}

.bg-virtual {
  background-color: #8b8b8b !important;
  color: white !important;
  position: relative;
  top: -17px;
}
@media only screen and (max-width: 767px) {
  .bg-virtual {
    top: 0px;
  }
  .myHealthcare-doctor-details .btn {
    width: 100%;
    margin-bottom: 0.5rem !important;
  }
}
.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
}

.label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid gray;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  left: 18%;
  transform: translateX(-50%);
  /* width: 3.625rem; */
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d24350;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

input[type="radio"]:checked + .label {
  border-color: #d24350;
}

input[type="radio"]:checked + .label::after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.hidden {
  display: none;
}

.myHealthcare-patient-details .text-default,
.myHealthcare-doctor-details .text-default {
  margin-bottom: 0;
}

.myHealthcare-patient-image > img {
  border: 2px solid #e7ecea;
  width: 100%;
  max-height: 175px;
}

#site-footer,
#site-footer > a {
  color: #838684;
  max-width: 1650px;
  margin: 20px 15px;
}

.myHealthcare-timeslot {
  width: 17.2%;
  text-align: center;
  padding: 0.5rem 0.15rem;
  margin: 0 1rem 1rem 0;
  color: #fff;
  border-radius: 10px;
}

.myHealthcare-timeslot.timeslot-not-available {
  background-color: rgb(216, 114, 155);
  cursor: not-allowed;
}

.myHealthcare-timeslot.timeslot-not-available.booked-timeslot {
  color: #fff;
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-not-available .text-grey {
  color: #fff;
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-not-available.booked-timeslot.selected {
  background-color: #00a850;
  border: 1px solid #00a850;
}

.myHealthcare-timeslot.timeslot-available {
  background-color: transparent;
  border: 1px solid #d24350;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.only-agent {
  background-color: transparent;
  border: 2px solid #ff9933;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.priority {
  background-color: transparent;
  border: 2px solid #ffeb00 !important;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.premium {
  background-color: transparent;
  border: 2px solid #0000ff;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.cheap {
  background-color: transparent;
  border: 2px solid #ff4500;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.priority {
  background-color: transparent;
  border: 2px solid #ffeb00;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.walkin {
  background-color: transparent;
  border: 2px solid #28a745;
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.myHealthcare-timeslot.timeslot-available.selected {
  background-color: #d24350;
  color: #fff;
  padding-right: 20px;
}

.myHealthcare-timeslot.timeslot-available.selected .text-grey {
  background-color: #d24350;
  color: #fff;
  padding-right: 20px;
}

.myHealthcare-timeslot.timeslot-available.premium.selected {
  background-color: #0000ff;
  color: #fff;
  padding-right: 20px;
}

.myHealthcare-timeslot.timeslot-available.premium.selected .text-grey {
  background-color: #0000ff;
  color: #fff;
  padding-right: 20px;
}

.myHealthcare-timeslot.timeslot-available.cheap.selected {
  background-color: #ff4500;
  color: #fff;
  padding-right: 20px;
}

.myHealthcare-timeslot.timeslot-available.cheap.selected .text-grey {
  background-color: #ff4500;
  color: #fff;
  padding-right: 20px;
}

.myHealthcare-timeslot.timeslot-available.selected::after {
  content: "\2714";
  position: absolute;
}

.myHealthcare-timeslot.timeslot-blocked {
  border: 1px solid lightgrey;
  color: #000;
  background-color: lightgrey;
  cursor: pointer;
}

.blocking-mode .myHealthcare-timeslot.timeslot-blocked {
  cursor: not-allowed;
}

.unblocking-mode .myHealthcare-timeslot.timeslot-available {
  cursor: not-allowed;
}

.myHealthcare-timeslot.timeslot-blocked.selected {
  background-color: #ed1c24;
  color: #fff;
  padding-right: 20px;
  position: relative;
}

.myHealthcare-timeslot.timeslot-blocked.selected .text-grey {
  background-color: #ed1c24;
  color: #fff;
  padding-right: 20px;
  position: relative;
}

.myHealthcare-timeslot.timeslot-blocked.selected::after {
  content: "x";
  position: absolute;
  right: 8px;
}

.myHealthcare-content-box {
  background-color: #fafbfb;
  padding: 1.5rem;
  min-height: 13rem;
}

#page_sidebar .myHealthcare-content-box {
  padding: 1rem 0.85rem 1rem 0.75rem;
}

.action-column {
  text-align: center;
  flex-wrap: nowrap;
}

.action-column > div {
  width: auto;
  min-width: 70px;
}

.action-column a span,
.action-column button span {
  display: block;
  text-align: center;
  color: rgb(68, 68, 68);
}

.emergency-form-section .emergency-form-section-header {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.emergency-form {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgrey;
}

.action-column a i,
.action-column button i {
  font-size: 1.5rem;
}

.action-column a:hover span,
.action-column button:hover span {
  color: #d24350;
  text-decoration: none !important;
}

.action-column button:hover {
  text-decoration: none !important;
}

.action-column button.btn-delete:hover span {
  color: #ed1c24;
}

.action-icon {
  width: 33px;
  height: 33px;
  /* border: solid 1px #d24350; */
  text-align: center;
  padding: 9px;
  display: inline-block;
}

.action-icon > a > img {
  margin: 0 auto;
  width: 24px;
  height: 24px;
}

.serial-number-column {
  width: 6%;
  padding: 0.5rem 0.75rem !important;
}

.img-column {
  vertical-align: middle !important;
  text-align: center;
}

.img-column img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  vertical-align: middle;
}
@media only screen and (max-width: 575px) {
  .img-column img {
    width: 60px;
    height: 60px;
  }
}
.border-top {
  border-top: 1px solid lightgrey;
}

.border-magenta {
  border-left: 10px solid #d24350;
}

.patient-form-section {
  margin-bottom: 1.5rem;
}

.patient-form-section .patient-form-section-header {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.form-button-container .btn:not(:last-child) {
  margin-right: 1rem;
}

/* .checkbox-schedule-doc input[type=checkbox]:checked+label::after{
    content: '';
    border: solid #d24350; //#d24350;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 8px;
    height: 17px;
    display: block;
    position: absolute;
    left: 8px;
    top: 0px;
} */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: grey;
  border-color: grey;
}
.btn-file-upload{
  display: flex;
  align-items: center;
}
.btn-file-upload .btn-outline-primary {
  border-width: 1px;
  border-color: #bbc4c1;
  width: 75px;
  line-height: 1.25;
  float: left;
  border-left: 0px;
  margin-bottom: 0px;
}
.btn-file-upload .btn-uhid{
  border-width: 1px;
  border-color: #bbc4c1;
  width: 120px;
  line-height: 1.2;
  float: left;
  border-left: 0px;
  font-weight: 400;
  height: 2.25rem !important;
  color: #666666;
  font-size: 14px !important;
}
.btn-file-upload .file-name-field,
.btn-file-upload .file-name-field-mail,
.btn-file-upload .file-name-field-widget,
.btn-file-upload .file-name-field-fav,
.btn-file-upload .file-name-field-building {
  background-color: transparent;
  width: 76%;
  float: left;
  font-size: 1rem;
}

.p-relative {
  position: relative;
}

.myHealthcare-patient-profile-image,
.myHealthcare-doctor-profile-image {
  position: absolute;
  top: calc(-1.5rem - 50px);
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
}

.myHealthcare-patient-profile-image > img,
.myHealthcare-doctor-profile-image > img {
  height: 100%;
  object-fit: cover;
  border: 2px solid #d2d4d3;
}

.myHealthcare-panel-header {
  font-size: 18.5px !important;
  color: #181818 !important;
  margin-bottom: 1.75rem;
}

.myHealthcare-panel-edit-icon {
  width: 15px;
  margin-top: -3px;
}

.myHealthcare-panel-edit-icon + span {
  color: rgb(24, 24, 24);
  text-decoration: underline;
  font-weight: 300;
}

.myHealthcare-panel-edit-icon + span:hover {
  color: #d24350;
}

.form-label,
.form-value {
  margin-bottom: 0;
  line-height: 1.875;
}

.form.view-mode .form-control,
.form.view-mode .save-btn,
.form.view-mode .cancel-btn {
  display: none;
}

.form.edit-mode .form-control,
.form.edit-mode .save-btn,
.form.edit-mode .cancel-btn {
  display: block;
  padding: 1px 1rem;
  height: auto !important;
  margin-bottom: 5px;
}

.form.edit-mode .save-btn {
  padding: 1px 0;
  color: rgb(24, 24, 24);
  text-decoration: underline;
  font-weight: 300;
}

.form.edit-mode .save-btn:hover {
  color: #d24350;
}

.form.edit-mode .cancel-btn {
  color: rgb(24, 24, 24);
}

.form.edit-mode .cancel-btn:hover {
  color: #ed1c24;
}

.form.view-mode .form-value,
.form.edit-mode .edit-btn {
  display: block;
}

.form.edit-mode .form-value,
.form.edit-mode .edit-btn {
  display: none;
}

.myHealthcare-shadow-box {
  box-shadow: 0 0 4.8px 0.3px rgba(0, 0, 0, 0.17);
  background-color: #f5f4f5;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.myHealthcare-booking-timeslots .myHealthcare-timeslot {
  width: auto;
  padding: 0.35rem 0.5rem;
  font-size: 0.9rem;
  margin: 0.5rem 0.15rem;
}

.timeslot-session-title {
  font-size: 0.9rem;
}

.myHealthcare-booking-timeslots .row:not(:last-child) {
  margin-bottom: 1rem;
}

.timeslot-legends {
  position: absolute;
  top: -30px;
  right: 10px;
}

.timeslot-legends > label {
  padding-left: 25px;
  position: relative;
  margin-right: 1.5rem;
}

.timeslot-legends .myHealthcare-timeslot {
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  border-radius: 4px;
  left: 0;
}

.myHealthcare-doctor-session-header {
  font-size: 1.25rem;
}

.inline-action-links .action-column .icon + span {
  display: inline;
}

.myHealthcare-search-filed > input {
  font-weight: 300;
}

.myHealthcare-search-btn {
  padding: 0.2rem 0.75rem;
  cursor: pointer;
}

.text-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 50px;
  padding: 50% 0;
}

.text-vertical p {
  margin: 0 -100%;
  display: inline-block;
}

.text-vertical p::before {
  content: "";
  width: 0;
  padding-top: 110%;
  /* takes width as reference, + 10% for faking some extra padding */
  display: inline-block;
  vertical-align: middle;
}

.myHealthcare-schedule-sessions-container {
  padding: 2rem 0.5rem;
}

.myHealthcare-schedule-sessions {
  display: inline-block;
  width: 100%;
}

.myHealthcare-schedule-sessions.session {
  margin-right: 0.5rem;
  width: 31.5%;
  float: left;
}

.myHealthcare-schedule-sessions.session > label {
  position: relative;
  top: 7px;
  margin-right: 0.4rem;
  width: 70px;
  text-align: right;
}

.myHealthcare-schedule-sessions.session .checkbox {
  margin-right: 0.1rem;
  display: inline;
  position: relative;
}

.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(1)
  .checkbox.agent::before,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(2)
  .checkbox.agent::before,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(3)
  .checkbox.agent::before {
  content: "V";
  position: absolute;
  top: -20px;
  left: 10px;
}

.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(1)
  .checkbox.customer::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(2)
  .checkbox.customer::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(3)
  .checkbox.customer::after {
  content: "C";
  position: absolute;
  top: -20px;
  left: 10px;
}

.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(1)
  .checkbox.opd::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(2)
  .checkbox.opd::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(3)
  .checkbox.opd::after {
  content: "O";
  position: absolute;
  top: -20px;
  left: 10px;
}

.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(1)
  .checkbox.iopd::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(2)
  .checkbox.iopd::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(3)
  .checkbox.iopd::after {
  content: "IO";
  position: absolute;
  top: -20px;
  left: 10px;
}

.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(1)
  .checkbox.ivc::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(2)
  .checkbox.ivc::after,
.myHealthcare-schedule-sessions-container
  .myHealthcare-schedule-sessions
  .myHealthcare-schedule-sessions.session:nth-child(3)
  .checkbox.ivc::after {
  content: "IV";
  position: absolute;
  top: -20px;
  left: 10px;
}
#page_sidebar .myHealthcare-content-box {
  padding: 1rem 0.85rem 1rem 0.75rem;
}
.myHealthcare-sessions-table tbody td[colspan] {
  padding: 0;
}

.myHealthcare-sessions-table tbody td > table {
  width: 100%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.br-1-lightgrey {
  border-right: 1px solid #e9ecef;
}

.table-bordered table td:first-child,
.table-bordered table td:last-child {
  border-right: none;
  border-left: none;
}

.cursor-blocked {
  cursor: not-allowed;
}

.star-doctor-icon {
  position: absolute;
  top: -20px;
  right: 1px;
  font-size: 2rem;
}

.star-doctor-icon > i.fa {
  color: gold;
}

.card {
  margin-bottom: 5px;
}

.card-heading {
  padding: 10px;
  border-bottom: 1px solid lightgrey;
  background-color: #f5f5f5;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.card-title {
  margin-bottom: 0;
}

.card-title > a {
  color: #d24350;
}

.card-heading a:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-heading a.collapsed:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.break-word {
  word-break: break-word;
}

.myHealthcare-table-wraper {
  max-width: 100%;
  overflow-x: auto;
}

.myHealthcare-table-wraper::after {
  content: "";
  clear: both;
}

.timeslot-legends .myHealthcare-timeslot {
  pointer-events: none;
}

/** Responsive CSS stylings */

@media only screen and (max-width: 1350px) {
  .myHealthcare-schedule-sessions.session {
    width: 30%;
  }
  .myHealthcare-schedule-sessions-container
    .myHealthcare-schedule-sessions
    .myHealthcare-schedule-sessions.session:nth-child(4)
    .checkbox.agent::before,
  .myHealthcare-schedule-sessions-container
    .myHealthcare-schedule-sessions
    .myHealthcare-schedule-sessions.session:nth-child(4)
    .checkbox.customer::after {
    content: "";
  }
}

@media only screen and (max-width: 1300px) {
  body,
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  body,
  html {
    font-size: 14px;
  }
  .myHealthcare-schedule-sessions.session {
    width: 45%;
  }
  .myHealthcare-schedule-sessions-container
    .myHealthcare-schedule-sessions
    .myHealthcare-schedule-sessions.session:nth-child(3)
    .checkbox.agent::before,
  .myHealthcare-schedule-sessions-container
    .myHealthcare-schedule-sessions
    .myHealthcare-schedule-sessions.session:nth-child(3)
    .checkbox.customer::after {
    content: "";
  }
}

@media only screen and (max-width: 1025px) {
  body,
  html {
    font-size: 13px;
  }
  .btn {
    padding: 0.5rem 1rem;
  }
}

@media only screen and (max-width: 991px) {
  body,
  html {
    font-size: 13px;
  }
  body.scroll-off {
    overflow-y: hidden;
  }
  #page_sidebar {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  #site-header #navbarSupportedContent {
    position: absolute;
    top: 40px;
    left: -6px;
    width: 105%;
    right: 0px;
    z-index: 9999;
    height: auto;
    overflow: auto;
    background: #535353;
  }
  #site-header .navbar-toggler .line-one,
  #site-header .navbar-toggler .line-two,
  #site-header .navbar-toggler .line-three {
    backface-visibility: hidden;
    display: block;
    height: 3px;
    margin: 5px auto;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  #site-header .navbar-toggler .line-one,
  #site-header .navbar-toggler .line-two,
  #site-header .navbar-toggler .line-three {
    background-color: #d24350;
  }
  #site-header .navbar-toggler.on .line-one,
  #site-header .navbar-toggler.on .line-two,
  #site-header .navbar-toggler.on .line-three {
    background-color: #000;
  }
  #site-header .navbar-toggler.on .line-one {
    -moz-transform: rotate(-45deg) translate(-5px, 5px);
    -o-transform: rotate(-45deg) translate(-5px, 5px);
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  #site-header .navbar-toggler.on .line-two {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  #site-header .navbar-toggler.on .line-three {
    -moz-transform: rotate(45deg) translate(-6px, -6px);
    -o-transform: rotate(45deg) translate(-6px, -6px);
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }
  .container-fluid {
    padding: 0 5px;
  }
  .myHealthcare-logo-container {
    width: 100px;
  }
  .myHealthcare-loggedin-user-name {
    padding-top: 10px;
  }
  .myHealthcare-loggedin-user-image {
    width: 55px;
  }
  .myHealthcare-patient-image {
    text-align: center;
  }
  .myHealthcare-patient-image > img {
    height: auto;
    max-width: 150px;
    margin-bottom: 15px;
    max-height: inherit;
  }
  .modal-footer {
    display: block;
  }
  .modal-footer .btn {
    width: 100%;
    margin: 10px auto;
  }
}

/* @media only screen and (max-width:480px) {
    body,
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    .btn-outline-primary {
        font-size: 1vw !important;
    }
}

@media only screen and (max-width:425px) {
    .btn-outline-primary {
        font-size: 2vw !important;
    }
}*/

@media only screen and (max-width: 1500px) and (max-height: 710px) {
  .img-em-doc {
    max-width: 45vw !important;
  }
}

.pdf-em-doc {
  width: 800px;
  height: 95vh;
}
#modalPrescriptionData{
    width: 100% !important;
  }
#modalPrescriptionData_loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
    z-index: 99;
    
}
.image_display embed{    width: 80%; height: auto; margin: 0 auto;}
.pdf-em-doc, .pdf-em-doc2, .img-em-doc{
/*    width: 800px!important;

.image_display embed {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.pdf-em-doc,
.pdf-em-doc2,
.img-em-doc {
  /*    width: 800px!important;
    height:500px!important;*/
  width: 750px !important;
  height: 85vh !important;
}

.img-em-doc4 {
  width: 100% !important;
  height: auto !important;
}

.img-em-doc {
  max-width: 50vw;
  max-height: 70vh;
}

.header-color {
  color: #d24350;
}

.border-color {
  border-left: 10px solid #d24350;
}

.myhealthcare-test-ui > li > a.active {
  border-bottom: 4px solid #d24350;
}

.myhealthcare-test-ui > li > a,
.myhealthcare-test-ui > li > a:hover,
.myhealthcare-test-ui > li > a:active,
.myhealthcare-test-ui > li > a:focus,
.myhealthcare-test-package-ui > li > a,
.myhealthcare-test-package-ui > li > a:hover,
.myhealthcare-test-package-ui > li > a:active,
.myhealthcare-test-package-ui > li > a:focus {
  background: transparent !important;
  color: black;
}

.myhealthcare-test-package-ui > li > a.active {
  color: #d24350;
}

.char-nav-link {
  padding: 0.5rem 0.3rem;
}

.myhealthcare-test-table-bordered {
  border: 1px solid #bbc4c1;
}

.myhealthcare-test-checkbox {
  margin-top: 1rem;
}

.myhealthcare-text-form-button-container {
  padding: 1.5em !important;
}

.scrollbar {
  max-height: 500px;
  overflow-y: scroll;
}

.force-overflow {
  /* min-height: 450px; */
}

#test-section::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#test-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(#d24350),
    to(#d24350),
    color-stop(0.6, #d24350)
  );
}

.weekDays {
  background-color: lightgray;
  width: 2px;
  padding: 1px;
}

.page-title {
  color: #d24350 !important;
  font-size: 20.5px !important;
  background: #ebebeb;
}

.magenta-text {
  color: #d24350 !important;
}

.sessions_text_msg {
  color: #d24350 !important;
}

.check-text {
  color: #d24350 !important;
}

.page-sub-title {
  font-size: 18.5px !important;
  color: #181818 !important;
}

.page-title-text {
  color: #d24350;
  font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white !important;
}

.test-list {
  padding: 1em;
  margin-left: 44% !important;
  color: #d24350;
  font-size: 18px;
}

.page-title-image {
  font-size: 12px;
  color: #d24350;
}

.doctor-patient-profile-border {
  border-left: 10px solid #d24350 !important;
}

.booking-calender {
  background-color: #ffffff;
}

.form-control-bg {
  font-size: 15px;
  background-color: #ffffff !important;
  color: #959595;
}

.btn-bg-white {
  background-color: #ffffff !important;
  color: #5a5a5a;
}

.text-special {
  color: #d24350;
}

.text-grey-align {
  width: 50%;
  display: inline-flex;
}

.text-grey-inline {
  width: 15%;
  display: inline-flex;
}

.text-grey-phc-align {
  width: 35%;
  display: inline-flex;
}

.myHealthcare-search-container-table {
  background-color: #ffffff !important;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #c9c9c9;
}

.card-add-leaves {
  background-color: #f5f5f5;
}

.page-title-image {
  font-size: 14px;
  color: #d24350;
}

.myHealthcare-table-wraper {
  overflow-x: hidden;
}

.text-grey-inline-faq {
  width: 10%;
  display: inline-flex;
}

/* css related to forms*/

.mhcfrm .form-control {
  font-size: 0.85rem;
}

.mhcfrm select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 2px);
}

.mhcfrm .form-label-group Request::-webkit-input-placeholder,
.mhcfrm .form-group Request::-webkit-input-placeholder {
  color: transparent;
}

.mhcfrm .form-label-group input:-ms-input-placeholder,
.mhcfrm .form-group input:-ms-input-placeholder {
  color: transparent;
}

.mhcfrm .form-label-group Request::-ms-input-placeholder,
.mhcfrm .form-group Request::-ms-input-placeholder {
  color: transparent;
}

.mhcfrm .form-label-group Request::placeholder,
.mhcfrm .form-group Request::placeholder {
  color: transparent;
}

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}

.mhcfrm input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.mhcfrm .form-label-group,
.mhcfrm .form-group {
  position: relative;
}

.mhcfrm .form-label-group > label,
.mhcfrm .form-group > label {
  transition: all 0.1s ease-in-out;
  top: 5px;
  left: 20px;
  position: absolute;
  display: block;
  outline: none;
  z-index: 99;
  margin: 0px;
  font-size: 0.85rem;
}

.mhcfrm .form-label-group > label.required span,
.mhcfrm .form-group > label.required span {
  color: #ed1c24;
}

.mhcfrm .form-label-group input:not(:placeholder-shown) ~ label,
.mhcfrm .form-label-group textarea:not(:placeholder-shown) ~ label,
.mhcfrm .form-group input:not(:placeholder-shown) ~ label,
.mhcfrm .form-group textarea:not(:placeholder-shown) ~ label,
.mhcfrm .form-label-group input:focus ~ label,
.mhcfrm .form-label-group textarea:focus ~ label,
.mhcfrm .form-label-group input.hasdata ~ label,
.mhcfrm .form-label-group textarea.hasdata ~ label,
.mhcfrm .form-label-group select.hasdata ~ label,
.mhcfrm .form-group input:focus ~ label,
.mhcfrm .form-group textarea:focus ~ label,
.mhcfrm .form-group input.hasdata ~ label,
.mhcfrm .form-group textarea.hasdata ~ label,
.mhcfrm .form-group select.hasdata ~ label {
  font-size: 13px;
  color: #d24350;
  top: -9px;
  display: inline-block;
  padding: 0 3px;
  left: 10px;
  background-color: #ffffff !important;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(50%, white),
    color-stop(50%, white),
    color-stop(100%, white)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    white 50%,
    white 100%
  );
}

.mhcfrm .input-group-addon {
  padding: 5px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #b0b0b0;
  border: 1px solid #ccc;
  min-width: 75px;
}

.mhcfrm .input-group-addon select {
  background-color: #b0b0b0;
  border: none;
  outline: none;
  color: #fff;
  padding: 0rem 1.25rem 0 0.5rem;
  height: auto;
  outline: none;
  box-shadow: none;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22150px%22%20height%3D%22100px%22%20viewBox%3D%2250%200%20250%20250%22%3E%0D%0A%3Cg%20style%3D%22fill%3A%23fff%22%20id%3D%22arrow-drop-down%22%3E%0D%0A%09%09%3Cpolygon%20points%3D%220%2C63.75%20127.5%2C191.25%20255%2C63.75%20%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  background-repeat: no-repeat;
  background-position: right 0.4rem;
  background-size: 18px;
}

.mhcfrm .form-control + .input-group-addon {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.mhcfrm .input-group > .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.mhcfrm .input-group:focus-within {
  border-color: transparent;
  box-shadow: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mhcfrm .form-control:disabled,
.mhcfrm .form-control[readonly] {
  background-color: #fff;
}

.mhcfrm .form-control.focus ~ label {
  font-size: 13px;
  color: #d24350;
  top: -10px;
  display: inline-block;
  background: #fff;
  padding: 0 3px;
  left: 25px !important;
}

.mhcfrm .file-upload_input_wrap {
  padding-top: 0.25rem;
  padding-bottom: 0.215rem;
  position: relative;
  background: url("../images/attachment_icon.png") no-repeat center right 10px;
}

.mhcfrm .file-upload_input_wrap .file-upload-input {
  opacity: 0;
  z-index: 99;
  width: 100%;
}

.mhcfrm .upload_img {
  position: absolute;
  right: 50px;
  top: 0px;
}

.mhcfrm .help-block label {
  font-size: 0.7rem;
  margin: 0;
}

.mhcfrm .form-label-group > label.f_mobile_number,
.mhcfrm .form-group > label.f_mobile_number {
  font-size: 1.125rem;
  top: 15px;
}

.mhcfrm[name="searchForm"] #mobile_number {
  font-size: 1.125rem;
}

.h-100-phc {
  height: 88% !important;
}

.form-control:active,
.form-control:focus {
  border: 1px solid #d24350;
}

.h-100-search-appointments {
  height: 19% !important;
}

.form-label-text {
  font-size: 20px;
  text-align: left;
  color: #181818;
}

.textarea-reason {
  line-height: 3.35;
}

.fa-nav-icons-color {
  color: #d24350 !important;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sortable-row {
  list-style: none;
}

#sortable-row li {
  margin-bottom: 4px;
  padding: 10px;
  border: 1px solid #ae245b;
  cursor: move;
}

.btnSaveOrder {
  /* padding: 10px 20px;
    background-color: #09F;
    border: 0;
    color: #FFF;
    cursor: pointer; */
  margin-left: 40%;
}

#sortable-row li.ui-state-highlight {
  height: 1em;
  background-color: #f0f0f0;
  border: #ccc 2px dotted;
}

.text-transform {
  text-transform: uppercase;
}

.payment-link-text {
  color: #d24350;
  font-size: 20px;
}

.form-control.app-version-enable {
  width: 50%;
  color: #fff;
  background-color: #d24350 !important;
  border-color: #d24350;
}

.app-version-enable.disable {
  color: #000;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6;
}

.modal-dialog.pdf-doc-view {
  max-width: 850px;
}

.modal_pagination_warp {
  width: 718px;
  overflow-x: hidden;
  display: block;
}
.modal_pagination_warp table {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
}
.modal_pagination_warp table > tbody {
  width: 718px;
  display: block;
  float: left;
}
.modal_pagination_warp table > tbody tr td {
  vertical-align: top;
  padding: 0.5rem 0;
}
.modal_pagination {
  margin: 15px 0px 0px;
  padding: 0px;
  list-style: none;
  display: block;
  text-align: center;
  float: left;
  width: 100%;
}
.modal_pagination li {
  display: inline-block;
  padding: 6px 14px;
  position: relative;
  border: solid 1px #ccc;
  margin: 0 4px;
  line-height: 1;
  color: #777;
  font-size: 1rem;
  cursor: pointer;
}
.modal_pagination li.active {
  background-color: #d24350;
  color: #fff;
  border-color: #d24350;
}
.modal-fixedpagination {
  max-height: calc(100vh - 150px);
  overflow: hidden;
  overflow-y: auto;
}
.modal-fixedpagination .modal_pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: white;
  box-shadow: 0px -2px 10px 0px rgb(236, 226, 226);
}
.modal-fixedpagination .modal_pagination_warp {
  padding-bottom: 50px;
}
.billingTable input:disabled,
.form-control[readonly]:not(.date):not(.file-name-field):not(
    .file-name-field-mail
  ):not(.dob-date):not(.start-date):not(.end-date):not(.white-bg):not(
    .report-date
  ),
.form-control[readonly]:not(.date):not(.file-name-field):not(
    .file-name-field-mail
  ):not(.dob-date):not(.start-date):not(.end-date):not(.white-bg):not(
    .report-date
  ):focus,
.form-control[readonly]:not(.date):not(.file-name-field):not(
    .file-name-field-mail
  ):not(.dob-date):not(.start-date):not(.end-date):not(.white-bg):not(
    .report-date
  ):active {
  background: #fff !important;
}
.billingTable .td-grey input:disabled,
.billingTable .td-grey .form-control[readonly] {
  background: #f2f2f2 !important;
}

/* Navbar Responsive css */

.navbar-dark .navbar-toggler {
  margin: 5px 0px;
  height: 30px;
  width: 30px;
  padding: 0px;
  border-width: 0px;
  cursor: pointer;
}
.navbar-dark .navbar-toggler:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler[aria-expanded="false"] span {
  background: #d24350;
  width: 20px;
  height: 2px;
  margin-left: 4px;
  transition: all 0.3s ease;
  display: block;
}
.navbar-toggler[aria-expanded="true"] span {
  height: 0px;
  transition: all 0.3s ease;
}
.navbar-toggler[aria-expanded="true"] .fa-bars:before,
.navbar-toggler[aria-expanded="true"] .fa-bars:after {
  content: "";
  position: absolute;
  left: auto;
  top: 25%;
  bottom: auto;
  top: 50%;
  transition: all 0.3s ease;
  right: auto;
  height: 20px;
  width: 2px;

  background-color: #fff;
}
.navbar-toggler[aria-expanded="true"] .fa-bars:before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .fa-bars:after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="false"] .fa-bars:before,
.navbar-toggler[aria-expanded="false"] .fa-bars:after {
  content: "";
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  right: 14px;
  transition: all 0.3s ease;
  height: 20px;
  width: 2px;
  background-color: #d24350;
}
.navbar-toggler[aria-expanded="false"] .fa-bars:before {
  top: 28%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.navbar-toggler[aria-expanded="false"] .fa-bars:after {
  top: 70%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: end;
  }
  #site-header .navbar-toggler.on .line-one {
    -moz-transform: rotate(-45deg) translate(-5px, 5px);
    -o-transform: rotate(-45deg) translate(-5px, 5px);
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  span {
    font-size: 13px !important;
  }
}

/* Doctor Image Css */

@media screen and (max-width: 767.98px) {
  .myHealthcare-doctor-image {
    text-align: center;
  }
  .myHealthcare-doctor-image img {
    max-width: 160px;
  }
  .pl-0 {
    padding-left: 15px !important;
  }
  .page-title {
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .fa {
    font-size: 15px;
  }
}

#news_paginate {
  overflow: scroll;
}

/* paras Patient PayModuel Csss */

.paraspatientPayDetails {
  margin-top: 50px;
}

.paraspatientPayDetails .tittle {
  background: #979191;
  border-top: solid 3px #d24350;
  color: #fff;
  padding: 5px;
  width: 110px;
  text-align: center;
}

.paraspatientPayDetails .employee-card {
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 5px;
  margin-top: 20px;
}

.paraspatientPayDetails .employee-card .profile-img {
  width: 70px;
  height: 70px;
  min-height: 70px;
  border: solid 1px #bfbcbc;
  padding: 10px;
}

.paraspatientPayDetails .employee-card .browser {
  width: 40px;
  height: 40px;
  border: solid 1px #333;
  background: #fff;
  padding: 8px 10px;
  border-radius: 50%;
  position: relative;
}
.paraspatientPayDetails .employee-card .browser-img {
  height: 18px;
  width: 18px;
}
.paraspatientPayDetails .employee-card .browser .file-upload {
  width: 50px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}
.browser p {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: -8px;
  font-size: 11px;
  font-weight: bold;
}
.paraspatientPayDetails .employee-card .scan {
  width: 40px;
  height: 40px;
  border: solid 1px #333;
  background: #fff;
  padding: 8px 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.paraspatientPayDetails .employee-card .scan-img {
  height: 18px;
  width: 18px;
}
.scan p {
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
}

.filter-text {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2px 5px;
  border: solid 1px #ae245b;
  border-radius: 5px;
}
.item {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: space-between;
  border-right: solid 1px #959595;
  padding: 0px 7px;
}
.filter-text :last-child {
  border-right: solid 0px #959595;
}

.search-list .select2-container .select2-selection {
  border: solid 1px #d2d6de;
}
.search-list
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: solid 1px #d2d6de;
}
.search-list .form-control {
  border-color: transparent !important;
  color: #fff;
}
.search-list .select2-search__field::placeholder {
  color: #495057 !important;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}
.search-list
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container {
  min-width: 210px;
  width: 100% !important;
}
.select2-container:after {
  font-family: fontAwesome;
  content: "\f107";
  color: #000;
  font-size: 17px;
  border: 0;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 7px;
}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 0px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #d24350;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 0px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #d24350;
  border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .placeholder {
  display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
.select-icon .select2-search--dropdown {
  display: none;
}

/* print Bill Modal Csss */

.body-overflow {
  height: 85vh;
  overflow: auto;
}
.fix-modal-footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  text-align: center;
  background: #f8f8f8f8;
  padding: 10px 0px;
  box-shadow: 0px -2px 9px -5px rgb(0 0 0 / 20%);
}
.fix-modal-footer .btn {
  line-height: 1 !important;
}
.search-iconn {
  position: absolute;
  top: 8px;
  left: 8px;
}

.search-iconn .fa {
  font-size: 16px;
  transform: rotate(90deg);
  color: #838684;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}

/* css doctor-on-leave  */
.doctor-on-leave .select2-container {
  min-width: auto;
  width: 100% !important;
}
.doctor-on-leave .select2-container:after {
  font-family: fontAwesome;
  content: "\f107";
  color: #000;
  font-size: 17px;
  border: 0;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 7px;
}
.doctor-on-leave .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.doctor-on-leave .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 0px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.doctor-on-leave .select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #d24350;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.doctor-on-leave
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.doctor-on-leave
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.doctor-on-leave .select2-container--default .select2-selection--multiple {
  margin-bottom: 0px;
}
.doctor-on-leave
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
.doctor-on-leave
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #d24350;
  border-width: 2px;
}
.doctor-on-leave .select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.doctor-on-leave .select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.doctor-on-leave .select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.doctor-on-leave .select-icon .select2-selection__placeholder .badge {
  display: none;
}
.doctor-on-leave .select-icon .placeholder {
  display: none;
}
.doctor-on-leave .select-icon .select2-results__option:before,
.doctor-on-leave
  .select-icon
  .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
.doctor-on-leave .select-icon .select2-search--dropdown {
  display: none;
}

.doctor-on-leave .close {
  position: absolute;
  right: 8px;
  top: 1px;
  opacity: 1;
}
.doctor-on-leave .modal-dialog {
  max-width: 80vw !important;
}
.doctor-on-leave .modal-body {
  padding: 2rem 1rem 1rem !important;
  max-height: 85vh;
  overflow: auto;
}
.doctor-on-leave .table td,
.table th {
  padding: 7px 10px;
}
.doctor-on-leave .select2-selection__arrow {
  display: none;
}
.view_subscription_modal {
}

.view_subscription_modal .modal-dialog {
  max-width: 1400px !important;
  width: 95% !important;
}

.view_subscription_modal .modal-content {
  border-radius: 5px !important;
}

.view_subscription_modal .modal-header {
  background-color: #fff;
  padding: 0.4rem 1.3rem;
  color: #333;
  border: none;
  border-radius: 5px;
}

.view_subscription_modal .modal-header .color-black {
  color: #000;
}

.view_subscription_modal .modal-header .plus-icon {
  max-width: 65px !important;
  height: auto;
}

.view_subscription_modal button.close span {
  font-size: 22px !important;
  color: #333;
}

.view_subscription_modal .close:focus,
.close:hover {
  outline: none;
}

.view_subscription_modal .modal-body {
  padding: 0.4rem 1.3rem;
  border-radius: 5px;
}

.view_subscription_modal .modal-body .package_card {
  padding: 0.4rem 1rem;
  background-color: #fbe7e8;
  border: solid 1px #e4bfc1;
  border-radius: 7px;
}

.view_subscription_modal .package_card label {
  margin-bottom: 0px !important;
}

.view_subscription_modal .package_card .text-muted {
  color: #6c757d !important;
}

.view_subscription_modal .package_card .banner-row {
  vertical-align: top;
  width: 100px;
}

.view_subscription_modal .package_card .text-dark {
  color: #000 !important;
  font-weight: 500;
}

.view_subscription_modal .modal-body .red-text-size {
  font-size: 1.1rem;
}

.view_subscription_modal .modal-body .font-weight-bold {
  font-size: 1.1rem;
  font-weight: 600 !important;
}

/* .view_subscription_modal .modal-body .scroll_content {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
} */

.table.subscription-table {
  width: 100% !important;
}

@media (max-width: 991px) {
  .table.subscription-table {
    display: table;
    width: 100% !important;
  }
}

.table.subscription-table > thead > tr > th {
  border: solid 1px #ccc !important;
  color: #333;
  font-weight: 600 !important;
  text-align: left;
  padding: 0.15rem 0.75rem;
  font-size: 0.875rem;
}

.table.subscription-table > tbody > tr > td {
  border: solid 1px #ccc !important;
  color: #333;
  text-align: left;
  padding: 0.15rem 0.75rem;
  font-size: 0.875rem;
}

/* ############################ css for Registration form ############################################## */

.row.gutter7 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row.gutter7 [class*="col-"],
.row.gutter7 [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.reg-bg-blue {
  border: solid 1px #b0c9d5;
  background-color: #eaf3f7;
}
.reg-bg-white {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  background-color: #fff;
}
.create-program-tittle {
  color: #333333;
  font-size: 18px;
}
.selected-dropdown .input-group-append .btn {
  background: #e7eae9 !important;
  border: solid 1px #d2d6de !important;
  color: #495057 !important;
  min-height: 36px;
}
.add-delete-icon {
  color: #666666;
  margin-right: 10px;
}
.add-delete-icon img {
  height: 20px;
  width: auto;
}
.reg-tittle-box {
  border-right: solid 1px #8d8d8d;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 150px;
  width: 150px;
}
.reg-tittle-box:after {
  content: "";
  display: block;
  top: 50%;
  right: 0px;
  position: absolute;
  border: 1px #8d8d8d;
  background: #eaf3f7;
  border-style: solid solid none none;
  width: 10px;
  height: 10px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.reg-bg-white .reg-tittle-box:after {
  background: #fff !important;
}
.registration-form .selected-dropdown .select-label {
  font-size: 13px !important;
}
.registration-form .radio {
  margin: 0px 8px;
}
.registration-form .radio .pl-4 {
  padding-left: 1.2rem !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-70 {
  width: 70%;
}
.reg-bg-blue .selected-dropdown .form-control:focus ~ .select-label,
.reg-bg-blue .selected-dropdown .form-control:valid ~ .select-label {
  background-image: linear-gradient(180deg, #eaf3f7, #fff) !important;
}

.reg-bg-blue .checkbox input[type="checkbox"] + label::before,
.reg-bg-blue .radio input[type="radio"] + label::before {
  background: #fff;
}
.reg-bg-light {
  background: #fafafa;
  border: solid 1px #e2e2e2;
}
.flex-custom .form-group {
  flex-shrink: 1;
  flex-grow: 1;
}
.Mobileminwidth {
  min-width: 95px;
}
.ageminwidth {
  min-width: 100px;
  max-width: 100px;
}
.emailminwidth {
  min-width: 170px;
}
@media screen and (max-width: 1199px) {
  .emailminwidth {
    min-width: 100px;
  }
}
.payor-card {
  border: solid 1px #ccc;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 10px;
  max-width: 220px;
}
.payor-card img {
  width: 30px;
  height: 30px;
}
.payor-card .browser {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.payor-card .browser img {
  width: 20px;
  height: auto;
}
.payor-card .browser input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  z-index: 1;
}
.payor-card .scan {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.payor-card .scan img {
  width: 20px;
  height: auto;
}
.payor-card span {
  font-size: 14px;
}
.registration-form .form-control + .input-group-addon:not(:first-child) {
  border-right: solid 1px #d2d6de;
}
.registration-form .form-control {
  padding: 0.5rem 0.25rem !important;
}

/* #############################################css for Admin Role Screens ##################################### */
.selected-dropdown {
  position: relative;
}
.selected-dropdown .form-control {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.selected-dropdown .select-label {
  position: absolute;
  transform: translate(5px, 7px);
  top: 0px;
  left: 0px;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  padding: 0px 5px 0px 0px;
  font-weight: 400;
  z-index: 0;
  color: #181818;
}

.selected-dropdown .form-control:focus ~ .select-label,
.selected-dropdown .form-control:valid ~ .select-label {
  font-size: 13px;
  transform: translate(4px, -10px);
  background-image: linear-gradient(0deg, #fff 50%, transparent);
  padding: 0px 5px 0px 0px;
  z-index: 99;
  color: #d24350;
}

.role-table th,
td {
  padding: 0.75rem !important;
}

.role-action {
  margin-right: 35px;
}
.role-action a {
  color: #d24350;
  font-weight: 400;
}
.role-action a:hover {
  color: #d24350;
}
.role-action .icon {
  width: 15px;
  height: auto;
}
.admin-role-accordion .card {
  border-width: 0px;
}
.admin-role-accordion .card-header {
  background-color: #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 0px;
}
.admin-role-accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
}
.admin-role-accordion .card-header .btn-link:focus,
.admin-role-accordion .card-header .btn-link:hover {
  text-decoration: none;
  color: #484848 !important;
}
.admin-role-accordion .card-header .btn-link[aria-expanded="true"] {
  background-color: #909090;
  color: #fff !important;
}
.admin-role-accordion .card-header .btn-link[aria-expanded="true"]:after {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 16px;
  color: #fff;
}
.admin-role-accordion .card-header .btn-link[aria-expanded="false"] {
  background-color: #eaeaea;
}
.admin-role-accordion .card-header .btn-link[aria-expanded="false"]:after {
  font-family: "FontAwesome";
  content: "\f067";
  position: absolute;
  right: 16px;
  color: #d24350;
}

.admin-role-accordion .accordion-body .tooltip-icon {
  width: auto;
  height: 15px;
  cursor: pointer;
}
.admin-role-accordion
  .accordion-header
  .checkbox
  input[type="checkbox"]
  + label::before {
  border-color: #000;
}
.admin-role-accordion
  .accordion-header
  .checkbox
  input[type="checkbox"]:checked
  + label::after {
  border-color: #000;
}
.admin-role-accordion .accordion-header label {
  font-size: 15px;
  padding-left: 30px !important;
}
.admin-role-accordion
  .accordion-body
  .checkbox
  input[type="checkbox"]
  + label::before {
  border-color: #d24350;
}
.admin-role-accordion .accordion-body label {
  font-size: 14px;
  padding-left: 30px !important;
  color: #666666 !important;
}
.select2-container {
  min-width: 100%;
}
.book-Payor-type input[type="radio"] + label {
  padding-left: 21px !important;
}
.w-30 {
  width: 30%;
}
.w-70 {
  width: 70%;
}
.min-width110 {
  min-width: 110px;
}
.row-gutter10 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row-gutter10 [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.rounded-sm {
  border-radius: 4px !important;
}

/* manage subscription css */
.circle-user-img {
  border: 2px solid #e7ecea;
  width: 75px !important;
  border-radius: 50%;
}

.sub-plusicon {
  width: 60px;
  height: auto;
}

.sub-dots-img {
  width: 10px;
  height: 18px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ebebeb;
  color: #333;
}
.circle-info-size {
  width: 20px;
}

/* ------------------------------------------- registration-form New CSS ------------------------------------------- */
/* css for resize of labels */

@media (min-width: 1200px) {
  .selected-dropdown .select-label {
    position: absolute;
    transform: translate(10px, 5px) !important;
    top: 0px;
    left: 0px;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
      transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    padding: 0px 5px 0px 0px;
    font-weight: 400;
    z-index: 1;
    color: #666666;
    font-size: 14px;
  }
  .selected-dropdown .form-control:focus ~ .select-label,
  .selected-dropdown .form-control:valid ~ .select-label {
    transform: translate(8px, -10px) !important;
    background-image: linear-gradient(0deg, #fff 50%, transparent);
    padding: 0px 5px 0px 0px;
    z-index: 99;
    color: #d24350;
  }
}

@media (max-width: 1200px) {
  .selected-dropdown .select-label {
    position: absolute;
    transform: translate(10px, 5px) !important;
    top: 0px;
    left: 0px;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
      transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    padding: 0px 5px 0px 0px;
    font-weight: 400;
    z-index: 1;
    color: #666666;
    font-size: 12px;
  }
  .selected-dropdown .form-control:focus ~ .select-label,
  .selected-dropdown .form-control:valid ~ .select-label {
    font-size: 12px;
    transform: translate(8px, -10px) !important;
    background-image: linear-gradient(0deg, #fff 50%, transparent);
    padding: 0px 5px 0px 0px;
    z-index: 99;
    color: #d24350;
  }
}

@media (max-width: 1199px) {
  .small-label .selected-dropdown .select-label {
    position: absolute;
    transform: translate(10px, 5px) !important;
    top: 0px;
    left: 0px;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
      transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    padding: 0px 5px 0px 0px;
    font-weight: 400;
    z-index: 0;
    color: #666666;
    font-size: 10px;
  }
  .small-label .selected-dropdown .form-control:focus ~ .select-label,
  .selected-dropdown .form-control:valid ~ .select-label {
    transform: translate(8px, -10px) !important;
    background-image: linear-gradient(0deg, #fff 50%, transparent);
    padding: 0px 5px 0px 0px;
    z-index: 99;
    color: #d24350;
  }
}
/* label css end */

/* css for input height */
.form-control {
  padding: 0.4rem 0.75rem;
}
/* @media (max-width: 1280px) {
    .form-control{
    padding:0.5rem 0.5rem;
  
  }
  } */
.selected-dropdown .form-control {
  height: 2.25rem !important;
  background-color: #fff !important;
}
.selected-dropdown {
  /* height: 2.25rem; */
}

.selected-dropdown .input-group-append .btn {
  height: 2.25rem;
  min-height: 2.25rem !important;
}

.input-groupaddon-resize {
  height: 2.25rem;
}

@media (max-width: 1200px) {
  .browse-btn {
    padding: 0.5rem 0.2rem;
    font-size: 0.9rem !important;
  }
}
@media (min-width: 1200px) {
  .browse-btn {
    padding: 0.48rem 0.2rem;
    font-size: 0.95rem !important;
  }
}

.reg-tittle-box.registraion {
  max-width: 170px;
  width: 170px;
}

.reg-bg-gray {
  border-left: solid 1px #f9f9f9 !important;
  border-right: solid 1px #f9f9f9 !important;
  background-color: #f9f9f9 !important;
}
.reg-bg-gray .reg-tittle-box:after {
  background: #f9f9f9 !important;
}
.browse-input {
  position: absolute !important;
  z-index: 99 !important;
  opacity: 0 !important;
}
.selected-dropdown-input .help-block,
.floating-select .help-block,
.selected-dropdown .help-block {
  display: block;
  font-size: 70%;
  line-height: 13px;
}
/* -------------------------------------------- latest updates -------------------------------------------- */
.selected-dropdown-input,
.floating-select {
  position: relative;
}
.selected-dropdown-input .form-control,
.floating-select .form-control {
  height: 2.25rem !important;
  background-color: #fff !important;
}
.selected-dropdown-input label,
.floating-select label {
  position: absolute;
  transform: translate(5px, 7px);
  top: 0px;
  left: 0px;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  padding: 0px 5px 0px 0px;
  font-weight: 400;
  z-index: 1;
  color: #666666;
  font-size: 14px;
}
.selected-dropdown-input .form-control:focus ~ label,
.selected-dropdown-input .form-control:not(:placeholder-shown) ~ label {
  transform: translate(5px, -10px) !important;
  background-image: linear-gradient(0deg, #fff 50%, transparent);
  padding: 0px 6px 0px 0px;
  z-index: 99;
  color: #d24350;
  font-size: 12px;
  margin-bottom: 0px;
}

.floating-select .form-control:focus ~ label,
.floating-select .form-control:not([value=""]):valid ~ label {
  transform: translate(5px, -10px) !important;
  background-image: linear-gradient(0deg, #fff 50%, transparent);
  padding: 0px 6px 0px 0px;
  z-index: 99;
  color: #d24350;
  font-size: 12px;
  margin-bottom: 0px;
}
.reg-bg-blue .selected-dropdown-input .form-control:focus ~ label,
.reg-bg-blue
  .selected-dropdown-input
  .form-control:not(:placeholder-shown)
  ~ label {
  background-image: linear-gradient(180deg, #eaf3f7, #fff) !important;
}
.reg-bg-blue .floating-select .form-control:focus ~ label,
.reg-bg-blue .floating-select .form-control:not([value=""]):valid ~ label {
  background-image: linear-gradient(180deg, #eaf3f7, #fff) !important;
}

/* -------------------------------------------- Solved Select field -------------------------------------------- */

.registration-forms .mhc_select {
  position: relative;
}
.registration-forms .mhc_select .form-control {
  padding: 0.5rem 0.5rem !important;
  background: #fff !important;
}
.registration-forms .form-group > label.mhc_label,
.registration-forms .form-label-group > label.mhc_label {
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transform: translate(5px, 7px);
  font-size: 14px;
  top: 0px;
  color: #666666;
  position: absolute;
  display: block;
  outline: 0;
  z-index: 99;
}

.registration-forms .form-group.hasdata > label.mhc_label,
.registration-forms .form-label-group.hasdata > label.mhc_label {
  font-size: 12px;
  color: #d24350;
  transform: translate(2px, -10px) !important;
  display: inline-block;
  padding: 0 3px;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(50%, #fff),
    color-stop(100%, #fff)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    #fff 50%,
    #fff 100%
  );
}

@media screen and (max-width: 767.98px) {
  .reg-tittle-box.registraion {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px !important;
  }
  .reg-tittle-box {
    border-right: solid 0px #8d8d8d;
  }
  .reg-tittle-box:after {
    display: none;
  }
  .reg-tittle-box p {
    font-size: 16px;
  }
  .selected-dropdown-input label,
  .floating-select label {
    font-size: 12px;
  }
  .registration-forms .form-group > label.mhc_label,
  .registration-forms .form-label-group > label.mhc_label {
    font-size: 12px;
  }
}

.form-control{
  height: 2.25rem !important;
}
input:-webkit-autofill {
  background-color: #fff !important;
  background: #fff !important;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
  background: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  background-color: #fff !important;
  background: #fff !important;
}

.positionRelative{
position: relative;
}

.clickHare{
  position: absolute;
  top: -20px;
  right: 4px;
  font-size: 14px;
}
.fmt-30{
  margin-top: 15px !important;
}
.bmt-30{
  margin-top: 30px !important;
}

@media only screen and (max-width: 991px){
  .fmt-30{
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px){

  .fmt-30{
    margin-top: 30px !important;
  }
}