body {
    font-family: 'Libre Franklin', sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    color: #000000;
}
.bbr {
    border: 1px solid #EB1700;
}
.bbr-8 {
    border-bottom: 8px solid #EB1700;
}
.bbb1 {
    border-bottom: 1px solid #000000;
}
.login_form input {
    font-size: 13px !important;
    color: #666666 !important;
    border-color: #999999 !important;
	padding: 8px !important;
}
.login_form select {
    font-size: 13px !important;
    color: #666666 !important;
    border-color: #999999 !important;
}
.registration_form input.form-control , .registration_form select.form-select {
    border-color: #C0C2C3;
    /* color: #BEBFC4; */
}
.registration_form select.selectbox {
    border-color: #C0C2C3;
    color: #BEBFC4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23cccccc' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}
::placeholder {
  color: #BEBFC4;
}
.form-group label {
    font-size: 13px;
    text-align: left;
}
.registration_form select.selectbox option:first-child {
    color: #BCC1CA;
}
.form-group select.selectbox option:first-child {
  color: #BCC1CA !important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BCC1CA !important;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #BCC1CA !important;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #BCC1CA !important;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #BCC1CA !important;
}
a:link {
    color: #6766CD;
    text-decoration: none;
}

a:hover {
    color: #EB1700;
}

.login_form input[type = submit] {
    color: white !important;

}
.button1 {
    background-color: #6766CD;
    border: none;
    color: white !important;
    padding: 10px 35px 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
}

.button2 {
    background-color: transparent;
    border: 1px solid #6766CD;
    color: #6766CD;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 10px;
    font-weight: none;
}

img {
    max-width: 100%;
}

.text-red {
    color: #EB1700;
}
.bg-red {
    background: #EB1700;
}
.text-cyan {
    color: #6766CD !important;
}
.bg-cyan {
    background: #6766CD;
}
.bg-cyan-dark {
    background: #085E6D;
}
.bg-purple-dark {
    background: #55569a;
}
.form-check-input:checked {
    background-color: #55569a;
    border-color: #55569a;
}
.text-grey {
    color: #9196A0;
}
h5 {
    color: #454A53;
}
.text-grey-light {
    color: #BCC1CA;
}
.bg-grey {
    background: #F9F8F7;
}
.bg-grey-2 {
    background: #E7E5E3;
}

.txt10 {
    font-size: 10px;
}
.txt11 {
    font-size: 11px;
}
.txt12 {
    font-size: 12px;
}
.txt13 {
    font-size: 13px;
}
.txt14 {
    font-size: 14px;
}
.txt15 {
    font-size: 15px;
}
.txt16 {
    font-size: 16px;
}
.txt17 {
    font-size: 17px;
}
.txt18 {
    font-size: 18px;
}
.txt19 {
    font-size: 19px;
}
.txt20 {
    font-size: 20px;
}
.txt21 {
    font-size: 21px;
}
.txt22 {
    font-size: 22px;
}
.txt23 {
    font-size: 23px;
}
.txt24 {
    font-size: 24px;
}
.txt25 {
    font-size: 25px;
}
.txt26 {
    font-size: 26px;
}
.txt27 {
    font-size: 27px;
}
.txt28 {
    font-size: 28px;
}
.txt29 {
    font-size: 29px;
}
.txt30 {
    font-size: 30px;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: bold !important;
}
.text-dark {
    color: #000 !important;
}
.text-normal {
    font-weight: 400;
}
.form-group {
    position: relative;
    padding: 10px;
}

.text-label {
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 0px 5px;
    position: absolute;
    transform: translate(14px, 12px) scale(1);
    color: #666666;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.00938em;
    position: absolute;
}
.footer_block {
    margin-bottom: 0px;
    padding: 0px 8px 20px 8px;
    width: 100%;
}
.footer_right {
    padding-left: 50px;
}
.text-decoration-none {
    text-decoration: none;
}
.footer_menu_top a{
    padding-right: 20px;
    font-size: 10px;
}
.footer_menu_bottom span{
    padding-right: 20px;
}
.header_title {
    font-family: 'Playfair Display', serif;
}

/* Validation errors */
.form-group {
    position: relative;
  }
.form-control:focus, .form-select:focus {
    box-shadow: none;
}
.form-control, .form-select {
    border-radius: 8px;
}
.text-label1 {
    font-weight: bold;
    color: #424850;
}
.text-label11 {
    color: #424850;
}
.form-group label.text-label11, .form-group .npi_label {
    font-size: 12px
}

.custom-tooltip-error {
    position: absolute;
    top: 92%;
    left: 25%;
    margin-bottom: 12px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-width: 200px;
}
.invalid-feedback {
    font-size: 0.75em;
}
.alert-dismissible {
    font-size: 0.80em;
}
/* Exclamation icon on top */
.custom-tooltip-error i {
    font-size: 10px;
    background: #EB1700;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    margin-bottom: 6px; /* space between icon and text */
    line-height: 1;
}

/* Outer carat (black border) */
.custom-tooltip-error::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 30px;
    border: 6px solid transparent;
    border-bottom-color: #000;
    z-index: 1;
}

