@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

* {
  transition: all 0.3s ease-in-out;
}
.error-column{
  border: 1px solid!important;
  border-color: red!important;
}
.error-column:focus{
  border: 1px solid!important;
  border-color: red!important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: red !important;
}
.tooltip-inner {
  background-color: red;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}

.body_wrapper {
  position: relative;
  background: #fff;
  z-index: 30;
  overflow-x: scroll;
  min-height: 100vh;
}

.signup-area {
  min-height: 100vh;
  background-color: #b3dbdd;
}
.signup-area .signin-left {
  width: calc(50% - 260px);
  padding: 50px 45px 0;
  flex: 1;
  position: relative;
  z-index: 1;
}
.signup-area .signin-left img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.signup-area .signin-right {
  width: calc(50% + 260px);
  padding: 63px 100px 45px 135px;
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
}
.signup-area .signin-right .title h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 22px;
  color: #303030;
}
.signup-area .signin-right .title h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #303030;
  margin-bottom: 0;
}
.signup-area .signin-right .title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #aeaeae;
}
.signup-area .signin-right .copywrite {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #aeaeae;
}
.signup-area .input-wrapper{
  position: relative;
  
}

.signup-area .input-wrapper .fa-eye, .signup-area .input-wrapper .fa-eye-slash{
  position: absolute;
  top: 35%;
  left: 94%;
  font-size: 20px;
  cursor: pointer;
}
.admin-signin-area .input-wrapper{
  position: relative;
  margin-bottom: 8%;


  height:30px;
}
.admin-signin-area .input-wrapper .fa-eye, .admin-signin-area .input-wrapper .fa-eye-slash {
  position: absolute;
  top: 61%;
  left: 93%;
  font-size: 20px;
  cursor: pointer;
}


.login-form {
  max-width: 570px;
}
.login-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #303030;
  margin-bottom: 8px;
}
.login-form .custom-select {
  width: 100%;
  float: inherit;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
 
  color: #aeaeae;
  font-size: 15px;
  font-weight: 700;
}
.login-form .custom-select .list {
  width: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 10px 13px 0px #0c0c0c1a;
}
.login-form .custom-select .list .option {
  opacity: 0.5;
  color: #665e5e;
}
.login-form .custom-select .list .option.selected {
  font-weight: 500;
  opacity: 1;
}
.login-form .form-control {
  border: 1px solid #e0e0e0;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  padding-left: 18px;
}
.login-form .form-control:focus {
  box-shadow: none;
  border-color: #0080b9;
}
.login-form .form-group {
  margin-bottom: 24px;
}
.login-form .forget-password {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #0080b9;
}
.expired-container{
  margin-top: auto;
  height: auto;
  padding: 2rem;
  background-color: #defffd;
}
.expired-container.alert-danger
{
 background-color:#defffd!important;
}

.expired-container .expired-actions{
  display: flex;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.expired-container .expired-actions .notify-btn{
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  color: #fff;
  border: none;
  background-color:  #0080B9;
}
.expired-container .expired-actions .logout-btn{
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
  border: none;
  background-color:  #dc3545;
}

.modify-info-area .user-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.modify-info-area .user-info img {
  border-radius: 50%;
}
.modify-info-area .user-info h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #303030;
  margin-bottom: 0;
}
.modify-info-area .user-info p {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #aeaeae;
  margin-bottom: 0;
}

.admin-signin-area {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../img/imgbkg.png);
  background-position: center;
  background-size: cover;
}
.admin-signin-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.admin-signin-area .title h1 {
  font-weight: 700;
}
.admin-signin-area .login-form {
  max-width: 90%;
  margin-left: 5%;
  background-color: #f5f8fe;
  border-radius: 29px;
  padding: 30px 36px 38px 35px;
}
.admin-signin-area .login-form h2 {
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 0.02em;
  color: #303030;
  font-weight: 500;
  margin-bottom: 0;
}
.admin-signin-area .login-form p {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 25px;
}

.brand-clr {
  color: #0080b9;
}
.btn-disabled{
  background-color: #aeaeae!important;
}
.theme-btn {
  padding: 16.5px 37px;
  display: inline-block;
  background: #43D0A2;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  text-align: center;
  box-shadow: 0px 5px 14px 0px #0000001a;
}
.theme-btn:hover {
  background-color: #249fd4;
  color: #fff;
}
.theme-btn.btn-green {
  background-color: #7dc850;
}
.theme-btn.btn-green:hover {
  background-color: #7ad147;
}
.theme-btn.btn-outline {
  background-color: transparent;
  border-color: #0080b9;
  color: #0080b9;
}
.theme-btn.btn-outline:hover {
  background-color: #0080b9;
  color: #fff;
}

