@font-face {
  font-family: "Authenia-Solid";
  src: url("webfonts/3AE181_0_0.eot");
  src: url("webfonts/3AE181_0_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/3AE181_0_0.woff2") format("woff2"),
    url("webfonts/3AE181_0_0.woff") format("woff"),
    url("webfonts/3AE181_0_0.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700 &family=Inter:wght@300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #607080 !important;
}

.page-heading h3,
.form-field-heading {
  /* font-family: Nunito; */
  font-weight: 600 !important;
}

:root {
  --purple-color: #6c63ff;
  /* --blue-color: #483dff; */
  --blue-color: #435ebe;
  --dark-blue-color: #3950a2;
  --dark-blue-color-100: #203581;
}

.form-label {
  margin-bottom: 0.2rem;
}

.form-control {
  background-color: #fff !important;
  font-size: 0.875rem !important;
}
.form-group[class*="has-icon-"].has-icon-right .form-control {
  padding-right: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control:focus {
  border-color: var(--blue-color);
  box-shadow: none;
}
.btn-primary:active,
.btn-primary[disable],
.btn-primary.disable {
  border: 1px solid var(--dark-blue-color-100) !important;
  background-color: var(--dark-blue-color-100) !important;
  color: var(--bs-white) !important;
}
.btn.btn-primary.dropdown-toggle:after {
  color: #fff;
}
textarea.fixheight {
  height: 120px;
}
textarea.fixheightmasthead {
  height: 150px;
}

/* .light {
  background-color: #f2f7ff;
} */

/* header menu */
.layout-horizontal .container {
  --bs-gutter-x: 1.5rem;
}

.layout-horizontal .header-top {
  background-color: #fff;
  /* padding: 10px 0; */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px #d5d5d5;
  z-index: 99;
}
#main.layout-horizontal.header-with-warning {
  padding-top: 84px;
}
/* .header-with-warning.layout-horizontal .header-top .local-mode-warning{
    margin-bottom: 10px;
} */
.layout-horizontal .header-top .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.layout-horizontal .header-top .burger-btn i {
  height: 20px;
  display: inline-block;
}

/* .layout-horizontal .header-top .logo img {
    height: 20px;
} */

.layout-horizontal .header-top-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.layout-horizontal .submenu-item.active a {
  font-weight: 700;
}

.layout-horizontal .main-navbar ul.menu-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.8rem;
  margin-bottom: 0;
}

.layout-horizontal .main-navbar ul.menu-list .menu-link {
  display: flex;
  position: relative;
  flex-direction: row;
  padding: 0.4rem 0;
  gap: 0.3rem;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}

/* .layout-horizontal .main-navbar ul.menu-list .menu-link span {
    height: 20px
} */

.layout-horizontal .main-navbar ul.menu-list .menu-link span > i {
  margin-right: 3px;
}

.layout-horizontal .main-navbar ul.menu-list > .menu-item {
  position: relative;
  font-size: 16px;
  line-height: 1;
}

.layout-horizontal .main-navbar ul.menu-list > .menu-item .menu-link {
  color: #7c8db5;
}

.layout-horizontal .main-navbar ul.menu-list > .menu-item.active a,
.layout-horizontal
  .main-navbar
  ul.menu-list
  > .menu-item.profile-dropdown
  .dropdown-menu
  a:hover {
  color: var(--blue-color);
}
.layout-horizontal .main-navbar ul.menu-list > .menu-item.active a {
  font-weight: 600;
}
.layout-horizontal .main-navbar ul.menu-list > .menu-item.has-sub .menu-link {
  padding-right: 1.3rem;
}

.layout-horizontal
  .main-navbar
  ul.menu-list
  > .menu-item.has-sub
  .menu-link:after {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ccc" opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" ></polyline></svg>');
  position: absolute;
  color: #fff;
  right: -3px;
  top: 7px;
  display: block;
}

.layout-horizontal .main-navbar ul.menu-list > .menu-item:hover .menu-link {
  color: #435ebe;
}

.layout-horizontal .main-navbar ul.menu-list > .menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.layout-horizontal .main-navbar .submenu {
  visibility: hidden;
  opacity: 0;
  top: 125%;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  z-index: 999;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(100, 100, 100, 0.1);
}

.layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
  position: relative;
}

.layout-horizontal .main-navbar .submenu .submenu-group {
  display: table-cell;
  padding: 0.5rem 0.3rem 0.3rem 0.5rem;
  flex-wrap: wrap;
  max-height: 200px;
  min-width: 200px;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item {
  position: relative;
}

.layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item.active
  .submenu-link {
  color: var(--bs-primary);
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub {
  overflow: visible;
}

.layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item.has-sub
  .submenu-link {
  position: relative;
}

.layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item.has-sub
  .submenu-link:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 0.708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a {
  padding: 0.6rem 2rem 0.6rem 0.6rem;
  color: #6c757d;
  display: block;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover {
  color: #187de4;
}

.layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item:hover
  .subsubmenu {
  visibility: visible;
  top: 0;
  opacity: 1;
}

.layout-horizontal .main-navbar .subsubmenu {
  visibility: hidden;
  opacity: 0;
  top: 125%;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  z-index: 999;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(100, 100, 100, 0.1);
  gap: 0;
  top: 1rem;
  left: 100%;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  border-radius: 0.3rem;
  min-width: 200px;
}

.dropdown-toggle:after {
  color: #000;
}

.profile-dropdown .dropdown {
  display: flex;
  align-items: center;
}

.profile-dropdown .dropdown .profile-menu-link {
  font-size: 16px;
  line-height: 1;
}

.profile-dropdown .dropdown-menu {
  padding: 15px 12px;
  margin-top: 12px !important;
  right: 0 !important;
  min-width: 180px;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1,
    menu-sub-dropdown-animation-move-up 0.3s ease 1 !important;
}

.profile-dropdown .dropdown-menu.show {
  transform: translate(0, 50px);
}

.profile-dropdown .dropdown-menu a span {
  margin-left: 8px;
}

.layout-horizontal
  .main-navbar
  ul.menu-list
  > .menu-item.profile-dropdown
  .dropdown-menu
  a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

#main.layout-horizontal {
  padding: 0;
  margin: 0;
}

#sidebar {
  display: none;
}

.dialog-content {
  padding: 10px 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 0.75rem;
  }
  to {
    margin-top: 0;
  }
}
/* */

