﻿@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
html, body {
  height: 100%; }

button {
  outline: none; }

::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px; }

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0; }

.scroll-container {
  overflow-y: scroll;
  scrollbar-color: #888 #f0f0f0; }

body {
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 14px;
  color: #33475b !important;
  line-height: 24px;
  background-color: #2e4155; }

.sidebar {
  background: #2e4155;
  transition: width 5.3s ease-out, visibility 0.5s ease-in-out;
  width: 230px;
  padding-top: 60px;
  min-width: 230px;
  height: 100vh;
  overflow-x: auto;
  padding-bottom: 15px; }

.top-row {
  background: #2e4155;
  border-bottom: 1px solid rgba(81, 111, 144, 0.3);
  justify-content: space-between;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  z-index: 9999; }

._main_content {
  display: block;
  border-radius: 0;
  background: #f5f8fa;
  padding: 15px 30px; }

.title_login {
  border-bottom: 4px solid #2e4155;
  color: #2e4155;
  padding-bottom: 5px;
  display: inline-flex;
  margin-bottom: 1.5rem; }

/*--------*/
.new_login {
  padding: 0 15px;
  background-color: #f5f8fa;
  height: 100vh; }
  .new_login ._n_login_outer {
    border: 1px solid #e2e8ef;
    border-radius: 15px;
    background-color: #ffffff; }
  .new_login ._n_logo_box {
    text-align: center;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e8ef; }
    .new_login ._n_logo_box img {
      max-width: 250px; }
  .new_login ._n_form_div {
    padding: 1.5rem; }
    .new_login ._n_form_div label {
      font-weight: 400;
      margin-bottom: 5px; }
    .new_login ._n_form_div ._theme_btn_outline {
      background: #e8f0fd !important;
      border-color: #e8f0fd !important;
      color: #2e4155 !important;
      box-shadow: none !important; }

._access_denied_page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  background: #f5f8fa; }
  ._access_denied_page .img_container {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center; }
    ._access_denied_page .img_container img {
      max-width: 100%; }
  ._access_denied_page ._vertical_line {
    width: 2px;
    background-color: #e2e8ef;
    height: 125px; }
  ._access_denied_page ._content_sect {
    color: #2e4155; }

/*-----------------------*/
._theader_toplink {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center; }
  ._theader_toplink a {
    line-height: 1;
    margin: 0 !important;
    color: #A3AED0;
    width: 42px;
    height: 42px;
    border: 1px solid #2e4155;
    background-color: #2e4155;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px; }
    ._theader_toplink a:hover {
      background-color: #2e4969;
      border-color: #2e4969;
      color: #dfe3eb; }

._profile_img {
  width: 32px;
  height: 32px; }

._profile_name {
  color: #dfe3eb; }

._user_profile_card {
  margin-top: 12px !important;
  border-radius: 0;
  min-width: 270px;
  box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21); }
  ._user_profile_card a._user_dropdown_item {
    font-size: 13px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    padding: 0.5rem 1rem;
    line-height: 1;
    color: #33475b; }
    ._user_profile_card a._user_dropdown_item:hover {
      color: #e8531e; }
    ._user_profile_card a._user_dropdown_item .material-symbols-outlined {
      font-size: 17px;
      line-height: 1; }

._card_profile_img {
  width: 45px;
  height: 45px;
  border: 1px solid #e2e8ef;
  padding: 5px;
  border-radius: 3px;
  background: #445b75; }

.f-15-s {
  font-size: 14px !important; }

._profile_info h6 {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 1; }

._profile_info span {
  font-size: 13px;
  line-height: 1; }

._profile_info a {
  font-weight: 500;
  text-decoration: none;
  color: #e8531e;
  line-height: 1; }

._top_search {
  min-width: 20rem;
  position: relative; }
  ._top_search .form-control {
    background-color: #2e4969;
    border-color: #2e4969;
    font-size: 14px;
    padding-left: 45px;
    border-radius: 40px !important;
    color: #A3AED0; }
    ._top_search .form-control:focus {
      box-shadow: none;
      background-color: #425B76;
      border-color: #425B76; }
    ._top_search .form-control::placeholder {
      color: #A3AED0; }
  ._top_search .material-symbols-outlined {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    font-size: 22px;
    color: #A3AED0;
    z-index: 99; }

._model_help_txt {
  margin-top: 1rem;
  margin-bottom: 0; }
  ._model_help_txt p {
    font-size: 15px; }
  ._model_help_txt ul li {
    font-size: 15px;
    line-height: 24px; }

._body_bg {
  background-color: #f5f8fa; }

._page_filter .form-select {
  border-color: #e2e8ef;
  font-size: 14px !important;
  line-height: 1.858;
  font-weight: 300 !important; }
  ._page_filter .form-select:focus {
    border-color: rgba(0, 208, 228, 0.5);
    box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
    outline: 0; }

.sidebar.hidden {
  width: 0;
  visibility: hidden;
  overflow: hidden;
  display: none; }

/* Main Content Styles */
.main-panel {
  display: flex;
  flex-grow: 1;
  transition: margin-left 0.5s ease-out;
  flex-direction: column;
  height: 100%;
  padding-top: 60px;
  width: calc(100% - 230px); }

.main-panel.with-sidebar-hidden {
  margin-left: 0; }

._adding_odd_even_bg > div:nth-child(even) {
  background-color: #f5f8fa;
  padding: 3px 3px 3px 5px;
  border: 1px solid #e2e8ef; }

._adding_odd_even_bg > div:nth-child(odd) {
  padding: 3px 3px 3px 5px;
  border: 1px solid #e2e8ef; }

._adding_odd_even_bg > div:nth-child(odd) .form-select, ._adding_odd_even_bg > div:nth-child(even) .form-select {
  border-radius: 3px !important;
  font-size: 14px;
  line-height: 1 !important;
  font-weight: 300;
  height: 32px; }

._dn_loader {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.7); }

/*._dn_inner_loading {
    border: 15px solid rgba(217, 218, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-color: rgba(193, 192, 245, 1);
}

.logo-loading {
    width: 75px !important;
    height: 75px !important;
    position: relative;
    border-radius: 100%;
    animation: boxShadow 2s infinite alternate-reverse;
    animation-delay: 0ms;
}

.logo-loading .material-symbols-outlined {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}*/
.frozen {
  pointer-events: none;
  opacity: 0.5; }

.draggable {
  cursor: move;
  z-index: 9; }

.sortable-chosen .draggable {
  border: 1px dashed #e45628 !important;
  overflow: hidden; }
  .sortable-chosen .draggable td span {
    background-color: transparent !important; }

._check_align {
  display: flex;
  align-items: center;
  column-gap: 5px; }

._check_align_div {
  display: flex;
  flex-direction: column;
  row-gap: 0; }
  ._check_align_div ._check_temp_align {
    display: flex;
    align-items: center;
    column-gap: 5px; }
    ._check_align_div ._check_temp_align label {
      margin-bottom: 0 !important; }

/*.logo-loading:before {
    position: absolute;
    content: "";
    inset: 0;
    background: radial-gradient(circle at bottom, #FE9041 0%, #FF504D 33%, #BD00FF 66%, #534EEB 100%) top right/300% 400%;
    animation: colorChange 2s infinite alternate-reverse;
    animation-delay: 0ms;
    border-radius: 100%;
}

@keyframes colorChange {
    to {
        background-position: bottom right;
    }
}*/
._footer_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-top: 1px solid #e2e8ef;
  color: #33475b;
  background-color: #f5f8fa; }

.breadcrumb li {
  color: #33475b !important;
  font-size: 14px; }

.breadcrumb a {
  text-decoration: none;
  color: #e8531e; }

.breadcrumb-item.active {
  font-weight: 400;
  opacity: 0.65; }

._page_helper_txt {
  background-color: #ffffff;
  border: 1px solid #e2e8ef;
  padding: 10px; }
  ._page_helper_txt p {
    font-size: 15px; }
  ._page_helper_txt button {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    border: 1px solid;
    background-color: #eaf0f6 !important;
    border-color: #eaf0f6 !important;
    color: #e8531e;
    border-radius: 3px; }
    ._page_helper_txt button:hover {
      color: #2e4155; }

._filter_block {
  background-color: #fbfbfb;
  padding: 5px;
  border: 1px solid #e2e8ef;
  border-bottom: 0; }

.table {
  --bs-table-border-color: #e2e8ef; }
  .table th {
    font-weight: 400;
    vertical-align: middle;
    background: #fbfbfb !important;
    text-transform: uppercase !important;
    color: #33475b !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .table th._width_40_p {
    width: 40px;
    text-align: center; }
  .table td {
    vertical-align: middle;
    color: #33475b; }
    .table td input[type="checkbox"] {
      margin: auto !important; }
    .table td a {
      color: #009c9d;
      font-weight: 500;
      text-decoration: none; }
      .table td a:hover {
        text-decoration: underline;
        opacity: 0.7; }

._last_td_wid th:last-child {
  text-align: center; }

._last_td_wid td:last-child {
  text-align: center; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #f5f8fa !important;
  background-color: #f5f8fa !important; }

._wid_50p {
  width: 50px !important; }

._muted_link {
  color: #33475b !important; }

._grid_action_btn {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  justify-content: center; }
  ._grid_action_btn a {
    border: 1px solid #e2e8ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #33475b !important;
    text-decoration: none;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    opacity: 0.8;
    text-decoration: none; }
    ._grid_action_btn a .material-symbols-outlined {
      font-size: 17px; }
    ._grid_action_btn a:hover {
      border-color: #e8531e !important;
      color: #e8531e !important;
      text-decoration: none !important; }
  ._grid_action_btn button {
    border: 1px solid #e2e8ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #33475b;
    text-decoration: none;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    opacity: 0.8; }
    ._grid_action_btn button .material-symbols-outlined {
      font-size: 17px; }
    ._grid_action_btn button:hover {
      border-color: #e8531e;
      color: #e8531e; }

._no_cord_f {
  padding: 5px 30px;
  display: inline-flex;
  border: 1px solid #ffcc00;
  font-weight: 400;
  background: #ffffcc;
  color: #33475b; }

._page_toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px; }

._grid_search {
  min-width: 350px;
  width: 100%;
  border: 1px solid #e2e8ef;
  border-radius: 50px;
  background-color: #ffffff; }
  ._grid_search:focus-within {
    border-color: rgba(0, 208, 228, 0.5);
    box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
    outline: 0; }
  ._grid_search button._theme_btn_white {
    border-radius: 0px 3px 3px 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 7px 14px !important;
    border-left: 1px solid #e2e8ef; }
    ._grid_search button._theme_btn_white:hover {
      box-shadow: none !important; }
    ._grid_search button._theme_btn_white:disabled {
      background-color: #eaf0f6 !important;
      border-color: #eaf0f6 !important;
      color: #b0c1d4 !important;
      border-radius: 0 50px 50px 0 !important; }
  ._grid_search button._theme_btn_white .material-symbols-outlined {
    color: #2e4155; }
  ._grid_search .form-control {
    border-radius: 3px 0px 0px 3px !important;
    background-color: transparent !important;
    border: 0 !important; }
    ._grid_search .form-control:focus {
      box-shadow: none !important; }
    ._grid_search .form-control:disabled {
      background-color: #eaf0f6 !important;
      border-color: #eaf0f6 !important;
      color: #b0c1d4 !important;
      border-radius: 50px 0 0 50px !important; }

.k-input {
  background-color: #fff !important;
  min-height: 38px;
  outline: none !important;
  border-radius: 50px !important; }

.k-toolbar-item .k-input-inner {
  border-radius: 3px 0px 0px 3px !important;
  background-color: transparent !important;
  border: 0 !important;
  font-weight: 300 !important;
  font-size: 13px !important; }

.k-input-solid:focus-within {
  border-color: rgba(0, 208, 228, 0.5) !important;
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4 !important;
  outline: 0 !important;
  background-color: #fff !important; }

._grid_img_50 {
  max-width: 50px;
  max-height: 50px; }

.k-checkbox {
  border-color: #c2c4c7 !important; }

.k-input-icon {
  width: 26px !important;
  text-align: center; }

.k-switch-md .k-switch-label-off {
  right: 10px !important;
  font-weight: 500 !important; }

.k-switch-md .k-switch-label-on {
  left: 8px !important;
  font-weight: 500 !important; }

.k-table-td > span {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  margin: auto;
  justify-content: center; }
  .k-table-td > span button.k-button {
    border: 1px solid #e2e8ef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #637381;
    text-decoration: none;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    opacity: 0.8; }
    .k-table-td > span button.k-button .k-button-text {
      display: flex;
      align-items: center;
      justify-content: center; }
      .k-table-td > span button.k-button .k-button-text .material-symbols-outlined {
        font-size: 17px !important;
        line-height: 1 !important; }
    .k-table-td > span button.k-button:hover {
      border-color: #e8531e !important;
      color: #e8531e !important;
      background-color: #ffffff; }

ul.validation-errors {
  list-style: none;
  padding: 10px;
  color: #FF5353;
  margin-bottom: 0;
  border: 1px solid #FF5353;
  background: #fff4f4;
  font-weight: 500; }
  ul.validation-errors li {
    font-weight: 400; }

._width_px_50 {
  width: 50px; }

._link_color_black {
  color: #33475b !important;
  font-weight: 400 !important; }

textarea.form-control {
  min-height: calc(1.5em + 5.75rem + calc(var(--bs-border-width)* 2)) !important; }

.form-label {
  line-height: 1;
  font-weight: 400;
  color: #33475b; }

.form-check-input {
  margin-top: 0 !important; }

.form-check {
  display: flex;
  margin-bottom: .125rem;
  align-items: center;
  column-gap: 5px; }

.form-control {
  border-radius: 3px !important;
  font-size: 14px;
  line-height: 1.858;
  font-weight: 300;
  border-color: #e2e8ef;
  background-color: #f5f8fa; }
  .form-control:focus {
    border-color: rgba(0, 208, 228, 0.5);
    box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
    outline: 0; }

.k-maskedtextbox .k-input-inner {
  border-color: #e2e8ef;
  background-color: #f5f8fa; }

.form-select {
  border-radius: 3px !important;
  font-size: 14px;
  line-height: 1.858;
  font-weight: 300;
  border-color: #e2e8ef;
  background-color: #f5f8fa; }
  .form-select:focus {
    border-color: rgba(0, 208, 228, 0.5);
    box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
    outline: 0; }

._theme_btn_outline {
  border: 1px solid #e8531e !important;
  background-color: #ffffff !important;
  border-radius: 50px !important;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  color: #e8531e !important;
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 9px 22px !important;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-out;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 5px;
  max-width: 100%;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none; }
  ._theme_btn_outline .k-button-text {
    display: flex;
    align-items: center;
    column-gap: 5px; }
  ._theme_btn_outline:hover {
    background-color: #fff8f6;
    color: #e8531e !important;
    box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }
  ._theme_btn_outline .material-symbols-outlined {
    font-size: 17px !important;
    line-height: inherit; }

._stepper_number {
  display: inline-flex;
  width: 32px;
  border: 1px solid;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative; }

.form-check-input {
  border-color: #a0b0bf !important; }

._stepper_number.active {
  border-radius: 100%;
  border: 1px solid #9DDDC8; }
  ._stepper_number.active::before {
    font-family: 'Material Symbols Outlined';
    content: "check";
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    color: #009c9d !important;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #DFF5EE;
    border-radius: 100%;
    border: 1px solid #9DDDC8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important; }

.k-switch-off .k-switch-track {
  border-color: #e2e8ef !important; }

.k-switch-md .k-switch-label-off {
  right: 10px !important;
  font-weight: 500 !important; }

.k-switch-md .k-switch-thumb {
  width: 20px !important;
  height: 20px !important; }

._theme_btn {
  border: 1px solid #e8531e;
  background-color: #e8531e;
  border-radius: 50px;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 22px;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  max-width: 100%;
  /* overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none; }
  ._theme_btn:hover {
    opacity: 0.85;
    box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }
  ._theme_btn .material-symbols-outlined {
    font-size: 17px;
    line-height: inherit; }

._theme_btn_white {
  border: 1px solid #e2e8ef;
  background-color: #ffffff;
  border-radius: 50px;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 22px;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  max-width: 100%;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none; }
  ._theme_btn_white:hover {
    background-color: #f5f8fa;
    box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }
  ._theme_btn_white .material-symbols-outlined {
    font-size: 17px;
    line-height: inherit; }

._pagination_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem; }
  ._pagination_nav ._paginator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 14px;
    background: #ffffff;
    padding: 7px;
    border: 1px solid #e2e8ef;
    border-radius: 3px; }
    ._pagination_nav ._paginator ._paging_btn {
      background-color: #eaf0f6 !important;
      border: 1px solid #eaf0f6 !important;
      color: #33475b;
      border-radius: 3px;
      font-family: "Lexend Deca", sans-serif;
      font-size: 14px;
      line-height: 16px;
      padding: 5px 11px;
      font-weight: 400;
      text-align: center;
      transition: all .15s ease-out;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      column-gap: 5px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      ._pagination_nav ._paginator ._paging_btn:hover {
        color: #e8531e; }
      ._pagination_nav ._paginator ._paging_btn .material-symbols-outlined {
        font-size: 15px;
        line-height: inherit; }
      ._pagination_nav ._paginator ._paging_btn:disabled {
        background-color: #eaf0f6 !important;
        border-color: #eaf0f6 !important;
        color: #b0c1d4 !important;
        cursor: not-allowed; }

._d_btn_add {
  display: inline-flex;
  column-gap: 5px;
  padding: 1rem;
  font-size: 1rem;
  align-items: center;
  border: 2px solid #e2e8ef;
  background-color: #ffffff;
  color: #e8531e;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }
  ._d_btn_add .material-symbols-outlined {
    font-size: 1.3rem; }
  ._d_btn_add:hover {
    border-color: #e8531e;
    background-color: #e8531e;
    color: #ffffff; }

._dn_stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 0 !important;
  /*border: 1px solid $stoke-color;
    background-color: $white-bg;*/ }
  ._dn_stepper li {
    flex: 1;
    position: relative; }
    ._dn_stepper li ._n_state {
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 5px;
      border: 0 !important;
      background-color: transparent !important;
      width: 100%; }
      ._dn_stepper li ._n_state::after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px dashed #e2e8ef;
        margin-top: 20px;
        right: 0;
        left: 0;
        position: absolute; }
      ._dn_stepper li ._n_state:hover {
        opacity: 0.7; }
      ._dn_stepper li ._n_state span {
        display: flex;
        width: 40px;
        height: 40px;
        border: 1px solid;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #33475b;
        background-color: #f5f8fa;
        z-index: 99; }
      ._dn_stepper li ._n_state p {
        margin-bottom: 0 !important;
        font-weight: 400 !important;
        color: #33475b; }
    ._dn_stepper li:first-child ._n_state::after {
      left: 50%; }
    ._dn_stepper li:last-child ._n_state::after {
      width: 50%;
      left: 0; }
  ._dn_stepper .progress span {
    color: #ffffff !important;
    background-color: #e8531e !important; }
  ._dn_stepper .progress p {
    color: #e8531e !important; }
  ._dn_stepper .active span {
    color: #ffffff !important;
    background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5) !important; }
  ._dn_stepper .active p {
    color: #009c9d !important; }

button._n_state.progress_tabs span {
  background: #e8531e !important;
  color: #ffffff; }

button._n_state.progress_tabs p {
  color: #e8531e !important; }

button._n_state.active span {
  color: #009c9d !important;
  background: transparent !important;
  position: relative;
  border-color: #9DDDC8; }
  button._n_state.active span::before {
    font-family: 'Material Symbols Outlined';
    content: "check";
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    color: #009c9d !important;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #DFF5EE;
    border-radius: 100%;
    border: 1px solid #9DDDC8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; }

button._n_state.active p {
  color: #009c9d !important; }

._acoor_btn_sec {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  z-index: 999; }

._drive_tab_des {
  background-color: #ffffff;
  border: 1px solid #e2e8ef; }
  ._drive_tab_des ._tab_inner_title {
    padding: 10px 15px;
    border-bottom: 1px solid #e2e8ef; }
  ._drive_tab_des ._tab_inner_content {
    padding: 15px; }
  ._drive_tab_des ._drive_tab_footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    background-color: #f8fafa;
    border-top: 1px solid #e2e8ef;
    column-gap: 10px;
    padding: 15px; }

._a_link_text {
  display: flex;
  text-decoration: none;
  font-weight: 400;
  align-items: center;
  color: #009c9d;
  padding: 0;
  white-space: nowrap; }
  ._a_link_text .material-symbols-outlined {
    font-size: 17px; }
  ._a_link_text:hover {
    opacity: 0.7; }

.validation-message {
  color: #FF5353;
  font-size: 13px;
  font-weight: 300;
  margin-top: 3px; }

.form-check-input:checked {
  background-color: #e8531e !important;
  border-color: #e8531e !important; }

.form-check-input:focus {
  border-color: #e8531e !important;
  outline: 0;
  box-shadow: none !important; }

._error_model_popup .modal-header, ._confirmation_model_popup .modal-header {
  background-color: #dc3545; }
  ._error_model_popup .modal-header .modal-title, ._confirmation_model_popup .modal-header .modal-title {
    color: #ffffff; }
  ._error_model_popup .modal-header .btn-close, ._confirmation_model_popup .modal-header .btn-close {
    filter: invert(1); }

._width_10p {
  width: 10%; }

._width_15p {
  width: 15%; }

._width_20p {
  width: 20%; }

._width_30p {
  width: 30%; }

._width_40p {
  width: 40%; }

._wid_100_f {
  width: 10%;
  max-width: 162px;
  min-width: 140px; }

._wid_200_f {
  width: 20.4%;
  max-width: 324px;
  min-width: 288px; }

._no_padding_right {
  padding-right: 1rem !important; }

._date_bg {
  border: 1px dashed #f6bfac;
  margin-left: 5px;
  padding: 1px 5px;
  background-color: #f5f8fa;
  font-weight: 400;
  color: #33475b; }

._theme_model_popup .modal-header {
  background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5); }
  ._theme_model_popup .modal-header .modal-title {
    color: #ffffff; }
  ._theme_model_popup .modal-header .btn-close {
    filter: invert(1); }

._drive_top_box_info {
  background-color: rgba(207, 244, 252, 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.6rem 1rem;
  border: 1px solid #b6effb;
  column-gap: 10px;
  border-radius: 2px; }
  ._drive_top_box_info img {
    width: 32px; }

._brand_nav {
  display: flex;
  align-items: center;
  column-gap: 10px; }
  ._brand_nav button {
    color: #fff;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    ._brand_nav button:hover {
      background-color: #2e4969; }
  ._brand_nav a.navbar-brand {
    height: 30px; }

._top_right_modal {
  z-index: 9999 !important; }

._top_right_modal .modal-dialog {
  position: fixed;
  top: -1px;
  right: 0;
  margin: 0;
  min-width: 600px;
  height: 100%;
  bottom: -1px;
  box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21); }
  ._top_right_modal .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    border-color: #e2e8ef; }
    ._top_right_modal .modal-dialog .modal-content .modal-header {
      background: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5);
      border-radius: 0 !important;
      padding: 0.9rem 1rem; }
      ._top_right_modal .modal-dialog .modal-content .modal-header .modal-title {
        color: #ffffff; }
      ._top_right_modal .modal-dialog .modal-content .modal-header .btn-close {
        filter: invert(1); }
    ._top_right_modal .modal-dialog .modal-content .modal-footer {
      background-color: #f5f8fa;
      border-top-color: #e2e8ef; }

._right_nav {
  display: flex;
  align-items: center;
  column-gap: 1.5rem; }

._profile_menu {
  display: flex;
  align-items: center;
  column-gap: 1.5rem; }

._page_not_found {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  ._page_not_found ._page_not_found_box {
    display: flex;
    align-items: center;
    column-gap: 3rem; }

._error_page_box {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  justify-content: center; }
  ._error_page_box ._error_img img {
    max-width: 280px; }
  ._error_page_box ._error_content {
    width: 60%; }

._box_dashboard {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8ef;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 4px;
  row-gap: 1rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  color: #33475b !important;
  height: 100%; }
  ._box_dashboard:hover {
    box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }
  ._box_dashboard ._drive_sec {
    display: flex;
    column-gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8ef;
    align-items: center;
    position: relative; }
    ._box_dashboard ._drive_sec ._drive_icon {
      max-width: 50px;
      min-width: 50px;
      min-height: 50px;
      max-height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      ._box_dashboard ._drive_sec ._drive_icon img {
        max-width: 100%;
        max-height: inherit; }
    ._box_dashboard ._drive_sec ._drive_info {
      width: 100%; }
      ._box_dashboard ._drive_sec ._drive_info h5 {
        margin-bottom: 0;
        font-size: 0.95rem !important; }
      ._box_dashboard ._drive_sec ._drive_info div {
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
        align-items: center; }
        ._box_dashboard ._drive_sec ._drive_info div img {
          max-width: 100%;
          max-height: inherit; }
        ._box_dashboard ._drive_sec ._drive_info div p {
          margin-bottom: 0;
          display: flex;
          column-gap: 5px;
          align-items: center; }
  ._box_dashboard ._drive_progress {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/ }
    ._box_dashboard ._drive_progress .progress {
      width: 100%;
      height: 1.5rem; }
      ._box_dashboard ._drive_progress .progress .progress-bar {
        --bs-progress-bar-bg: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5);
        background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5) !important;
        font-size: 12px;
        font-weight: 400;
        min-width: 20px; }
    ._box_dashboard ._drive_progress p {
      font-size: 13px; }
      ._box_dashboard ._drive_progress p b {
        color: green; }
    ._box_dashboard ._drive_progress ._txt_right_side b {
      color: #e8531e !important; }
  ._box_dashboard .drive_summ {
    display: flex;
    width: 100%;
    border: 1px solid #e2e8ef;
    border-radius: 4px;
    padding: 1rem;
    justify-content: space-around; }
    ._box_dashboard .drive_summ div {
      display: flex;
      flex-direction: column;
      row-gap: 0.5rem;
      align-items: center;
      justify-content: center; }
      ._box_dashboard .drive_summ div ._number {
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f8fa;
        color: #e8531e;
        font-size: 1.5rem;
        font-weight: 500;
        border-radius: 100%; }
    ._box_dashboard .drive_summ ._line {
      width: 1px;
      display: block;
      background-color: #e2e8ef; }

._trim_label {
  /*white-space: nowrap;*/
  padding-right: 5px; }

._drive_icon .material-symbols-outlined {
  background-color: #f5f8fa;
  padding: 8px;
  border-radius: 100%;
  color: #e8531e; }

._heigh_lighter_txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #2e4155; }

._heigh_lighter_txt.green {
  color: green !important; }

._heigh_lighter_txt.red {
  color: red !important; }

._txt_right_side {
  text-align: right; }

._page_tabs {
  background: #fff;
  border: 1px solid #e2e8ef;
  border-radius: 0 !important;
  box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }
  ._page_tabs li {
    border-right: 1px solid #EAEEFE; }
    ._page_tabs li:last-child {
      border-right: 0 !important; }
    ._page_tabs li .nav-link {
      border-radius: 0 !important;
      border: 0 !important;
      margin-bottom: 0 !important;
      font-weight: 400;
      font-size: 15px;
      color: #33475b;
      padding: 13px 20px 10px 20px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 5px;
      border-bottom: 3px solid #fff !important; }
      ._page_tabs li .nav-link .material-symbols-outlined {
        font-size: 20px;
        line-height: 1; }
    ._page_tabs li .nav-link.active {
      border: 0 !important;
      border-radius: 0 !important;
      border-bottom: 3px solid #e8531e !important;
      background-color: rgba(55, 88, 249, 0.1);
      color: #e8531e; }

._drive_dashboard {
  padding: 1rem 0; }

._drop_off_outer_sec {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px; }
  ._drop_off_outer_sec ._drop_off_location_box {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    flex-direction: column;
    border: 1px solid #e2e8ef;
    margin-bottom: 20px;
    background-color: #f5f8fa; }
    ._drop_off_outer_sec ._drop_off_location_box ._drop_off_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e2e8ef;
      padding: 10px;
      background-color: #ffffff; }
      ._drop_off_outer_sec ._drop_off_location_box ._drop_off_header h5 {
        margin-bottom: 0 !important;
        font-size: 15px;
        font-weight: 400; }
    ._drop_off_outer_sec ._drop_off_location_box ._drop_off_body {
      padding: 10px; }

._big_card_icon {
  min-height: 104px !important;
  max-height: 104px !important;
  max-width: 100%; }
  ._big_card_icon img {
    max-width: 100%; }

._drive_progress_1 .progress-bar {
  background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5) !important; }

._custom_file_upload {
  display: flex;
  width: 100%;
  border: 1px solid #e2e8ef;
  align-items: center;
  padding: 10px;
  column-gap: 1rem;
  justify-content: flex-end;
  position: relative; }
  ._custom_file_upload img {
    max-height: 70px;
    width: 70px;
    max-width: 100%;
    min-width: 70px;
    border: 1px solid #e2e8ef;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center; }
  ._custom_file_upload .form-control[type=file] {
    height: 50px;
    line-height: 37px;
    border: 1px dashed #e2e8ef;
    background-color: #f5f8fa; }
    ._custom_file_upload .form-control[type=file]::file-selector-button {
      background-color: transparent;
      border: 0 !important;
      font-weight: 500;
      color: #009c9d;
      text-decoration: underline; }
      ._custom_file_upload .form-control[type=file]::file-selector-button:hover {
        opacity: 0.8; }

._p_img_size img {
  max-width: 70px;
  max-height: 70px;
  min-height: 70px;
  min-width: 70px;
  border: 1px solid #e2e8ef; }

._drive_stepper_static_icon {
  display: inline-flex !important;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #2e4155; }

._outer_profile_page {
  border: 1px solid #e2e8ef;
  padding: 1rem;
  background: #f5f8fa; }
  ._outer_profile_page a {
    text-decoration: none;
    font-weight: 500;
    color: #009c9d; }
    ._outer_profile_page a:hover {
      opacity: 0.7; }

._lbl_width_100_dnx {
  width: 85px;
  display: inline-block; }

._row_dir {
  display: flex;
  flex-direction: row !important; }

._recieved_amt {
  border: 1px solid #e8531e;
  color: #e8531e;
  padding: 5px 15px;
  border-radius: 2px;
  min-width: 60px;
  display: inline-block; }

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0 !important;
  padding-right: 85px; }

.accordion-button {
  color: #009c9d !important;
  font-weight: 500; }

.accordion-header {
  position: relative;
  display: flex;
  align-items: center; }

.accordion-item {
  border-radius: 0 !important; }
  .accordion-item:hover {
    box-shadow: 0 0 10px 0 rgba(66, 91, 118, 0.21); }

.accordion-button:not(.collapsed) {
  background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5);
  color: #ffffff !important; }

.accordion-button:focus {
  box-shadow: none !important; }

.accordion-item:last-of-type > .accordion-collapse {
  border-radius: 0 !important; }

._accord_checkbox {
  position: absolute;
  z-index: 99;
  left: 10px; }

._grade_icon_close {
  border: 0 solid #e2e8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33475b;
  text-decoration: none;
  border-radius: 3px;
  background-color: transparent !important;
  opacity: 0.8; }
  ._grade_icon_close:hover {
    color: #e8531e;
    opacity: 1; }

h6 {
  word-break: break-all !important; }

._accord_icon {
  border: 1px solid #e2e8ef;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

div._drive_name_icon {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  padding: 10px; }
  div._drive_name_icon img {
    max-height: 70px;
    max-width: 70px; }
  div._drive_name_icon h5 {
    color: #e8531e; }

._summary_r_title {
  border: 1px solid #e2e8ef;
  margin-bottom: 10px !important;
  padding: 10px; }

._summary_r_title.mb-0 {
  margin-bottom: 0 !important; }

._summary_qty {
  padding: 0 10px;
  border-radius: 2px;
  border: 1px dashed #e8531e;
  background-color: #f5f8fa;
  font-weight: 400; }

div._drive_date_s_e {
  display: flex;
  flex-direction: column; }
  div._drive_date_s_e p {
    margin-bottom: 0;
    padding: 2px 10px;
    border-bottom: 1px solid #e2e8ef; }
    div._drive_date_s_e p span {
      font-weight: 400;
      width: 120px;
      display: inline-block; }
    div._drive_date_s_e p:last-child {
      border-bottom: 0 !important; }

._editor_txt_list p {
  margin-bottom: 5px !important;
  word-break: break-all; }

._editor_txt_list ul {
  padding: 0 1rem;
  column-gap: 2rem; }
  ._editor_txt_list ul li {
    box-sizing: border-box; }
    ._editor_txt_list ul li p {
      margin: 0 !important; }

._editor_txt_list ol {
  padding: 0 1rem;
  column-gap: 2rem; }
  ._editor_txt_list ol li {
    box-sizing: border-box; }
    ._editor_txt_list ol li p {
      margin: 0 !important; }

._pad_12_b_0 {
  padding: 12px;
  padding-bottom: 0; }

.right-div {
  width: 400px;
  background: #f5f8fa;
  border: 1px solid #2e4155;
  display: none;
  position: absolute;
  left: 110%;
  top: 30px;
  /*bottom: -30px;*/
  padding: 10px;
  border-radius: 0;
  z-index: 999; }

._dnx_hover_me:hover + .right-div {
  display: block; }
  ._dnx_hover_me:hover + .right-div h4 {
    color: #2e4155;
    border-bottom: 2px solid #8899A8;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  ._dnx_hover_me:hover + .right-div h5 {
    color: #2e4155;
    font-size: 16px;
    margin-bottom: 5px; }
  ._dnx_hover_me:hover + .right-div p {
    color: #33475b; }

._d_step_title_n {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-size: 15px !important; }
  ._d_step_title_n span {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    color: #e8531e; }
    ._d_step_title_n span small {
      height: 25px;
      width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      font-size: 14px !important;
      background-color: #e8531e;
      color: #ffffff; }

.text-center_j {
  justify-content: center;
  text-align: center; }

._text_center_grd {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

/*.k-grid-wrapper {
    overflow-x: auto;
    max-width: 100%;  
}

.k-grid-aria-root {
    min-width: 1000px;  
}*/
/******** writing start by Anup 11/02/2025 ********/
._dnx_hover_me.hover-effect + .right-div {
  display: block; }

._dnx_hover_me.hover-effect + .right-div h4 {
  color: #2e4155;
  border-bottom: 2px solid #8899A8;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 10px; }

._dnx_hover_me.hover-effect + .right-div h5 {
  color: #2e4155;
  font-size: 16px;
  margin-bottom: 5px; }

._dnx_hover_me.hover-effect + .right-div p {
  color: #33475b; }

/******** writing end by Anup 11/02/2025 ********/
._new_req_cls_1 table tbody tr td:nth-child(6) {
  text-align: center; }

.tox-tinymce {
  border: 1px solid #e2e8ef !important;
  border-radius: 2px !important; }

.tox .tox-edit-area__iframe {
  background-color: #f5f8fa !important; }

._temp_head_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  white-space: nowrap;
  color: #787e85 !important;
  text-underline-offset: 4px;
  /*text-decoration: underline;*/
  text-transform: uppercase;
  font-size: 13px !important;
  text-decoration-color: #c1c1c1; }
  ._temp_head_title span {
    height: 2px;
    background-color: #e2e8ef;
    display: inline-flex;
    width: -webkit-fill-available; }

._create_tem_top {
  margin-bottom: 1rem;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 6px 0 rgba(66, 91, 118, 0.21);
  padding-bottom: 15px; }

._drive_temp_btn_icon {
  border: 1px solid #e2e8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33475b !important;
  text-decoration: none;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  opacity: 0.8;
  text-decoration: none; }
  ._drive_temp_btn_icon .material-symbols-outlined {
    font-size: 17px; }
  ._drive_temp_btn_icon:hover {
    border-color: #e8531e !important;
    color: #e8531e !important;
    text-decoration: none !important; }

._link_btn_temp {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #009c9d;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  column-gap: 5px;
  align-items: center;
  text-decoration: none !important; }
  ._link_btn_temp .material-symbols-outlined {
    font-size: 17px;
    line-height: 1; }

.card {
  border-radius: 2px !important; }

.card, .card-footer, .card-header {
  border-color: #e2e8ef !important; }

.card-header {
  font-weight: 400;
  color: #ffffff !important;
  background-color: #e8531e !important;
  border-radius: 2px !important; }

.k-grid td, .k-grid .k-table-td {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

._sorting_title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  ._sorting_title a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color: #2e4155 !important; }
    ._sorting_title a:hover {
      color: #e8531e !important;
      text-decoration: none !important; }

._sorting_grade_icon {
  display: flex;
  align-items: center;
  column-gap: 15px; }
  ._sorting_grade_icon h5 {
    margin-bottom: 0;
    font-size: 15px !important; }
  ._sorting_grade_icon img {
    max-width: 32px;
    min-width: 32px;
    max-height: 32px;
    min-height: 32px; }

._tbl_input {
  font-size: 13px !important;
  line-height: 1.8;
  font-weight: 300;
  border: 2px #e2e8ef solid !important;
  padding: 2px 5px;
  border-radius: 2px; }
  ._tbl_input:focus {
    border: 2px solid rgba(0, 208, 228, 0.5) !important; }
  ._tbl_input:focus-visible {
    border: 2px solid rgba(0, 208, 228, 0.5) !important;
    box-shadow: none !important;
    outline: none; }

._code_outer_div {
  display: inline-flex;
  align-items: center;
  column-gap: 50px;
  border: 1px solid #e2e8ef;
  margin: auto;
  text-align: left;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #f5f8fa; }

._code_outer_div_1 {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e2e8ef;
  margin: auto;
  text-align: left;
  padding: 10px;
  border-radius: 2px;
  background-color: #f5f8fa;
  flex-direction: column;
  margin-top: 10px; }

dl.tbl_dl {
  margin-bottom: 0 !important; }
  dl.tbl_dl dd {
    border-bottom: 1px solid #e2e8ef;
    margin-left: -8px;
    padding-left: 8px;
    margin-right: -8px;
    margin-bottom: 0 !important;
    padding-top: 2px;
    padding-bottom: 2px; }

.prevent-typing input {
  pointer-events: none;
  background-color: #f8f9fa;
  cursor: default;
  position: relative;
  user-select: none;
  caret-color: transparent; }
  .prevent-typing input::selection {
    background-color: #f8f9fa; }

.prevent-typing button {
  position: absolute;
  z-index: 99;
  height: 36px;
  right: 0;
  left: 0;
  width: 100%;
  justify-content: end;
  background-color: transparent;
  border: 0; }
  .prevent-typing button:hover {
    background-color: transparent;
    border: 0; }

.k-grid .k-table-th:last-child {
  width: 13% !important;
  text-align: center; }
  .k-grid .k-table-th:last-child .k-link {
    justify-content: center !important; }

.k-grid .k-table-th .k-link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #F5F8FA !important;
  color: #33475b !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 13px !important; }

.k-table-row td:last-child {
  width: 13% !important;
  text-align: center; }

.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover {
  background-color: #f5f8fa !important; }

.k-grid .k-table-row.k-table-alt-row {
  background-color: #f5f8fa !important; }

.k-table-td .k-icon-button {
  border: 1px solid #e2e8ef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #33475b;
  text-decoration: none;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  opacity: 0.8; }
  .k-table-td .k-icon-button:hover {
    border-color: #e8531e !important;
    color: #e8531e !important;
    background-color: #ffffff; }

.telerik-blazor.k-pager {
  outline: none !important;
  box-shadow: none !important;
  justify-content: center !important;
  justify-content: center; }
  .telerik-blazor.k-pager:hover {
    outline: none !important;
    box-shadow: none !important; }

.k-pager-info {
  flex: 0 !important;
  font-weight: 300 !important;
  color: #33475b !important; }

.k-button-flat-primary {
  color: #e8531e !important;
  background-color: #ffffff !important;
  border: 1px solid #e8531e !important;
  border-radius: 2px !important; }

.k-button-overlay, .k-button::before {
  border-radius: inherit;
  box-shadow: none !important;
  border: 1px solid #e8531e !important;
  content: "";
  background: #e8531e !important; }

.k-editor.telerik-blazor.form-control {
  padding: 0 !important;
  min-height: 250px !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 25px;
  margin-bottom: 0; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e8ef;
  -webkit-transition: .4s;
  transition: .4s; }

._v_center {
  align-items: center;
  display: flex; }

.slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #f5f8fa;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: .4s;
  transition: all 0.4s ease-in-out; }

.slider:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "YES";
  font-size: 13px;
  text-align: left !important;
  line-height: 26px;
  padding-left: 0;
  width: 60px;
  color: #fff;
  height: 25px;
  border-radius: 100px;
  background-color: #e8531e;
  -webkit-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  transform: translateX(-160px);
  transition: all 0.4s ease-in-out; }

input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  padding-left: 9px; }

input:checked + .slider:before {
  background-color: #fff; }

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px); }

.slider.round {
  border-radius: 100px; }

.slider.round:before {
  border-radius: 50%; }

._del_btn_position {
  position: absolute !important;
  top: 5px !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  color: #e8531e !important; }

.absolute-no {
  position: absolute;
  left: 0;
  color: darkslategrey;
  text-align: right !important;
  font-size: 13px;
  width: calc(100% - 12px);
  height: 25px;
  line-height: 26px;
  cursor: pointer; }

._photo_remove {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8ef;
  border-radius: 2px;
  background-color: #ffffff;
  color: #e8531e;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  min-width: 50px; }
  ._photo_remove .material-symbols-outlined {
    font-size: 17px !important;
    line-height: 1; }

._donation_print {
  background-color: #f5f8fa;
  height: 100%; }

._dx_z_index {
  z-index: 99999 !important;
  background: rgba(46, 58, 73, 0.5); }

._drive_temp_btn_rep {
  position: absolute;
  right: 12px;
  left: auto;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 0;
  top: 5px;
  font-size: 17px !important;
  background-color: transparent !important;
  color: #8899A8; }
  ._drive_temp_btn_rep:hover {
    color: #e8531e; }
  ._drive_temp_btn_rep .material-symbols-outlined {
    font-size: 17px !important;
    line-height: 1 !important; }

hr {
  opacity: .10 !important; }

._remove_btn_n_temp {
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff; }
  ._remove_btn_n_temp:hover {
    color: #f5f8fa; }

.full-screen-editor {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 9999; }

._tbl_ancher_outline {
  border: 1px solid #e8531e;
  background-color: #ffffff;
  border-radius: 50px;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  color: #e8531e !important;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 22px !important;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none !important; }
  ._tbl_ancher_outline:hover {
    text-decoration: none !important; }
  ._tbl_ancher_outline .material-symbols-outlined {
    font-size: 17px;
    line-height: inherit; }

._tbl_ancher_fill {
  border: 1px solid #e8531e;
  background-color: #e8531e;
  border-radius: 50px;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 22px !important;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none !important; }
  ._tbl_ancher_fill:hover {
    text-decoration: none !important; }
  ._tbl_ancher_fill .material-symbols-outlined {
    font-size: 17px;
    line-height: inherit; }

._custom_title_head {
  font-size: 1rem; }

.form-section .form-section.mb-2.position-relative:nth-child(even) {
  border-bottom: 1px dashed #e2e8ef; }
  .form-section .form-section.mb-2.position-relative:nth-child(even) .form-control:disabled {
    background-color: #f5f8fa !important; }

.form-section .form-section.mb-2.position-relative:nth-child(odd) {
  border-bottom: 1px dashed #e1e1e1; }
  .form-section .form-section.mb-2.position-relative:nth-child(odd) .form-control:disabled {
    background-color: #f5f8fa !important; }

._two_column_box {
  padding: 12px;
  flex-direction: row;
  column-gap: 12px;
  height: 100%; }
  ._two_column_box ._drive_sec {
    column-gap: 12px;
    flex: 1; }

pre {
  white-space: break-spaces; }

.k-grid td, .k-grid .k-table-td {
  word-wrap: break-word !important; }

._tab_inner_title_new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e2e8ef; }

._lbl_max_char {
  word-wrap: break-word;
  max-width: 280px; }

ul._import_excel_sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  margin: 0;
  padding: 0; }

._new_stepper_tab {
  border: 1px solid #e2e8ef;
  background-color: transparent;
  border-radius: 50px;
  font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 22px 9px 40px;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  position: relative; }
  ._new_stepper_tab span {
    background: #2e4155;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 3px;
    opacity: .7; }
  ._new_stepper_tab p {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden; }

._org_thnx_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e2e8ef;
  padding: 1rem;
  background-color: #fff;
  border-radius: .25rem; }
  ._org_thnx_page h4 {
    margin-bottom: .8rem;
    font-weight: 700;
    text-align: center; }
  ._org_thnx_page p {
    margin-bottom: 0;
    padding: 0 20%;
    text-align: center;
    font-size: 20px;
    line-height: 1.5; }

._org_thnx_steps {
  display: flex;
  align-items: stretch;
  column-gap: 2rem;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  height: 100%;
  line-height: 1.2; }
  ._org_thnx_steps .material-symbols-outlined {
    font-size: 24px; }
  ._org_thnx_steps .checked {
    width: 30px;
    height: 30px;
    background: green;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; }
  ._org_thnx_steps a, ._org_thnx_steps button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    text-decoration: none;
    border: 5px solid #e2e8ef;
    padding: 35px 20px;
    font-size: 1rem;
    font-weight: 400;
    color: #e8531e;
    background-color: #ffffff;
    width: 100%; }

._org_thnx_notice {
  background-color: #cfe2ff;
  padding: 1.5rem;
  color: #084298;
  border-radius: .25rem; }
  ._org_thnx_notice ul li {
    margin-bottom: .5rem;
    font-size: 16px; }
    ._org_thnx_notice ul li a {
      text-decoration: none;
      color: #084298;
      font-weight: 400; }
    ._org_thnx_notice ul li button {
      background-color: #cfe2ff;
      border: none;
      color: #084298;
      font-weight: 400; }

._theme_page_title {
  padding: 15px;
  border-bottom: 1px solid #e2e8ef;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  ._theme_page_title h6 {
    margin-bottom: 0; }

._theme_choose_section {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px; }
  ._theme_choose_section input[type=color] {
    height: 100px;
    width: 100px;
    border: 0;
    padding: 0;
    border: 1px solid #e2e8ef;
    border-radius: 4px;
    outline: none; }
  ._theme_choose_section input[type=text] {
    height: 100px;
    text-align: center;
    font-size: 1.2rem;
    width: 60%;
    border: 1px solid #e2e8ef;
    border-radius: 4px;
    outline: none; }

._current_theme_sec {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8ef;
  border-radius: 100%;
  background-color: var(--dnx-primary-color);
  color: #ffffff; }
  ._current_theme_sec .material-symbols-outlined {
    font-size: 38px;
    opacity: 0; }

._current_theme_sec.active .material-symbols-outlined {
  font-size: 38px;
  opacity: 1; }

._theme_remove_section {
  position: relative; }
  ._theme_remove_section ._theme_remove_btn {
    width: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    border: 0px;
    background: none !important;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    ._theme_remove_section ._theme_remove_btn .material-symbols-outlined {
      font-size: 20px; }

.box2 {
  width: 400px;
  background: #f5f8fa;
  border: 1px solid #2e4155;
  display: none;
  padding: 10px;
  border-radius: 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 51%; }

.box2.last {
  top: auto;
  bottom: -50px; }

.box1:hover + .box2 {
  display: block; }
  .box1:hover + .box2 h4 {
    color: #2e4155;
    border-bottom: 2px solid #8899A8;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .box1:hover + .box2 h5 {
    color: #2e4155;
    font-size: 16px;
    margin-bottom: 5px; }
  .box1:hover + .box2 p {
    color: #33475b; }

.box1.active + .box2 {
  display: block; }
  .box1.active + .box2 h4 {
    color: #2e4155;
    border-bottom: 2px solid #8899A8;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .box1.active + .box2 h5 {
    color: #2e4155;
    font-size: 16px;
    margin-bottom: 5px; }
  .box1.active + .box2 p {
    color: #33475b; }

._item_number_accord {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8; }

._donation_coord_sec {
  display: flex;
  width: 100%; }

._donation_coord_sec > div {
  flex: 1;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column; }
  ._donation_coord_sec > div span {
    padding: 10px; }
  ._donation_coord_sec > div span.fw-medium {
    background-color: #f1f1f1;
    padding: 10px; }

/*---------------------------------------------------------------*/
._password_btn_icon {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  width: 46px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  opacity: 0.8; }
  ._password_btn_icon .material-symbols-outlined {
    font-size: 18px; }

._log_filter_sec {
  display: flex;
  column-gap: 15px; }

._new_window_btn {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  right: 10px;
  top: 0; }
  ._new_window_btn .material-symbols-outlined {
    font-size: 18px;
    color: #e8531e; }
  ._new_window_btn:hover .material-symbols-outlined {
    color: #2e4155; }

._drive_date_info_box {
  display: flex;
  flex-direction: column;
  background: #f5f8fa;
  padding: 0;
  height: 100%; }

._drive_date_info_box > div {
  padding: 31px 2rem; }

._btn_summ_icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8531e;
  color: #e8531e !important;
  background-color: #ffffff;
  border-radius: 3px; }
  ._btn_summ_icon .material-symbols-outlined {
    font-size: 18px; }
  ._btn_summ_icon:hover {
    color: #2e4155 !important;
    border-color: #2e4155; }

._tbl_head_align {
  display: flex;
  align-items: center;
  justify-content: space-between; }

._tbl_head_align > span {
  font-weight: 500; }

._mr_ic_btn {
  margin-right: 0.5rem; }

._tbl_mob_show {
  display: none; }

._dnx_new_width_160 {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  width: 80px; }

._dnx_new_width_100 {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  width: 40px; }

._dnx_new_width_80 {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  width: 40px; }

._dnx_new_width_100 .material-symbols-outlined, ._dnx_new_width_80 .material-symbols-outlined {
  font-size: 18px;
  color: #2e4155; }

/*----------------------------------------------*/
/*.nav-tabs-wrapper {
    overflow-x: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-tabs .nav-link {
    display: inline-block;
    white-space: nowrap;
}

.nav-tabs {
    flex-wrap: nowrap;
}
._tabs_scr_btn {
    border: 0px solid #e2e8ef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #637381;
    text-decoration: none;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    background-color:transparent;
    opacity: 0.8;
    display:none;
}*/
._dnx_new_title_bredcumbs {
  display: flex;
  align-items: center;
  justify-content: space-between; }

._desktop_hide {
  display: none; }

._total_view_date_outer {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  background-color: rgba(207, 244, 252, 0.7);
  padding: 0.6rem 1rem;
  border: 1px solid #b6effb;
  border-radius: 2px;
  justify-content: space-around; }
  ._total_view_date_outer div.main_block {
    border-right: 2px solid #b6effb;
    width: 25%;
    display: flex;
    align-items: center;
    column-gap: 15px; }
    ._total_view_date_outer div.main_block .material-symbols-outlined {
      color: #e8531e; }
  ._total_view_date_outer div:last-child {
    border-right: 0; }
  ._total_view_date_outer ._total_date_view {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    height: 24px;
    overflow: hidden; }
    ._total_view_date_outer ._total_date_view p {
      display: flex;
      column-gap: 5px; }
  ._total_view_date_outer ._total_date_view._total_date_view_show {
    height: auto; }
  ._total_view_date_outer a {
    display: flex;
    width: 28px;
    height: 28px;
    border: 1px solid #e8531e;
    color: #e8531e;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 2px; }

._w_h_100 {
  width: 100px !important;
  height: 100px !important;
  padding: 0 !important; }

._fw_25_center {
  font-size: 25px !important;
  font-weight: 600 !important;
  text-align: center !important; }

._db_num_log {
  border: 1px solid #f5f8fa;
  width: 36px;
  text-align: center;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #e8531e;
  background-color: #f5f8fa; }

._db_btn_num_log {
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #e8531e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px; }

._n_log_btn {
  display: inline-flex;
  border-radius: 30px;
  align-items: center;
  column-gap: 10px;
  padding: 5px;
  padding-left: 15px;
  font-size: 13px;
  color: #e8531e;
  font-weight: 400;
  border: 1px solid #e2e8ef;
  background: #f5f8fa; }

.k-table-tbody .k-table-row:hover {
  background-color: #f5f8fa !important; }

._aup_role {
  position: absolute;
  top: 14px;
  font-weight: 500;
  color: #e8531e;
  right: 15px; }

._aup_role_mobile {
  font-weight: 500;
  color: #e8531e;
  display: none;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e1e1e1; }

._dnx_page_preview {
  border: 1px solid #e5ebef;
  background-color: #e5ebef; }

/*---------------------------------------------------------------*/
@media (max-width: 575px) {
  ._n_logo_box {
    text-align: center;
    min-height: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e2e8ef;
    border-right: 0 !important; }
  ._main_content {
    padding: 15px; }
  ._page_tabs {
    box-shadow: none;
    border-bottom: 0; }
  ._page_tabs li {
    white-space: nowrap !important;
    width: 100% !important; }
  ._page_tabs li .nav-link {
    width: 100%;
    border-bottom-color: #f1f1f1 !important; }
  ._two_column_box {
    row-gap: 30px;
    height: 100%; }
  ._two_column_box ._drive_sec {
    flex-direction: column; }
  ._theme_btn_white, ._theme_btn_outline {
    padding: 9px 15px !important;
    font-size: 13px !important; }
  ._box_dashboard ._drive_sec ._drive_info {
    justify-content: center;
    align-content: center;
    text-align: center; }
  .table-responsive table, tr, td {
    display: revert-layer !important;
    border-top: 0 !important; }
  ._drive_top_box_info {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center; }
  ._dnx_new_title_bredcumbs {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 10px; }
  ._dnx_new_title_bredcumbs h5 {
    text-align: center; }
  .k-toolbar > div {
    flex-direction: column !important;
    row-gap: 10px !important; }
  .k-toolbar > div .k-grid-search.k-searchbox {
    width: 100% !important; }
  .k-toolbar > div .k-toolbar-item {
    width: 100% !important; }
  .k-toolbar > div.k-toolbar-button-group {
    flex-direction: row !important; }
  ._page_toolbar ._theme_btn_outline .material-symbols-outlined {
    font-size: 17px !important; }
  ._page_helper_txt {
    flex-direction: column; }
  ._page_helper_txt p {
    text-align: center; }
  ._top_right_modal .modal-dialog {
    min-width: 90%;
    width: 90%; }
  ._for_mobile_ui {
    flex-direction: column; }
  ._for_mobile_ui > p {
    width: 100% !important; }
  ._box_dashboard ._drive_sec {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 10px; }
  ._box_dashboard ._drive_sec ._drive_info div {
    align-items: center !important;
    justify-content: center;
    text-align: center; }
  ._dn_stepper {
    flex-direction: column;
    row-gap: 10px; }
  ._dn_stepper li ._n_state {
    flex-direction: row;
    column-gap: 10px; }
  ._dn_stepper li {
    width: 100% !important;
    border-bottom: 1px dashed #e2e8ef;
    padding-bottom: 10px; }
  ._dn_stepper li ._n_state::after {
    display: none; }
  ._dn_stepper li:last-child {
    border-bottom: 0; }
  .box2 {
    position: static;
    width: fit-content; }
  .box1:hover + .box2 {
    display: block;
    margin: 15px; }
  .box1.active + .box2 {
    display: block;
    margin: 15px; }
  ._drop_off_outer_sec {
    flex-direction: column; }
  ._drop_off_outer_sec ._drop_off_location_box {
    max-width: 100% !important; }
  ._mobile_hide {
    display: none; }
  ._desktop_hide {
    display: block; }
  ._mob_summery tr td {
    display: block !important;
    width: 100% !important; }
  ._current_theme_sec {
    width: 50px;
    height: 50px; }
  ._current_theme_sec.active .material-symbols-outlined {
    font-size: 25px;
    opacity: 1; }
  ._btn_txt_hide_mob {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  ._page_toolbar {
    width: 100%;
    justify-content: center; }
  .k-button._theme_btn_outline {
    padding: 0 !important; }
  .k-button._theme_btn_outline .k-button-text {
    padding: 9px 15px !important;
    font-size: 13px !important; }
  ._theme_btn, ._theme_btn_outline, .k-button._theme_btn_outline .k-button-text {
    min-width: 63px; }
  ._tab_inner_title {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start !important; }
  .breadcrumb {
    justify-content: center; }
  ._grid_search {
    min-width: 100% !important; }
  .accordion-button {
    padding: 5px !important;
    padding-right: 52px !important;
    font-size: 13px; }
  .accordion-button .material-symbols-outlined {
    font-size: 17px; }
  ._item_number_accord {
    width: 24px;
    height: 24px;
    font-size: 17px; }
  ._accord_icon {
    width: 32px;
    height: 32px; }
  ._grade_icon_close .material-symbols-outlined {
    font-size: 17px; }
  .accordion-button::after {
    background-size: 17px;
    height: 17px; }
  ._no_padding_right {
    padding-right: 5px !important; }
  ._filter_block {
    flex-direction: column;
    border-bottom: 1px solid #e2e8ef !important; }
  ._width_20p, ._width_15p {
    width: 140px !important;
    min-width: 140px; }
  ._sorting_title {
    align-items: center; }
  ._sorting_title a {
    flex-direction: column-reverse;
    align-items: flex-start; }
  ._mobile_dir_change {
    flex-direction: column;
    row-gap: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    align-items: flex-start !important; }
  ._aup_role {
    display: none; }
  ._aup_role_mobile {
    display: block; } }

@media (max-width: 640px) {
  ._brand_nav a.navbar-brand {
    height: auto !important; }
  .navbar-brand img {
    width: 120px; }
  .top-row {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  ._right_nav {
    padding: 0 1rem;
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 5px;
    row-gap: 5px; }
  ._profile_menu {
    column-gap: 10px; }
  ._theader_toplink {
    column-gap: 5px; }
  ._top_search {
    max-width: 100%;
    min-width: 15rem;
    display: none !important; }
  .sidebar {
    position: fixed;
    z-index: 99;
    height: 100%;
    left: 0;
    top: 60px;
    padding-top: 0;
    transform: translateX(-100%); }
  ._mobile_hide {
    display: none !important; }
  .sidebar.hidden {
    transform: translateX(0%);
    display: block;
    visibility: visible;
    z-index: 9999; }
  ._drive_info div {
    align-items: flex-start !important; }
  ._two_column_box {
    row-gap: 30px;
    height: 100%; }
  ._donation_coord_sec {
    flex-direction: column; }
  .tbl_donation_slip {
    display: flex;
    justify-content: space-between;
    column-gap: 20px; }
  ._donation_rec_tbl tr td {
    display: grid; }
  ._tbl_mob_hide {
    display: none !important; }
  ._tbl_mob_show {
    display: block; }
  ._page_tabs li {
    width: 50%;
    border-bottom: 1px solid #EAEEFE; }
    ._page_tabs li .nav-link {
      width: 100%; }
  .table-responsive table, tr, td {
    display: revert-layer !important;
    border-top: 0 !important; }
  ._drive_top_box_info {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center; }
  ._dnx_new_title_bredcumbs {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 10px; }
  ._dnx_new_title_bredcumbs h5 {
    text-align: center; }
  ._for_mobile_ui {
    flex-wrap: wrap; }
  ._for_mobile_ui > p {
    width: 49%; }
  ._btn_txt_hide_mob {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  ._page_toolbar {
    width: 100%;
    justify-content: center; }
  .k-toolbar > div {
    flex-direction: column !important;
    row-gap: 10px !important; }
  .k-toolbar > div .k-toolbar-item {
    width: 100% !important; }
  .k-toolbar > div .k-grid-search.k-searchbox {
    width: 100% !important; }
  ._theme_btn, ._theme_btn_outline, .k-button._theme_btn_outline .k-button-text {
    min-width: 63px; }
  ._mobile_dir_change {
    flex-direction: column;
    row-gap: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    align-items: flex-start !important; }
  ._top_right_modal .modal-dialog {
    min-width: 80%;
    width: 80%; }
  ._current_theme_sec {
    width: 60px;
    height: 60px; }
  ._dn_stepper {
    row-gap: 20px; }
  ._dn_stepper li {
    flex: auto;
    width: 50%;
    border-bottom: 1px dashed #e2e8ef;
    padding-bottom: 10px; }
  .box2 {
    position: static;
    width: fit-content; }
  .box1:hover + .box2 {
    display: block;
    margin: 15px; }
  .box1.active + .box2 {
    display: block;
    margin: 15px; }
  ._dn_stepper li ._n_state::after {
    display: none; }
  .k-toolbar > div.k-toolbar-button-group {
    flex-direction: row !important; }
  ._drop_off_outer_sec ._drop_off_location_box {
    max-width: 100% !important;
    flex: calc(100%); }
  ._tab_inner_title {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start !important; }
  ._mob_summery tr td {
    display: block !important;
    width: 100% !important; }
  ._filter_block {
    flex-direction: column;
    border-bottom: 1px solid #e2e8ef !important; }
  ._grid_search {
    min-width: 100% !important;
    margin-bottom: 5px; }
  ._desktop_hide {
    display: block; }
  ._mobdir_change {
    flex-direction: column; }
  ._aup_role {
    display: none; }
  ._aup_role_mobile {
    display: block; }
  ._total_view_date_outer {
    flex-wrap: wrap; }
    ._total_view_date_outer div.main_block {
      width: 100%;
      border: 0 !important;
      border-bottom: 2px solid #b6effb !important;
      text-align: left !important; } }

@media (min-width: 641px) and (max-width: 767px) {
  ._brand_nav a.navbar-brand {
    height: auto !important; }
  .navbar-brand img {
    width: 120px; }
  .top-row {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  ._right_nav {
    padding: 0 1rem;
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 5px;
    row-gap: 5px; }
  ._profile_menu {
    column-gap: 10px; }
  ._theader_toplink {
    column-gap: 5px; }
  ._top_search {
    max-width: 100%;
    min-width: 15rem;
    display: none !important; }
  .sidebar {
    position: fixed;
    z-index: 99;
    height: 100%;
    left: 0;
    top: 60px;
    padding-top: 0;
    transform: translateX(-100%); }
  ._dn_stepper {
    row-gap: 20px; }
  ._dn_stepper li {
    flex: auto;
    width: 50%;
    border-bottom: 1px dashed #e2e8ef;
    padding-bottom: 10px; }
  ._dn_stepper li ._n_state::after {
    display: none; }
  .box2 {
    position: static;
    width: fit-content; }
  .box1:hover + .box2 {
    display: block;
    margin: 15px; }
  .box1.active + .box2 {
    display: block;
    margin: 15px; }
  .sidebar.hidden {
    transform: translateX(0%);
    display: block;
    visibility: visible;
    z-index: 9999; }
  ._login_area {
    padding: 0 !important; }
  ._login_inner_box {
    width: 98% !important; }
  ._login_img img {
    max-width: 100%;
    height: auto !important; }
  ._donation_coord_sec {
    flex-direction: column; }
  ._drive_top_box_info {
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center; }
  ._for_mobile_ui {
    align-items: center;
    justify-content: center;
    text-align: center; }
  ._btn_txt_hide_mob {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  ._theme_btn, ._theme_btn_outline, .k-button._theme_btn_outline .k-button-text {
    min-width: 63px; }
  .k-toolbar > div {
    column-gap: 10px !important;
    flex-direction: column !important;
    row-gap: 10px; }
  .k-toolbar > div .k-toolbar-item {
    width: 100% !important; }
  .k-toolbar > div .k-grid-search.k-searchbox {
    width: 100% !important; }
  ._page_toolbar {
    width: 100%;
    justify-content: center; }
  .table-responsive table, tr, td {
    display: revert-layer !important;
    border-top: 0 !important; }
  ._filter_block {
    flex-direction: column;
    border-bottom: 1px solid #e2e8ef !important; }
  ._page_tabs li {
    width: 33.33%;
    border-bottom: 1px solid #EAEEFE; }
    ._page_tabs li .nav-link {
      width: 100%; }
  ._grid_search {
    min-width: 100% !important;
    margin-bottom: 5px; }
  ._desktop_hide {
    display: block; }
  ._mobile_hide {
    display: none !important; }
  ._mob_summery tr td p {
    display: flex !important;
    flex-direction: column; }
  ._dnx_new_title_bredcumbs {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 10px; }
  .k-toolbar > div.k-toolbar-button-group {
    flex-direction: row !important; }
  ._drop_off_outer_sec ._drop_off_location_box {
    max-width: 48% !important;
    flex: calc(48%); }
  ._mobdir_change {
    flex-direction: column; }
  ._aup_role {
    display: none; }
  ._aup_role_mobile {
    display: block; }
  ._total_view_date_outer {
    flex-wrap: wrap; }
    ._total_view_date_outer div.main_block {
      width: 49%; }
      ._total_view_date_outer div.main_block:nth-child(even) {
        border-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  ._brand_nav a.navbar-brand {
    height: auto !important; }
  .navbar-brand img {
    width: 120px; }
  .top-row {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  ._right_nav {
    padding: 0 1rem;
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 5px;
    row-gap: 5px; }
  ._profile_menu {
    column-gap: 10px; }
  ._theader_toplink {
    column-gap: 5px; }
  .box2 {
    position: static;
    width: fit-content; }
  .box1:hover + .box2 {
    display: block;
    margin: 15px; }
  .box1.active + .box2 {
    display: block;
    margin: 15px;
    width: -webkit-fill-available; }
  ._top_search {
    max-width: 100%;
    min-width: 15rem;
    display: none !important; }
  .sidebar {
    position: fixed;
    z-index: 99;
    height: 100%;
    left: 0;
    top: 60px;
    padding-top: 0;
    transform: translateX(-100%); }
  .sidebar.hidden {
    transform: translateX(0%);
    display: block;
    visibility: visible;
    z-index: 9999; }
  ._drive_info div {
    flex-direction: column;
    align-items: flex-start !important; }
  ._login_area {
    padding: 0 !important; }
  ._login_inner_box {
    width: 98% !important; }
  ._login_img img {
    max-width: 100%;
    height: auto !important; }
  ._page_tabs li {
    width: 33.33%;
    border-bottom: 1px solid #EAEEFE; }
    ._page_tabs li .nav-link {
      width: 100%; }
  ._btn_txt_hide_mob {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  ._page_toolbar {
    width: 100%;
    justify-content: center; }
  .k-toolbar > div {
    column-gap: 10px !important;
    flex-direction: column !important;
    row-gap: 10px; }
  .k-toolbar > div .k-toolbar-item {
    width: 100% !important; }
  .k-toolbar > div .k-grid-search.k-searchbox {
    width: 100% !important; }
  ._theme_btn, ._theme_btn_outline, .k-button._theme_btn_outline .k-button-text {
    min-width: 63px; }
  ._drive_top_box_info {
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center; }
  ._for_mobile_ui {
    align-items: center;
    justify-content: center;
    text-align: center; }
  ._filter_block {
    flex-direction: column;
    border-bottom: 1px solid #e2e8ef !important;
    row-gap: 10px; }
  ._grid_search {
    min-width: 100% !important;
    margin-bottom: 5px; }
  ._desktop_hide {
    display: block; }
  ._mobile_hide {
    display: none !important; }
  ._mob_summery tr td p {
    display: flex !important;
    flex-direction: column; }
  .k-toolbar > div.k-toolbar-button-group {
    flex-direction: row !important; }
  ._drop_off_outer_sec ._drop_off_location_box {
    max-width: 48% !important;
    flex: calc(48%); }
  ._mobdir_change {
    flex-direction: column; }
  ._aup_role {
    display: none; }
  ._aup_role_mobile {
    display: block; }
  ._total_view_date_outer {
    flex-wrap: wrap; }
    ._total_view_date_outer div.main_block {
      width: 49%; }
      ._total_view_date_outer div.main_block:nth-child(even) {
        border-right: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  ._trim_label span {
    display: none; }
  ._login_area {
    padding: 0 !important; }
  ._login_inner_box {
    width: 80% !important; }
  ._login_img img {
    max-width: 100%;
    height: auto !important; }
  ._two_column_box {
    padding: 12px;
    flex-direction: column;
    height: 100%; }
  ._mob_transform {
    flex-direction: column; }
  ._page_tabs li {
    width: 33.33%;
    border-bottom: 1px solid #EAEEFE; }
    ._page_tabs li .nav-link {
      width: 100%; }
  ._page_toolbar {
    width: 70%;
    justify-content: center; }
  ._btn_txt_hide_mob {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .k-toolbar > div {
    column-gap: 10px !important; }
  .k-toolbar > div .k-toolbar-item {
    width: 100% !important; }
  .k-toolbar > div .k-grid-search.k-searchbox {
    width: 100% !important; }
  ._theme_btn, ._theme_btn_outline, .k-button._theme_btn_outline .k-button-text {
    min-width: 63px; }
  ._drive_top_box_info {
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center; }
  ._for_mobile_ui {
    align-items: center;
    justify-content: center;
    text-align: center; }
  ._filter_block {
    flex-direction: column;
    border-bottom: 1px solid #e2e8ef !important;
    row-gap: 10px; }
  ._grid_search {
    min-width: 100% !important;
    margin-bottom: 5px; }
  .box2 {
    max-width: 400px;
    min-width: 330px;
    width: auto;
    left: 50%; }
  ._drop_off_outer_sec ._drop_off_location_box {
    max-width: 50% !important; }
  ._mobdir_change {
    flex-direction: column; }
  ._aup_role {
    display: none; }
  ._aup_role_mobile {
    display: block; }
  ._total_view_date_outer {
    flex-wrap: wrap; }
    ._total_view_date_outer div.main_block {
      width: 49%; }
      ._total_view_date_outer div.main_block:nth-child(even) {
        border-right: 0 !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  ._trim_label span {
    display: none; }
  ._two_column_box {
    padding: 12px;
    flex-direction: column;
    height: 100%; }
  ._big_card_icon {
    min-height: 100px !important;
    max-height: 100px !important;
    max-width: 100%; }
  ._page_tabs li {
    width: 25%;
    border-bottom: 1px solid #EAEEFE; }
    ._page_tabs li .nav-link {
      width: 100%; } }

@media (min-width: 1400px) and (max-width: 1599px) {
  ._trim_label span {
    display: none; } }

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    font-family: "Lexend Deca", serif !important;
    color: black !important;
    background: none !important; }
  .no-print {
    display: none !important; }
  .card-header {
    background-color: #ffffff !important; }
  h6 {
    color: #33475b; } }

/*----------------- Blazored Toast Css -----------------------*/
.blazored-toast {
  display: flex;
  position: relative;
  flex-direction: row;
  animation: fadein 1.5s;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  color: #1D1D1B;
  width: 20rem;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px 2px;
  background-color: #fff;
  border-top: 6px solid #fff; }

.blazored-toast-component {
  display: initial;
  padding: 0 0 0 0;
  border-top: none; }

.blazored-toast-info {
  border-top: 6px solid #2563eb; }

.blazored-toast-info .blazored-toast-icon {
  color: #2563eb; }

.blazored-toast-success {
  border-top: 6px solid #16a34a; }

.blazored-toast-success .blazored-toast-icon {
  color: #16a34a; }

.blazored-toast-warning {
  border-top: 6px solid #eab308; }

.blazored-toast-warning .blazored-toast-icon {
  color: #eab308; }

.blazored-toast-error {
  border-top: 6px solid #dc2626; }

.blazored-toast-error .blazored-toast-icon {
  color: #dc2626; }

.blazored-toast-icon {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 1rem 0 0;
  font-size: 1.5rem; }

.blazored-toast .blazored-toast-message {
  flex-grow: 1;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.blazored-toast .blazored-toast-close {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 0 0 1rem;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  color: #94a3b8;
  font-size: 0.9rem; }

.blazored-toast .blazored-toast-close:hover {
  color: inherit; }

.blazored-toast .blazored-toast-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem; }

.blazored-toast .blazored-toast-progressbar > span {
  position: absolute;
  filter: brightness(75%);
  height: 6px;
  border-bottom-left-radius: .375rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
  transition: all .1s linear; }

.blazored-toast-action {
  cursor: pointer; }

.k-progressbar .k-selected {
  background: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5) !important; }

._hr_mb_mt {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

._inner_tbl_block_div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

._inner_tbl_block_div hr:last-child {
  display: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* _content/Blazored.Toast/BlazoredToasts.razor.rz.scp.css */
.blazored-toast-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 99999 !important; }

.position-topleft {
  top: 2rem;
  left: 2rem; }

.position-topright {
  top: 2rem;
  right: 2rem; }

.position-topcenter {
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0%); }

.position-bottomleft {
  bottom: 2rem;
  left: 2rem; }

.position-bottomright {
  bottom: 2rem;
  right: 2rem; }

.position-bottomcenter {
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0%); }

.blazored-toast {
  width: 30rem;
  border-radius: .25rem; }

#auto-reconnect-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

/* Modal Content */
.auto-modal-content {
  background: white !important;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 30% !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 300px; }

/* Spinner Animation */
.spinner {
  border: 4px solid rgba(0, 0, 255, 0.2);
  border-top: 4px solid blue;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite; }

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

/*----------------- Spinner Css -----------------------*/
._dnx_spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    /* transform: rotate(0deg); */ }
  100% {
    -webkit-transform: rotate(270deg);
    /* transform: rotate(270deg); */ } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes colors {
  0% {
    stroke: #4285f4; }
  25% {
    stroke: #de3e35; }
  50% {
    stroke: #f7c223; }
  75% {
    stroke: #1b9a59; }
  100% {
    stroke: #4285f4; } }

@keyframes colors {
  0% {
    stroke: #4285f4; }
  25% {
    stroke: #de3e35; }
  50% {
    stroke: #f7c223; }
  75% {
    stroke: #1b9a59; }
  100% {
    stroke: #4285f4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }
