/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('style.css');*/

body {
  margin: 0;
  /*font-family: 'Inter', sans-serif;*/
  /*font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  /*font-size: 9px;*/
  font-family: Arial !important;
  font: 12px/1.7em "Arial" !important;
  /*font-size: 12px;*/
  font-weight: 400;
  color: #000;
  /*font-weight:bold!important;*/
  background: #eeeff5;
}

.sidebar-brand img {
  max-width: 100%;
}

.searchcontainer {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 100%;
}

.arrow {
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  top: 32%;
  margin-left: 6px;
  right: 15px;
  font-size: 14px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.reportdropdown .dropdown-toggle::after {
  display: none;
}

.reportdropdown .btn {
  width: 200px;
  text-align: left;
  border: 1px solid #e8ebfd;
  background-color: #fff;
  /*color: rgba(51, 51, 51, 0.3);*/
}

.reportdropdown.dropdown .dropdown-menu {
  right: 0;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  border: 1px solid #e8ebfd;
}

.reportdropdown.show .btn {
  border-radius: 4px 4px 0 0;
}

.reportdropdown .btn.focus,
.reportdropdown .btn:focus {
  outline: 0;
  box-shadow: none;
}

.reportdropdown .form-check {
  position: relative;
  display: block;
  padding: 0.5em 1.25em;
  padding-left: 1.25rem;
}

.reportdropdown .form-check-input {
  margin-right: 7px;
  margin-top: 0px;
}

.modality .form-check {
  display: inline-block;
  float: left;
  width: 50%;
}

.fa-list {
  color: rgba(103, 119, 239, 0.5);
}

.searchinput .form-control {
  border: 1px solid #e8ebfd;
  padding-left: 30px;
}

.input-group ::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.input-group :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.input-group ::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.searchinput {
  position: relative;
}

.searchinput i {
  position: absolute;
  left: 10px;
  top: 20px;
  color: rgba(103, 119, 239, 0.5);
  font-size: 14px;
}

.countdiv {
  border-radius: 5px;
  padding: 3px 7px;
}

.countdiv .btn {
  padding: 1px 5px;
}

.cardcontainer {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  padding: 0.75rem 1.25rem;
}

.blueborder {
  border: 1px solid #0000ff !important;
}

.blueborder a {
  color: #0000ff !important;
}

.redborder {
  border: 1px solid #ff0000;
}

.redborder a {
  color: #ff0000;
}

.redborder {
  border: 1px solid #ff0000;
}

.blackborder {
  border: 1px solid #000000 !important;
}

.blackborder a {
  color: #000000 !important;
}

.greenborder {
  border: 1px solid #aeb10c;
}

.greenborder a {
  color: #aeb10c;
}

.greenborder2 {
  border: 1px solid #30b67e;
}

.greenborder2 a {
  color: #30b67e;
}

.pinkborder {
  border: 1px solid #ffc0cb !important;
}

.pinkborder a {
  color: #ffc0cb !important;
}

.skyblueborder {
  border: 1px solid #67ceef;
}

.skyblueborder a {
  color: #67ceef;
}

.orangeborder {
  border: 1px solid #ffa500 !important;
}

.orangeborder a {
  color: #ffa500 !important;
}

.purpleborder {
  border: 1px solid #927bf0;
}

.purpleborder a {
  color: #927bf0;
}

.aquagreenborder {
  border: 1px solid #26dfd4;
}

.aquagreenborder a {
  color: #26dfd4;
}

.purpleborder2 {
  border: 1px solid #953fb4;
}

.purpleborder2 a {
  color: #953fb4;
}

.purpleborder3 {
  border: 1px solid #b34d4d;
}

.purpleborder3 a {
  color: #b34d4d;
}

.grayborder {
  border: 1px solid #6e7976;
}

.grayborder a {
  color: #6e7976;
}

.table th {
  font-weight: 600;
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: middle;
  border-top: 1px solid #e8ebfd;
  text-align: left;
  font-size: 12px;
  color: #333333;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #e8ebfd;
  text-align: center;
}

.blackbg {
  color: #000000;
  font-size: 14px;
}

.greenbg {
  color: #42cb20;
  font-size: 14px;
}

.redbg {
  color: #b12a2a;
  font-size: 14px;
}

.pagecontent {
  padding: 0.5rem;
}

.table-btn-group .btn-primary {
  background: #fff;
  border: 1px solid #e8ebfd;
  color: #333;
  padding: 0.5rem 1.5rem;
}

.table-btn-group .btn-primary:hover {
  background: #6777ef;
  border: 1px solid #6777ef;
  color: #fff;
}

.table-btn-group .btn-primary:not(:disabled):not(.disabled):active {
  background: #6777ef;
  border: 1px solid #6777ef;
  color: #fff;
}

.table-btn-group .btn-primary:not(:disabled):not(.disabled):focus {
  background: #6777ef;
  border: 1px solid #6777ef;
  color: #fff;
}

.table-btn-group .btn-primary:not(:disabled):not(.disabled).active {
  background: #6777ef;
  border: 1px solid #6777ef;
  color: #fff;
}

.pagecontent .card-header {
  background: #fff;
  border-bottom: 0;
}

.dashboard-table {
  border: 1px solid #e8ebfd;
}

.table-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  float: left;
}