/* Inner carat (white background) */
.custom-tooltip-error::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 31px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    z-index: 2;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.remember_me label{
    font-size: 11px;
}
.patient_orbit_login_form {
    position: relative;
}
.footer-copyright {
    position: absolute;
    bottom: 2%;
}
.orbit_left_image_main {
    background-image: url('images/sign_in_image.png');
}
.orbit_left_image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
    margin: 55% 0;
}
.section_login {
    padding-top: 16%;
}
.button2:hover {
    color: #fff;
    background-color: #6766CD;
}
.dont_have_account {
    margin-bottom: 60px !important;
}
.iagree {
    margin: 1% 0;
}
/* #not_has_clinic_npi, #has_clinic_npi {
    display: none;
} */
.login_image_left {
    width: 42%;
}
.login_form_right {
    width: 58%;
}
.checkbox-padding {
    padding: 0 15px !important;
}





.dashboard-container .form-group select.selectbox{
    color: #bdc1c9 !important;
}

body .navbar-light .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    font-weight: none;
    padding: 5px 10px;
    color: #545C6B;
}
body .navbar-light .navbar-nav .nav-item .nav-link {
    padding-bottom: 10px;
    margin-bottom: -8px;
}
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: #00adef;
}
.msg_count {
    background: #00adef;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 50%;
    margin-left: 5px;
}
.header-banner {
    padding: 30px 0 100px 0;
}
.card {
    border: none;
    /* box-shadow: 2px 2px 2px #ccc; */
    /*width: 100%;*/
    padding: 15px 10px;
    border-radius: 10px;
}
.card a{
    /* background: #fff; */
    border-bottom: none;
    color: #fff;
    text-decoration: none;
}
.card .card-title {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 10px;
}
.card .card-counter {
    font-weight: bold;
}
.card .card-icon.icon-dollar {
    border: 1px solid #FFF;
    padding: 0 5px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}