.custom-table {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.custom-table th,
.custom-table td{
  padding: 1rem 0.5rem;
}

.custom-table thead th,
.custom-table thead a {
  font-weight: 700;
  color: #aeaeae;
}
.custom-table td {
  position: relative;
  z-index: 1;
  border: 6px solid transparent;
}
.custom-table td::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f2f2f2;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  z-index: -1;
}
.table-footer{
  display: flex;     padding: 0px 30%;
  
}


.custom-table-2 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.custom-table-2 th,
.custom-table-2 td {
  padding: 1rem;
}
.custom-table-2 thead th,
.custom-table-2 thead a {
  font-weight: 700;
  color: #aeaeae;
  vertical-align: middle;
}
.custom-table-2 tbody tr {
  position: relative;
  z-index: 1;
  border-bottom: 10px solid transparent;
}
.custom-table-2 tbody tr::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: -1;
}

.form-widget {
  background-color: #fff;
  padding: 26px 40px;
}
.form-widget h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0080b9;
}
.form-widget label {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #303030;
  margin-bottom: 8px;
}
.form-widget .custom-select {
  width: 100%;
  float: inherit;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #aeaeae;
  font-size: 15px;
  font-weight: 700;
}
.form-widget .custom-select .list {
  width: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 10px 13px 0px #0c0c0c1a;
}
.form-widget .custom-select .list .option {
  opacity: 0.5;
  color: #665e5e;
  font-size: 15px;
  font-weight: 700;

}
.form-widget .custom-select .list .option.selected {
  font-weight: 800;
  opacity: 1;
}
.form-widget .form-control {
  border: 1px solid #e0e0e0;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  padding-left: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #aeaeae;
}
.form-widget .form-control:focus {
  box-shadow: none;
  border-color: #0080b9;
}
.form-widget .form-control::placeholder {
  font-weight: 400;
}
.form-widget .form-group {
  margin-bottom: 24px;
}