.table-icons li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.table-icons li img {
  max-height: 18px;
}

.table-icons li a {
  margin: 0;
  padding: 0;
  position: relative;
}

.reportdropdown {
  display: inline-block;
}

.separator {
  display: inline-block;
  background: rgba(103, 101, 239, 0.5);
  display: inline-block;
  width: 1px;
  margin: 0 10px;
  height: 20px;
  position: relative;
  top: 5px;
}

.nextbtn i {
  border-radius: 50%;
  border: 2px solid #d1d6fa;
  color: #d1d6fa;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
}

.prevbtn i {
  border-radius: 50%;
  border: 2px solid #d1d6fa;
  color: #d1d6fa;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
}

.pagination .page-link {
  color: #333;
}

.lightgray {
  background: #f7f8fe;
}

.form-check-input {
  border: 1.8px solid #6777ef;
  width: 1rem;
  height: 1rem;
}

.form-check-input:checked {
  background-color: #6777ef;
  border-color: #6777ef;
}

.navbar-expand {
  background: #fff;
}

.loginleft,
.loginright {
  width: 50%;
}

.loginwrap {
  margin: 0 auto;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
}

.loginbox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 450px;
  /*padding: 35px;*/
  padding: 27px;
  background: #fff;
  margin: 0 auto;
}

.loginright {
  background: #fff;
  /* height:100vh; */
}

.login-logo {
  margin: 0 auto;
  margin: 0 0 30px 0;
}

.loginleft img {
  margin: 0 auto;
  display: block;
  max-width: 80%;
}

img {
  max-width: 100%;
}

.loginbox h2 {
  font-size: 20px;
  color: #0d47a1;
  margin-bottom: 24px;
}

.loginbox .form-control {
  border: 1px solid rgba(103, 119, 239, 0.15);
}

.btn-primary {
  background: #6777ef;
  border: 1px solid #6777ef;
  padding: 0.25rem 1rem;
  font-size: 14px;
}

.btn-primary:hover,
.btn-primary:active {
  background: #5465e2 !important;
  border: 1px solid #5465e2 !important;
}

.loginleftbox {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  /*height: 464px;*/
}

.loginleft {
  padding: 1rem;
  font-size: 12px;
}

.lightcolor {
  color: #666666;
}

.darktxt {
  color: #000;
}

.loginheading {
  font-weight: 700;
  font-size: 13px;
}

.contactinfo .d-flex div {
  width: 50%;
}

