
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
    font-family: 'Open Sans', serif;
    margin: 0;
    color: #63666A;
    background-color: #F5F5F5;
    font-size: 12px;
}

/*.shadow {*/
/*    padding: 0px 0px 0px 0px;*/
/*    border: 1px solid #BFBFBF;*/
/*    background-color: white;*/
/*    box-shadow: 0px 0px 5px #aaaaaa;*/
/*}*/

.txt6 {
    font-size: 6px;
}

.txt7 {
    font-size: 7px;
}

.txt8 {
    font-size: 8px;
}

.txt9 {
    font-size: 9px;
}
.txt14 {
    font-size: 14px;
}
.txt15 {
    font-size: 15px;
}

.box_title .txt9 {
    font-size: 50%;
}

.txt24 {
    font-size: 24px;
}

.txt10 {
    font-size: 10px;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt13 {
    font-size: 13px;
}

.txt14 {
    font-size: 14px;
}

.txt15 {
    font-size: 15px;
}

.txt27 {
    font-size: 27px;
}

.txt16 {
    font-size: 16px;
}

.txt17 {
    font-size: 17px;
}

.txt18 {
    font-size: 18px;
}

.txt19 {
    font-size: 19px;
}

.txt20 {
    font-size: 20px;
}
.txt22 {
    font-size: 22px;
}

.txt23 {
    font-size: 23px;
}

.txt30 {
    font-size: 30px;
}

.no_border {
    border: none;
}

.bb1 {
    border-bottom: 1px solid #000000;
}

.bbg1 {
    border-bottom: 1px solid #BCC0C9;
}

.bt1 {
    border-top: 1px solid #000000;
}

input, select, .form-control {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    background: transparent;
    border-color: #747474;
    outline: none;
}

body input:focus, body input:hover {
    box-shadow: none !important;
    color: #BDC1CA; /* neutral-400 */
    border-color: #BDC1CA !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDC1CA !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDC1CA;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDC1CA;
}
a:link {
    color: #88C8BC;
    text-decoration: none;
}
/* Customizing placeholder text color */
::-webkit-input-placeholder {
    color: #BDC1CA; /* Change the placeholder text color */
}

a:hover {
    color: #84BD00;
}
a.dropdown-item:link {
    color: #000000;
}
.bg-purple {
    background: #6666CC !important;
}
.bg-purple-light {
    background: #5F8BF3;
}
.bg-purple-header {
    background: #DDDDF4;
}
.bg-blue {
    background: #5D95C4;
}
.bg-blue-light {
    background: #E9EFFD !important;
}
.bg-pink {
    background: #C68DE1;
}
.bg-green {
    background: #03787C;
}
.bg-green-lite-access {
    background: #F6FBF6;
}
.bg-green-dark {
    background: #5CB87A;
}
.bg-green-icon-dark {
    background: #4595a1;
}
.bg-blue-dark {
    background: #5F8BF3;
}
.bg-light-blue {
    background: #48ABF6;
}
.bg-green-lite {
    background: #F1F9F2 !important;
}
.bg-green-light {
    background: #98CF9F !important;
}

.bg-green-header {
    background: #D4EBD7;
}

.bg-grey {
    background: #F3F4F6;
}
.bg-grey-lite {
    background: #E3E4F1;
}
.btn-bg-grey {
    background: #E7EFF6;
}
.btn-bg-grey-dark {
    background: #BFBFBF;
}
.btn-bg-blue {
    background: #5C94C2;
}
.btn {
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
}
.title_image img {
    height: 30px;
    max-width: 100%;
}

.one_line {
    padding: 5px 0;
}

img {
    max-width: 100%;
}

.text-grey {
    color: #939393;
}

.text-grey-light {
    color: #9297A2;
}

.text-green {
    color: #03787C;
}

.text-green-dark {
    color: #5CB87A;
}
.text-blue-dark {
    color: #5F8BF3;
}

.text-btn-blue {
    color: #5D95C4;
}

.text-purple , a.text-purple:link, a.text-purple:hover{
    color: #6666CC !important;
}

.text-blue {
    color: #004a87 !important;
}
.text-royal-blue {
    color: #1091F4;
}
.text-red {
    color: #ee5753;
}

.text-yellow {
    color: #EF9834;
}

.text-orange {
    color: #FFA500;
}

.align-self-normal {
    align-self: normal;
}

.align-self-normal .px-3 {
    align-self: flex-end;
}

.ng-mt-3 {
    margin-top: -3px;
}

.footer_logo_img {
    height: 40px;
}

.form-group {
    position: relative;
    padding: 15px 10px 0px 10px;
}

.float-right {
    float: right;
}

.text-label {
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 0 5px;
    position: absolute;
    transform: translate(14px, 12px) scale(1);
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.00938em;
}

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

.text-bold {
    font-weight: bold !important;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #171A1F !important;
}

.modal-dialog {
    max-width: 80%;
}

.paginate_button {
    padding: 5px;
}

table tbody tr {
    cursor: pointer;
}

.title-section {
    padding-right: 40px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.icon_image {
    position: absolute;
    width: 18px;
    left: -10px;
    top: 46%;
}

.i_agree_box .i_agree_sign {
    background-color: #e8f1fa !important;
    margin-left: 0;
    padding: 20px 125px;
}

.arrow_block {
    margin-left: -35px;
}

.title_section {
    text-align: center;
    width: 14%;
    border-right: 1px solid #000;
    align-self: normal;
}

table,
th,
td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

label {
    width: auto;
    min-width: fit-content;
    margin-bottom: 2px;
    font-size: 13px;
}

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

.no_border {
    border: none !important;
}

.list-style-none {
    list-style: none;
}

.lh-1 {
    line-height: 1;
}

.form-control {
    color: #000000;
}
.btn-bg-blue:focus {
    background: #5C94C2 !important;
    border-color: #86b7fe !important;
}
.title_box {
    background: #fff;
    padding: 5px;
    margin-left: -17px;
}

.title_box .box_title {
    background: #fff;
}

.search_case {
    right: 10px;
    position: absolute;
    top: 10px;
}

.header {
    border-bottom: 5px solid #3B2D4D;
}

.main-section {
    padding: 0px 20px 0 0;
}

a.link {
    font-size: 10px;
}

.header_power_off {
    display: none !important;
}

.power_button {
    display: block !important;
}

.dataTables_wrapper {
    width: 100%;
    margin-top: 10px;
}

table.dataTable thead th {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 10px;
}

/*table.dataTable tbody tr {*/
/*    border: none;*/
/*    border-bottom: 1px solid #E2E2E2;*/
/*}*/

table.dataTable tbody tr td {
    border: none;
    color: #000000;
    font-size: 12px;
    padding: 12px 10px;
}

table.dataTable.no-footer {
    border-bottom-color: #E2E2E2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border: 1px solid #ccc;
    background: transparent;
    padding: 0 5px;
    color: #424856 !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    background: #ffffff;
    color: #000000;
    padding: 0 5px;
    border: 1px solid #cccccc;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    background: #5c94c2;
    color: #ffffff !important;
    border-color: #5c94c2;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
    margin-right: 5px;
    border: 1px solid #CCCBCD;
    color: #92969D !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button:last-child {
    margin-right: 0;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
    border-top: 1px solid #DEE1E6;
}
table.dataTable.row-border tbody th td{
    border-top: 1px solid #E9EAEC;
}

.dataTables_wrapper .dataTables_info {
    clear: none;
    float: left;
    padding: 5px 8px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.dataTables_wrapper .top {
    width: 40%;
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    position: relative;
    width: 75%;
}

.dataTables_wrapper .dataTables_filter label {
    width: 100%;
    float: left;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 80%;
    height: 30px;
    background: #fff;
}

.table_search_icon {
    position: absolute;
    top: 8px;
    right: 20px;
    color: #ccc;
    font-size: 12px;
}

.table_title_text {
    position: absolute;
    left: 0;
    top: 5px;
}

.table_title_text .table_title_text_right a {
    font-size: 10px;
}

.input-group-text {
    padding: 10px;
    background: #fff;
    border-right: none;
    border-color: #959697;
}

.login-form input, .login-form .input-group-text{
    border: none;
}
.register-form .input-group-text, .register-form .input-group input{
    border: none;
}

/*checkbox css*/
  .checkbox {
      display: inline-flex;
      cursor: pointer;
      position: relative;
      font-size: 12px;
  }

.checkbox > span {
    color: #34495E;
    padding: 0.5rem 0.25rem;
}

.checkbox > input {
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #565E6C;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
}

.checkbox > input:checked {
    background-color: #5c94c2;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 11px;
    width: 8px;
    height: 8px;
    font-size: 10px;
}

/*checkbox css end*/

.radio_btn {
    font-size: 12px;
    margin-right: 5%;
}
.radio_btn input{
    font-size: 14px;
}

.login-form .input-group{
    border: 1px solid #9095A0;
    border-radius: 5px;
}
.register-form .input-group{
    border: 1px solid #9095A0;
    border-radius: 5px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.dropdown-toggle::after{
    display: none;
}

body .navbar-light .navbar-nav .nav-item .nav-link{
    text-decoration: none;
    font-weight: 600;
    padding: 5px 10px;
    color: #545C6B;
}
body .navbar-light .navbar-nav .nav-item .nav-link.active, body .navbar-light .navbar-nav .nav-item .nav-link:hover, body .navbar-light .navbar-nav .nav-item .nav-link:focus{
    color: #5c94c2;
}
.table_filter_section{
    background: #fff;
    padding: 5px 8px;
    border-radius: 25px;
}
.table_filter_text{
    color: #000;
    border: none;
    border-right: 1px solid #EFEFEF;
    text-align: center;
}
.table_filter_text::placeholder{
    color: #000;
    font-weight: 600;
}
.table_filter_last{
    border: none;
}
.table_filter_section .filter-btn {
    border-radius: 50%;
    height: 32px;
    padding: 5px 8px !important;
}
/*#patient-list thead{*/
/*    background: #dddddd;*/
/*}*/
.card {
    border: none;
    box-shadow: 2px 2px 12px #ccc;
    /*width: 100%;*/
    padding: 10px 5px;
}
.card-header{
    background: #fff;
    border-bottom: none;
    color: #000;
}
.transaction_success{
    padding: 3px 10px;
    border-radius: 22px;
    background-color: #13AC45;
}
.primary_payer_li{
    padding-bottom: 5px;
}
.navbar-right{
    padding-right: 20px;
    margin-top: -10px;
}
.login_logo{
    padding: 30px 25px;
}
.form_section{
    width: 68%;
    float: none;
    margin: 0 auto auto;
    margin-top: 65px !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
    background: #FFFFFF;
}
table.dataTable.no-footer {
    border-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next{
    border: none;
    color: #424856 !important;
}

.login-form, .register-form {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 4px 9px rgba(23, 26, 31, 0.11), 0 0 2px rgba(23, 26, 31, 0.12);
}
.login-icon {
    width: 16px;
    height: 16px;
    fill: #171A1F;
}
.login_or{
    border: 1px solid #DEE1E6;
}
.login_or_text{
    position: absolute;
    background: #fff;
    width: 52px;
}
.copyright_text {
    font-size: 12px;
    line-height: 22px;
    color: #BCC0C9;
    text-align: center;
    height: 57px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
}
.input-group {
    border-radius: 4px;
    border: 1px solid rgba(144,149,160,1);
}

.logo_img{
    display: block;
}
.transparent_logo_img{
    display: none;
}
.p-relative{
    position: relative;
}
body .navbar-light .navbar-nav .nav-item .nav-link{
    padding-bottom: 10px;
    margin-bottom: -8px;
}
.nav-link.active , .nav-link:hover{
    border-bottom: 3px solid #5c94c2;
}
.power_button .fa-chevron-down{
    color: #868B98;
}
::-webkit-input-placeholder { /* Edge */
    color: #84BD00;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #84BD00;
}

::placeholder {
    color: #84BD00;
}
a {
    color: #5c94c2;
}
.height-40 {
    height: 40px;
}

/* Cizplam Css */
.header-section {
    position: fixed;
    box-shadow: 2px 2px #f7f7f7;
    background: #fff;
    z-index: 999;
}
.search_npi_form .npi_search_btn {
    font-size: 14px;
    /* padding-top: 8px; */
}
.npi_search_block {
    margin-left: 5%;
}
.mobile_steps {
    display: none;
}
.all_steps {
    display: flex;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px;
}
.container-fluid {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/* Other CSS */


.mobile-signin-text{
    display: none;
}
.signin-text {
    display: block;
}
.filter_section{
    width: 20%;
    position: relative;
}
.filter_btn_mobile {
    display: none;
}
.filter_form .form-group{
    padding: 10px 0px 0px 0px;
}
.filter_section .slider {
    position: absolute;
    top: 12px;
    right: -8px;
}
.filter_box, .filter_box_patient {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 10px 20px 10px !important;
    min-width: 233px;
}
.filter_title{
    font-size: 14px;
    line-height: 1;
}
.slider-line {
    height: 100vh;
    background: #98cf9f;
    width: 1px;
    margin-top: -55px;
    margin-left: 8px;
    display: none;
}
.filter_section .slider a{
    background: transparent;
}
a:link{
    color: #1091F4;
}
.table_title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
table#patient-list {
    border-color: #E9EAEC;
}
.desc-text{
    font-weight: normal;
}
#primary {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}
.dashed-bottom {
    border-bottom: 1px dashed #BDC1CA;
    padding-bottom: 15px;
}
.pb-0{
    padding-bottom: 0 !important;
}
.box {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
}
.btr-5{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bbr-5{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.qty_ml{
    padding-left: 10px;
    padding-right: 10px;
}
.ml-0 {
    margin-left: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.navbar-light .navbar-toggler{
    border: none;
    padding: 5px 0;
    color: #9095A1;
}
.user_area .search_icon{
    display: none;
}

.account_id{
    display: none;
}
.no_field{
    display: none;
}
.desktop_icon{
    display: block;
}
.mobile_icon, .mobile_main_menu {
    display: none;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #ffffff; /* White*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: 2px 0 5px -2px #565d6d;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: rgba(86,93,109,1);
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a.active {
    color: #5c94c2;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #5c94c2;
}

.sidenav a img {
    width: 20px;
    margin-top: -2px
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 2px;
    right: 15px;
    font-size: 25px;
    margin-left: 50px;
}

.mobile_user_area {
    border-bottom: 1px solid rgba(222,225,230,1);
    margin-bottom: 15px;
}
.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: -60px;
}
.navbar-profile .nav .dropdown .span {
    color: #777;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.navbar-profile .nav .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.filterClosebtn {
    display: none !important;
    padding-right: 10px;
    text-align: right;
}
.bg-white {
    background: #FFFFFF;
}
.breadcrumb {
    width: auto;
}
.breadcrumb a {
    color: #5c94c2;
}
.form-main-container form{
    width: 100%;
}
.form-main-container form.add_member_form{
    width: 70%;
}
.form-main-container {
    background: #FFFFFF;
    border-radius: 4px; /* border-m */
    box-shadow: 0px 4px 9px rgba(23, 26, 31, 0.11), 0px 0px 2px rgba(23, 26, 31, 0.12);
}
.cancel_btn{
    background: #BFBFBF;
    color: #FFFFFF;
}
.btn-bg-grey {
    color: #565D6D;
    background: #EAECF0;
}

select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.dropdown ul.dropdown-menu {
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    /*margin-top: -10px !important;*/
    padding: 5px 0;
    /*opacity: 0;*/
    border-radius: 0;
    background: #fff;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    /*visibility: hidden;*/
}
.dropdown-item.active, .dropdown-item:active {
    background: #e9ecef;
}
.dropdown ul.dropdown-menu li a.dropdown-item {
    padding: 11px 20px;
    position: relative;
    color: #000;
    font-size: 12px;
}
.add_btn_web {
   padding-right: 80px;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    top: 0px;
}
.dropdown-menu > li:hover > .dropdown-submenu-left {
    display: block;
}
.slide_btn img{
    max-width: inherit;
}
.show_mobile {
    display: none !important;
}
.not-mobile {
    display: block;
}
.bg-yellow-lite {
    background: #FFF9E5;
}
.btn-default {
    background: #BFBFBF;
    color: #fff;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #ffffff;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: #5c94c2;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #5c94c2;
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
    margin-top: 3px;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* box-shadow: inset 1em 1em var(--form-control-color); */
    /* Windows High Contrast Mode */
    background-color: #5c94c2;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}
.csv_field {
    max-width: 80px;
}
.hidden {
    display: none;
}
.body-container {
    background: #fff;
    margin: 15px 12px;
    width: 98%;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 0;
}
.form-check-input:checked {
    background-color: #5c94c2;
    border-color: #5c94c2;
}
#dropArea {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
#dropArea p{
    font-size: 11px;
    color: #9095A1;
}
#dropArea strong{
    color: #6F7787;
}
#dropArea label{
    color: #5D95C4;
}
#dropArea .upload_notice {
    font-size: 10px;
    margin-top: 10%;
    margin-bottom: 0;
    color: #BDC1CA;
}
#fileInput {
    display: none;
}
.fileInputLabel:hover {
    cursor: pointer;
}
.home-text-block {
    text-align: center;
    width: 43%;
    font-size: 13px;
}
.npi_submit_btn {
    width: 30%;
    margin-top: 10px;
}
.base-container {
    margin-bottom: 0;
    margin-top: 60px;
}
.strd_prior {
    padding: 0 70px;
    position: relative;
}
.btn_cancel {
    border: 1px solid #03787C;
    margin-right: 15px;
    color: #03787C !important;
    padding: 8px 44px;
}

#editDetails .modal-dialog {
    max-width: 40%;
}
#editDetails .modal-header {
    padding: 15px 5px;
    margin-bottom: 20px;
}
#editDetails .modal-body {
    padding: 0px 30px;
    font-size: 14px;
    text-align: center;
}
#editDetails .modal-header .modal-title {
    color: #000000;
}
#editDetails .modal-header .close {
    color: #9095A1;
    font-size: 20px;
}
#editDetails .modal-content {
    border-radius: 6px;
    padding: 0 15px;
}
#editDetails .modal-footer {
    border-top: none;
    margin-bottom: 10px;
}
#editDetails .modal-footer .btn{
    width: 100px;
    text-align: center;
    padding: 5px;
    float: none;
    margin: 0 auto;
}
#editDetails .modal-footer .btn.bg-purple{
    background: #5c94c2;
}

#termsUse .modal-footer .btn{
    width: 100px;
    text-align: center;
    padding: 5px;
    float: none;
    margin: 0 auto;
}
#termsUse .modal-footer .btn.bg-purple{
    background: #5c94c2;
}

.grey_box {
    background: #F1F5F9;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}
.height-150 {
    height: 150px;
}
.grey_box p{
    margin-bottom: 5px;
}
.prescription_detail {
    width: 20%;
}
.patient_detail {
    width: 50%;
}
.prescriber_detail {
    width: 25%;
}
.patient_detail_center {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 15px;
    padding-left: 25px;
}

/* Progress bar */
.progress {
    height: 8px;
    position: relative; /* Position relative for positioning the percentage text */
}
.progress-bar {
    background-color: #03787C; /* Green color */
    position: relative; /* Position relative for z-index */
}
.progress-percent {
    position: absolute;
    top: -10px;
    left: 7%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #000;
}
.total-percent {
    position: absolute;
    top: -10px;
    right: 5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #000;
}
.last_strd_prior {
    padding-bottom: 25%;
}
.per_question {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 10px;
}
.question_option {
    padding: 10px 12px;
}
.btn-upload {
    background: transparent;
    color: #0176D3;
    border-color: #0176D3;
    padding: 5px 15px;
    margin-bottom: 12px;
    font-size: 12px;
}
.question_fileupload #dropArea {
    border: 1px dashed #ccc;
    padding: 50px 20px;
    text-align: center;
    cursor: pointer;
    width: 80%;
}
.question_fileupload #dropArea p {
    color: #000000;
    margin-bottom: 0;
}
.question-container {
    padding-bottom: 15px;
}
.cancel_btn{
    background: transparent;
    color: #03787C;
    border-color: #03787C;
}

#confirmModal .modal-dialog {
    max-width: 45%;
}
#confirmModal .modal-header {
    padding: 15px 5px;
    margin-bottom: 20px;
}
#confirmModal .modal-body {
    padding: 0px 30px;
    font-size: 14px;
    text-align: center;
    color: #000;
}
#confirmModal .modal-header .modal-title {
    color: #000000;
    font-size: 16px;
}
#confirmModal .modal-header .close {
    color: #9095A1;
    font-size: 20px;
}
#confirmModal .modal-content {
    border-radius: 6px;
    padding: 0 15px;
}
#confirmModal .modal-footer {
    border-top: none;
    margin-bottom: 10px;
}
#confirmModal .modal-footer .btn{
    width: 100px;
    text-align: center;
    padding: 5px;
}
#confirmModal .modal-footer .btn.bg-purple{
    background: #5c94c2;
}
#confirmModal .modal-footer .btn-cancel {
    background: #5c94c2;
}
.disabled-overlay {
    position: relative;
}
.disabled-overlay.disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent overlay */
    z-index: 999; /* Ensure overlay is above other content */
    pointer-events: none; /* Prevent pointer events on the overlay */
}
.question_btns .btn{
    padding: 3px 12px;
    font-size: 11px;
    margin-top: 10px;
}
a.question_edit{
    position: absolute;
    right: 20px;
    color: #03787c;
}
.equal-width {
    flex-grow: 1;
    margin-left: 10px; /* Add margin between elements if needed */
}
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1080px;
    }
}
@media only screen and (max-width: 1130px) and (min-width: 822px) {
    .form_div{
        width: 85% !important;
    }
}
@media screen and (min-width: 768px) {
    .box_title .col-md-2 {
        width: 13.666667%;
    }

    .main-container{
        /* width: 77%; */
        /*margin: 0 auto 0 3%;*/
    }
    .right_block {
        margin-top: 40px;
        width: 23%;
        padding-left: 0 !important;
    }
    .main_container_left {
        width: 26%;
    }
    .desc-text {
        /* padding-right: 55px; */
        width: 77%;
    }

    a.menu_icon {
        color: #88C8BC;
        text-decoration: none;
        height: 30px;
        background: #98cf9f;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        top: 75px;
        position: absolute;
        right: 4%;
        display: flex;
        align-items: flex-end;
    }
    a.menu_icon svg{
        padding: 0 5px 3px 0;
    }
    a.menu_icon:hover, a.menu_icon:focus {
        background: #5c94c2;
        text-decoration: none;
    }
    .plan_btn a.menu_icon {
        top: 170px;
        background: #5c94c2;
        color: #FFFFFF;
    }
    a.menu_icon.btn_purple {
        background: #5c94c2;
    }
    a.menu_icon.btn_purple:hover, a.menu_icon.btn_purple:focus {
        background: #98cf9f;
    }
    .card_list {
        max-width: 48%;
    }
    .max-49 {
        max-width: 49%;
    }
}