/* common css */
.btn-check:focus + .btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none !important;
}
/* */

/* After login pages */
.header-top .logo a {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  color: var(--blue-color);
  font-family: Authenia-Solid !important;
  font-weight: bold;
}

.header-top .logo span {
  font-size: 36px;
  line-height: 1;
  margin-top: 5px;
}

.require {
  color: #f44336;
}

textarea.form-control {
  resize: none;
}

span.error {
  font-size: 13px;
  line-height: 18px;
  color: #f44336;
  font-weight: 400;
  display: block;
  width: 100%;
}

.common-relative-field {
  position: relative;
}

.common-relative-field .form-control {
  width: calc(100% - 150px);
  display: inline-block;
}
.common-relative-field button {
  margin-left: 10px;
  margin-bottom: 3px;
}

.common-relative-field-2 {
  position: relative;
}

.common-relative-field-2 .form-control {
  /* width: calc(100% - 105px); */
  display: inline-block;
}

/* .send-code-btn,
.verify-btn {
  top: 0;
  height: 38px;
  padding: 6px;
  font-size: 14px;
  right: 0;
} */

.section .form-check {
  display: flex;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1.4rem;
  align-items: start;
}

.section .form-check .form-check-input {
  margin: 0 5px 0 -20px !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.section .form-check .form-check-label {
  cursor: pointer;
  /* width: calc(100% - 25px); */
}

.letter-head-wrapper,
.file-drag-drop-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.letter-head-wrapper a img,
.file-drag-drop-wrapper a img {
  object-fit: cover;
  width: auto;
  max-height: 40px;
}

.letter-head-wrapper .file-drag-drop-wrapper .form-control,
.file-drag-drop-wrapper .form-control {
  margin-bottom: 0;
}
.file-drag-drop-wrapper a.pdf-icon {
  border: 1px dashed #cddae5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.file-drag-drop-wrapper .form-control {
  /* margin-left: 20px; */
  /* width: 80%; */
  width: 100%;
}

/* .letter-head-wrapper .filepond--root,
.file-drag-drop-wrapper .filepond--root {
    margin-bottom: 0px;
} */

/* .letter-head-wrapper .btn {
    margin-left: 15px;
} */
.btn {
  padding: 0.375rem 1.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
}

.page-content .card {
  border: 0;
  box-shadow: 0 5px 100px #88888814;
}

.dataTables_empty {
  text-align: center;
  padding: 20px 8px !important;
}

.paginationbottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-end;
  margin: 2px 0;
  white-space: nowrap;
}

.paginationbottom .paginate_button {
  display: flex;
  justify-content: center;
}

.paginationbottom .paginate_button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.search-wrapper .bi {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 12px;
  width: 12px;
  height: 12px;
}

.search-wrapper .form-control {
  padding-left: 28px;
}
/* */

.pdf-display {
  height: 100%;
}

/* data table design */
table.dataTable {
  width: 100% !important;
}
.dataTables_wrapper table th {
  background-color: #f0f5fd;
  border-bottom: none !important;
}
.dataTable-table:not(.table-borderless) thead th,
.table:not(.table-borderless) thead th {
  border-bottom: none !important;
}
/* .dataTable-table td, .dataTable-table thead th, .table td, .table thead th{
    text-wrap: nowrap;
} */
table th[align="center"] {
  text-align: center !important;
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 53% !important;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 53% !important;
}
table.dataTable th {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
table.dataTable tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  text-wrap: nowrap !important;
  vertical-align: top;
  word-break: break-word;
  vertical-align: middle;
}
table.dataTable tr td.child ul {
  width: 100%;
}
table.dataTable tbody tr:hover {
  background-color: #f7faff;
}

/**/
.paginate_button.previous a,
.paginate_button.next a {
  font-size: 20px;
  line-height: 1;
  border: none;
}
.page-link {
  display: flex;
  height: 30px;
  width: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.paginate_button.previous.disabled a,
.paginate_button.next.disabled a {
  color: #d9d9d9 !important;
}
.page-item.active .page-link:hover {
  background-color: var(--dark-blue-color);
}

div.dataTables_wrapper div.dataTables_info {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
  width: 50%;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: var(--blue-color) !important;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before {
  background-color: #dd206f !important;
}

/* footer fixed at bottom */
#main.layout-horizontal footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
#main.layout-horizontal {
  padding-top: 64px;
  padding-bottom: 40px;
  position: relative;
  min-height: 100vh;
}

/* faq modal */
.accordion-main-header {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
  font-family: Nunito;
}
.accordion-main-header:first-child {
  margin-top: 0 !important;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0 !important;
}
/* .accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid
        var(--bs-accordion-border-color) !important;
} */
.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color) !important;
}
.accordion-button {
  padding: 12px 16px !important;
}
.accordion-button:after {
  background-size: 17px !important;
}
.accordion-item {
  border: 1px solid #e9eeff;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e9eeff !important;
}
.accordion-button {
  padding: 8px 12px !important;
  background: #fafbff;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-body {
  padding: 0 12px;
  font-size: 14px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  box-shadow: none;
}

.help-video-wrapper {
  width: 100%;
  height: 100%;
}
.help-video-wrapper video,
.accordion-body video {
  width: 100%;
  height: 100%;
}

/* action button */
.action_btn {
  height: 24px;
  /* width: 25px; */
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #d4e4fd;
  color: #435ebe;
  transition: 0.4s linear;
  border: none;
}
.action_btn.successbtn {
  background-color: #e8ffe2;
  color: #54af3a;
}
.action_btn.successbtn:hover {
  background-color: #c9f3be;
}
.action_btn.dangerbtn {
  background-color: #ffdeec;
  color: #dd206f;
}
.action_btn.dangerbtn:hover {
  background-color: #e3aac3;
}
.action_btn.primarybtn:hover {
  background-color: #b0bdf1;
}

/* Button Design */
.btn.btn-primary,
.btn.btn-light-secondary,
.btn.btn-success {
  display: inline-block;
  width: auto;
  /* min-width: 105px; */
}
.btn.btn-light-secondary:active,
.btn.btn-light-primary:active {
  border-color: #d0e1fa;
}
.btn.btn-light-secondary:hover,
.btn.btn-light-primary:hover {
  background-color: #d1d9e1;
  color: #181e24;
}
.btn-success {
  background-color: #33a755;
  border-color: #33a755;
}
.primary_light_btn {
  background-color: #d3daf5;
  color: #435ebe !important;
  /* color: #181e24 !important; */
  border-color: #d3daf5;
}
.primary_light_btn:hover,
.primary_light_btn:active,
.primary_light_btn:focus {
  background-color: #c1caef;
  border-color: #c1caef;
  box-shadow: none;
}
.primary_light_btn:disabled {
  background-color: #c1caef;
  border-color: #c1caef;
  box-shadow: none !important;
  pointer-events: none !important;
}
.btn-danger {
  color: #fff;
  background-color: #db5959;
  border-color: #db5959;
}