.card .card-icon.icon-pills {
    rotate: 40deg;
}
.admin_dropdown .power_button .dropdown-toggle::after {
    display: none !important;
}
.admin_dropdown .power_button .dropdown-item {
    font-size: 12px;
    text-decoration: none;
}
.dashboard-container {
    /*position: relative;
    z-index: 1;*/
}
.absolute_card {
    position: absolute;
    top: -50px;
    width: 96% !important;
    box-shadow: 1px 1px 5px #ccc;
    padding: 20px 10px;
}
/* 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: #2b5f73;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #2b5f73;
}

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

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    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;
}
.user_area .user_logo {
    padding: 8px;
    background: #123658;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin-top: -5px;
}
.dropdown-menu .user_logo {
    padding: 8px 10px;
}
.power_button a {
    text-decoration: none;
}
body.bg-white-fade {
    background: #FAFAFB;
}
.main-dashboard-container .header-section {
    border-bottom: 1px solid #dee1e6;
    position: relative;
}
.main-dashboard-container .dashboard_header_title {
    color: #323743;
    margin-bottom: 15px;
}
.main-dashboard-container .admin_dropdown .dropdown-menu.show{
    width: 300px;
    top: 25px !important;
}
.main-dashboard-container .admin_dropdown .user_icon {
    height: 24px;
}
.main-dashboard-container .admin_dropdown .dropdown-menu.show .user_icon {
    padding: 3px 0;
}
.main-dashboard-container .admin_dropdown .dropdown-menu.show a {
    border-bottom: 1px solid #E7E9EB;
    margin: 0 15px;
    padding: 5px 0px;
    width: 90%;
}
.main-dashboard-container .admin_dropdown .dropdown-menu.show li:last-child a {
    border-bottom: none;
}
.user_role {
    padding: 15px;
    background: #F7F7F7;
    border-radius: 10px;
    margin-bottom: 15px;
}
.main-dashboard-container .admin_dropdown .user_dropdown .dropdown-menu.show {
    top: 20px !important;
}
.main-dashboard-container .admin_dropdown .user_dropdown .dropdown-menu.show li a{
    margin: 0 5px;
    padding: 8px 0px;
    width: 95%;
    color: #000;
}
.dashboard_label_section {
    border-radius: 6px;
    box-shadow: 0px 0px 1px rgba(23, 26, 31, 0.07), 0px 0px 2px rgba(23, 26, 31, 0.12);
    padding: 10px 5px !important;
}
.dashboard_label_section .dashboard_labels {
	padding: 5px 8px;
    margin: 0 6px;
    border: 1px solid #0F3760;
    border-radius: 5px;
    color: #0F3760;
}
.dashboard_label_section .dashboard_labels:hover, .dashboard_label_section .dashboard_labels.active  {
    background: #0F3760;
    color: #fff;
    cursor: pointer;
}
#search_by_days {
    font-size: 10px;
    max-width: 100px;
    padding: 5px 5px;
    max-height: 30px;
}

table#patient-list {
    border-color: #E9EAEC;
}
table.dataTable thead {
    background: #fafafa;
}
table.dataTable thead tr {
    background: rgba(248, 249, 250, 1);
    border-radius: 4px;
}
table.dataTable thead th {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    color: #575d6a;
    font-weight: bold;
    font-size: 12px !important;
    padding: 12px 15px;
    height: 24px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background: #FFFFFF;
}
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-title {
    color: #545B64;
    font-size: 18px !important;
}
.filter_tags {
    padding: 5px 8px !important;
    border: 1px solid #FFE3C8;
    border-radius: 5px;
    font-size: 11px;
    background: #FFE3C8;
    color: #393838;
    margin-left: 10px;
}
#search_by, #table_search {
    color: rgba(23,26,31,1); /* neutral-900 */
    background: rgba(255,255,255,1); /* white */
    border-radius: 4px; /* border-s */
    border-width: 1px; 
    border: 1px solid rgba(189,193,202,1);
    font-size: 12px;
    max-height: 32px;
}
.search_btn{
    color: rgba(255, 255, 255, 1);
    background: rgba(15, 53, 92, 1);
    opacity: 1;
    border: none;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 12px;
    width: 122px;
}
.search_btn:hover, .search_btn:focus{
    background: rgba(15, 53, 92, 0.8);
    color: rgba(255, 255, 255, 1);
}
.search_result {
    font-size: 12px;
    color: #171a1f;
    padding-left: 15px;
}
/* DataTable Custom Styles - Start from line 2172 */

/* Table container */
#prescription-list {
  border-radius: 6px;
  box-shadow: 0px 0px 1px rgba(23, 26, 31, 0.07), 0px 0px 2px rgba(23, 26, 31, 0.12);
  overflow: hidden;
  background: #fff;
  margin: 3px 0;
  border: none;
}

.dataTables_wrapper {
  width: 100%;
}

/* Table header */
#prescription-list thead th {
  background: #f8f9fa;
  font-weight: 600;
  color: rgba(86,93,109,1);;
  border-bottom: 1px solid #e5e7eb;
  padding: 5px;
  font-size: 12px;
}

/* Table rows */
#prescription-list tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
#prescription-list tbody tr:nth-child(even) {
  background: #fafbfc;
}
#prescription-list tbody tr:last-child {
  border-bottom: none;
}

/* Table cells */
#prescription-list td {
  padding: 9px 5px;
  font-size: 12px;
  color:  rgba(23,26,31,1);
  vertical-align: middle;
}

/* Patient ID link */
#prescription-list td a, #prescription-list td .patient-id-link {
  color: #00ACEF;
  text-decoration: none;
  font-weight: 500;
}
#prescription-list td a:hover, #prescription-list td .patient-id-link:hover {
  text-decoration: underline;
}

/* PA Required badge */
.pa-required-badge {
  display: inline-block;
  background: #D0F6DD;
  color: #0F355C;
  font-size: 11px;
  font-weight: normal;
  border-radius: 16px;
  padding: 4px 10px;
  margin: 0 2px;
  border: none;
}

/* Message/Actions column */
#prescription-list td.message-actions {
  font-style: italic;
  color: #222;
}

/* Pagination styles */
#prescription-list_wrapper .dataTables_paginate .paginate_button.current {
    background: #ffffff;
    border: 1px solid rgba(15, 53, 92, 1);
    border-radius: 17px;
    padding: 4px;
    color: #0f355c !important;
}
#prescription-list_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f0f8ff;
    color: #0f355c !important;
    border: none;
}

/* Hide default DataTables info text */
.dataTables_info {
  font-size: 11px;
  margin-top: 8px;
}