@media screen and (max-width: 821px) {
    .main_container, .main-container{
        /*margin-top: 20px;*/
        width: 100%;
        display: block !important;
        float: left;
        padding: 0 10px;
    }
    .bg-green-header , .bg-blue-header {
        float: left;
    }
    .d-flex {
        display: block !important;
    }

    .float-left {
        float: left;
    }

    .header img {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }

    .d-flex-mobile {
        display: flex !important;
    }

    .title_image {
        padding: 5px 0;
    }

    .title-section {
        padding-right: 0;
    }

    .form_section {
        width: 96%;
        margin: 0 auto;
        border-radius: 15px;
        max-width: 540px;
    }
    .form_section h3{
        padding: 10px;
    }
    .center_check{
        margin: 0 !important;
    }
    .user-main-container{
        width: 100% !important;
    }
    .login_logo{
        text-align: center;
        padding: 0;
    }
    .form_bg{
        background: #5c94c2;
        margin-top: -56px;
        padding-top: 46px;
        width: 100%;
        float: left;
        height: 100vh;
    }
    .main_section {
        padding: 0 !important;
    }
    /* Cizplam responsive css */
    .my_profile_header {
        padding: 10px 15px !important;
        margin-bottom: 0 !important;
        margin-top: 30px;
    }
    .mobile_steps {
        display: flex;
    } 
    .all_steps {
        display: none;
    }
    .mobile_steps .step_dot_mobile{
        font-size: 18px;
        text-align: center;
    }
    
    .main-container {
        margin-top: 10px;
        width: 100% !important;
    }
    .npi_search_block{
        margin-left: 0;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
    }
    .container-fluid {
        margin-bottom: 180px;
        padding-bottom: 10px;
    }


    .transparent_logo_img{
        display: block;
        margin: 0 auto;
        margin-top: 20%;
    }
    .sign_up_text{
        text-align: center;
        margin-top: 30px;
    }
    .copyright_text{
        margin-top: auto !important;
        color: #ffffff;
        width: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: #5c94c2;
    }
    .registration_form .copyright_text{
        position: relative;
        margin-top: 60px !important;
    }
    .p-relative{
        height: 100vh;
        background: #5c94c2;
    }
    .btn.bg-purple {
        background: #98CF9F;
    }
    
    .main-section {
        padding: 0 !important;
    }
    .header-section{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .body-container {
        padding: 15px;
    }
    .container-fluid.bg-grey{
        margin-top: 5px;
    }
    
    .form-main-container form {
        width: 100%;
    }
    #editDetails .modal-dialog {
        max-width: 100%;
    }
    #confirmModal .modal-dialog {
        max-width: 100%;
    }

    .header_title_section, .dashboard_counter, .prescription_table_title {
        padding: 0 10px;
        width: 100%;
        float: left;
    }
    
    .modal {
        top: 30%;
    }
    
    .header-section {
        position: relative;
    }
    .base-container {
        margin-top: 0;
    }
    .home-text-block {
        text-align: center;
        width: 100%;
        font-size: 13px;
    }
    .npi_submit_btn {
        width: 100%;
        margin-top: 10px;
    }
    .body-container {
        margin: 15px 0px;
        width: 100%;
    }
    .strd_prior {
        padding: 0 10px;
    }
    .prescription_detail {
        width: 100%;
    }
    .patient_detail {
        width: 100%;
    }
    .prescriber_detail {
        width: 100%;
    }
    .grey_box {
        height: auto;
        margin-bottom: 10px;
    }
    .patient_detail_center {
        border-right: none;
        border-left: none;
        padding: 0;
        margin-right: 0;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .option_btns {
        margin-top: 10px;
    }
}
.navbar-collapse {
    display: inline-flex;
}

/* Basic styles for the loader */
/* #loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
} */

#loader {
    display: none;
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);    
}

#loader .loader-icon {
    margin: auto;
    position: relative;
    top: 45%;
    border: 7px dotted #fff;
    border-radius: 50%;
    border-left: 7px dotted transparent;
    border-bottom: 7px;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;    
}
#loader .loader-text {
    color: #fff;
    position: relative;
    top: 50%;
    text-align: center;
    font-size: medium;
    font-weight: 600;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}