.info_ic {
  font-size: 14px;
  color: #435ebe;
}

/* theme modal */
.theme_modal .modal-content {
  border-radius: 10px;
}
.theme_modal .modal-header,
.theme_modal .modal-footer {
  padding: 10px 16px;
}
.theme_modal .modal-header .modal-title {
  font-family: Nunito;
  color: var(--blue-color);
  font-size: 20px;
}
.theme_modal .modal-header .close {
  padding: 5px;
  background-color: #dde4ff;
  border-radius: 4px;
  height: 27px;
  width: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme_modal .modal-header .close svg {
  height: 20px;
  width: 20px;
  font-size: 20px;
}
.theme_modal .modal-header .close svg line {
  stroke: var(--blue-color);
}
.theme_modal .modal-header .close:hover svg line {
  stroke: #000;
}

.theme_modal_big .modal-dialog {
  width: 850px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/* select2 design */

.select2-selection.select2-selection--single {
  border: 1px solid #dce7f1;
  font-size: 16px;
  height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: #838383;
  font-size: 20px;
  font-weight: normal;
}
.select2-container--open .select2-dropdown--below {
  border-color: #dce7f1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dce7f1 !important;
  border-radius: 4px;
  font-size: 14px;
  padding: 7px;
  box-shadow: none !important;
  outline: none !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #435ebe;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: #435ebe !important;
}
/*Datepicker css*/
.datepicker-dropdown {
  min-width: 20px;
  box-shadow: 0 0 10px #dce7f1;
  color: #000;
  font-size: 14px;
  border: 1px solid #d9e1e8;
}
.datepicker-dropdown thead {
  color: #25396f;
}
.datepicker td,
.datepicker th {
  width: 25px;
  height: 25px;
  padding: 3px;
  box-sizing: content-box;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #435ebe;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background: #435ebe;
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #d9e1e8;
}

/* auto complete design */
.ui-widget.ui-widget-content {
  border: 1px solid #dce7f1;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Inter";
  color: #607080;
  /* display:block !important; */
}
.ui-menu .ui-menu-item-wrapper {
  padding: 5px 10px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #f3f6ff;
  color: #607080;
  border-color: transparent;
}
.ui-widget-content .ui-state-active:focus,
.ui-widget-content .ui-state-active:active {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}

.swal2-popup button.swal2-styled {
  min-width: 130px;
  padding: 10px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.definitions-accordion {
  position: fixed;
  height: calc(100% - 220px);
  overflow-y: auto;
  width: inherit;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 100px #88888814;
  margin-bottom: 20px;
}
.definitions-accordion .accordion-item {
  background-color: #fff !important;
  border: none;
}

.glowing {
  border: 2px solid #8095e0 !important;
  animation-name: blinking !important;
  animation-duration: 1s !important;
  animation-iteration-count: 100 !important;
}
.accordion-item.glowing {
  border: 2px solid #8095e0 !important;
  animation-name: blinking !important;
  animation-duration: 1s !important;
  animation-iteration-count: 100 !important;
}
@keyframes blinking {
  50% {
    border-color: #435ebe;
  }
}
.action-btns-list .dropdown-menu {
  min-width: 150px;
  z-index: 9999999;
  box-shadow: 0 0 10px #0000002b;
}
.action-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.dis-child-tbl thead th {
  font-weight: normal;
  font-weight: 16px;
}
/* .revert-name-btn {
  min-width: auto !important;
} */
.child-card .card-content {
  border: 1px solid #dce7f1;
  border-radius: 0.25rem;
}
.child-card .card-content .card-body {
  padding-bottom: 0 !important;
}
.discovery-view .card-content {
  padding: 10px;
}
.objection-text {
  background-color: antiquewhite !important;
}
.child-res-questions {
  border: 1px solid #dce7f1;
  border-radius: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
}
.tooltip-inner {
  text-align: left;
}
.modal {
  overflow-y: scroll !important;
}
.meet-confer-txt:not(.glowing) {
  border: none;
  border-bottom: 1px solid #dce7f1 !important;
}
.meet-confer-que-no {
  text-decoration: underline;
}
.conclusion-heading {
  text-decoration: underline;
}
.meet-confer-child-que-sec {
  padding-left: 30px;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}
.link-expire-warning {
  background-color: #e2a4002b;
  margin-left: 0;
  margin-right: 0;
}
.link-expire-warning .link-warning-txt {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
}
.filepond--credits {
  display: none;
}
.in-grp-bottom-txt {
  align-items: flex-end !important;
}
/* Link disable */
.disabled-link {
  pointer-events: none;
  cursor: default;
}
/* declaration */
.declaration_section {
  display: contents;
}

.declaration_section_input .form-control {
  width: 30%;
  height: 31px;
}

.declaration_section_with_input,
.declaration_place_input {
  display: inline-block;
}

.declaration_place_input {
  /* max-width: 30%; */
  position: relative;
  margin: 6px 0;
  display: inline-block;
}
.declaration_place_input .form-control {
  height: 31px;
  width: 100%;
}
.declaration_place_input span.error {
  position: absolute;
}
.declaration_quote {
  vertical-align: baseline;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 15px;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
  75% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}

.dialog-with-inputs input.error {
  border: 2.2px solid #f44336;
  animation: shake 0.3s ease;
  box-shadow: 0 0 5px rgba(244, 67, 54, 0.7);
  outline: none;
}

/* Discovery table */
.discovery-table td:nth-child(2) {
  vertical-align: middle !important;
}
/* Serve popup */
.served-by-section {
  text-align: left !important;
}
.selection-sweetaleart {
  overflow: hidden !important;
}
.selection-sweetaleart .lead-counsel-selection-sec,
.selection-sweetaleart .select2-container ul {
  text-align: left !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #607080;
}
.selection-sweetaleart .select2-container ul {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #607080;
}
.swal-form-error-msg {
  justify-content: left !important;
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  color: #f44336;
  font-weight: 400;
  margin: 0;
  padding-left: 28px;
}
.swal-form-error-msg::before {
  display: none;
}
.iframe-view {
  padding: 10px;
  position: relative;
  height: auto !important;
  min-height: 100%;
}
.iframe-view iframe {
  height: 500px;
}
.form-control[readonly] {
  background-color: #e9ecef !important;
}
#definitionsAccordion .accordion-header {
  display: flex;
}
.obj-isrt {
  cursor: pointer;
  width: auto;
  font-size: 20px;
  margin-top: 9px;
  margin-left: 10px;
  color: #7c8db5;
}
.obj-isrt:hover {
  opacity: 80%;
}
.swal2-icon {
  font-size: 70%;
}
div#swal2-html-container {
  font-size: 16px;
}
.tbl_action_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* table sorting icon */
th.sorting:before,
th.sorting:after {
  display: none !important;
}
th.sorting .sort-icon {
  position: relative !important;
  top: 5px;
  left: 10px;
}
th.sorting .sort-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgb(195, 195, 195);
  border-radius: 6px;
}
th.sorting .sort-icon:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(195, 195, 195);
  border-radius: 6px;
}
th.sorting.sorting_asc .sort-icon:before {
  border-bottom: 5px solid rgb(117, 117, 117);
}
th.sorting.sorting_desc .sort-icon:after {
  border-top: 5px solid rgb(117, 117, 117);
}
.form-instru-btn {
  margin-bottom: 10px;
}
/* local mode warning */
.local-mode-warning {
  background-color: #e2a4002b;
  font-size: 16px;
  text-align: center;
}
.valigntop td {
  vertical-align: top;
}
/* theme modal */
.theme_modal .modal-content form {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* */

/**/
.swal2-container .swal2-actions {
  z-index: 0;
}

/* sidebar view */
.definationsidebar_wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  justify-content: center;
}
.definationamain {
  width: calc(100% - 300px);
  padding-right: 15px;
}
.definationsidebar_wrapper.hidesidebar .definationamain {
  width: 100%;
}
.definationsidebar {
  width: 300px !important;
}