.dashboard-area {
  min-height: 100vh;
  background-color: #f5fcfd;
  position: relative;
}
.dashboard-area .dashboard-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 225px;
  padding-top: 60px;
  background-color: #fff;
  padding-left: 30px;
}
.dashboard-area .dashboard-sidebar h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #303030;
  margin-top: 20px;
}
.dashboard-area .dashboard-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 70px;
}
.dashboard-area .dashboard-sidebar ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #aeaeae;
  padding: 6px 26px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.dashboard-area .dashboard-sidebar ul li a.active {
  background-color: rgba(0, 128, 185, 0.1);
  color: #0080b9;
}
.dashboard-area .dashboard-sidebar ul li a.active::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #0080b9;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.dashboard-area .dashboard-panel {
  margin-left: 235px;
  height: 100%;
  max-width: 1300px;
}
.dashboard-area .dashboard-panel .top-bar {
  display: flex;
  justify-content: flex-end;
  padding-top: 21px;
  padding-bottom: 32px;
}
.dashboard-area .dashboard-panel .top-bar .admin-info,
.dashboard-area .dashboard-panel .top-bar .logout {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dashboard-area .dashboard-panel .top-bar .admin-info a,
.dashboard-area .dashboard-panel .top-bar .logout a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #303030;
}
.dashboard-area .dashboard-panel .top-bar .admin-info {
  padding-right: 30px;
  border-right: 1px solid #e8e8e8;
  margin-right: 30px;
}
.dashboard-area .dashboard-panel .dashpanel-patient {
  padding: 42px 30px 30px 30px;
  border-radius: 8px;
  background-color: #fff;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div {
  height: 278px;
  padding: 30px;
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
  background-color: #fff;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  opacity: 10%;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div .widget-img {
  position: absolute;
  right: 44px;
  bottom: 0;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div h4 {
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div h1 {
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.02em;
  color: #0f5b5f;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div:nth-child(1) {
  background-color: #0080b9;
  margin-bottom: 30px;
}
.dashboard-area .dashboard-panel .dashpanel-patient > div:nth-child(2) {
  background-color: #4a8083;
}
.dashboard-area .dashboard-panel .apply-type {
  padding: 26px 30px;
  background-color: #fff;
  border-radius: 8px;
  padding-right: 10px;
}
.dashboard-area .dashboard-panel .apply-type h4 {
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0080b9;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  padding-right: 20px;
}
.dashboard-area .dashboard-panel .apply-type .scrollable-table {
  padding-top: 10px;
  height: 555px;
  overflow-y: scroll;
  width: 100%;
  padding-right: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dashboard-area .dashboard-panel .apply-type .scrollable-table::-webkit-scrollbar {
  width: 9px;
}
.dashboard-area .dashboard-panel .apply-type .scrollable-table::-webkit-scrollbar-track {
  background: #f5fcfd;
}
.dashboard-area .dashboard-panel .apply-type .scrollable-table::-webkit-scrollbar-thumb {
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.dashboard-area .panel-patient-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 26px 40px;
}
.dashboard-area .panel-patient-area .theme-btn i {
  margin-right: 10px;
}
.dashboard-area .panel-patient-area .theme-btn:hover {
  color: #fff;
}
.dashboard-area .panel-patient-area .table .remove-btn {
  font-size: 18px;
  vertical-align: middle;
  color: #f4694c;
  border: none;
  background-color: transparent;
}
select.CountryCode{
  color: #aeaeae;
  font-weight:700 ;
  font-size: 13px;
}
.dashboard-area .panel-patient-area .table .notify-btn{
  font-size: 18px;
  vertical-align: middle;
  color: #0080B9;
  border: none;
  background-color: transparent;
}

.vaccine-card-area {
  background-color: #f5fcfd;
  min-height: 100vh;
}
.vaccine-card-area .top-bar {
  background-color: #fff;
  padding: 10px 0;
}
.vaccine-card-area .top-bar h4 {
  font-weight: 700;
}
.vaccine-card-area .card-widget {
  padding: 36px 60px;
  background-color: #fff;
  border-radius: 8px;
}
.vaccine-card-area .card-widget .user-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.vaccine-card-area .card-widget .user-action .user-info {
  display: flex;
  align-items: center;
  gap: 17px;
}
.vaccine-card-area .card-widget .user-action .user-info img {
  border-radius: 50%;
}
.vaccine-card-area .card-widget .user-action .user-info h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #303030;
  margin-bottom: 0;
}
.vaccine-card-area .card-widget .user-action .user-info p {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #aeaeae;
  margin-bottom: 0;
}
.Patients-belongs .nav-link{
  font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #579ced;
}
.hide-card{
  display: none;
}
.Patients-belongs .dropdown-item{
  font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #579ced;
    background-color: transparent;
}
.Patients-belongs .dropdown-item:hover{
  font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #ffff;
    background-color: #579ced;
}

.vaccine-card-area .card-widget .user-action .user-info a {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #579ced;
}
.vaccine-card-area .card-widget .user-action .fa-cloud-download-alt {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 42px;
  margin-left: 5px;
}
.vaccine-card-area .card-widget .user-action .theme-btn {
  height: 60px;
  line-height: 60px;
  padding: 0px 37px;
}
.vaccine-card-area .card-widget .user-action .theme-btn:hover {
  color: #fff;
}
.vaccine-card-area .card-widget .user-action .theme-btn-2 {
  background-color: #0083bb;
}
.vaccine-card-area .card-widget .user-action .theme-btn-2 i {
  margin-right: 10px;
}
.vaccine-card-area .card-widget .user-action .theme-btn-2:hover {
  color: #fff;
}
.vaccine-card-area .card-widget .custom-table {
  text-align: center;
}
.vaccine-card-area .card-widget .custom-table thead tr th {
  padding: 0;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-bottom: 14px solid transparent;
}
.vaccine-card-area .card-widget .custom-table thead tr th span {
  display: inline-block;
  padding: 1rem 0.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #fff;
}
.vaccine-card-area .card-widget .custom-table thead tr th::after {
  content: "";
  height: 100%;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
  width: 110%;
  background-color: red;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.vaccine-card-area .card-widget .custom-table thead tr th:last-child::after {
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(1)::after {
  background-color: #009b57;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(2) {
  padding-left: 1rem;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(2)::after {
  background-color: #0083bb;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(3) {
  padding-left: 1rem;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(3)::after {
  background-color: #365862;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(4)::after {
  background-color: #e85124;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(5)::after {
  background-color: #f6931e;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(6)::after {
  background-color: #0080b9;
}
.vaccine-card-area .card-widget .custom-table thead tr th:nth-child(7)::after {
  width: 100%;
  background-color: #f9c639;
}
.vaccine-card-area .card-widget .custom-table tbody .border-bottom-clr td {
  position: relative;
}
.vaccine-card-area .card-widget .custom-table tbody .border-bottom-clr td:last-child::after {
  left: 0;
  width: 100%;
}
.vaccine-card-area .card-widget .custom-table tbody .border-bottom-clr td::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: calc(100% + 6px);
  height: 1px;
  background-color: #0080b9;
}
.vaccine-card-area .card-widget .custom-table tbody tr {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333;
  vertical-align: middle;
}
.vaccine-card-area .card-widget .custom-table tbody tr:first-child .row-head::before {
  border-top: 1px solid #0080b9;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.vaccine-card-area .card-widget .custom-table tbody .row-head {
  vertical-align: middle;
  background-color: #f3ffff;
  position: relative;
  z-index: 1;
}
.vaccine-card-area .card-widget .custom-table tbody .row-head.b-bottom::before {
  border-bottom: 1px solid #0080b9;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.vaccine-card-area .card-widget .custom-table tbody .row-head.b-bottom::after {
  display: none;
}
.vaccine-card-area .card-widget .custom-table tbody .row-head::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: #0080b9;
  bottom: 1px;
  z-index: -1;
}
.vaccine-card-area .card-widget .custom-table tbody .row-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-left: 1px solid #0080b9;
  border-right: 1px solid #0080b9;
}
.vaccine-card-area .card-widget .custom-table tbody .row-head span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #333;
}
.vaccine-card-area .card-widget .mobile-table thead tr th:nth-child(1)::after {
  background-color: #244b5a;
}
.vaccine-card-area .card-widget .mobile-table thead tr th:nth-child(2) {
  padding-left: 1rem;
}
.vaccine-card-area .card-widget .mobile-table thead tr th:nth-child(2)::after {
  background-color: #0080b9;
}
.vaccine-card-area .card-widget .mobile-table thead tr th:nth-child(3) {
  padding-left: 1rem;
}
.vaccine-card-area .card-widget .mobile-table thead tr th:nth-child(3)::after {
  background-color: #ffc629;
}
.vaccine-card-area .card-widget .mobile-table .fa-check-circle {
  font-size: 18px;
  color: #43d0a2;
}
.vaccine-card-area .card-widget .mobile-table .fa-times-circle {
  font-size: 18px;
  color: #d5eaf3;
}

.statistics-area {
  padding: 26px 40px;
  background-color: #fff;
}
.statistics-area h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #303030;
}
.statistics-area h6 span {
  font-size: 14px;
  font-weight: 400;
}
.statistics-area h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0080b9;
}
.statistics-area .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
.statistics-area .filter label {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #303030;
}
.statistics-area .filter .filter-item {
  position: relative;
}
.statistics-area .filter .filter-item i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.statistics-area .filter .filter-item .custom-select {
  float: inherit;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e0e0e0;
  padding-left: 40px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.statistics-area .filter .filter-item .custom-select .list {
  width: auto;
}
.statistics-area .filter .filter-item .custom-select::after {
  right: 6px;
  color: #333;
  font-size: 22px;
}

.add-patient-panel {
  padding: 40px;
  background-color: #fff;
}
.add-patient-panel .theme-btn i {
  font-size: 24px;
}
.add-patient-panel .btn-outline i {
  margin-right: 5px;
}
.add-patient-panel .card-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.add-patient-panel .card-info h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0080b9;
  margin-bottom: 0;
}
.add-patient-panel .card-info p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 0;
}
.add-patient-panel .custom-table {
  text-align: center;
}
.add-patient-panel .custom-table .border-bottom-clr {
  border-bottom: 40px solid #fff;
}
.add-patient-panel .custom-table td,
.add-patient-panel .custom-table th {
  padding: 1.5rem 0rem;
  vertical-align: middle;
}
.add-patient-panel .custom-table td input{
 width:100%;
 height: 100%;
 padding:6%;
 
}
@supports (-ms-ime-align:auto) {
  /* Los estilos dentro de esta regla se aplicarán solo a Edge */
  .add-patient-panel .custom-table td input{
    width:100%;
    height: 100%;
    padding: 6%;
    
   }
}

.add-patient-panel .custom-table tbody tr {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333;
}
.add-patient-panel .custom-table tbody .row-head {
  vertical-align: middle;
  background-color: #f3ffff;
  position: relative;
  z-index: 1;
  max-width: 175px;
}
.add-patient-panel .custom-table tbody .row-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #0080b9;
  border-radius: 8px;
  z-index: -1;
}
.add-patient-panel .custom-table tbody .row-head span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #333;
}

.forget-password-area .title {
  margin-bottom: 50px;
}
.forget-password-area .title h1 {
  font-weight: 700;
}
.forget-password-area h4 {
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
}
.forget-password-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #aeaeae;
}
.forget-password-area .login-form {
  max-width: inherit;
  padding: 55px 60px;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
}
.btn-save {
  width: 100%;
  align-items: center;
  text-align: right;
  padding-right: 4rem;
}

/*# sourceMappingURL=main.css.map */