/* DataTable Pagination UI Fix */
.dataTables_paginate {
    text-align: center !important;
    margin-top: 0px;
    padding-bottom: 10px;
}
.dataTables_paginate .pagination,
.dataTables_paginate .paginate_button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.dataTables_paginate .paginate_button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #9095a1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  margin: 0 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  padding: 0px !important;
}

.dataTables_paginate .ellipsis {
  background: none;
  border: none;
  color: #888;
  font-size: 12px;
  padding: 0 6px;
}

.dataTables_wrapper .dataTables_info {
    color: #9095A1;
}
.dataTables_wrapper .dataTables_info b{
    color: #323743;
}

input, select {
    outline: none !important;
    border-color: #BDC1CA !important;
}
input[type="date"] {
    color: #000000;
}
input[type="date"]::placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="date"]::-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder {
    color: #BDC1CA !important;
}
input[type="date"]:not(:focus):invalid {
    color: #BDC1CA;
}
input[type="date"]:focus:invalid {
    color: #BDC1CA;
}
input[type="date"]:valid {
    color: #000000;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(77%) sepia(6%) saturate(0%) hue-rotate(176deg) brightness(95%) contrast(90%);
    color: #BDC1CA;
}
.table-title-blue {
    color: #003B70;
}
.table-title-sky-blue {
    color: #00ACEF;
}
.table-title-orange {
    color: #FF8E24;
}
select.selectbox::-ms-expand { color: #BCC1CA; }
select.selectbox::-webkit-input-placeholder { color: #BCC1CA; }
select.selectbox { color: #BEBFC4; height: 38px;}
.divided_section {
    max-width: 98%;
}
.primary_btn {
    background-color: #143965;
    border: none;
    color: white !important;
    padding: 10px 35px 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 8px;
    font-weight: none;
}
.primary_btn:hover {
    background-color: #00adef;
    color: white !important;
}
.cancel_btn {
    background-color: transparent;
    border: 1px solid #143965;
    color: #143965;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 8px;
    font-weight: none;
}
.search_details {
    min-height: 39px;
}
.bg-light-grey {
    background: #FAFAFA;
}
.rxhub_form .form-group .text-label1{
    font-weight: normal !important;
}
.consent_section .form-check.consent_margin {
    margin: 0 4%;
}
/* Reserve space for error messages and prevent field shifting */
.form-group {
    position: relative;
}
.form-group .invalid-feedback {
    position: absolute;
    left: 15px;
    bottom: -12px;
    width: 100%;
    font-size: 10px;
    min-height: 20px;
    pointer-events: none;
}
.float-left {
    float: left;
}

.responsive-details div {
    padding: 5px 0;
}
.badge-error {
    background: #F9DBDC;
}
.badge-required {
    background: #D5EDFB;
}
.badge-success {
    background: #D3F9E0;
}


.bg-purple, .alternative_header, .medicine_filter .active, .coverage_tab.active{
    color: #fff !important;
}

.bg-green {
    color: #fff !important;
}
.alternative_header h5 {
    color: #ffffff;
}

/* Responsive Styles */
@media screen and (min-width: 819px) {
    .section_login {
        width: 50%;
    }
    #header_prog_img img{
        padding: 0px !important;
    }
    #prescription-list td, #prescription-list thead th {
        padding: 9px 28px;
    }
    /* .prescription_table_title {
        width: 42%;
    } */
    .rxhub_form .prescription_table_title {
        width: 100%;
    }
    .filter_space {
        width: 16%;
    }
}

@media screen and (max-width: 1024px) {
    .btn.button2 {
        padding: 8px 0;
    }
    .section_login {
        width: 80%;
    }
    .registration_form {
        padding: 0 !important;
    }
}
/* Responsive tweaks */
@media (max-width: 768px) {

    #prescription-list thead th,
    #prescription-list td {
        font-size: 13px;
        padding: 10px 0 10px 25px;
    }
    .dataTables_paginate .paginate_button {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    .d-flex.user_nav {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15%;
    }
    .user_area .admin_dropdown {
        padding-top: 15px;
        width: 95%;
    }
    .dashboard_label_section .dashboard_labels {
        width: 46%;
        float: left;
        margin-bottom: 14px;
    }
    .dashboard_label_section .dashboard_labels div {
        padding: 4px !important;
    }
    .logo_dropdown {
        width: 100%;
    }
    .form-group label {
        font-size: 12px;
    }
    .table-title {
        margin-bottom: 5px;
        font-size: 16px !important;
    }
    #search_by, #table_search {
        width: 100%;
        margin-bottom: 10px;
    }
    .search_btn {
        margin: 0 !important;       
    }
    .nav_parent {
        position: absolute;
        top: 5px;
        width: 90%;
    }
    .img-fluid.logo_img {
        width: 50%;
        margin-top: 5px;
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {
        border-bottom: none;
    }
    .navbar-collapse {
        z-index: 99;
        background: #fff;
    }
    .consent_section .form-check {
        width: 100%;
    }
    .consent_section .form-check.consent_margin {
        margin: 0;
    }
    .divided_section .dashboard_label_section {
        width: 100% !important;
    }
    .divided_section {
        max-width: 100%;
        display: block !important;
    }
}
@media screen and (max-width: 1023px) and (min-width: 581px) {
    .header_logo img{
        width: 80% !important;
    }
    .main-dashboard-container .header-section {
        display: block !important;
    }
    .logo-section {
        width: 100%;
    }
    .nav_parent {
        position: absolute;
        top: 5px;
        width: 94%;
        display: block !important;
    }
    .img-fluid.logo_img {
        width: 30%;
        margin-top: 5px;
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {
        border-bottom: none;
    }
    .navbar-collapse {
        z-index: 99;
        background: #fff;
    }
    .consent_section .form-check {
        width: 100%;
    }
    .consent_section .form-check.consent_margin {
        margin: 0;
    }
    .divided_section .dashboard_label_section {
        width: 100% !important;
    }
    .divided_section {
        max-width: 100%;
        display: block !important;
    }
    .logo_dropdown {
        width: 100%;
        display: block !important;
    }
    .logo_dropdown .user_menu {
        width: 5%;
        display: block !important;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .logo_dropdown .logo_menu {
        width: 100%;
    }
    .logo_dropdown .image_dropdown {
        width: 100%;
    }
    .user_area .admin_dropdown {
        padding-top: 15px;
        width: 100%;
    }
    .user_area .admin_dropdown .header_user {
        width: 97% !important;
    }
    .user_area .admin_dropdown .power_button.user_logo {
        width: 15px !important;
    }
    .user_area .admin_dropdown .user_role .power_button.user_logo {
        width: auto !important;
    }
    .main-dashboard-container .admin_dropdown .user_icon {
        height: 40px;
    }
    .submit_btn {
        width: 100% !important;
        display: block !important;
    }
    .responsive-details div {
        padding: 5px 0;
    }
    .dashboard_label_div {
        display: block !important;
    }
    .arrow_down_menu {
        width: 15px;
    }
    
    .dashboard_label_section .dashboard_labels {
        width: 46%;
        float: left;
        margin-bottom: 10px;
    }
    .prescription_table_title {
        display: block !important;
        width: 52%;
    }
    .d-flex-tablet {
        display: block !important;
        width: 100% !important;
    }
    .filter_tags {
        width: 30%;
        margin-left: 0;
    }
    #search_by, #table_search {
        margin-bottom: 0;
    }
    .table_search_section {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 580px) {
    .d-flex {
        display: block !important;
        float: left;
    }
    #header_prog_img img{
        padding: 0px !important;
    }
    .d-flex-mobile {
        display: flex !important;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .login_form {
        width: 100%;
        padding: 0 20px;
    }
    .header_logo {
        padding-top: 0px;
    }
    /* .header_logo img{
        width: 80% !important;
    } */
    .header_logo img {
        width: 55%;
    }
    .button1 {
        margin-top: 20px;
    }
    .dont_have_account {
        padding: 45px 0;
    }
    .section_login {
        width: 100%;
    }
    .physician_form_block {
        padding: 0 15px !important;
    }
    .login_form_right {
        width: 100%;
    }
    .checkbox-padding {
        padding: 5px 0 !important;
    }
    /* ensure d-none wins against d-flex-mobile */
    .d-flex-mobile.d-none, .d-flex.d-none { display: none !important; }
    
    .footer-copyright {
        position: fixed;
        bottom: 2%;
    }
    .divided_section {
        max-width: 100%;
    }
    
    .responsive-details div {
        padding: 5px 0;
    }
    .dashboard_label_section .dashboard_labels {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    
    .dashboard_search_section {
        width: 100% !important;
        padding: 0 !important;
    }
    #search_by_days {
        width: 100%;
        max-width: none;
        margin-left: 5px;
        margin-top: 10px;
    }
    .filter_tags {
        margin-left: 0;
    }
    .prescription_table_title .table-title {
        width: 100%;
    }
    #prescription-list_wrapper {
        margin-top: 25px;
    }
}