@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap);
@import url(https://necolas.github.io/normalize.css/8.0.1/normalize.css);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  height: 100%;
  background-color: #ecf0f4;
  font-size: 14px;
}
a {
  color: #3c8dbc;
  text-decoration: none;
}

header {
  background-color: #3c8dbc;
  position: fixed;
  width: 100%;
  z-index: 999;
}

nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.burger-icon {
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.burger-icon:hover {
  background-color: #367ea9;
}
.collapse-sidebar {
  right: -50% !important;
}

.dropdown-button {
  color: #666666;
  border: 1px solid #dcdcdc;
}
.dropdown-button:hover {
  color: #666666;
  background-color: #e7e7e7;
}
.show-dropdown {
  background-color: #367ea9;
}
.show {
  display: block !important;
}

.lang-menu {
  text-align: right;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.lang-menu .selected-lang {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  cursor: pointer;
}
.lang-menu-ls {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 200px;
  box-shadow: 0 2px 4px rgba(59, 59, 59, 0.2);
  border-radius: 5px;
  top: 90%;
  right: 0px;
  position: absolute;
  z-index: 999;
}
.lang-menu-ls li {
  width: 100%;
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: yellow;
}
.lang-menu-ls li a {
  text-decoration: none;
  width: 200px;
  padding: 5px 10px;
  display: block;
  text-align: start;
}
.lang-menu-ls li a:hover {
  background-color: #f2f2f2;
}
.lang-dropdown-item-link {
  font-size: 16px;
}

.ar,
.en {
  font-size: 16px;
}
#arabic .ar,
#arabic .ar {
  font-size: 16px;
}
.nav-right {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.nav-right:hover {
  background-color: #367ea9;
}

.nav-right-image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  color: black;
  font-weight: bold;
  z-index: 999;
}
.nav-right-dropdown {
  display: none;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #367ea9;
  border: 1px solid white;
  text-align: center;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.02);
  width: 300px;
}
.nav-right-dropdown .nav-right-image {
  width: 70px;
  height: 70px;
  background-clip: padding-box;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.nav-right-dropdown p {
  font-weight: normal;
  white-space: nowrap;
}
.header-reliance-logo {
  width: 18%;
  display: flex;
  justify-content: center;
}
.header-action-bar {
  width: 82%;
}
.username {
  white-space: nowrap;
  margin: 0 0 0 10px;
}
.main {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  position: relative;
  transition: right 1s linear;
}

.main > article {
  width: 82%;
  height: 100%;
  margin-top: 52px;
}

.article-full-width {
  width: 100% !important;
}

.main > aside {
  width: 18%;
  background-color: #222d32;
  font-size: 14px;
  height: 100%;
  position: fixed;
  right: 0;
  margin-top: 52px;
}

aside * {
  font-size: 14px;
}

.sidbar > .user-panel {
  white-space: nowrap;
  overflow: hidden;
}

.user-panel {
  padding: 10px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.status-icon {
  margin-right: 3px;
}

.status-text {
  font-size: 10px;
}

.status-link {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.sidebar-menu {
  list-style: none;
  width: 100%;
  padding: 0;
}

.menu-header {
  color: #4b646f;
  background: #1a2226;
  padding: 10px;
}

.menu-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.menu-item,
.treeview .menu-link {
  border-right: 4px solid transparent;
}

.menu-item:hover,
.active .menu-link {
  border-right: 4px solid #3c8dbc;
  background-color: #1e282c;
}

.arrow-icon {
  transition: 0.5s all;
}

.treeview-menu {
  background-color: #2c3b40;
  list-style: none;
}

.treeview-link {
  color: #8aa4af;
  display: inline-block;
  width: 100%;
}

.treeview-link:hover {
  color: #fff !important;
}

.active .arrow-icon {
  transform: rotate(270deg);
}

.main-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  height: 7%;
  font-size: 14px;
}

.main-footer p {
  margin: 0;
}

.footer-link {
  color: #3c8dbc;
  text-decoration: none;
}

.footer-link:hover {
  color: #3c8dbc;
}

.article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content {
  color: #333333;
}

.content-header {
  display: flex;
  justify-content: space-between;
}

.bread-crumb {
  width: 13%;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  font-size: 12px;
  margin: 0;
}

.bread-crumb li {
  white-space: nowrap;
}

.bread-crumb li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 0.25rem;
  color: #9a9a9a;
}

.bread-crumb-link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.bread-crumb-link:hover {
  color: #000;
}

.breadcrumb-active {
  color: #9a9a9a;
}

.page-title {
  font-weight: 500;
}
.page-title-detail {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
  color: #777;
}

.dashboard-box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  border-top-color: #3c8dbc;
}

.dashboard-box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}

.dashboard-box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.dashboard-box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

/* dashboard */

.dashboard-sect1-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dashboard-sect1-wrapper a {
  text-decoration: none;
  color: #ffffff;
  font-size: 3em;
}
.submit-claims {
  background-color: #dd4b39;
  border-color: #d73925;
  width: 48.5%;
  padding: 25px 0;
  text-align: center;
  border-radius: 3px;
}
.identify-enrollees {
  background-color: #00a65a;
  width: 48.5%;
  padding: 25px 0;
  text-align: center;
  border-radius: 3px;
}
.contact-details-wrap {
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  display: flex;
  width: 40%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
}
.mobile {
  background-color: #00c0ef;
  width: 85px;
  height: 85px;
  margin-left: 10px;
}
.fa-mobile-phone {
  color: #fff;
  font-size: 85px;
  border-radius: 2px;
  text-align: center;
}
.contact-details {
  text-align: start;
  padding: 0;
  margin: 0;
  width: 76%;
  font-size: 18px;
}
.contact-details span b {
  font-weight: 700;
}
.dashboard-sect1-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}
.division-one-wrapper {
  width: 48.5%;
}
.box-one,
.user-profile-box {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border-top: 2px solid #3c8dbc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  padding: 10px;
}
.user-profile-box {
  border-top: 2px solid #00c0ef;
  padding-left: 0;
  padding-right: 0;
}

.box-one h3,
.user-profile-box h3 {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 18px;
  color: #444444;
}
.division-two-wrapper {
  width: 48.5%;
}
.box-two {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  border-top: 2px solid #3c8dbc;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  padding: 10px;
}
.box-two h3 {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 18px;
  color: #444444;
}
.super-admin {
  border-top: 3px solid #00a65a;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.super-admin h4 a {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 14px;
  display: block;
  color: #3c8dbc;
}
.accordion-body-container {
  width: 98%;
  margin: 0 auto;
}
.accordion-body-container .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-body-container .list-group-item:last-child {
  border-bottom: 0;
}
.gg-hospital {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  background-color: #fff;
}
.gg-hospital b {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 20px;
  color: #444444;
}

/* SERVICE LEVEL AGREEMENT STYLES */
.page-subtitle {
  font-size: 15px;
  display: inline-block;
  padding-right: 4px;
  font-weight: 300;
}

.service-level-box {
  border-top-color: #00c0ef;
  height: unset;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.service-agreement-table {
  width: 100%;
  font-size: 14px;
}

/* IDENTIFY ENROLLEES STYLES START */

.id-card-image {
  width: 100%;
}

.identify-card-box {
  height: fit-content;
}
/* IDENTIFY ENROLLEES STYLES END */

/* profile details page styles*/
.pd-content-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 20px;
}
.pd-content-header p {
  text-align: center;
}
.pd-content-header button {
  background-color: #00a65a;
  color: #ffffff;
  outline: none;
  border: none;
  padding: 8px 20px;
  border-radius: 3px;
}
.pd-content-header button:hover {
  background-color: #68cb9e;
  transition: 1s;
  color: #212569;
}

.profile-details-section {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-top: 3px solid #4392c0;
  padding-top: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.profile-details-divisions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 25px;
  background-color: #ffffff;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.profile-details-divisions > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.profile-details-division {
  display: flex;
  align-items: center;
  gap: 300px;
  color: #333333;
  padding: 0 21px;
}
.profile-details-division p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 20%;
}
.profile-details-division span {
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #f0f0f0;
  padding-right: 10px;
  height: 45px;
  display: flex;
  align-items: center;
}
.bttn {
  background-color: #00a65a;
  color: #ffffff;
  outline: none;
  border: none;
  padding: 6px 10px;
  border-radius: 3px;
}
.bttn:hover {
  background-color: #68cb9e;
  transition: 0.8s;
  color: #212569;
}
/* profile details page styles end */

