:root {
  --sidebar-lg: 260px;
  --toggled-sidebar-lg: 100px;
  --topbar-height: 70px;
}

[dir="ltr"] .sidebar.toggled {
  left: 0;
  right: auto;
  width: var(--toggled-sidebar-lg);
  transform: translateX(0);
}

[dir="rtl"] .sidebar.toggled {
  right: 0;
  left: auto;
  width: var(--toggled-sidebar-lg);
  transform: translateX(0);
}
/* Force correct positioning during language switch */
html[dir="ltr"] .sidebar {
  left: 0;
  right: auto;
}

html[dir="rtl"] .sidebar {
  right: 0;
  left: auto;
}
[dir="ltr"] .sidebar-toggled .dashboard_shell {
  margin-left: var(--toggled-sidebar-lg) !important;
  margin-right: 0;
}

[dir="rtl"] .sidebar-toggled .dashboard_shell {
  margin-right: var(--toggled-sidebar-lg) !important;
  margin-left: 0;
}

[dir="ltr"] .sidebar-toggled .inner-topbar {
  right: 0;
  left: var(--toggled-sidebar-lg);
  width: calc(100% - var(--toggled-sidebar-lg));
}

[dir="rtl"] .sidebar-toggled .inner-topbar {
  left: 0;
  right: var(--toggled-sidebar-lg);
  width: calc(100% - var(--toggled-sidebar-lg));
}

.dash_content_bg_white {
  background-color: #fff;
  font-family: "Roboto-Regular";
  box-shadow: 0px 0px 15px 6px rgb(0 0 0 / 0.05);
  padding: 20px;
  margin-bottom: 30px;
}
.dash_title_sec {
  border-bottom: 1px solid #70707025;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.d_t_title {
  font-size: 24px;
  color: #000;
  font-family: "Roboto-Bold";
  text-transform: capitalize;
}
.d_t_para {
  color: #10103ead;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Roboto-Light";
}
.search_form_group .form-control {
  padding-left: 40px;
  background-image: url("../images/search_icon.svg");
  background-repeat: no-repeat;
  background-position: 13px;
  background-size: 16px;
}
.modal-lg-plus {
  max-width: 1033px;
}

/* ======================= Dash Header Css Only ======================= */

.dropdown-item {
  font-size: 16px;
  padding: 0.657rem 1rem;
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #ecf0f4;
  color: #000000d4;
}
.dropdown-menu {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 0;
}
.inner-topbar {
  height: var(--topbar-height);
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.07);
  width: calc(100% - var(--sidebar-lg));
  background-color: #fff;
}
.sidebar {
  max-width: var(--sidebar-lg);
  z-index: 3;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #1a1818;
  transition: all 0.3s ease;
}

/* Sidebar positioning */
[dir="ltr"] .sidebar {
  left: 0;
  right: auto;
}

[dir="rtl"] .sidebar {
  right: 0;
  left: auto;
}

/* Inner topbar positioning */
[dir="ltr"] .inner-topbar {
  right: 0;
  left: var(--sidebar-lg);
}

[dir="rtl"] .inner-topbar {
  left: 0;
  right: var(--sidebar-lg);
}

/* Dashboard shell margins */
[dir="ltr"] .dashboard_shell {
  margin-left: var(--sidebar-lg);
  margin-right: 0;
}

[dir="rtl"] .dashboard_shell {
  margin-right: var(--sidebar-lg);
  margin-left: 0;
}

/* For toggled state */
[dir="ltr"] .sidebar-toggled .inner-topbar {
  left: var(--toggled-sidebar-lg);
}

[dir="rtl"] .sidebar-toggled .inner-topbar {
  right: var(--toggled-sidebar-lg);
}

[dir="ltr"] .sidebar-toggled .dashboard_shell {
  margin-left: var(--toggled-sidebar-lg);
}

[dir="rtl"] .sidebar-toggled .dashboard_shell {
  margin-right: var(--toggled-sidebar-lg);
}

.dashboard_shell {
  margin-top: var(--topbar-height);
  margin-left: var(--sidebar-lg);
  min-height: calc(100vh - var(--topbar-height));
  background-color: #f5f7f9;
}
.sidebar.toggled {
  overflow: visible;
  width: var(--toggled-sidebar-lg);
}
.dashboard_content {
  padding: 40px;
}
.sidebar ul.navbar-nav {
  height: calc(100% - 180px);
  overflow: auto;
}
.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  cursor: pointer;
}
.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.1rem;
}
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}
.sidebar #sidebarToggle:focus {
  outline: 0;
}
.sidebar .nav-link {
  color: #fff;
}
.sidebar .nav-item.active {
  background-color: #1edb59 !important;
}
.sidebar .nav-item {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .nav-item:hover {
  background-color: #1edb5a50;
}
.sidebar .navbar-brand {
  margin-right: 0;
  border-bottom: 1px solid rgb(112 112 112 / 0.16);
  flex: initial;
  padding: 35px 20px;
  max-width: 100%;
  width: 100%;
}
.sidebar .navbar-brand:hover {
  border-bottom: 1px solid rgb(112 112 112 / 0.7);
}
.sidebar .nav-item .nav-link {
  padding: 16px 20px;
  font-family: "Roboto-Regular";
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.sidebar .nav-item .nav-link i {
  margin-right: 10px;
  flex: 0 0 16px;
  max-width: 16px;
}
.sidebar.toggled .nav-item .nav-link {
  padding: 10px 5px;
  font-size: 13px;
  flex-direction: column;
}
.sidebar.toggled .nav-item .nav-link i {
  margin-right: 0;
}
.lg_site_icon {
  display: block;
}
.sm_site_icon {
  display: none;
}
.sidebar.toggled .sm_site_icon {
  display: block;
  margin: 0 auto;
}
.sidebar.toggled .lg_site_icon {
  display: none;
}
.sidebar.toggled #sidebarToggle::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.25rem;
}
.sidebar-toggled .inner-topbar {
  width: calc(100% - var(--toggled-sidebar-lg));
}
.sidebar-toggled .dashboard_shell {
  margin-left: var(--toggled-sidebar-lg);
}
.sToggleTop.btn {
  margin: 0 0 0 0;
  padding: 0;
  background-color: transparent;
  color: #1edb59;
  font-size: 22px;
  box-shadow: none;
  outline: none;
  display: none;
}
.nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}
.grey-down-arrow .dropdown-toggle::after {
  content: "";
  background-image: url("../images/grey-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 0;
  height: 10px;
  width: 10px;
  margin-left: 0;
  position: absolute;
  right: -10px;
  top: 15px;
}
.th_user_opts .nav-link {
  color: #677379;
  padding: 0 10px;
  font-family: "Roboto-Medium";
}
.profile_opts .img-profile img {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
.profile_opts {
  min-width: 45px;
}
.th_user_opts .nav-item {
  display: flex;
  margin: 0 0.5rem;
  align-items: center;
}
.after-border-right {
  position: relative;
}
.after-border-right::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 1px;
  background-color: #ebebf2;
  right: -5px;
}
.header-inner-form select.form-control {
  border: 1px solid #d7dae2;
  font-size: 13px;
  color: #4d4f5c;
  height: 43px;
  box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 12%);
}
.header-inner-form select.form-control:focus {
  border-color: #1edb59;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.05);
}
.search-btn .btn {
  font-size: 13px;
}
.inner-topbar .navbar-search .form-control {
  border: 0;
  background-color: transparent;
  min-width: 340px;
  font-size: 15px;
  padding-left: 30px;
  background-image: url("../images/search_icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #0000;
}
:dir(rtl) .inner-topbar .navbar-search .form-control {
  border: 0;
  background-color: transparent;
  min-width: 340px;
  font-size: 15px;
  padding-right: 30px;
  background-image: url("../images/search_icon.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #0000;
}
.inner-topbar .navbar-search .form-control:focus {
  border-color: #1edb59;
}
.inner-topbar .navbar-search .form-control::placeholder {
  color: #43425d;
}
.th_user_opts .sm-navbar-search {
  display: none;
}
.sm-navbar-search .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.inner-topbar .sm-navbar-search .form-control {
  min-width: 280px;
  font-size: 14px;
}
.inner-topbar .sm-navbar-search .btn_shell .btn {
  margin: 0;
  font-size: 20px;
  color: #fff;
  background-color: #1edb59;
  padding: 10px;
  border-radius: 5px;
}
.th_user_opts {
  margin-right: 15px;
}
@media (min-width: 250px) and (max-width: 680px) {
 .th_user_opts{
  margin-left: 0px;
  margin-right: 0px !important;
}
}
.no-arrow .dropdown-toggle::after {
  content: none;
}

/* ======================= Dash Header Css Only ======================= */

/* ======================= Donut Chart Css Only ======================= */

.chart_sec_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash_heading_sec {
  margin-bottom: 20px;
}
.d_h_title {
  font-size: 18px;
  margin-bottom: 0;
  color: #4d4f5c;
  font-family: "Roboto-Bold";
  line-height: 31px;
  text-transform: capitalize;
}
.dash_dd_menu .dropdown-toggle {
  border-color: #d7dae2;
  color: #4d4f5c;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 30px 5px 7px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 7%);
  text-transform: capitalize;
  margin: 0;
}
.dash_dd_menu.grey-down-arrow .dropdown-toggle::after {
  background-size: 9px;
  right: 10px;
  top: 10px;
}
.dash_dd_menu .dropdown-item {
  font-size: 13px;
}

/* ======================= Donut Chart Css Only ======================= */

/* ======================= Table Sec Css Only ======================= */

.table_shell thead th,
.table_shell tbody td {
  vertical-align: middle;
  font-size: 13px;
  color: #4d4f5c;
  border-top: initial;
  border-bottom: 1px solid #f1f1f3;
  padding: 15px 10px;
}
.table_shell thead th {
  font-family: "Roboto-Light";
  color: #a3a6b4;
  background-color: #f5f6fa;
  letter-spacing: 0.5px;
  border: 0;
}
.table_shell {
  text-align: center;
}
.table_shell thead tr th:first-child,
.table_shell tbody tr td:first-child {
  text-align: left;
}
.total_case_table thead tr th:nth-child(2),
.total_case_table tbody tr td:nth-child(2) {
  text-align: left;
}
.page-item {
  align-items: center;
  display: flex;
}
.page-link.active {
  background-color: #fecb2e;
  color: #fff;
  border-color: inherit;
}
.pagi_dots.page-link {
  border: 0;
  background-color: transparent;
  pointer-events: none;
  user-select: none;
}
.page-link {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #808495;
  border: 1px solid #e8e9ec;
  background-color: #fff;
  border-radius: 3px !important;
  margin: 0 5px;
}
.table_shell.body_padding_cls td {
  padding: 30px 10px;
}
.page-item .dash_dd_menu .dropdown-toggle {
  box-shadow: none;
  padding: 8px 30px 8px 7px;
  color: #808495;
  border: 1px solid #e8e9ec;
  background-color: #fff;
  border-radius: 3px !important;
}
.page-item .dash_dd_menu.grey-down-arrow .dropdown-toggle::after {
  top: 15px;
}

/* ======================= Table Sec Css Only ======================= */

/* ======================= Calender Event Modal Css Only ======================= */

.modal .modal-content {
  overflow: hidden;
  padding: 40px 50px;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: 0;
}
.modal .modal-xl {
  max-width: 1185px;
}
.modal-backdrop {
  background-color: #1f1f26;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal_title_sec {
  border-bottom: 1px solid #70707025;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.modal_title {
  font-size: 31px;
  color: #000000;
  font-family: "Roboto-Bold";
}
.modal_para {
  color: #10103ea1;
  font-family: "Roboto-Regular";
  font-size: 16px;
  margin-bottom: 0;
}
.modal .form-control {
  height: 49px;
}
.form-label {
  font-family: "Roboto-Regular";
  color: #10103e;
  font-size: 13px;
}
.modal-footer {
  justify-content: flex-start;
  border: 0;
}
.modal-footer .btn {
  color: #fff !important;
  font-size: 13px;
  text-transform: capitalize;
  padding: 13px 10px;
  border-radius: 4px;
  min-width: 148px;
}
.btn-danger-button:hover {
  background-color: #dd4040;
}
.btn-danger-button {
  background-color: #ff4c4c;
}

/* ======================= Calender Event Modal Css Only ======================= */

/* ======================= Total Cases Page Css Only ======================= */

.menu_action_btn .dropdown-toggle::after {
  content: none;
}
.menu_action_btn .dropdown-toggle {
  background-color: transparent;
  padding: 5px;
  margin: 0;
  box-shadow: none;
}
.menu_action_btn .dropdown-menu {
  text-align: center;
  min-width: initial;
  border-radius: 3px;
  margin-top: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.menu_action_btn .dropdown-item {
  padding: 6px;
  color: #fff;
  font-size: 17px;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.menu_action_btn .dropdown-item:hover {
  background-color: #00000075;
}
.edit-action {
  color: #fff !important;
  background-color: #16b147 !important;
}
.delete-action {
  color: #fff !important;
  background-color: #ff4c4c !important;
}
.table_btn:hover {
  color: #000;
}
.table_btn {
  color: #4d4f5c;
  font-size: 13px;
  font-family: "Roboto-Regular";
  text-transform: capitalize;
  border-radius: 60px;
  padding: 3px 8px;
  letter-spacing: initial;
  min-width: 75px;
  margin: 0 5px;
}
.green_btn.table_btn {
  background-color: rgba(30, 220, 90, 0.3);
}
.light_orange_btn.table_btn {
  background-color: rgb(255, 202, 131, 0.3);
}
.btn_red_bg.table_btn {
  background-color: rgb(255 131 115 / 0.3);
}
.btn_blue_bg.table_btn {
  background-color: rgb(85 216 254 / 0.3);
}
.btn_purple_bg.table_btn {
  background-color: rgb(22, 92, 197, 0.3);
}
.btn_pink_bg.table_btn {
  background-color: rgb(255, 149, 202, 0.3);
}
.bold_btn {
  font-family: "Roboto-Bold";
}

/* ======================= Total Cases Page Css Only ======================= */

/* ======================= Filter Bar Section Css Only ======================= */

.filter_section {
  display: flex;
  margin-bottom: 20px;
}
.filter_section .left_filter {
  /* flex: 0 0 340px; */
  /* flex: 1; */
  display: flex;
  align-items: center;
}
.left_filter .form-group {
  margin-bottom: 0;
  /* flex: 0 0 210px;
  max-width: 210px; */
}
.left_filter .form-group .form-control {
  border: 1px solid #d7dae2;
  font-size: 13px;
  color: #4d4f5c;
  height: 40px;
  box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 12%);
}
.filter_section .search_bar {
  margin-bottom: 0;
}
.search_bar .form-control {
  background-color: #f5f7f9;
  max-width: 340px;
  width: 100%;
  height: 45px;
  font-size: 15px;
  padding-left: 40px;
  background-image: url("../images/search_icon.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 16px;
  box-shadow: none;
  border-radius: 20px;
  border: 0;
}
.right_filter {
  margin-left: auto;
}
.right_filter {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right_filterrrr {
  flex: 1;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  margin-left: 20px;
}
.right_filter .form-group {
  margin: 0 5px;
}
.right_filter select.form-control {
  text-transform: capitalize;
  border: 1px solid #d7dae2;
  font-size: 13px;
  color: #4d4f5c;
  height: 40px;
  box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 12%);
}
.right_filter .btn_group .btn:hover {
  opacity: 0.8;
}
.right_filter .btn_group .btn {
  margin: 0 2px;
  padding: 8px 20px;
  border-radius: 4px;
  text-transform: capitalize;
}

/* ======================= Filter Bar Section Css Only ======================= */

/* ======================= Add New Case Section Css Only ======================= */

.dash_form.form-group .form-control {
  height: 44px;
  font-size: 14px;
}
.new_case_form .form-group {
  margin-bottom: 2rem;
}
.new_case_form .form-group .form-control {
  max-width: 320px;
}
.vs_text_only {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #677379;
  font-family: "Roboto-Regular";
  text-align: center;
  line-height: 90px;
}
.case_lawyer_info_box {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #7070702d;
}
.flex_form {
  display: flex;
  align-items: center;
}
.flex_form .btn {
  margin: 0;
  border-radius: 50%;
  margin-left: 10px;
  padding: 0;
  height: 30px;
  flex: 0 0 30px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-upload {
  display: block;
  font-size: 13px;
}
.file-upload .file-select {
  display: block;
  border: 1px solid #e2dff2;
  border-radius: 6px;
  color: #34495e;
  cursor: pointer;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  height: 44px;
}
.file-upload .file-select .file-select-button {
  background: #55d8fe;
  position: absolute;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 0 20px;
  height: 100%;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.file-upload .file-select .file-select-button i {
  margin-right: 10px;
  flex: 0 0 15px;
  max-width: 15px;
}
.file-upload .file-select .file-select-name {
  padding: 0 10px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: calc(100% - 140px);
  white-space: nowrap;
  overflow: hidden;
  font-family: "Rubik-Regular";
  color: #10103eb8;
  font-size: 14px;
}
.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #1edb59;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #1edb59;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.case_misce_info_box {
  margin: 30px 0 0;
}
.form_save_btn {
  margin-top: 30px;
}
.form_save_btn .btn {
  margin: 0 0 0 0;
  font-size: 15px;
  min-width: 320px;
}

/* ======================= Add New Case Section Css Only ======================= */

/* ======================= Case Details Section Css Only ======================= */

.case_deats_shell {
  margin: 20px 0;
}
.c_d_outer_list_shell {
  display: flex;
  overflow: auto;
}
.c_d_outer_list {
  flex: 0 0 291px;
  max-width: 291px;
  padding-right: 20px;
  margin-right: 80px;
  position: relative;
}
.c_d_outer_list:last-child::after {
  content: none;
}
.c_d_outer_list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 60px - 53px + 20px);
  background-color: rgb(112, 112, 112, 0.1);
}
.case_label {
  color: #10103eb3;
  font-size: 15px;
  margin-bottom: 8px;
  display: inline-block;
  font-family: "Roboto-Medium";
}
.case_info_title {
  font-size: 18px;
  color: #10103e;
  font-family: "Roboto-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.case_deats_content_box {
  position: relative;
}
.case_deats_content_box .case_deats_content:first-child {
  margin-bottom: 60px;
}
.case_deats_content {
  margin-bottom: 45px;
}
.case_deats_content:last-child {
  margin-bottom: 20px;
}
.blank_field {
  height: 53px;
}
.case_deats_content_box .vs_text_only {
  position: absolute;
  right: -50px;
  background-color: #fff;
  height: 60px;
  line-height: initial;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ======================= Case Details Section Css Only ======================= */

/* ======================= More Case Details Section Css Only ======================= */

.m_case_info_shell {
  margin: 30px 0;
}
.m_case_heading .m_c_title {
  font-family: "Roboto-Regular";
  font-size: 20px;
  position: relative;
}
.m_case_heading .m_c_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: calc(100% - 260px);
  height: 1px;
  background-color: rgb(112, 112, 112, 0.1);
}
.m_case_heading {
  margin-bottom: 25px;
}

/* ======================= More Case Details Section Css Only ======================= */

/* ======================= Tabbing Css Only ======================= */

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  margin: 0 1px;
  flex: 1;
}
.nav-tabs > li:last-child {
  margin-right: 0;
}
.nav-tabs > li:first-child {
  margin-left: 0;
}
.nav-tabs .tab_link {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 15px;
  background-color: #c5c5c5;
  text-align: center;
  display: inline-block;
  font-family: "Roboto-Regular";
  width: 100%;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-tabs .tab_link:hover {
  filter: brightness(85%);
}
.nav-tabs .active.tab_link {
  background-color: #fff !important;
  color: #000;
  box-shadow: 0 -7px 14px 2px rgba(0, 0, 0, 0.05);
}
.tab-content {
  background-color: #fff;
}
.tab-content .tab-pane {
  padding: 20px;
}
.tabbing_table {
  font-family: "Roboto-Regular";
}
.doc_btn.btn {
  padding: 3px 15px;
  font-size: 9px;
  border-radius: 3px;
  color: #fff;
  margin: 0 3px;
}
.inside_tabbing {
  background-color: #f9f9f9;
  padding: 20px;
}
.inside_tabbing .tab_link {
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 18px;
}
.inside_tabbing .tab_link.active {
  background-color: #dcdcdc !important;
  color: #1a1818;
  box-shadow: none;
}
.inside_tabbing > li {
  margin: 0 10px;
}

/* ======================= Tabbing Css Only ======================= */

/* ======================= Procedures Tabbing Css Only ======================= */

.after_border_right {
  position: relative;
}
.after_border_right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 1px;
  height: 100%;
  background-color: rgb(112, 112, 112, 0.09);
}
.days_calculator_shell {
  background-color: #f5f6fa;
  border-radius: 3px;
  padding: 20px 30px;
}
.d_c_or_text_only {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #10103e;
}
.d_c_or_text_only:before,
.d_c_or_text_only:after {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  background-color: rgb(112, 112, 112, 0.09);
  top: 10px;
}
.d_c_or_text_only:after {
  left: 0;
}
.d_c_or_text_only:before {
  right: 0;
}
.green_calender_bg_icon {
  background-image: url("../images/green_calender.svg");
}
.form_bg_icon {
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 18px;
}
.days_calculator_shell .form-control {
  height: 48px;
  font-size: 15px;
}
.count_option_shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.count_option_shell p {
  margin-bottom: 0;
  font-size: 12px;
}
.count_option_shell .switch {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 20px;
  border-radius: 20px;
  margin-bottom: 0;
  background: #55d8feb8;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.count_option_shell .switch::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0px 0 7px 0px #00000026;
  -moz-box-shadow: 0px 0 7px 0px #00000026;
  box-shadow: 0px 0 7px 0px #00000026;
}
.count_option_shell input:checked + .switch::before {
  left: 20px;
  background: #0094df;
  -webkit-box-shadow: 0px 0 7px 0px #00000026;
  -moz-box-shadow: 0px 0 7px 0px #00000026;
  box-shadow: 0px 0 7px 0px #00000026;
}
.days_calculator_shell .btn_shell {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.days_calculator_shell .btn_shell .btn {
  margin: 0 5px;
  font-family: "Roboto-Regular";
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7px 10px;
  border-radius: 4px;
}

/* ======================= Procedures Tabbing Css Only ======================= */

/* ======================= Document Tabbing Css Only ======================= */

.docs_full_shell .docs_filter_shell select.form-control {
  flex: 0 0 150px;
  font-size: 13px;
  color: #4d4f5c;
  height: 40px;
  box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 12%);
}
.docs_full_shell .dash_form.search_bar {
  margin: 0 10px;
  flex: 1;
}
.docs_full_shell .left_filter {
  display: flex;
  align-items: center;
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
.docs_filter_shell {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.docs_filter_shell .left_filter {
  flex: 0 0 200px;
  max-width: 200px;
}
.docs_filter_shell .right_filter {
  flex: 1;
}
.dropdown.menu_action_btn .dropdown-menu {
  min-width: 8.5rem;
  padding: 0;
}
.dropdown.menu_action_btn .dropdown-item:hover {
  background-color: #55d8fe69;
}
.dropdown.menu_action_btn .dropdown-item {
  font-size: 12px;
  color: #4d4f5c;
  font-family: "Roboto-Regular";
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  border-radius: 0;
}
.dropdown.menu_action_btn .dropdown-item span {
  flex: 1;
  text-align: left;
}
.dropdown.menu_action_btn .dropdown-item i {
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 5px;
}
.dropdown.menu_action_btn .dropdown-item i img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}
.two_width_zero {
  width: 190px;
}
.simple-tree-table-root.simple-tree-table-opened {
  background-color: rgb(255, 250, 217, 0.3);
}
.folder_icon .simple-tree-table-icon {
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: transparent !important;
  transform: translate(0px, 5px);
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.simple-tree-table-opened .simple-tree-table-icon:after,
.simple-tree-table-closed .simple-tree-table-icon:after {
  content: none !important;
}
.inner_folder_icon .simple-tree-table-icon {
  background-image: url("../images/folder_yellow_icon.svg");
}
.main_folder_icon .simple-tree-table-icon {
  background-image: url("../images/one-drive.svg");
}
.file_icon .simple-tree-table-icon {
  background-image: url("../images/folder_file_icon.svg");
}

/* ======================= Document Tabbing Css Only ======================= */

/* ======================= Notes Tabbing Css Only ======================= */

.tab-content .tab-pane.notes_tabbing {
  padding: 0;
}
.tab_notes_shell {
  display: flex;
  flex-wrap: wrap;
}
.t_notes_box {
  text-align: center;
  margin: 5px 9px 5px 9px;
  flex: 0 0 70px;
  max-width: 70px;
}
.public_notes a {
  background-color: rgb(85 216 254 / 0.1);
}
.add_new_note.public_notes a {
  background-color: rgb(85, 216, 254);
}
.private_notes a {
  background-color: rgb(255, 250, 219);
}
.add_new_note.private_notes a {
  background-color: rgb(254, 203, 46);
}
.t_notes_box a {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.note_title {
  margin: 5px 0 0 0;
  font-family: "Roboto-Regular";
  color: #171c34;
}

/* ======================= Notes Tabbing Css Only ======================= */

/* ======================= Collection Tabbing Css Only ======================= */

.coll_btn {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: capitalize;
  margin: 0 5px;
  letter-spacing: initial;
}
.coll_btn:hover {
  color: #10103e;
}
.teal_bg.coll_btn {
  background-color: #fffad9 !important;
  border-color: #fecb2e;
  color: #000;
}
.l_red_bg.coll_btn {
  background-color: #ffd0c9 !important;
  border-color: #ff8373;
  color: #000;
}
.l_blue_bg.coll_btn {
  background-color: #e1f8ff !important;
  border-color: #55d8fe;
  color: #000;
}
.tabb_form.form-group {
  margin-bottom: 0;
}
.tabb_form .form-control {
  height: 31px;
  margin: auto;
  padding: 0 5px;
  font-size: 12px;
}
.tabb_form select.form-control {
  max-width: 90px;
}
.tabb_form select.form-control:focus {
  border-color: #fecb2e;
}
.sm-m-title.modal_title {
  font-size: 22px;
}
.sm-m-para .modal_para {
  font-family: "Roboto-Regular";
}
.tab_modal_btn {
  border-radius: 3px;
  text-transform: capitalize;
  letter-spacing: initial;
  font-size: 12px;
  padding: 10px 25px;
  margin-left: 0;
}
.tab_modal_btn i {
  margin-right: 8px;
}
.t_m_content li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.tab_label_title {
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 15px;
  background-color: #efefef;
}
.tab_label_content {
  flex: 1;
  background-color: #fff;
}
.tab_label_title,
.tab_label_content {
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 0;
  font-family: "Roboto-Regular";
  font-size: 13px;
  color: #10103e;
  border: 1px solid #e2dff2;
}
.t_m_content.after_border_right {
  padding-right: 30px;
}
.t_m_content.after_border_right::after {
  right: 0;
}
.t_m_content {
  padding: 10px 0;
}
.tab_label_title.cus_bg_text {
  background-color: transparent !important;
  border: 0;
  flex: 0 0 75px;
  max-width: 75px;
  padding-left: 0;
}
.tab_label_content.cus_bg_text {
  flex: initial;
  margin-right: 10px;
}
.green_calender_bg_icon.tab_label_content {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(100% - 20px);
}
.tab_label_content.cus_bg_text.green_calender_bg_icon {
  padding-right: 50px;
}
.multi_tab_label {
  display: flex;
  align-items: center;
  width: 100%;
}
.multi_tab_label .tab_label_title.cus_bg_text {
  flex: initial;
  max-width: initial;
  margin-right: 0px;
}

/* ======================= Collection Tabbing Css Only ======================= */

/* ======================= Add New Contact Css Only ======================= */

.cont_type_selector {
  border-bottom: 1px solid #70707025;
}
.add_new_case_box .form-group .form-control,
.add_new_case_box .form_save_btn .btn {
  min-width: initial;
  width: 100%;
}
.contact_deats_shell .c_d_outer_list::after {
  height: 100%;
}
.contact_deats_shell .case_deats_content_box .case_deats_content:first-child {
  margin-bottom: 45px;
}
.addfieldmodal .label--radio {
  display: block;
  margin: 15px 0px;
}
.addfieldmodal .modal .modal-content {
  padding: 40px 80px;
}
.addfieldmodal .label--radio span {
  font-family: "Roboto-Bold";
  font-size: 14px;
}
.addfieldmodal .modal-footer .btn {
  margin: 20px 0 0 0;
  padding: 15px 20px;
  width: 100%;
}

/* ======================= Add New Contact Css Only ======================= */

/* ======================= Help Center Section Css Only ======================= */

.help_chat_sec {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.help_chat_sec:hover {
  border-color: #1edb59;
}
.h_c_title {
  font-size: 18px;
  color: #10103e;
  font-family: "Roboto-Bold";
  text-transform: capitalize;
}
.h_c_para {
  font-size: 12px;
  color: #10103e77;
}
.help_chat_sec .btn_shell .btn {
  text-transform: capitalize;
  letter-spacing: initial;
  padding: 8px 30px;
  border-radius: 4px;
  margin-left: 0;
  min-width: 150px;
  margin-left: 0;
}
.h_suggestions_section {
  border: 1px solid #dcdcdc !important;
  margin-bottom: 0;
}
.h_suggestions_section .help_center_title {
  border-bottom: 1px solid #70707012;
  margin-bottom: 20px;
}
.dark_form.form-control {
  height: 44px;
  background-color: #f9f9f9;
  font-size: 12px;
}
.h_center_img {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

/* ======================= Help Center Section Css Only ======================= */

/* ======================= Utilities Section Css Only ======================= */

.utilities_btn_group {
  border-bottom: 1px solid #70707025;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.utilities_btn_group .btn {
  text-transform: capitalize;
  border-radius: 3px;
  min-width: 290px;
  letter-spacing: initial;
  margin: 10px 15px 0 0;
}
.utilities_btn_group .btn:last-child {
  margin-right: 0;
}
.useful_links {
  padding-left: 30px;
}
.act_us_links {
  position: relative;
  margin-bottom: 25px;
  word-break: break-all;
}
.act_us_links a {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #171c34;
  font-style: italic;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.act_us_links a:hover {
  color: #1edb59;
}
.act_us_links::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 6px;
  background-color: rgb(30, 220, 90);
}
.utili_banner_section {
  /* background: linear-gradient(#171c34b3 100%, #171c34b3 100%),
     url("../images/banner_bg4.jpg"); */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 20px 40px;
  margin: 30px 0;
}
.u_b_title {
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-family: "Roboto-Bold";
}
.u_b_para {
  border-top: 1px solid rgba(255, 255, 255, 0.289);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.707);
  font-family: "Roboto-Regular";
  margin: 15px 0 0 0;
  padding-top: 15px;
  display: inline-block;
}
.banner_sm_para {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #171c34;
}
.utilities_table {
  margin-top: 50px;
}
.utilities_table .table_shell tbody {
  background-color: #fff;
}
.utilities_table .table_shell thead th {
  color: #000000d1;
  background-color: #e4ffec;
}
.tab_label_content.form-group {
  padding: 0;
  border: 0;
}
.editableModal .tab_label_title {
  background-color: #fffad9;
}

/* ======================= Utilities Section Css Only ======================= */

.add-appoint-box.show {
  right: 0;
}
.add-appoint-box {
  position: fixed;
  top: 170px;
  /* right: -100%; */
  right: 0;
  width: 100%;
  /* height: calc(100% - 100px); */
  height: 700px;
  max-width: 550px;
  border-radius: 10px 0 0 10px;
  background-color: #f5f7f9;
  z-index: 1;
  padding: 20px;
  box-shadow: 0px 0px 15px 6px rgb(0 0 0 / 9%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}
.add-appoint-header,
.add-appoint-body {
  padding: 1rem;
}
.add-appoint-header {
  position: relative;
}
.add-appoint-header .close {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  right: -40px;
  top: -40px;
  background-image: url(../images/white-close.svg);
  background-repeat: no-repeat;
  text-indent: 100%;
  background-size: 40px;
  background-position: 12px 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #1edb59;
  border-radius: 50%;
  z-index: 1;
  opacity: 1 !important;
  outline: none;
}
.timeline {
  /* box-shadow: 0 0 16px #a0a0a05e;
  background-color: #fff; */
  border-radius: 0 0 5px 5px;
  overflow: auto;
  height: 550px;
}
.timeline ul > li {
  position: relative;
  margin: 2em 0;
  z-index: 1;
}
.timeline ul {
  padding: 0 0 0 2em;
  position: relative;
}
.timeline ul::before {
  content: " ";
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 2.5em;
  z-index: 1;
}
.timeline li div {
  display: inline-block;
  margin: 1em 0;
  vertical-align: top;
}
.timeline .bullet {
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  margin-right: 1em;
}
.timeline .bullet.pink {
  border: 2px solid #f93b69;
}
.timeline .bullet.green {
  border: 2px solid #b0e8e2;
}
.timeline .bullet.orange {
  border: 2px solid #eb8b6e;
}
.timeline .time {
  width: 20%;
  font-size: 12px;
  padding-top: 0.25em;
}
.timeline .desc {
  width: 50%;
  border: 1px solid #20db59;
  margin: 0;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(32 219 89 / 26%);
  -moz-box-shadow: 0px 2px 6px 0px rgb(32 219 89 / 26%);
  box-shadow: 0px 2px 6px 0px rgb(32 219 89 / 26%);
}
.timeline h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  word-break: break-all;
}
.timeline h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
select.btn,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  background-image: url("../images/black-down-chevron.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-size: 9px;
}
.page-item .ngx-pagination {
  margin-bottom: 0;
}