.hidesidebar .defitogglebtn {
  display: none !important;
}

.defitogglebtn {
  position: fixed;
  bottom: 155px;
  right: 16px;
  z-index: 99;
  height: 50px;
  width: 50px !important;
  display: inline-flex !important;
  min-width: 40px !important;
  padding: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100%;
  box-shadow: 0 0 10px #000000ab !important;
}
.defitogglebtn i {
  font-size: 40px;
  line-height: 1;
  height: 40px;
  width: auto;
}
.my-responses .accordion-item button {
  max-width: calc(100% - 77px) !important;
}
.my-responses .accordion-item button span {
  max-width: calc(100% - 37px) !important;
}
.definationsidebar .accordion-item button {
  max-width: calc(100% - 29px);
  background-color: transparent;
}
.definationsidebar .accordion-item button span {
  max-width: calc(100% - 27px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/
.requesrtextareabox + .cke_browser_webkit {
  min-width: 400px;
}
.requestinputbox {
  min-width: 60px;
}
.nowraptd {
  white-space: nowrap;
}

/**/
.borderbox {
  border: 1px solid #d1d1d1;
  font-size: 0;
}
.borderbox ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.borderbox ul li {
  width: 50%;
  display: inline-flex;
}
.borderbox ul li span.val,
.borderbox ul li span.label {
  padding: 10px;
  display: inline-block;
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  font-size: 12px;
}
.borderbox ul li .label {
  width: 41%;
}
.borderbox ul li .val {
  width: 60%;
}
.borderbox .form-select {
  font-size: 12px;
}

/**/
table#discovery-table {
  max-width: 100% !important;
}
table#discovery-table button.action_btn i {
  line-height: 1.4;
}
div#discovery-table_wrapper {
  overflow: hidden;
  overflow-x: auto;
  min-height: 420px;
}
div#discovery-table_wrapper div#discovery-table_paginate {
  width: 100%;
}
.dropstart .dropdown-menu {
  right: 0 !important;
}

.distitle {
  min-width: 250px;
}