.btn-outline-primary {
  border: 1px solid #6777ef;
  padding: 0.5rem 1.25rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  border: 1px solid #6777ef !important;
  background: #6777ef !important;
}

.copyright {
  padding: 1rem;
  font-size: 12px;
}

.logincontainer {
  display: flex;
}

.dropdown-item {
  color: #555555;
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #6777ef;
}

.table a {
  color: #6777ef;
  text-decoration: none !important;
  font-weight: 600;
}

.fa-eye-slash {
  position: absolute;
  right: 15px;
  top: 12px;
}

.formlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.formlist li {
  margin: 0;
  padding: 8px;
  list-style-type: none;
  display: inline-block;
  width: 20%;
  float: left;
}

.create-report li {
  width: 22%;
}

.create-report li:nth-child(3) {
  width: 40%;
}

.create-report li:nth-child(4) {
  width: 16%;
}

.formlist .form-control {
  border: 1px solid rgba(103, 119, 239, 0.15);
  font-size: 14px;
  padding: 0.5rem 1rem 0.25rem 1rem;
}

.formlist .form-control {
  border: 1px solid rgba(103, 119, 239, 0.15);
  font-size: 14px;
  padding: 0.25rem 1rem 0.25rem 1rem;
}

.formlist .form-label {
  position: absolute;
  margin-bottom: 0;
  /*background: #fff;*/
  border-radius: 4px;
  padding: 0 8px;
  font-size: 10px;
  top: -8px;
  left: 8px;
}

.formlist .form-control:disabled {
  background-color: #eeeff5;
}

.formlist .form-select:disabled {
  background-color: #eeeff5;
}

.formlist .form-select {
  font-size: 14px;
  border: 1px solid rgba(103, 119, 239, 0.15);
  /*color:rgba(51, 51, 51, 0.3);*/
}

.formlist .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(103 119 239 / 15%);
}

.formlist .form-select:focus:focus {
  box-shadow: 0 0 0 0.1rem rgb(103 119 239 / 15%);
  border: 1px solid rgba(103, 119, 239, 0.15);
}

.formlist .form-text {
  font-size: 10px;
}

