@import "./flat.icon.css";
@import "./pm-main.css";
/* @import "./pm-theme1.css";  */
/* @import "./pm-theme2.css";  */
.fs-14{
  font-size: 14px;
}
    .section-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align: center;
      padding: 20px;
    }

    ::ng-deep.howcanwehelp {
    max-width: 450px;
    margin: 0 auto;
}

   .mt-5rem{   
      margin-top: 5rem;
    }

.box-shadow{
      box-shadow: 0px 3px 4px 0px #8080802e;
}
.fs-16{
  font-size: 16px;
}
.line-height-50{
  line-height: 50px;
}
.border-bottom-blule{
  border-bottom: 1px solid #009efb;
}
.topmenuLink{
  color: #6c7293 !important;
      border-radius: 8px;
}
.color-admin-gray{
   color: #6c7293 !important;
}
.topmenuLink:hover, .topmenuLink:focus,.topmenuLink:active{
  color: #009efb !important;
}
.profile-box{
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #009efb;
    padding: 5px;
    border-radius: 20px;
}
.user-profile{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #009efb;
  color: #fff;
  border-radius: 50%;
  text-align: center;
      margin-right: 10px;

}
.user-info{
  text-align: center;
margin-right: 10px;
}
.user-info p{
  line-height: 15px!important;
}
.center-box-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100vh !important;
}
p{
  margin-bottom: 0!important;
}
.login-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 11px 2px #8080802e;
}

.data-info {
  text-align: center;
  line-height: 18px !important;
  margin: 15px auto 40px auto !important;
}


/* start custom radio button */
.form-check-input:checked {
  background-color: #009efb;
  border-color: #009efb;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  border-color: #009efb;
}

.form-check-input {
  border: 2px solid #6c757d;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
}

.form-check-label {
  font-weight: 500;
  color: #333;
}

.custom.checkbox>label,
.custom.radio>label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}

.custom input[type="checkbox"],
.custom input[type="radio"] {
  position: relative;
  margin-left: -26px;
  margin-right: 12px;
  cursor: pointer;
}

.custom input[type="checkbox"]:after,
.custom input[type="radio"]:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ddd;
  cursor: pointer;
}

.custom input[type="checkbox"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: -1px;
  z-index: 1;
  width: 13px;
  height: 7.5px;
  border: 2px solid #009efb;
  border-top-style: none;
  border-right-style: none;
}

.custom input[type="checkbox"]:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

.custom input[type="checkbox"]:after {
  border-radius: 2px;
}

.custom input[type="radio"] {
  top: -2px;
}

.custom input[type="radio"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #009efb;
  border-radius: 50%;
}

.custom input[type="radio"]:checked:before {
  transform: scale(1, 1);
}

.custom input[type="radio"]:after {
  border-radius: 50%;
  top: -3px;
}

/* end custom radio button */

.data-box {
  display: flex;
  padding: 5px 15px;
  margin: 5px;
  border-radius: 10px;
}

.blue-box {
  background-color: #009efb;
  min-width: 200px;
  color: #fff;
  justify-content: center;
}
 .blue-box-provider-table{
  background-color: #009efb!important;
  color: #fff!important;
      margin: 5px;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
 }


 /* .providerDataTable tr{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .providerDataTable tr th:first-child, .providerDataTable tr td:first-child{
  text-align: left;
 }
.providerDataTable tr th, .providerDataTable tr td{
  text-align: center;
 } */

.gray-box {
  background-color: #e6e6e6;
  color: #494949;
}

.sourcePostion{
      /* position: fixed;
    top: 20px; */
        position: relative;
    top: -50px;
    left: 240px;
    z-index: 101;
    display: flex;
    align-items: center;
    width: fit-content;
}

.b-title {
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 0;
}

.b-details {
  font-size: 18px;
  margin-bottom: 0;
}

.compare-filter-box {
  /* width: 400px; */
  /* border: 1px solid #009efb; */
  box-shadow: none;
  margin: 1px 2px;
}

.compare-filter-box:hover,
.compare-filter-box:active,
.compare-filter-box:focus {
  box-shadow: none;
}
.compare-filter-box .form-control {
  width: 180px;
}
.form-control {
  /* font-size: 18px !important;
  padding: 5px; */
  border: 1px solid #009efb;
  border-color: #009efb !important;
}

/* Multi-select Dropdown Styles */
/* .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
} */
.btn.show {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}
.hover-transparent:active,
.hover-transparent:hover,
.hover-transparent.show {
  background-color: transparent !important;
  color: #0d6efd !important;
}
/* 
.dropdown-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
} */

.dropdown-toggle .multiselect-label {
  position: absolute;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.25rem;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  top: 0rem;
  left: 0.4rem;
  font-size: 0.7rem;
  color: #0d6efd;
}

.dropdown-toggle .selected-options {
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Custom Floating Label Styles */
.custom-floating-label {
  position: relative;
  margin-bottom: 1rem;
}

.custom-floating-label input {
  padding: 0.5rem 0.5rem 0.25rem;
  font-size: 0.875rem;
  height: auto;
  box-shadow: none !important;
}

.custom-floating-label label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.25rem;
  color: #6c757d;
  font-size: 0.75rem;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.custom-floating-label input:focus {
  box-shadow: none !important;
  border-color: #009EFB;
  /* Optional: keep border blue on focus */
  outline: none;
}

.custom-floating-label input:focus+label,
.custom-floating-label input:not(:placeholder-shown)+label {
  top: 0rem;
  left: 0.4rem;
  font-size: 0.7rem;
  color: #009EFB;
  /* Bootstrap blue */
}

/* following uncomment in project */
.bt-multiSelect {
  width: 100%;
}

.bt-multiSelect .form-check {
  padding-left: 0;
  display: flex;
  align-items: flex-start;

}

.bt-multiSelect ul {
  padding-left: 10px !important;
}

.bt-multiSelect input[type=checkbox] {
  background-color: transparent;
  border-radius: .25rem !important;
}

.bt-multiSelect .form-check-input:checked {
  background-color: #009EFB;
}

.addButton {
  padding: 7px;
}

.groupItemBg {
  background-color: #efefef;
}

.GroupItemBox {
  padding: 7px 7px;
  height: 88px;
}




/* hide the blue outline */
.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.btn-pos {
  position: relative;
  z-index: 1;
  left: -36px;
}
.ui-state-highlight{
  border-color: #009EFB!important;
    background-color: #009EFB!important;
}
.ui-multiselect .ui-multiselect-label{
    height: calc(2.55rem + 2px);
    border-radius: 0.25rem !important;
    font-size: 18px !important;
    padding: 5px !important;
    border: none !important;
}

.ui-multiselect .ui-multiselect-trigger {
    background-color: transparent !important;
    margin-right: 7px!important;
    color: #009efb!important;
}
.ui-state-default{
   border: 1px solid #009efb !important;
    border-radius: 0.25rem !important;
}
.pi-check:before{
      position: relative;
    top: -2px;
}

/* provider page css */
.providers-box-container {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px;
    height: 240px;
}
.providers-box-container .providerDataTable {
  margin-bottom: 0;
}
.providers-box-container .providerDataTable tr {
  white-space: nowrap;
}
.providers-box-container .providerDataTable tr th {
    vertical-align: middle;
}
.selectedProvider-bg {
  background-color: #fdff9c!important;
}
.selectedProvider-bg .table>:not(caption)>*>*{
  background-color: #fdff9c!important;
}
.table-responsive-x {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

.small-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.primary-circle {
  background-color: #535353;
}
.secondary-circle {
  background-color: #dd57ff;
}
hr {
    border-top: 1px solid #4a4a4a !important;
    background: #4a4a4a !important;
    width: auto;
}
.payer-title-name{
   background-color: #4cbdff;
   color: #fff;
   text-align: center;
   padding: 8px;
}

 @media screen and (max-width: 992px) {

   .mobileMrginTop {
     margin: 20px 0px 0px 0px !important
   }

   h5.card-title {
     font-size: 1rem;
   }

   .data-box h2,
   .data-box h3 {
     font-size: 1rem;
   }

 }

 @media screen and (min-width: 480px) and (max-width: 992px) {
   .sourcePostion {
     top: 17px;
     left: 200px;
   }
 }

 @media screen and (min-width: 320px) and (max-width: 479px) {
     .sourcePostion {
     /* top: 70px; */
     top: 10px;     
     left: 15px;
   }

canvas {
  min-width: 250px!important;  
  height: 200px !important;
  width: 100% !important;
  display: block;
}
 }