table#discovery-table tr td {
  background-color: #ffffef;
}
table#discovery-table tr[class*="child-tbl-row"] td,
table#discovery-table tr td.dataTables_empty {
  background-color: #fff;
}
/* File upload section */
span.filepond--label-action {
  color: #435ebe;
}
.declaration_details {
  font-size: 0.9rem;
}
.form-control[readonly] {
  background-color: #e9ecef !important;
}
.vscomp-ele {
  max-width: 100% !important;
}
.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none !important;
}
.vscomp-toggle-button {
  border: none !important;
  padding: 0 0 0 0 !important;
}
/* Case page service list join request popup. */
.serv_list_case_page_popup .action_btn {
  width: 120px !important;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: none;
}
/* DAD Form */
.declaration_details ol li {
  margin-top: 8px;
}
h5.instruct-title {
  font-family: Nunito;
  color: var(--blue-color);
  font-size: 18px;
}
.accordion-header {
  font-size: 1.3rem;
}
.card.child-card {
  margin-bottom: 0.5rem;
}
/* .ques-ans-view {
    margin-bottom: 1.5rem;
} */
.conjuction-que-text {
  font-size: 16px;
  margin-bottom: 4px;
  text-decoration: underline;
}
.obj-lst-icon {
  cursor: pointer;
  font-size: 18px;
  margin-top: 9px;
  color: #7c8db5;
}
.reply-btn {
  min-width: 80px !important;
  background-color: #fff !important;
  border-color: #e4e5e7;
  color: #6a6c6f !important;
  font-size: 12px;
  font-weight: bold;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.reply-btn:focus,
.btn.reply-btn:hover,
.btn.reply-btn:focus-visible,
.btn.reply-btn:active {
  background-color: #fff !important;
  border-color: #e4e5e7 !important;
  color: #6a6c6f !important;
  font-size: 12px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.def-add-btn {
  font-size: 17px;
}
.empty-accordion-item {
  font-size: 15px !important;
  font-weight: normal !important;
  padding: 15px !important;
}
/* propunder add form */
.def-options-scroll .header-definition-options {
  position: initial;
}

#multiple-column-form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form.propunder-add-form {
  /* display: flex; */
  position: relative;
}

.content-wrapper {
  margin-top: 30px;
}

.header-definition-options {
  position: sticky;
  width: 300px !important;
  top: 94px;
  z-index: 1;
  margin-bottom: 15px;
  width: max-content;
  margin-left: auto;
  padding: 10px 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.7rem;
  background: #ffffff;
  right: 0;
}
#multiple-column-form.def-options-scroll
  .propunder-add-form
  .definationsidebar_wrapper
  .definationamain {
  margin: 0 !important;
}

.section .header-definition-options .form-check {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
}

.section .header-definition-options .form-check .form-check-input {
  width: 18px;
  height: 18px;
}

.section .header-definition-options .form-check:nth-child(3) {
  margin-right: 0;
}
.content-shw-hide-link {
  cursor: pointer;
}
.header-definition-options .add-definition {
  /* font-size: 15px; */
  line-height: 1;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 85px;
  padding: 6px 4px;
}

.header-definition-options .add-definition i {
  width: auto;
  height: auto;
  margin-right: 3px;
}

.propunder-add-form .my-responses .accordion-item button {
  max-width: calc(100% - 113px) !important;
}

.propunder-add-form .my-responses .accordion-item button span {
  max-width: calc(100% - 24px) !important;
}

/* .propunder-add-form .definitions-accordion {
    height: calc(100vh - 240px);
} */

/* .propunder-add-form .accordion-definition-wrap {
    height: calc(100vh - 200px);
} */

/* .propunder-add-form .my-responses .definitions-accordion {
    padding-top: 0;
    height: auto; 
    overflow-y: initial;
} */

/* .propunder-add-form .my-responses .accordion-definition-wrap {
    height: calc(100vh - 250px);
    margin-top: 50px;
    overflow-y: auto;
} */

.propunder-add-form .my-responses .accordion-body {
  word-break: break-word;
}

.propunder-add-form .definationsidebar_wrapper .definationamain {
  /* margin-right: 20px; */
  padding-right: 0;
  /* transform: translateY(-70px); */
}

.propunder-add-form .definationsidebar_wrapper.hidesidebar .definationamain {
  transform: translateY(-10px);
}

.def-options-scroll .header-definition-options {
  width: max-content !important;
}

/* .propunder-add-form .definationsidebar_wrapper.hidesidebar .definationamain{
    margin-right: 0px;
} */

.page-content .propunder-add-form .card {
  margin-bottom: 0px;
}

.propunder-add-form .action_btn {
  margin-top: 5px;
}

.propunder-add-form .obj-lst-icon {
  padding: 5px;
  color: inherit;
  width: auto;
  height: auto;
  margin: 0 !important;
  font-size: 14px;
  display: flex;
}

/* add response popup */
.client-modal-show .header-definition-options {
  z-index: 1053;
}

.client-modal-show .section .header-definition-options .form-check {
  color: #607080;
}

.client-modal-show .definationsidebar {
  z-index: 1052;
}
#definitions-modal.modal {
  z-index: 1052;
}
#notes_modal.modal {
  z-index: 1052;
}
.party-modal-show #partiesModal {
  opacity: 0;
}
.definition-modal-show #discovery-notes-modal {
  opacity: 0;
}
.definition-modal-show #res-serve-modal {
  opacity: 0;
}
/* Datatable export buttons */
div.dt-buttons {
  float: right;
  padding-bottom: 5px;
}
.export-btn {
  background-color: #e4e5e7;
  color: #181e24 !important;
  border: none;
}
.export-btn:hover,
.export-btn:focus,
.export-btn:focus-visible,
.export-btn:active {
  background-color: #d1d9e1 !important;
  color: #181e24;
  border: none;
  box-shadow: none !important;
}
span.badge {
  font-size: 12.5px !important;
}
span.badge.bg-secondary {
  background-color: #ffdeec !important;
  color: #dd206f;
}
span.badge.bg-success {
  background-color: #dde4ff !important;
  color: #435ebe;
}
span.time-stamp svg {
  fill: #435ebe;
  margin-right: 10px;
}
/* Discovery buttons */
.discovery-header-btns a i {
  position: relative;
  top: 2px;
  left: 2px;
}

.normal_heading {
  font-weight: 550;
}
.notes-list li:last-child {
  border-top: 1px solid #ced4da;
}
.notes-list li .note-details {
  margin-top: 15px;
}
.note-heading span {
  font-size: 13.5px;
}
.modal-button-section {
  text-align: right;
  /* margin-bottom: 10px; */
}
.notes {
  max-height: 300px;
  overflow-y: auto;
}
.input-with-check {
  display: flex;
}
.button-with-icon {
  margin-top: 33px;
}
.button-with-icon i {
  position: relative;
  top: 3px;
  left: 3px;
}
.date-row {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  grid-gap: 5px;
}
.case-btn.disabled {
  background-color: #607080;
  border-color: #607080;
}
.definationamain .card-body h4 {
  margin-bottom: 0px;
}
span.pdf-name {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 2px;
}
.btn.btn-purple {
  background-color: #974eb0;
  color: #ffffff;
}
.btn.btn-purple:hover {
  background-color: #72286f;
}
.api-buttons {
  padding: 8px 8px;
}
.middle_sec {
  text-align: center;
}

/* .modal .modal-dialog .btn-primary {
    background-color: #7066e0;
    border: none;
}
.modal .modal-dialog .btn-primary:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
} */
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  background-color: #e6eaee !important;
  color: #181e24 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #7066e0 !important;
}

.letter-head-wrapper .delete-lh-icon {
  font-size: 20px;
  margin-left: 15px;
  color: #db5959;
}
table.table tr th {
  text-align: center;
  text-wrap: nowrap;
}
.instruction-tip {
  position: relative;
  top: 3px;
}
.admit-sub-questions svg {
  margin-bottom: 7px;
}
.admit-sub-questions i {
  margin-left: 2px;
}
.stamp-content {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 3px;
}
.stamp-content span {
  line-height: normal;
}
.form-instro-info-sec .form-group {
  margin-bottom: 0px;
}
.authority-content {
  display: flex;
  column-gap: 3px;
}
.question-accordion-item {
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 12px 10px;
  border-bottom: none;
}
.accordion-item.no-generated-objction-item {
  border-bottom: none !important;
}

.no-objections-accordion-item {
  padding: 20px 12px 20px;
  font-size: 18px;
}

a.disabled {
  pointer-events: none !important;
  color: #8f9198;
  cursor: not-allowed !important;
  opacity: 0.65;
}