.create-history {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.formlist .btn-primary {
  padding: 0.25rem 1rem;
  font-size: 14px;
}

.editorheading {
  background: rgba(146, 123, 240, 0.15);
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.filebtn {
  color: #333;
  background-color: #f5f5f5;
  padding: 8px 20px;
  border-radius: 5px;
  border: 0;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.formlist li .dropdown-toggle::after {
  display: none;
}

.filebtn {
  width: 100%;
}

.create-history .dropdown-menu li {
  display: block;
  width: 100% !important;
  padding: 0px 15px;
}

.create-history .dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #eeeff5;
  padding: 12px 0;
}

.create-history .dropdown-menu li .dropdown-item img {
  margin-right: 10px;
  opacity: 50%;
  transition: all 0.3s ease;
}

.create-history .dropdown-menu li .dropdown-item:hover img {
  opacity: 100%;
}

.create-history .dropdown-menu li .dropdown-item:hover {
  background: transparent;
  color: #6777ef;
}

.create-history .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.create-history .dropdown-menu.show {
  right: 27px !important;
  top: -42px !important;
  border: 1px solid rgba(103, 119, 239, 0.15);
  width: 220px;
}

.dropdown-toggle {
  color: #000;
}

.view-history .formlist li:nth-child(9) {
  width: 40%;
}

.printbtn {
  min-width: 108px;
}

.form-select {
  font-size: 14px;
}

.form-select:focus:focus {
  box-shadow: 0 0 0 0.1rem rgb(103 119 239 / 15%);
  border: 1px solid rgba(103, 119, 239, 0.15);
}

.editorcontainer {
  min-height: 400px;
}

.doctorinfo {
  max-width: 250px;
  text-align: center;
}

.designation {
  font-size: 11px;
}

.doctorinfo {
  color: #000;
}

.qrcode {
  margin: auto 0 auto auto;
}

.table-icons.rowtwo li a {
  opacity: 0.5;
}

.table-icons.rowtwo li a:hover {
  opacity: 1;
}

.table-icons.rowtwo li.active a {
  opacity: 1;
}

.view-report .formlist li {
  width: 25%;
}

.view-report .formlist li:nth-child(1) {
  width: 50%;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(51, 51, 51, 0.5);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: rgba(51, 51, 51, 0.5);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(51, 51, 51, 0.5);
}
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(103 119 239 / 15%);
}
.input-group-append {
  cursor: pointer;
}
.dropdown-menu {
  font-size: 12px !important;
}

.formlist.searchform {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.formlist.searchform li {
  margin: 0;
  padding: 5px;
  list-style-type: none;
  display: inline-block;
  width: 16.66%;
  float: left;
}

/* .formlist.searchform li:nth-child(6) {
  width:10%;
}
.formlist.searchform li:nth-child(12) {
  width:10%;
} */

.btn-secondary {
  background: #999999;
  border: 1px solid #999999;
  padding: 0.35rem 1rem;
  font-size: 14px;
}
.btn-secondary {
  background: #999999;
  border: 1px solid #999999;
  padding: 0.25rem 1rem;
  font-size: 14px;
}
.btn-secondary:hover {
  background: #818181;
  border: 1px solid #818181;
}
.searchform-container {
  position: absolute;
  left: 0;
  top: -1px;
  display: none;
  z-index: 100;
}

.searchform-container.on {
  display: block;
}

button.closebtn {
  position: absolute;
  top: -19px;
  right: -17px;
  background: #000;
  border: 0;
  color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.nav-link.dropdown-toggle {
  padding: 0;
}
.navbar-brand {
  padding: 0;
}
.togglecard {
  box-shadow: 0px 5px 5px #ccc;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background: url(../img/list.png) no-repeat 15px 10px !important;
  border: 1px solid #e8ebfd;
  color: rgba(51, 51, 51, 0.3) !important;
  padding-left: 40px;
}
.bootstrap-select > .dropdown-toggle.btn-light {
  background: transparent;
  border: 1px solid #e8ebfd;
  color: rgba(51, 51, 51, 0.3);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  outline: 0 !important;
}
.msdd .dropdown-toggle::after {
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  top: 32%;
  margin-left: 6px;
  right: 15px;
  font-size: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bootstrap-select .dropdown-menu li {
  position: relative;
  width: 50%;
  float: LEFT;
}
.bootstrap-select .bs-ok-default:after {
  color: #6777ef;
}

.pr .bootstrap-select .dropdown-menu li {
  width: 100%;
}
.form-control,
.form-select {
  padding: 0.25rem 0.75rem;
}
.btn {
  padding: 0.25rem 0.75rem;
}
.hor-count {
  display: inline-block;
}
.index-container {
  text-align: right;
  padding: 0.5rem 0;
}

@media (max-width: 1400px) {
  .loginheading {
    font-size: 10px;
  }

  .loginleft {
    font-size: 10px;
  }

  #VerticalLogo {
    height: 18% !important;
    width: 30% !important;
  }
}

@media (max-width: 1200px) {
  .formlist.searchform li {
    width: 33.33%;
    max-height: 50px;
  }

  #VerticalLogo {
    height: 18% !important;
    width: 30% !important;
  }

  .formlist.searchform li:nth-child(6) {
    width: 33.33%;
  }
  .formlist.searchform li:nth-child(12) {
    width: 33.33%;
  }

  /*body {
        font-size: 12px;

    }*/

  .loginbox {
    max-width: 350px;
  }

  .loginbox {
    padding: 25px;
  }

  .copyright {
    font-size: 10px;
    text-align: center;
  }

  .copyright img {
    max-width: 100px;
  }

  .formlist li {
    width: 25%;
  }

  .create-report li {
    width: 50%;
  }

  .create-report li:nth-child(3) {
    width: 70%;
  }

  .create-report li:nth-child(4) {
    width: 30%;
  }

  .view-history .formlist li {
    width: 33.33%;
  }

  .view-history .formlist li:nth-child(9) {
    width: 33.33%;
  }

  .editorheading .btn-primary {
    padding: 0.25rem 0.75rem;
    font-size: 12px;
  }

  .searchinput i {
    top: 16px;
  }

  .view-report .formlist li {
    width: 33.33%;
  }

  .view-report .formlist li:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .searchinput .form-control {
    max-width: 230px;
  }

  .formlist.searchform li {
    width: 50%;
    max-height: 50px;
  }
  .formlist.searchform li:nth-child(6) {
    width: 50%;
  }
  .formlist.searchform li:nth-child(12) {
    width: 50%;
  }

  .loginleft,
  .loginright {
    width: 100%;
  }

  .logincontainer {
    flex-direction: column-reverse;
    display: flex;
  }

  .loginbox {
    max-width: 400px;
  }

  .formlist li {
    width: 33.33%;
  }

  .view-history li:nth-child(9) {
    width: 33.33%;
  }

  .view-history .formlist li {
    width: 50%;
  }

  .view-history .formlist li:nth-child(9) {
    width: 100%;
  }

  .view-report .formlist li {
    width: 50%;
  }

  .view-report .formlist li:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .loginbox h2 {
    color: #0d47a1;
  }

  #toggle_pwd {
    display: none;
  }

  #txtPassword,
  #txtUserName,
  #btnSign {
    height: 3rem;
  }

  .searchinput .form-control {
    max-width: 100%;
  }

  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 100% !important;
  }

  .formlist.searchform li {
    width: 100%;
  }

  .formlist.searchform li:nth-child(6) {
    width: 100%;
  }

  .formlist.searchform li:nth-child(12) {
    width: 100%;
  }

  .copyright div {
    margin: 5px 0;
  }

  .loginbox h2 {
    margin-bottom: 16px;
  }

  .loginwrap {
    padding: 1rem 1rem 1rem 1rem;
  }

  .loginleft img {
    max-width: 100%;
  }

  .reportdropdown {
    width: 100%;
  }

  .reportdropdown .btn {
    width: 100%;
  }

  .formlist li {
    width: 100%;
  }

  .create-report li:nth-child(3) {
    width: 100%;
  }

  .create-report li:nth-child(4) {
    width: 100%;
  }

  .editorheading {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  #VerticalLogo {
    height: 16% !important;
    width: 42% !important;
  }

  #toggle_pwd {
    display: none;
  }

  #txtPassword,
  #txtUserName,
  #btnSign {
    height: 3rem;
  }

  #sidebar-wrapper {
    top: 57px !important;
  }

  .copyright div {
    margin: 5px 0;
  }

  .loginbox {
    max-width: 100%;
  }

  .loginbox {
    padding: 1rem;
  }

  .login-logo {
    margin-bottom: 1rem;
  }

  .login-logo {
    max-width: 200px;
  }

  .loginleftbox {
    padding: 16px;
  }

  .avatar {
    max-width: 24px;
  }

  .table-icons li a {
    padding: 5px 5px;
  }

  .countdiv {
    font-size: 11px;
  }

  .pagination .page-link {
    font-size: 12px;
    padding: 5px 10px;
  }

  .nextbtn i {
    border: 1px solid #d1d6fa;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 10px;
  }

  .prevbtn i {
    border: 1px solid #d1d6fa;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 10px;
  }

  .formlist .form-control {
    font-size: 12px;
  }

  .formlist li {
    width: 100%;
  }

  .filebtn {
    font-size: 10px;
  }

  .view-history .formlist li {
    width: 100%;
  }

  .doctorinfo h6 {
    font-size: 14px;
  }

  .view-report .formlist li {
    width: 100%;
  }
}