/* All claims page style start */
.claims-section {
  background-color: #fff;
  width: 98%;
  margin: 0 auto;
  height: 90%;
  border-top: 3px solid #4392c0;
  padding-top: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 20px;
}
.claims-page-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  border-bottom: 1px solid #d2d6de;
  padding-bottom: 10px;
}
.add-claim-division {
  display: flex;
  justify-content: space-between;
}
.add-claim-division p {
  font-weight: bold;
  font-size: 18px;
}
.datepicker-division {
  display: flex;
  align-items: center;
}
.datepicker-division > form {
  margin-left: 30px;
}
.datepicker table tr td.today {
  color: #000;
  background: gray !important;
}
.datepicker table tr td.active.selected.range-start.range-end.day {
  background: #ffffff;
  color: #000;
}
.filter-division {
  padding: 10px;
}
.filter-division-form {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.item-select > select {
  padding: 6px 12px;
  margin-left: 0px;
  width: 200px;
  border-color: #d2d6de;
  border-radius: 3px;
}
.claim-table-item {
  padding: 10px;
  font-size: 14px;
}
.claim-table-item table tr td span {
  color: #fff;
}
.claim-table-item table tr td a {
  background-color: #f4f4f4;
  border-color: #ddd;
}

/* All claims page style end */

/* All validations page styles start */
.custom-success-button {
  background-color: #00a65a;
  border-color: #008d4c;
}

.custom-primary-button {
  background-color: #3c8dbc;
  border-color: #367fa9;
}

.custom-primary-button:hover,
.custom-primary-button:active,
.custom-primary-button.hover {
  background-color: #367fa9;
}

.search-field {
  padding: 5px 10px;
  outline: 1px solid rgb(210, 214, 222);
  border: 0;
}

.search-field:focus-visible,
.search-field:focus,
.search-field:active {
  outline: 1px solid #3c8dbc !important;
}

.table-container {
  overflow-x: scroll;
}

.validation-section-box {
  height: fit-content;
}

.validation-data-table {
  width: 100%;
  border-bottom: 1px solid black;
}

.validation-data-table tr {
  border-bottom: 0;
}

.btn-view {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

.validation-table-header {
  border-bottom: 1px solid black !important;
  cursor: pointer;
}
.validation-table-header::after {
  opacity: 0.2;
  content: "\21C5";
}

.page-link {
  color: #000;
}

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

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

/* All validations page styles end */

/* validate enrollee styles start */

.validate-enrollee-box {
  border-top-color: #00c0ef;
  height: unset;
  box-shadow: 0 1px 1px #0000001a;
}

.custom-info-button {
  background-color: #00c0ef;
  border-color: #00acd6;
}

.enrollee-validation-info-table {
  height: unset;
}

/* validate enrollee styles end */

/* create claim page starts */
*:focus {
  outline: none;
}
.create-header-text {
  text-align: center;
  color: #444444;
  font-size: 18px;
}
.create-claim-form > select,
textarea {
  border-color: #d2d6de;
}
.create-claim-form > input {
  border-color: #d2d6de;
}
.section-one {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 160px;
}
.custom-select select {
  width: 100%;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;
  outline-style: none;
}

type_ofservice_select{
  position: relative;
  display: inline-block;
  width: 160px;
  background-color: red;
}
.type_ofservice_select select{
  width: 55%;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;
  outline-style: none;
  margin-left: 75px;
}
.duration-input{
  border: 1px solid #ccc;
}

.create-claims-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-top: 3px solid #4392c0;
  padding-bottom: 50px;
  margin-bottom: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.user-details {
  padding: 0 10px 0 44px;
  width: 50%;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
.user-details-pt2 {
  display: flex;
  flex-direction: column;
  padding: 0 30px 30px 30px;
  width: 50%;
  row-gap: 30px;
  margin-bottom: 134px;
}
.user-details-pt2 select {
  padding: 5px;
  margin-right: 120px;
  width: 150px;
}
.form-groupE {
  display: flex;
  justify-content: flex-start;
}
.form-groupE label {
  color: #000 !important;
  font-weight: bold;
}
.user-details-pt2 .form-groupE .pa-code-input {
  padding: 5px;
  margin-right: 5px;
}
.date1 {
  padding: 5px;
  margin-right: 115px;
  width: 180px;
}
.form-groupE .doctor-name-input {
  width: 359px;
  padding: 5px;
  margin-right: 120px;
}
.form-groupE .enrolee-id-input {
  margin-right: 100px;
  width: 350px;
  padding: 5px;
}
.form-groupE .prescription-code-input {
  margin-right: 5px;
  padding: 5px;
}
.form-groupE .custom-select select {
  margin-right: 135px;
  width: 350px;
  padding: 5px;
}
.diagnosis {
  margin-right: 100px;
  width: 349px;
}
.form-groupE > textarea {
  width: 350px;
  height: 150px;
  margin-right: 120px;
  padding: 10px;
}

.add-claim-item {
  text-align: center;
  margin-top: 30px;
}
.choose-claim-item-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.items {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.iconn {
  color: red;
  padding: 0 20px;
  font-family: "Times New Roman", Times, serif;
}
.iconn .single-text {
  color: red;
}
.items > input {
  width: 350px;
  padding: 6px 12px;
  margin-left: 35px;
}
.item-select > select {
  padding: 6px 12px;
  margin-left: 0;
}
.claim-comment-form {
  border-top: 1px solid #f4f4f4;
  display: flex;
  padding: 20px 20px 30px 20px;
  gap: 10px;
}
.claim-comment-form > label {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.claim-comment-form textarea {
  width: 99%;
  height: 50px;
  border: 2px solid #eeeeee;
  padding: 6px 12px;
}

.button-division {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.button-division > button {
  padding: 6px 25px;
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
}
.button-division .submit {
  background-color: #00c0ef;
  border-color: #00acd6;
  color: #fff;
  padding: 6px 25px;
}
.back {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
/* End of create claim style */

/* view claim style start */
.view-claim-content-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 20px;
}
.view-claim-content-header h3 {
  text-align: center;
}
.view-claim-header-text {
  color: #444444;
  font-size: 18px;
}
.view-claim-section {
  background-color: #fff;
  border-top: 3px solid #4392c0;
  padding-top: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.option2 {
  margin-bottom: 20px;
}
.option-other {
  margin-bottom: 25px;
}
.sect-wrap {
  padding: 10px;
}
.view-claim-divisions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 25px;
  background-color: #ffffff;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.view-claim-divisions > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.view-claim-division {
  display: flex;
  align-items: center;
  gap: 300px;
  color: #333333;
  padding: 0 21px;
}
.view-claim-division p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 20%;
}
.view-claim-division span {
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #f0f0f0;
  padding-right: 10px;
  height: 45px;
  display: flex;
  align-items: center;
}
#claim_comment {
  display: block;
  padding: 4px 12px;
  width: 100%;
  border-color: #d2d6de;
}
.btn-danger {
  padding: 6px 12px;
  font: 14px;
  border: none;
  outline: none;
}

/* reopen claim page start */
.dateO {
  padding: 5px;
  /* margin-right: 115px; */
  width: 180px;
}
.reopen-claim-form input {
  border: 1px solid #ccc;
}
.reopen-claim-form select {
  border: 1px solid #ccc;
}
.reopen-claim-box {
  border-top-color: #00c0ef;
  height: unset;
  box-shadow: 0 1px 1px #0000001a;
}
.form-groupF {
  display: flex;
  justify-content: space-between;
}
.form-groupF select {
  margin-right: 40px;
  background-color: #eeeeee;
}
.form-groupF input {
  background-color: #eeeeee;
}

.reopen-header-text {
  text-align: center;
  color: #444444;
  font-size: 18px;
}
.reopen-claim-form > select,
textarea {
  border-color: #d2d6de;
}
.reopen-claim-form > input {
  border-color: #d2d6de;
}
.part-one {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid red; */
}
.user-inform {
  padding: 0 10px 0 30px;
  width: 50%;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
  /* border: 1px solid blue; */
}
.form-group-reopen {
  display: flex;
}
.form-group-reopen label {
  color: #000 !important;
  font-weight: bold;
}
.form-group-reopen .doctor-name-input {
  width: 359px;
  padding: 5px;
  margin-right: 110px;
  background-color: #eeeeee;
}
.form-group-reopen .enrolee-id-input {
  margin-right: 100px;
  width: 350px;
  padding: 5px;
  background-color: #eeeeee;
}
.form-group-reopen .prescription-code-input {
  margin-right: 5px;
  padding: 5px;
}
.form-group-reopen .reopen-custom-select select {
  margin-right: 135px;
  width: 350px;
  padding: 5px;
}
.form-group-reopen > textarea {
  width: 350px;
  height: 150px;
  margin-right: 130px;
  padding: 10px;
}
.reopen-custom-select {
  position: relative;
  display: inline-block;
  width: 160px;
}
.reopen-custom-select select {
  width: 100%;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;
  outline-style: none;
  border: 1px solid #ccc;
}
.user-inform-pt2 {
  display: flex;
  flex-direction: column;
  padding: 0 30px 0 30px;
  width: 50%;
  row-gap: 30px;
  /* border: 1px solid orange; */
}
.user-inform-pt2 select {
  padding: 5px;
  margin-right: 120px;
  width: 150px;
}
.user-inform-pt2 .form-group-reopen .pa-code-input {
  padding: 5px;
  margin-right: 5px;
}
.iconic-arrow {
  color: red;
  padding: 0 20px;
  font-family: "Times New Roman", Times, serif;
}
.iconic-arrow .single-text {
  color: red;
}
.button-segment {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.button-segment > button {
  padding: 6px 25px;
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
}
.button-segment .submit-btn {
  background-color: #00c0ef;
  border-color: #00acd6;
  color: #fff;
  padding: 6px 25px;
}
.back-btn {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.add-claim-item-text {
  text-align: center;
  margin-top: 30px;
}
.select-claim-item-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.items-reopen {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.items-reopen > input {
  width: 350px;
  padding: 6px 12px;
  margin-left: 35px;
  border: 1px solid #ccc;
}
.reopen-item-select select {
  padding: 6px 12px;
  margin-left: 0;
}
.tabl-input {
  /* border: 1px solid red; */
  padding: 3px 6px;
  width: 120px;
  border: 1px solid #ccc;
}
/* reopen claim page end */
/* tariff page styles start */
.nav-tabs .table-tab {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.active > .active-tab-indicator {
  display: block !important;
  height: 4px;
  width: 100%;
  background-color: #00acd6;
  left: 0;
  top: 0;
}
/* tariff page styles end */

/* reopen claim style */

.container-flex {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #f4f4f4 !important;
}

.full-height {
  height: 80%;
}
.full-height select,
.full-height input {
  padding: 6px 12px;
}
.form-group {
  display: flex;
  gap: 1rem;
  margin: 0.5rem 0;
}

.label-div {
  flex: 1;
}

.height-2 {
  height: 2rem;
}

.height-10 {
  height: 8rem;
}

.inputs-div {
  display: flex;
  gap: 0.3rem;
  flex: 4;
}

.inputs-div > * {
  width: 98%;
}
.disable-input {
  background-color: #eeeeee;
}
.reduced-input {
  width: 45%;
}
.reduced-input-double {
  margin-left: 7%;
}
.reduced-input-date {
  width: 37%;
}
.child-div {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 1rem 0.5rem;
}
.inputs-div select,
.inputs-div input {
  border: 1px solid #ccc;
}
.inputs-div textarea {
  padding: 6px 12px;
}

@media only screen and (max-width: 700px) {
  .form-group {
    flex-direction: column;
    gap: 0.3rem;
  }

  .container-flex {
    flex-direction: column;
  }
}

/* reopen claim style end */

.list-group-unbordered {
  border: 0;
}

/* alert */

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border-radius: 4px;
}

.alert > .btn-close {
  left: 0;
  right: unset;
}

.claims-notice-alert > .btn-close {
  position: absolute;
  left: 1%;
}

.alert-success {
  color: #fff !important;
  background-color: #00a65a !important;
  border-color: #008d4c;
}
.alert-info {
  color: #fff !important;
  background-color: #00c0ef !important;
  border-color: #00acd6;
}

.alert-warning {
  color: #fff !important;
  background-color: #f39c12 !important;
  border-color: #e08e0b;
}

.alert-danger {
  color: #fff !important;
  background-color: #dd4b39 !important;
  border-color: #d73925;
}

.btn-profile-page {
  background-color: #3c8dbc;
  border-color: #367fa9;
  color: #fff;
}
.btn-profile-page:hover {
  background-color: #367fa9;
  color: #fff;
}

.profile-input-field {
  font-size: 14px;
}