.defitogglebtn.obj-button {
  background-color: #435ebe;
  color: white;
  border: none;
  cursor: pointer;
  position: fixed !important;
  bottom: 155px !important;
  right: 16px;
  border-radius: 50%;
  font-size: 16px;
  height: 50px;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  box-shadow: 0 0 10px #000000ab !important;
  z-index: 99;
  line-height: 1;
  min-width: 40px !important;
}

.right-section-actions {
  text-align: end;
  padding: 10px 10px;
  border-bottom: 1px solid #e9eeff;
}

.request-definition,
.add-definition {
  font-size: 14px;
}

.reformat-all-section,
.questions-card {
  margin-top: 5px;
}

.formatter-menu,
.reformat-all-section {
  margin-bottom: 5px;
  display: flex;
  justify-content: end;
}

.formatter-menu i,
.reformat-all-section i {
  font-size: 18px;
}

.reformat-all-section .action-button {
  min-width: 80px !important;
  font-size: 12px;
  font-weight: bold;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.formatter-menu .action-button,
.btn.highlighted_button {
  min-width: 80px !important;
  background-color: #fff !important;
  border-color: #e4e5e7;
  color: #6a6c6f !important;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.formatter-menu .btn.action-button:focus,
.formatter-menu .btn.action-button:hover,
.formatter-menu .btn.action-button:focus-visible,
.formatter-menu .btn.action-button:active,
.btn.highlighted_button:focus,
.btn.highlighted_button:hover,
.btn.highlighted_button:focus-visible,
.btn.highlighted_button:active {
  background-color: #fff !important;
  border-color: #e4e5e7 !important;
  color: #6a6c6f !important;
  font-size: 12px;
}

.reply-section:has(*) {
  background-color: #f7f7f7;
  padding: 10px;
}

.content-wrapper .cke_top {
  background: #fcfcfc !important;
}

.file-change-btn {
  font-size: 14px;
  padding: 3px 10px;
}
.accordion-body pre {
  white-space: pre-wrap;
  word-wrap: normal;
}
.questions-heading-section {
  position: relative;
  margin-bottom: 10px;
}

.generate-que-btn-sec {
  position: absolute;
  right: 0;
  margin: 0;
}

.title-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  position: relative;
  padding: 0.25rem 0;
}
.btn-absolute {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

label span.file-name-label {
  font-weight: 500 !important;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #eee;
  /* color: rgba(35,28,99,.7);  */
  color: #6c7075;
}

.tooltip-arrow {
  border-top-color: #eee;
}

.tooltip-arrow::before {
  border-top-color: #eee !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}

tr.row-without-border {
  border: none !important;
}

tr.row-without-border th {
  border: none !important;
}

tr.row-without-border .generate-que-btn-sec {
  position: relative;
}

.custom-questions-tbl .reformat-all-section {
  margin: 0;
}

.custom-questions-tbl .generate-que-btn-sec {
  position: relative;
}

.service-check-info {
  font-size: 15px;
  color: #435ebe;
}

.service-frm-check {
  cursor: pointer;
}

.table > :not(:first-child) {
  border-top: none;
}

.section .answer-sec .form-check {
  display: inline-block;
}

#pdf-modal .pdf-display {
  display: flex;
  justify-content: center;
}

.drag-drop-files-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tbl_action_btn_wrap .bi {
  width: unset;
}

.fs-12 {
  font-size: 12px !important;
}

.propunder-add-form a.action_btn_2 {
  margin-top: 0;
  padding: 15px 10px;
}

.faq-que-ans-sec {
  display: flex;
  flex-direction: column;
  color: #454e73;
  padding: 15px 0;
}

.faq-que-ans-sec.bt-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.action_btn_2 {
  font-size: 13px;
  font-weight: bold;
}

.action_btn_2 .bi {
  height: auto !important;
}

.action_btn .bi {
  height: 1rem;
  width: auto;
}

.reformat-all-section {
  gap: 5px;
}

table.dataTable tr td.wrap_td_text {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

.question-actions {
  width: 100%;
  align-items: center;
  display: inline-block;
}

/* Reserve space for .genuine-question-sec even when hidden */
.question-actions .genuine-question-sec {
  width: 50%;
  min-width: 50%;
  float: left;
}

.question-actions .formatter-menu {
  width: 50%;
  float: right;
}

.frm-instruction-details {
  margin-bottom: 1rem;
}

#case-team-im-on-table .select2-selection.select2-selection--single {
  font-size: 13.5px;
  height: 25px;
}

#case-team-im-on-table
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 25px;
}

#case-team-im-on-table
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 25px;
}

/* .btn.icon-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.swal-input-section {
    font-size: 15px;
}

.swal-input-section label {
    padding-bottom: 5px;
} */

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.2em !important;
}

div:where(.swal2-container) button.swal2-styled {
  font-size: 0.9em !important;
}

/* .btn.revert-name-btn {
  padding: 0 0.5rem !important;
} */

.action-btns-list .dropdown-item {
  display: flex;
  padding: 0.3rem 1rem;
  font-size: 15px;
  gap: 8px;
}

.action-btns-list .dropdown-item i {
  font-size: 16px;
}

.btn.vfy-btn {
  margin-top: 33px;
}

.members-accordion .accordion-item {
  padding: 10px 0;
}

