﻿@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("ComponentLibrary.css");
.custom-btn-primary {
  color: white;
  background-color: #2F7DC1;
}

.custom-nav-icon {
  fill: white;
  width: 1.4rem;
  margin: 0rem 0.4rem;
  margin-top: -0.3rem;
}

.text-justify {
  text-align: justify;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  overflow-x: auto !important;
  overflow-y: auto;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.custom-form {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.custom-input {
  border: 2px solid #2C455E !important;
  border-radius: 6px !important;
  height: 51px !important;
}

.custom-label {
  position: absolute;
  top: -10px;
  left: 15px;
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 14px;
}

.custom-label span {
  color: #01B39E;
}

.agreement-text {
  margin-top: 10px;
  padding-left: 10px;
}

.agreement-text p {
  font-size: 12px;
  margin-left: 20px;
}

.custom-button-green {
  border: 2px solid #2F7DC1;
  background: #2F7DC1;
  float: right;
  width: 50%;
  height: 52px;
  color: white;
}

.custom-button-green:hover {
  color: white;
}

.custom-blue-outline-btn {
  background-color: #fff;
  width: 50%;
  height: 52px;
  border: 2px solid #2F7DC1;
  border-radius: 6px;
}

.custom-blue-outline-btn :hover {
  color: #2F7DC1;
}

.custom-checkbox {
  position: absolute;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #2C455E;
  border-radius: 4px;
}

.form-group {
  position: relative;
  width: 100%;
}

.country-select {
  width: 90%;
  margin-right: 15px;
}

.logo {
  display: flex;
  height: 40vh;
  justify-content: center;
}
.logo img {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 122px;
}

.side-logo-img {
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 70%;
  bottom: 10px;
  position: absolute;
}

.left-half {
  height: 100vh;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  position: relative;
}

.right-half {
  align-items: center;
  position: relative;
  background-color: white;
}

.header-text {
  color: #2F7DC1;
  font-size: 48px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.header-text span {
  font-weight: 700;
}

.rz-dropdown-panel {
  width: 250px !important;
  background-color: white;
  border-radius: 6px;
  margin-top: 20px;
}
.rz-dropdown-panel .rz-dropdown-items-wrapper {
  max-height: 300px !important;
}

.rz-dropdown-item:hover {
  background: #fff !important;
  cursor: pointer !important;
  color: black !important;
}

.rz-dropdown-trigger-icon {
  margin-left: 15px !important;
}

.LoginVerification .rz-spinner-button {
  display: none;
}
.LoginVerification .custom-input {
  border: none !important;
  outline: none !important;
  box-shadow: none;
  background-image: url("../icons/OtpTextboxMask.png");
  background-size: 60%;
  padding-left: 33px;
  padding-top: 8px;
  margin-left: 90px;
}
.LoginVerification .custom-input input {
  letter-spacing: 80px;
}
.LoginVerification .custom-input input:focus {
  outline: none;
  border: none;
}
.LoginVerification .custom-input .custom-input:focus {
  outline: none !important;
}

.left-half-text h4 {
  font-size: 20px;
  font-weight: 800;
}
.left-half-text span {
  font-size: 16px;
  font-weight: 500;
  color: #969696;
}

.LoginVerificationPage .custom-form {
  margin-top: 3% !important;
}

.ml-auto {
  margin-left: auto;
}

.flag-div {
  height: 40px;
  align-items: center;
  border-bottom: 2px solid lightgray;
}

.rz-dropdown-label .flag-name {
  display: none;
}

.rz-dropdown-label .flag-div {
  border-bottom: none;
}

.banner img {
  width: 100%;
}

/*Sample*/
.custom-inputs {
  padding-left: 12%;
  padding-right: 12%;
}

.custom-inputs input {
  width: 40px;
  height: 52px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #3880C2;
}

.header {
  background-color: #2f7dc1;
  width: 100%;
  height: 59px;
}

.top-header-img {
  min-width: 101%;
  height: 300px;
}

.head-banner {
  margin: 0;
  padding: 0;
}

.head-nav {
  margin-top: -398px;
  background-color: rgba(0, 196, 255, 0.6901960784);
  z-index: 1;
}

.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url("../images/image_2022_09_01T10_52_54_484Z.png");
  margin-left: -5px;
  background-origin: content-box;
  background-size: cover;
  width: 100.2%;
  height: 400px;
}

.page-heading {
  color: white;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 44px;
  margin-left: 150px;
}

.dropdown {
  display: flex;
  flex-direction: row;
  height: 44px;
}

.text-danger {
  color: #f00 !important;
}

.icon_dropDown {
  width: 40px;
  height: 44px;
  background-color: #23B2D1;
  border-radius: 5px 0 0 5px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.filters {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 1%;
  margin: 5px 0;
}

.filterBtn {
  width: 240px;
  height: 100% !important;
  border-radius: 0 5px 5px 0 !important;
}

.filterBtn_last {
  width: 414px;
  height: 100% !important;
  border-radius: 0 5px 5px 0 !important;
}

.custom-datagrid tr {
  height: 120px;
  background-color: white;
}

.parent {
  flex-direction: row;
  display: flex;
}

.text {
  display: flex;
  flex-direction: column;
}

.rz-grid-table td {
  border: none;
}

.custom-datagrid thead tr {
  height: 70px;
}

rz-datatable-odd {
  background-color: snow !important;
}

.custom-datagrid tr td:not(:last-child) {
  border: none;
}

.name-style {
  font-weight: 600;
  margin: 0;
}

.btn-con {
  border: 3px solid #23B2D1 !important;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 600;
  color: #23B2D1 !important;
  font-size: large;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: snow !important;
  width: 160px !important;
  height: 49px !important;
}

.view-btn {
  border: none;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 600;
  color: #23B2D1 !important;
  font-size: large;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: snow !important;
  width: 160px;
  height: 49px;
}

.img-align {
  display: flex;
  flex-direction: row;
}

.Grid-container {
  max-width: 83vw;
}

.spinner {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  top: 40%;
  left: 55%;
  position: absolute;
  z-index: 1000;
}

.upload-clear-icon {
  color: red;
  margin-left: 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}

.attachments-label {
  padding-left: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
}

@media only screen and (max-width: 760px) {
  .public-addPatient .rz-steps-item {
    display: none !important;
  }
  .public-addPatient .rz-steps-current {
    display: flex !important;
  }
  .country-select {
    width: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .public-addPatient .rz-steps-item {
    display: none !important;
  }
  .public-addPatient .rz-steps-current {
    display: flex !important;
  }
}