.members-accordion .accordion-header {
  padding: 0 12px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.members-accordion .accordion-header h6 {
  margin-bottom: 0;
}

.fw-semibold {
  font-weight: 500;
}

.payment_ele_wrap {
  border-radius: 0.25rem !important;
  background-color: #f8f9fa !important;
  padding: 1rem !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-top: 10px;
}

.row-header h6 {
  font-weight: 500;
  font-size: 0.9rem;
}

.child .tbl_action_btn_wrap {
  justify-content: left;
  text-align: left;
}

.icon-button i {
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.badge i {
  position: relative;
  top: 1px;
  left: 2px;
  cursor: pointer;
}

.table-responsive-sm table.dataTable tr.dtrg-group th {
  background-color: #f5f5f5;
  border: 1px solid #efefef !important;
}

/* responsive css */
@media (min-width: 481px) {
  .submit-add-cancel-btns .btn {
    /* min-width: 133px; */
  }
}
@media (min-width: 768px) {
  .header-definition-options {
    width: 295px !important;
    /* width: 185px !important; */
  }
  .client-modal-show .left-side-md {
    width: calc(100% - 330px);
    overflow-y: auto !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .definationsidebar {
    position: static;
    z-index: auto;
    flex-grow: 1;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .defitogglebtn {
    display: none !important;
  }

  .button-with-icon {
    margin-top: 28px;
  }
  .date-row {
    grid-template-columns: 1fr 0.5fr 1fr;
  }
  .declaration_place_input {
    /* max-width: 28%; */
  }
  label span.file-name-label {
    max-width: 200px;
  }
}
@media (max-width: 878px) {
  .tbl_action_btn_wrap {
    justify-content: start;
  }
}
@media (max-width: 1399px) {
  /* #discovery-notes-modal.modal .modal-dialog,
    #res-serve-modal.modal .modal-dialog,
    #definitions-modal.modal .modal-dialog,
    #notes_modal.modal .modal-dialog {
        transform: translateX(-30px);
    } */

  .header-definition-options {
    width: 295 !important;
  }

  #discovery-notes-modal.modal .modal-dialog,
  #res-serve-modal.modal .modal-dialog {
    /* max-width: 470px; */
    max-width: 750px;
  }

  .button-with-icon {
    margin-top: 33px;
  }
  .date-row {
    grid-template-columns: 0.7fr 0.5fr 0.7fr;
  }

  .drag-drop-files-sections {
    display: inline;
  }
  label span.file-name-label {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .layout-horizontal .main-navbar ul.menu-list {
    gap: 1rem;
  }
  .layout-horizontal .container {
    max-width: 100% !important;
    --bs-gutter-x: 0.8rem;
  }

  /* #discovery-notes-modal.modal .modal-dialog,
    #res-serve-modal.modal .modal-dialog,
    #definitions-modal.modal .modal-dialog,
    #notes_modal.modal .modal-dialog {
        transform: translateX(-85px);
    } */

  .button-with-icon {
    margin-top: 33px;
  }
  .date-row {
    grid-template-columns: 0.7fr 0.5fr 0.7fr;
  }

  .drag-drop-files-sections {
    display: inline;
  }
  label span.file-name-label {
    max-width: 350px;
  }
}
@media screen and(max-width: 991px) {
  /* #sidebar {
        display: block;
    } */
  /* .layout-horizontal .main-navbar {
        background-color:#f5f7fc;
        overflow: hidden;
        padding: 1rem;
        display: none
    } */

  .declaration_place_input {
    /* max-width: 26%; */
  }

  .layout-horizontal .main-navbar.active {
    max-height: initial;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 1;
    box-shadow: 0 1rem 3rem #0000002d;
  }

  .layout-horizontal .main-navbar ul {
    flex-direction: column;
    gap: 0;
  }

  .layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23888" opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" ></polyline></svg>') !important;
    top: unset;
  }
  .layout-horizontal .main-navbar ul {
    gap: 0.8rem !important;
  }
  .layout-horizontal .main-navbar ul.menu-list > .menu-item.active a {
    background-color: var(--blue-color);
    color: #fff;
  }
  .layout-horizontal .main-navbar ul.menu-list > .menu-item.active a:hover {
    background-color: var(--dark-blue-color);
    color: #fff;
  }
  .layout-horizontal .main-navbar ul .menu-link {
    padding: 1rem !important;
    font-size: 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    transition: all 0.5s;
  }
  .offcanvas.offcanvas-start {
    width: 300px;
  }

  .layout-horizontal .main-navbar .submenu {
    visibility: visible !important;
    opacity: 1;
    box-shadow: none;
    position: static;
    padding: 0 1rem;
    background-color: unset;
    transition: all 0.2s;
    display: none;
  }

  .layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }

  .layout-horizontal .main-navbar .submenu .submenu-group {
    max-height: unset;
    padding: 0;
    min-width: unset;
    width: 100%;
  }

  .layout-horizontal .main-navbar .submenu.active {
    display: block;
  }

  .layout-horizontal .main-navbar .subsubmenu {
    visibility: visible !important;
    opacity: 1;
    box-shadow: none;
    position: static;
    padding: 1rem;
    background-color: unset;
    display: none;
  }

  .layout-horizontal .main-navbar .subsubmenu.active {
    display: block;
  }

  .button-with-icon {
    margin-top: 33px;
  }
  .date-row {
    grid-template-columns: 0.7fr 0.5fr 0.7fr;
  }

  .drag-drop-files-sections {
    display: inline;
  }

  label span.file-name-label {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .requesrtextareabox + .cke_browser_webkit {
    min-width: auto;
    width: 100%;
  }
  /* sidebar view */
  .definationamain {
    width: calc(100% - 270px);
    padding-right: 15px;
  }
  .definationsidebar {
    width: 250px !important;
  }
  .header-definition-options {
    width: 250px !important;
  }

  .declaration_place_input {
    /* max-width: 26%; */
  }

  /**/
  .layout-horizontal .header-wrapper .offcanvas {
    width: 280px !important;
  }
  .layout-horizontal .header-wrapper .offcanvas-header {
    box-shadow: 0 0 10px #d5d5d5;
    padding: 10px 16px;
  }
  .layout-horizontal .main-navbar ul.menu-list {
    flex-wrap: wrap;
    gap: 0;
  }
  .layout-horizontal .main-navbar ul.menu-list > .menu-item {
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .layout-horizontal .main-navbar ul.menu-list > .menu-item.active,
  .layout-horizontal .main-navbar ul.menu-list > .menu-item:hover {
    background-color: var(--blue-color);
  }
  .layout-horizontal .main-navbar ul.menu-list > .menu-item.active a,
  .layout-horizontal .main-navbar ul.menu-list > .menu-item:hover a {
    color: #fff !important;
  }
  .layout-horizontal .main-navbar ul.menu-list > .menu-item:first-child {
    pointer-events: none;
  }

  .section .header-definition-options .form-check {
    margin-right: 6px;
    font-size: 13px;
    line-height: 1;
  }

  .section .header-definition-options .form-check .form-check-input {
    width: 14px;
    height: 14px;
  }
  /* #discovery-notes-modal.modal .modal-dialog,
    #res-serve-modal.modal .modal-dialog,
    #definitions-modal.modal .modal-dialog,
    #notes_modal.modal .modal-dialog {
        transform: translateX(-135px);
        max-width: 450px;
    } */
  .submit-add-cancel-btns {
    flex-wrap: wrap;
  }

  .button-with-icon {
    margin-top: 33px;
  }
  .date-row {
    grid-template-columns: 0.8fr 0.5fr 0.8fr;
  }

  .drag-drop-files-sections {
    display: inline;
  }

  label span.file-name-label {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    width: 100%;
  }
  .middle_sec {
    text-align: left;
  }
  .title-flex {
    position: static;
    justify-content: space-between;
  }
  .btn-absolute {
    position: static;
    transform: none;
  }
  .search-wrapper {
    width: calc(100% - 105px);
  }
  .card .card-body {
    padding: 0.8rem;
  }
  hr {
    margin: 0.8rem 0;
  }

  .declaration_place_input {
    /* max-width: 26%; */
  }

  /* sidebar view */
  .definationsidebar_wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .definationamain {
    width: 100%;
    padding-right: 0;
  }
  .definationsidebar {
    width: 300px !important;
  }
  .definationsidebar .definitions-accordion {
    height: 100dvh;
    border-radius: 0px;
  }
  .defitogglebtn {
    height: 35px;
    width: 35px !important;
    min-width: 35px !important;
  }
  .defitogglebtn i {
    font-size: 25px;
    line-height: 1;
    height: 25px;
    width: auto;
  }

  .propunder-add-form .definationsidebar_wrapper .definationamain {
    margin-right: 0px;
    margin-top: 0 !important;
  }

  .section .header-definition-options .form-check.hide-opt-mobile {
    display: none;
  }

  .header-definition-options {
    position: initial;
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;

    /* margin-bottom: 85px; */
  }

  .section .header-definition-options .form-check {
    margin-right: 8px;
    font-size: 14px;
  }

  .section .header-definition-options .form-check .form-check-input {
    width: 18px;
    height: 18px;
  }

  .header-definition-options + .propunder-add-form {
    margin-top: 15px;
  }

  .propunder-add-form .my-responses .accordion-definition-wrap {
    margin-top: 0px;
  }

  .header-definition-options .add-definition {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
  }
  #discovery-notes-modal.modal .modal-dialog,
  #res-serve-modal.modal .modal-dialog,
  #definitions-modal.modal .modal-dialog,
  #notes_modal.modal .modal-dialog {
    transform: none;
  }

  .client-modal-show .section .header-definition-options .form-check {
    color: #607080;
  }

  .definition-modal-show .definationamain .defitogglebtn {
    z-index: 99;
  }

  .definationamain .defitogglebtn {
    z-index: 1049;
  }

  .button-with-icon {
    margin-top: 0;
  }
  .date-row {
    grid-template-columns: 0.6fr 0.5fr 0.6fr;
  }
  div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.5em !important;
    line-height: inherit;
  }

  .drag-drop-files-sections {
    display: inline;
  }

  label span.file-name-label {
    max-width: 550px;
  }

}

@media (max-width: 650px) {
  .button-with-icon {
    margin-top: 0;
    font-size: 14px;
  }

  .right-btns .btn,
  .left-btns .btn {
    width: 50%;
    font-size: 15px;
  }
  
  .left-right-btns {
    flex-direction: column;
  }
  
  .left-right-btns .left-btns {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 !important;
    order: 1;
  }

  .left-right-btns .right-btns {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .borderbox ul li {
    width: 100%;
  }
  .theme_modal .modal-header .modal-title {
    font-size: 18px;
  }
  .file-drag-drop-wrapper a.pdf-icon {
    padding: 6px;
  }
  .borderbox ul li .label span {
    padding: 7px;
  }
  #discovery-notes-modal.modal .modal-dialog,
  #res-serve-modal.modal .modal-dialog,
  #definitions-modal.modal .modal-dialog,
  #notes_modal.modal .modal-dialog {
    max-width: 100%;
  }
  .button-with-icon {
    /* margin-top: 20px; */
  }
  .date-row {
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }
  .button-with-icon {
    /* margin-top: 15px; */
    font-size: 14px;
  }
  .declaration_place_input {
    /* max-width: 26%; */
  }
  .btn {
    padding: 0.35rem 0.75rem;
  }
  .custom-questions .custom-questions-tbl .table {
    width: 100%;
    table-layout: fixed;
  }
  .custom-questions .custom-questions-tbl .table tr th {
    width: 100px;
  }
  .custom-questions .custom-questions-tbl .table tr th:nth-child(2) {
    width: 300px;
  }
  div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.35em !important;
    line-height: inherit;
  }

  .drag-drop-files-sections {
    display: inline;
  }

  label span.file-name-label {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .page-heading h3 {
    font-size: 20px;
  }

  .h5, h5 {
    font-size: 18px;
  }

  .btn {
    font-size: 14px;
  }  

  /* .left-right-btns .right-btns,
    .left-right-btns .left-btns {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .left-right-btns .right-btns {
        flex-direction: row-reverse;        
    } */

  /* .left-right-btns .right-btns button {   
        width: 100%;
        margin-top: 10px;
    } */
  .left-right-btns .left-btns .btn {
    /* width: calc(50% - 5px); */
    width: 100%;
  }
  .submit-add-cancel-btns {
    width: 100%;
    display: inline-flex;
    justify-content: space-between !important;
    margin: 0 !important;
    flex-wrap: wrap;
  }
  .submit-add-cancel-btns .btn {
    /* width: calc(50% - 5px); */
  }
  .submit-add-cancel-btns .btn:last-child {
    /* width: 100%; */
  }
  .submit-add-cancel-btns4 .btn:last-child {
    /* width: calc(50% - 5px); */
  }

  .btn.btn-primary,
  .btn.btn-light-secondary,
  .btn.btn-success {
    /* min-width: 95px; */
  }

  /* .send-code-btn,
  .verify-btn {
    position: relative;
  } */

  .common-relative-field-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }

  .common-relative-field-2 .form-control {
    width: 100%;
  }

  .header-definition-options .add-definition {
    font-size: 12px;
    padding: 6px 4px;
    margin-left: 5px;
  }

  .section .header-definition-options .form-check {
    margin-right: 6px;
    font-size: 12px;
  }

  .section .header-definition-options .form-check .form-check-input {
    width: 14px;
    height: 14px;
    margin: 0 2px 0 -20px !important;
  }

  .button-with-icon {
    margin-top: 0px;
  }
  .date-row {
    display: block;
  }
  .declaration_place_input {
    /* max-width: 26%; */
  }

  .drag-drop-files-sections {
    display: inline;
  }

  label span.file-name-label {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .tooltip {
    display: none !important;
  }
}
