body {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font: 400 15px/23px "Host Grotesk";
  color: #000;
  background: rgba(var(--primary-light), 1);
}
p {
  padding: 0px;
  margin: 0px;
}
a {
  padding: 0px;
  margin: 0px;
  outline: none;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
input[type="text"]::-webkit-placeholder {
  opacity: 1;
}
input[type="text"]::-moz-placeholder {
  opacity: 1;
}
input[type="password"]::-webkit-placeholder {
  opacity: 1;
}
input[type="password"]::-moz-placeholder {
  opacity: 1;
}
input[type="search"]::-webkit-placeholder {
  opacity: 1;
}
input[type="search"]::-moz-placeholder {
  opacity: 1;
}
input[type="email"]::-webkit-placeholder {
  opacity: 1;
}
input[type="email"]::-moz-placeholder {
  opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}
input[type="tel"]::-moz-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea::-webkit-placeholder {
  opacity: 1;
}
a:hover {
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
a {
  text-decoration: none;
}
a,
button,
input[type="submit"],
::before,
::after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
input[type="submit"] {
  cursor: pointer;
  border: 0px;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 13px;
}
p:last-child {
  margin-bottom: 0px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0px;
}
figure {
  margin: 0px;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-object {
  flex: 1;
}
button {
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
}

/* host-grotesk-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/host-grotesk-v5-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* host-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/host-grotesk-v5-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* host-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/host-grotesk-v5-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* host-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/host-grotesk-v5-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* host-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/host-grotesk-v5-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* host-grotesk-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/host-grotesk-v5-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*
font-family: 'Host Grotesk';
*/

body.loginbner {
  background: url(./assets/images/loginBner.jpg) no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.loginpnel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 15px;
}
.loginform {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5.5px);
  padding: 85px 60px 40px;
  width: 100%;
  max-width: 760px;
}
.loginlgo {
  text-align: center;
}
.frmdata {
  margin-top: 30px;
}
.loginfrminr {
  padding-top: 40px;
}
.frmdata input[type="text"],
.frmdata input[type="password"],
.datafrm input[type="file"].form-control,
.frmdata input[type="email"],
.frmdata input[type="tel"] {
  width: 100%;
  border-radius: 44px;
  border: 0.5px solid #e3e3e3;
  background: #fff;
  outline: none;
  padding: 0 30px;
  height: 85px;
  color: #0c3155;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.frmdata input[type="text"]::placeholder,
.frmdata input[type="password"]::placeholder,
.frmdata input[type="email"]::placeholder,
.frmdata input[type="tel"]::placeholder {
  opacity: 1;
  color: #0c3155;
}
.frmdatabtn {
  margin-top: 35px;
}
.frmdatabtn input[type="submit"] {
  width: 100%;
  border-radius: 44px;
  background: #0e3255;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 85px;
}
.frmdatabtn input[type="submit"]:hover {
  background: #a17d3a;
  color: #fff;
}
.frmdatalnks {
  margin-top: 45px;
  text-align: center;
}
.frmdatalnks span {
  display: inline-flex;
  color: #0c3155;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.frmdatalnks span a {
  color: #0c3155;
  text-decoration: underline;
}
.frmdatalnks span a:hover {
  color: #a17d3a;
}

body {
  background: linear-gradient(287.36deg, #1562ad 3.81%, #0c3155 101.22%);
  padding: 10px;
}
.dashboardSec {
  display: flex;
  padding: 10px;
  width: 100%;
  min-height: calc(100vh - 20px);
  background: linear-gradient(287.36deg, #1562ad 3.81%, #0c3155 101.22%);
}
.sidebar {
  width: 100%;
  max-width: 320px;
  padding: 45px 20px 45px 45px;
  position: fixed;
  height: 100%;
  z-index: 99;
}
.sdebarlgo {
  margin-bottom: 44px;
}
.sidebaritem > ul > li {
  margin-top: 17px;
}
.sidebaritem > ul > li:first-child {
  margin: 0;
}
.sidebaritem > ul > li > a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 15px 13px 0;
  border-radius: 40px;
  border-left: 4px solid transparent;
}
.sidebaritem > ul > li.activeitm > a,
.sidebaritem > ul > li > a:hover {
  background: #fff;
  color: #0c3155;
  border-color: #a17d3a;
  padding-left: 43px;
}
.sidebaritem > ul > li > a {
  gap: 14px;
}
.sidebaritem > ul > li i {
  display: inline-flex;
}
.sidebaritem > ul > li i img {
  transition: all 0.3s ease-in-out;
}
.sidebaritem > ul > li.activeitm i img,
.sidebaritem > ul > li > a:hover i img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(7%) saturate(3213%)
    hue-rotate(0deg) brightness(84%) contrast(83%);
}
.sidebaritem > ul > li ul {
  margin: 0px;
  padding: 15px 0px 0px 22px;
}
.sidebaritem > ul > li ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.sidebaritem > ul > li ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.deskopen .sidebar {
  max-width: 74px;
}
.deskopen .sidebar .sidebaritem > ul > li > a {
  justify-content: center;
  padding: 7px;
}
.deskopen .sidebar .sidebaritem > ul > li > a span {
  display: none;
}
.deskopen .sidebar .userprofle .media-object {
  display: none;
}

.userprofle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.userprofle,
.sidebar {
  padding: 55px 20px 55px 45px;
}
.userprofle .media {
  align-items: center;
  gap: 20px;
}
.userprofle .media figure {
  width: 60px;
  height: 60px;
}
.userprofle .media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.userprofle h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 6px;
}
.userprofle p {
  color: #74aade;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.sidebaritem {
  padding-right: 10px;
  margin-right: -10px;
  height: calc(100vh - 320px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #eff6ff #0d3963;
}
.deskopen .sidebar .sdebarlgo a {
  min-width: 40px;
}
.deskopen .sidebar .sdebarlgo img {
  width: 40px;
}
.sidebar .sdebarlgo .sidebar-lg {
  gap: 20px;
}
.sidebar .sdebarlgo .toggle-nav {
  min-width: 26px;
  height: 26px;
  color: #fff;
  padding: 2px;
  background: #a17d3a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.deskopen .sidebar .sdebarlgo .toggle-nav {
  position: absolute;
  right: -14px;
  top: 8px;
  min-width: 24px;
  height: 24px;
  padding: 5px;
  box-shadow: 0px 0px 0px 3px #eff6ff;
  border-radius: 50%;
}
.deskopen .sidebar .sdebarlgo .sidebar-lg {
  gap: 0px;
}
.deskopen .sidebaritem > ul > li > a {
  border-radius: 8px;
  max-width: 40px;
}

.userprofle {
  padding-top: 0 !important;
}

.boardbody {
  width: 100%;
  background: #eff6ff;
  padding: 40px 45px 45px 50px;
  border-radius: 50px;
  margin-left: 320px;
}

.cuntingdshbrd .row {
  margin: 0 -4px;
  gap: 8px 0px;
}
.cuntingdshbrd .row > div {
  width: 20%;
  padding: 0 4px;
}
.cuntingnmber {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  min-height: 195px;
  transition: all 0.3s ease-in-out;
  padding: 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cuntingnmber h4 {
  color: #0c3155;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 10px;
}
.cuntingnmber span {
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.cuntingnmber:hover {
  background: #0c3155;
}
.cuntingnmber:hover span,
.cuntingnmber:hover h4,
.cuntingnmber:hover h5 {
  color: #fff;
}
.cuntingnmber h4,
.cuntingnmber span,
.cuntingnmber h5 {
  transition: all 0.3s ease-in-out;
}
.cuntingnmberinner {
  min-height: 110px;
}
.adduser {
  display: inline-flex;
  align-items: center;
  border-radius: 54px;
  height: 65px;
  background: #0c3155;
  padding: 0 50px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.adduser i {
  margin-right: 9px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}
.adduser:hover {
  background: #a17d3a;
}
.cretecse {
  display: inline-flex;
  align-items: center;
  border-radius: 54px;
  padding: 0 37px;
  border: 1px solid #0c3155;
  height: 65px;
  color: #0c3155;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cretecse:hover {
  background: #0c3155;
  color: #fff;
}
.cretecse i {
  margin-right: 9px;
  transition: all 0.3s ease-in-out;
}
.cretecse:hover i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}
.dashboardhder h1 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}
.dashboardhder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 38px;
}
.dashboardhderrght {
  display: inline-flex;
  align-items: center;
}
.dashboardhderrght > button,
.hdercrch {
  margin-right: 8px;
}
.hdercrch {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.hdercrch input[type="text"] {
  border-radius: 54px;
  background: #fff;
  height: 65px;
  width: 488px;
  border: 0;
  outline: none;
  color: #0c3155;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 90px 0 34px;
}
.hdercrch input[type="text"]::placeholder {
  opacity: 1;
  color: #0c3155;
}
.hdercrch input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: url(assets/images/searchicn.png) no-repeat center center;
  height: 100%;
  padding: 0;
  width: 80px;
}

.notifiction .dropdown > button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  width: 65px;
  height: 65px;
}
.notifiction .dropdown > button > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.notifiction .dropdown > button::after {
  content: none;
}
.notifiction .dropdown-menu {
  padding: 10px;
}
.notifiction .dropdown-menu li a {
  font-size: 18px;
  line-height: 22px;
  padding: 7px;
  display: block;
}
.notifiction .dropdown-menu li a:hover {
  background: #0c3155;
  color: #fff;
}
.notifiction .dropdown > button::before {
  background: #ad0000;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  bottom: 0px;
  right: 22px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 4px #f0f6ff;
}
.notifiction .dropdown > button.avaiable::before {
  background: #06a806;
}

.filtersrch input[type="text"] {
  border-radius: 54px;
  background: #eff6ff;
  height: 65px;
  width: 295px;
  border: 0;
  outline: none;
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 70px 0 26px;
}
.filtersrch input[type="text"]::placeholder {
  opacity: 1;
  color: #0c3155;
}
.filtersrch input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: url(assets/images/searchicn.png) no-repeat center center;
  height: 100%;
  padding: 0;
  width: 65px;
}
.filtersrch {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.casestable {
  margin-top: 27px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  padding: 35px 40px;
}
.casesflter h2 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}
.casesflter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caseflter select {
  width: 165px;
  height: 65px;
  border-radius: 54px;
  -webkit-appearance: none;
  background: #eff6ff url(assets/images/careticn.png) no-repeat right 23px
    center;
  margin-left: 6px;
  padding: 0 21px;
  outline: none;
  border: 0;
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.casestablelist {
  width: 100%;
  margin-top: 30px;
}
.casestablelist table {
  width: 100%;
}
.casestablelist tr th {
  color: #0c3155;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 0;
}
.casestablelist tr {
  border-bottom: 1px solid rgba(12, 49, 85, 0.22);
}
.casestablelist tr:last-child {
  border: 0;
}
.casestablelist tr td {
  color: #0c3155;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 25px 10px;
}
.casestablelist tr td:first-child {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 0px;
}
.casestablelist tr td:last-child {
  padding-right: 0px;
}
.casestablelist tr td em {
  color: #818181;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.actindted .dropdown > button::after {
  content: none;
}

.archvedmsg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #ffebeb;
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 16px 3px 10px;
}
.archvedmsg i {
  margin-right: 4px;
}
.cmpltemsg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #e7faef;
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 16px 3px 10px;
}
.cmpltemsg i {
  margin-right: 4px;
}
.prgresmsg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #f2f2fb;
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 16px 3px 10px;
}
.prgresmsg i {
  margin-right: 4px;
}
.pndngmsg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #ffeee6;
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 16px 3px 10px;
}
.pndngmsg i {
  margin-right: 4px;
}

.redmesg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #bd0000;
  color: #fff;
  padding: 3px 10px;
  min-width: 75px;
  justify-content: center;
}
.mdiamesg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #fdf3ce;
  padding: 3px 12px;
  min-width: 75px;
  justify-content: center;
}
.outlnemsg {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  padding: 3px 12px;
  min-width: 75px;
  justify-content: center;
  border: 1px solid #818181;
}

.actindted .dropdown-menu {
  right: auto;
  border-radius: 15px;
  background: #eff6ff;
  padding: 20px 14px;
  width: 130px;
  border: 0;
}
.actindted .dropdown-menu li a {
  color: #0c3155;
  font-size: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 24px;
  padding: 3px;
}
.actindted .dropdown-menu li a i {
  display: inline-flex;
  margin-right: 3px;
}
.actindted .dropdown-menu li a.text-red {
  color: #bd0000;
}
.serchcrcle {
  display: none;
}
.menuSdebar {
  display: none;
}
.lefthder {
  display: inline-flex;
  align-items: center;
}

.dshboardwhtepnel {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  padding: 45px 40px 35px;
}
.dshboardcaseform h3,
.notepnel h3 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.pagerlink ul {
  display: flex;
}
.pagerlink li {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pagerlink li a {
  color: #818181;
}
.pagerlink li:last-child,
.pagerlink li a:hover {
  color: #0c3155;
}
.pagerlink li::after {
  content: "/";
  color: #0c3155;
  margin: 0 7px;
}
.pagerlink li:last-child::after {
  content: none;
}
.pagerlink {
  padding-bottom: 23px;
}

.datafrm input[type="text"],
.datafrm input[type="password"],
.datafrm input[type="email"],
.datafrm input[type="tel"],
.datafrm input[type="file"].form-control,
.datafrm input[type="date"],
.datafrm input[type="number"],
.datafrm input[type="image"],
.datafrm textarea,
.datafrm select {
  width: 100%;
  border-radius: 54px;
  padding: 0 20px 0 33px;
  outline: none;
  border: 0;
  background: #eff6ff;
  height: 65px;
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-appearance: none;
}
.datafrm input[type="file"].form-control {
  padding-top: 21px;
}
.datafrm textarea {
  height: 110px !important;
  padding-top: 22px !important;
  border-radius: 30px !important;
  resize: none;
}
.datafrm input[type="text"]::placeholder,
.datafrm input[type="password"]::placeholder,
.datafrm input[type="email"]::placeholder,
.datafrm input[type="tel"]::placeholder,
.datafrm input[type="date"]::placeholder,
.datafrm input[type="number"]::placeholder,
.datafrm textarea::placeholder,
.datafrm select::placeholder {
  opacity: 1;
  color: #818181;
}
.datafrm label {
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.datafrm {
  margin-top: 35px;
}
.datafrm select {
  background: #eff6ff url(assets/images/careticn.png) no-repeat right 35px
    center;
}
.datafrmbtn {
  text-align: right;
  margin-top: 38px;
}
.datafrmbtn input[type="submit"] {
  border-radius: 54px;
  background: #0c3155;
  border: 0;
  padding: 0 20px;
  min-width: 275px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.datafrmbtn input[type="submit"]:hover {
  background: #a17d3a;
  color: #fff;
}
#datepicker {
  background: #eff6ff url(assets/images/clndericon.png) no-repeat right 30px
    center;
}

.datafrmbtn ul {
  display: inline-flex;
  align-items: center;
}
.datafrmbtn li {
  margin-right: 8px;
}
.datafrmbtn li:last-child {
  margin: 0;
}
.datafrmbtn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 54px;
  border: 1px solid #0c3155;
  border-radius: 55px;
  background: #0c3155;
  height: 65px;
  min-width: 210px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.datafrmbtn button.canselbtn {
  background: transparent;
  color: #0c3155;
}
.datafrmbtn button:hover {
  background: #a17d3a !important;
  color: #fff !important;
  border-color: #a17d3a !important;
}

.notepnel {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  margin-top: 10px;
  padding: 60px 44px;
}
.notepnel li {
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 17px;
  padding-left: 30px;
  position: relative;
}
.notepnel li::before {
  width: 21px;
  height: 21px;
  background: url(assets/images/checkicn.png) no-repeat 0 0;
  left: 0;
  top: 1px;
  position: absolute;
  content: "";
}
.notepnel ul {
  padding-top: 15px;
}
.notepnel li:last-child {
  margin: 0;
}

.dshboardwhtepnel.profilepnel {
  padding: 20px;
}
.profileinform {
  padding-top: 35px;
  width: 100%;
}
.profilefrmpnel {
  margin-top: 20px;
  padding: 24px 24px 60px 24px;
  background: #eff6ff;
  border-radius: 50px;
}
.profilefrmlnk ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
  border-radius: 54px;
  background: #fff;
  padding: 5px;
}
.profilefrmlnk li button {
  color: #0c3155;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 64px;
  min-width: 223px;
  border-radius: 50px;
}
.profilefrmlnk li button.active {
  font-weight: 700;
  background: #eff6ff;
}
.profilefrmlnk li button:hover {
  background: #eff6ff;
}

.profilefrmshow .datafrm input[type="text"],
.profilefrmshow .datafrm input[type="password"],
.profilefrmshow .datafrm input[type="email"],
.profilefrmshow .datafrm input[type="tel"],
.profilefrmshow .datafrm textarea,
.profilefrmshow .datafrm select {
  background-color: #fff;
}
.profilefrmhder h3 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.profilefrmhder p {
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.profilefrmtabopen {
  padding-top: 55px;
}
.profileuser {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  margin-right: 50px;
}
.profileuser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.profileinform .media-object {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pill-input {
  position: relative;
  width: 100%;
}
.icon-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pill-input input {
  padding-right: 65px !important;
}
.prfletitle h3 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 4px;
}
.prfletitle p {
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profileinform .media {
  align-items: center;
}
.profileinfoicn h4 {
  color: #0c3155;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 5px;
}
.profileinfoicn p {
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profileinfoicn p a {
  color: #818181;
}
.profileinfoicn p a:hover {
  color: #0c3155;
}
.profileinfoicn h4 i {
  display: inline-flex;
  margin-right: 5px;
}

.managementlist {
  width: 100%;
  border-radius: 15px;
  background: #eff6ff;
  padding: 15px 20px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.managementlist:last-child {
  margin: 0;
}
.mnageuser {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c3155;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 20px;
  text-transform: uppercase;
  border-radius: 100%;
}
.managementlist .media h3 {
  color: #0c3155;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 3px;
}
.managementlist .media span.mng-badge {
  background: rgb(253 230 188);
  color: #a17d3a;
}
.managementlist span.mng-badge {
  display: inline-flex;
  min-width: 100px;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  background: rgb(253 230 188);
  color: #a17d3a;
  padding: 4px 10px;
  margin: 0px;
  border-radius: 30px;
}
.managementlist span.mng-badge.role-bg {
  background: #90c4f7;
  color: #0c3155;
}
.managementlist span.mng-badge.role-bga {
  background: #d4f8e8;
  color: #25834f;
}
.managementlist span.mng-badge.role-bgp {
  background: #ffd6d6;
  color: #7a1e1e;
}

.managementlist .media span {
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.managementlist .media {
  align-items: center;
  width: 30%;
}
.manageactin > span {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  padding: 4px 10px;
  min-width: 98px;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.manageactin > span > span {
  position: relative;
  padding-left: 10px;
}
.manageactin > span > span:before {
  content: "";
  position: absolute;
  background: #00a84b;
  left: 0px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.manageactin > span.actvetxt {
  color: #00a84b;
  background: #d9ede1;
}
.manageactin > span.oflnetxt {
  background: #ffeaea;
  color: #ad0000;
}
.manageactin > span.oflnetxt > span:before {
  background: #ad0000;
}
.manageactin {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.managementlist .actindted .dropdown-menu li:last-child a {
  color: #0c3155;
}
.managementlist .actindted .dropdown-menu {
  background: #fff;
}

.changerole .btn-close {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background: #ad0000;
  color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  outline: none;
  box-shadow: initial;
  border-radius: 0;
}
.changerole .btn-close img {
  max-width: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(245deg) brightness(105%) contrast(101%);
}
.changerolehdng h3 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.changerolehdng p {
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.multi-select .select-box {
  width: 100%;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  outline: none;
  border: 0;
  background: #eff6ff;
  min-height: 65px;
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-appearance: none;
  cursor: pointer;
}
.changerole .datafrmbtn {
  justify-content: center;
  flex-wrap: wrap;
}
.changerole .datafrmbtn li {
  margin: 0;
  padding: 4px;
  width: 100%;
}
.changerole .datafrmbtn li button {
  width: 100%;
}
.changerole .datafrmbtn ul {
  width: 100%;
}
.dropdownitem {
  padding: 10px;
  width: 100%;
  background: #eff6ff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.multi-select .select-text {
  flex: 1;
}
.dropdownitem li {
  cursor: pointer;
  position: relative;
  padding: 7px;
  margin: 0 0 4px;
  font-size: 15px;
  color: #000;
}
.dropdownitem li.selected {
  background: #fff;
  color: #0d3963;
}
.dropdownitem li:last-child {
  margin: 0;
}
.dropdownitem li.selected::before {
  position: absolute;
  content: "✔";
  color: #0d3963;
  right: 15px;
}
.changerole .modal-body {
  padding: 25px;
}

.datafrm option {
  padding: 5px 10px;
  text-transform: capitalize;
  color: #0d3963;
}
.datafrm option:hover {
  background: #0c3155;
  color: #fff;
}
.adduser i,
.cretecse i {
  display: inline-flex;
}

body.loginbner {
  padding: 0;
}

.custom-select {
  position: relative;
}

/* Selected item */
.select-selected {
  width: 100%;
  border-radius: 54px;
  padding: 0 20px 0 33px;
  outline: none;
  border: 0;
  background: #eff6ff;
  height: 65px;
  color: #818181;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Dropdown icon */
.select-selected::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(assets/images/careticn.png) no-repeat 0 0;
  position: absolute;
  right: 30px;
}

/* Dropdown list */
.select-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 5px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  max-height: 300px;
  overflow: auto;
}

/* Options */
.select-items div {
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
  color: #0c3155;
  transition: all 0.3s ease-in-out;
}

/* Hover like default select */
.select-items div:hover {
  background: #0c3155;
  color: #fff;
}

/* Active dropdown */
.select-active .select-items {
  display: block;
}

.caseflter .custom-select {
  width: 165px;
  margin-left: 7px;
}
.caseflter {
  display: inline-flex;
  align-items: center;
}
.caseflter .select-selected {
  color: #0c3155;
  padding: 0 21px;
}

.profilefrmshow .datafrm .select-selected {
  background: #fff;
}

.topheading {
  display: block;
  margin: 0px 0px 15px 0px;
}
.topheading h2 {
  color: #0c3155;
  font-size: 30px;
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.topheading p {
  color: #818181;
  font-size: 14px;
  margin: 0px;
}
.cuntingnmber h5 {
  color: #0c3155;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 8px 0px 0px 0px;
}
.tab-header-box {
  display: flex;
  justify-content: space-between;
  background-color: #eff6ff;
  padding: 5px;
  border-radius: 50px;
}
.tab-header-box .tab-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #0c3155;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.tab-header-box .tab-btn.active {
  background: #0c3155;
  color: #fff;
}

.casetabnx {
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
  padding: 30px;
  border-radius: 45px;
}
.casetabnx h4 {
  color: #0c3155;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0px 0px 5px 0px;
}
.casetabnx p {
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.casetabnx .import-btn {
  display: inline-flex;
  align-self: flex-start;
  justify-content: center;
  gap: 7px;
  align-items: center;
  color: #0c3155;
  border: 1px solid #0c3155;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  padding: 7px 10px;
  white-space: nowrap;
  background: none;
  transition: 0.3s ease-in-out;
}
.casetabnx .importedlist .assign-badge {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-flex;
  padding: 1px 8px;
  font-size: 12px;
  background: #198754;
  color: #b5ffdd;
  border-radius: 30px;
}
.casetabnx .importedlistouter {
  display: grid;
  gap: 15px 15px;
  flex-direction: column;
  max-height: 570px;
  overflow-x: auto;
  overflow-y: auto;
  padding-top: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.casetabnx .importedlistoutertop {
  gap: 40px 15px;
}
.casetabnx .importedlist {
  float: left;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 18px 15px;
  padding-left: 40px;
  border-radius: 15px;
  position: relative;
}
.casetabnx .importedlist .form-check {
  position: absolute;
  left: 15px;
  top: 25px;
  padding: 0px;
}
.casetabnx .importedlist .form-check .form-check-input {
  margin: 0px;
  border-color: #0c3155;
  box-shadow: none;
}
.casetabnx .importedlist .form-check .form-check-input:checked {
  background-color: #a17d3a;
  border-color: #a17d3a;
}
.casetabnx .importedlist .importedmediabx {
  display: flex;
  gap: 15px;
}
.casetabnx .importedlist .importedmediabx .importedmedia {
  position: relative;
  min-width: 75px;
  max-width: 75px;
  height: 75px;
  font-weight: 400;
  font-size: 24px;
  background: #0c3155;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.casetabnx .importedlist .importedmediabx .importedmedia .busyandavailable {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 50%;
}
.casetabnx .importedlist .importedmediact {
  width: 100%;
  align-self: center;
}
.casetabnx .importedlist h5 {
  color: #0c3155;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0px 0px 2px 0px;
}
.casetabnx .importedlist p {
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.casetabnx .importedlist .importedlistbtm {
  display: block;
  padding: 10px 0px 0px 0px;
}
.casetabnx .importedlist .importedlistbtm p {
  margin: 0px;
  padding: 7px 0px 0px 0px;
}
.casetabnx .importedlist h5 {
  display: flex;
  justify-content: space-between;
}
.casetabnx .importednewlist .importedlist {
  background: #fff;
  padding: 30px 20px 20px 20px;
  border-color: #0b3155;
  box-shadow: 0px 22px 74.3px 0px rgba(191, 191, 191, 0.25);
}
.casetabnx .importednewlist .importedlist .importedmediabx {
  flex-direction: column;
}
.casetabnx .importednewlist .importedlist .importedmediabx .importedmedia {
  z-index: 1;
  margin-top: -50px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  box-shadow: 0px 0px 0px 3px #fff;
}
.casetabnx .importednewlist .importedlist .form-check {
  left: auto;
  right: 10px;
  top: 10px;
}
.casetabnx .importednewlist .importedlist h5 {
  margin: 0px 0px 3px 0px;
  font-size: 20px;
}
.casetabnx .importednewlist .importedlist p {
  font-size: 17px;
}
.casetabnx .importednewlist .importedlist p small {
  color: #0c3155;
}
.casetabnx .importednewlist .importedlist .assign-badge {
  display: inline-flex;
  color: #fff;
  gap: 4px;
  align-items: center;
  left: 20px;
  top: -1px;
  right: auto;
  padding: 2px 10px 2px 10px;
  font-size: 15px;
  background: #0b3155;
  border-radius: 0px 0px 10px 10px;
}
.casetabnx .importednewlist .importedlist .assign-badge svg {
  width: 18px;
  height: 18px;
}
.casetabnx .importednewlist .importedlist .importedmediabx {
  gap: 10px;
}
.casetabnx
  .importednewlist
  .importedlist
  .importedmediabx
  .importedmedia
  .busyandavailable {
  left: auto;
  right: 2px;
}
.casetabnx .importednewlist .importedlist .form-check .form-check-input {
  width: 24px;
  height: 24px;
}
.casetabnx .importedlistouter {
  padding-right: 10px;
  margin-right: -10px;
}
.casetabnx .importedlistouter::-webkit-scrollbar {
  width: 8px;
}
.casetabnx .importedlistouter::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.casetabnx .importedlistouter::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #797979;
}

.edit-juror-modal .modal-body::-webkit-scrollbar {
  width: 6px;
}
.edit-juror-modal .modal-body::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.edit-juror-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #0c3155;
}

.react-datepicker-wrapper {
  width: 100%;
}
.datafrminner {
  position: relative;
  width: 100%;
}
.datafrminner .form-icon {
  color: #0c3155;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.importedbadge {
  color: #00a84b;
  display: inline-flex;
  font-size: 13px;
  margin-top: -7px;
  align-self: flex-start;
  background-color: #e7faef;
  padding: 1px 10px;
  border-radius: 20px;
}
.datafrm label.required {
  color: #717182;
}
.datafrm .add-btn {
  color: #0c3155;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.datafrm .add-btn:hover {
  color: #a17d3a;
}

.pricing-swiper {
  padding: 20px 0;
}

.pricing-swiper .swiper-slide {
  height: auto;
}

.pricing-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.pricing-swiper-prev,
.pricing-swiper-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pricing-swiper-prev.swiper-button-disabled,
.pricing-swiper-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.testimonial-swiper {
  padding: 20px 0;
}

.testimonial-swiper .swiper-slide {
  height: auto;
}

.my-lead-case {
  background-color: #fff3b0;
}
.my-lead-case:hover {
  background-color: #ffe98f;
}

.case-legend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 10px;
  font-size: 15px;
  color: #0c3155;
  font-weight: 500;
}
.legend-dot {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #ffe98f;
  display: inline-block;
}

/* Modal Background Overlay */
.modal.fade.show {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  z-index: 9999;
}

/* Modal Container */
.editProfilepopup {
  border-radius: 20px;
  padding: 25px 30px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}

/* Modal Header */
.editProfilepopup .modal-header {
  border-bottom: none !important;
  padding-bottom: 5px;
}

.editProfilepopup .modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #1b2e59;
}

.editProfilepopup .modal-header p {
  margin-top: -8px;
  color: #7a8398;
  font-size: 14px;
}

/* Close Button */
.editProfilepopup .btn-close {
  font-size: 14px;
  opacity: 0.5;
}
.editProfilepopup .btn-close:hover {
  opacity: 1;
}

/* Input fields */
.editProfilepopup label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #1b2e59;
}

.editProfilepopup input.form-control {
  background: #f5f8fd;
  border: none;
  height: 46px;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 14px;
  color: #1b2e59;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.editProfilepopup input.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #d7e5ff;
  background: #ffffff;
}

/* Footer Buttons */
.modal-footer {
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Cancel Button */
.modal-footer .btn.btn-light {
  background: transparent;
  border: 2px solid #d3dbe8;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 25px;
  color: #1b2e59;
  transition: all 0.25s ease;
}

.modal-footer .btn.btn-light:hover {
  background: #eef3fa;
}

/* Save Button */
.modal-footer .btn.btn-primary {
  background: #0a2a5c;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.modal-footer .btn.btn-primary:hover {
  background: #153b7e;
}

/* Row Spacing */
.editProfilepopup .row .col-md-6,
.editProfilepopup .row .col-md-12 {
  margin-bottom: 18px;
}

.person-status-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.person-status-list li {
  margin-bottom: 4px;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
/* 
.testimonial-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
} */

/* .testimonial-swiper-prev,
.testimonial-swiper-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--theme-white);
  color: rgba(var(--primary), 1);
  
}

.testimonial-swiper-prev.swiper-button-disabled,
.testimonial-swiper-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
} */
.swiper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper-nav {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  gap: 5px;
  top: 50%;
  left: -45px;
  margin-top: -35px;
  right: -45px;
  transform: translateY(-50%);
}
.swiper-nav .swiper-button-next {
  pointer-events: all;
  position: static;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0px !important;
  outline: none;
  border: 1px solid var(--theme-dark-gray);
  color: var(--theme-paragraph);
  background: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper-nav .swiper-button-next:hover {
  background: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);
  color: var(--theme-white);
}
.swiper-nav .swiper-button-next:after {
  content: "\e902";
  font-family: "icomoon";
  font-size: inherit;
}
.swiper-nav .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
}
.swiper-nav .swiper-button-prev {
  pointer-events: all;
  position: static;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0px !important;
  outline: none;
  border: 1px solid var(--theme-dark-gray);
  color: var(--theme-paragraph);
  background: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper-nav .swiper-button-prev:hover {
  background: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);
  color: var(--theme-white);
}
.swiper-nav .swiper-button-prev:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: inherit;
}
.swiper-nav .swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
}

/* Background overlay */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Container */
.edit-juror-modal {
  /* Added on 27-06-2026 */
  height: 90vh;
  display: flex;
  flex-direction: column;
  /* Added on 27-06-2026 */
  width: 100%;
  max-width: 650px;
  background: #fff;
  border-radius: 14px;
  padding: 0px;
  margin: auto;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.2s ease-out;
}

/* Header */
.edit-juror-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.edit-juror-modal .modal-body {
  /* Added on 27-06-2026 */
  flex: 1;
  overflow-y: auto;
  padding: 20px 15px 0px 28px;
  margin-right: 8px;
}
.viewlist {
  font-size: 18px;
  font-weight: 400;
  color: #818181;
}
.viewlist + .viewlist {
  border-top: 1px solid #ddd;
  padding: 15px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
}
.viewlist div > strong {
  font-weight: 600;
  color: #0c3155;
}
.viewlist h5 {
  color: #0c3155;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.pagination-wrapper button {
  min-width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.pagination-wrapper button.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.pagination-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.heading-btn {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
  background: #0c3155;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.heading-btn svg {
  min-width: 16px;
  max-width: 16px;
}
.heading-btn:hover {
  background: #a17d3a;
  color: #fff;
}

.indicationbtx {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.indicationbtx .indicationbtx {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.indicationbtx .indicationbtx span {
  display: inline-flex;
  text-transform: uppercase;
  line-height: 100%;
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.indicationbtx .indicationbtx em {
  display: inline-flex;
  background: #a17d3a;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 4px;
}

.dropdown-item.available.active-status {
  background-color: #d4f4dd;
  color: #1a7431;
}

.dropdown-item.busy.active-status {
  background-color: #f8d7da;
  color: #a71d2a;
}
.casetabnx .importedlist.attorney {
  background: #fdf6ea;
  border-color: #f5e2be;
}
.casetabnx .importedlist.attorney .form-check .form-check-input {
  border-color: #a17d3a;
}
.casetabnx .importedlist.attorney .form-check .form-check-input:checked {
  background-color: #a17d3a;
  border-color: #a17d3a;
}
.casetabnx .importedlist.attorney .importedmediabx .importedmedia {
  background: #a17d3a;
  color: #fff;
}
.casetabnx .importedlist.attorney h5 {
  color: #a17d3a;
}
.casetabnx .importedlist.attorney p {
  color: #b7914c;
}

.casetabnx .importedlist.para-legal {
  background: #e3f1ff;
  border-color: #c3e1ff;
}
.casetabnx .importedlist.para-legal .importedmediabx .importedmedia {
  background: #0c3155;
  color: #fff;
}
.casetabnx .importedlist.para-legal h5 {
  color: #0c3155;
}
.casetabnx .importedlist.para-legal p {
  color: #24598d;
}
.casetabnx .importedlist.para-legal .form-check .form-check-input {
  border-color: #0c3155;
}
.casetabnx .importedlist.para-legal .form-check .form-check-input:checked {
  background-color: #0c3155;
  border-color: #0c3155;
}

.casetabnx .caseboxlistouter {
  display: flex;
  padding-right: 10px;
  flex-direction: column;
  margin-right: -10px;
  gap: 10px;
  max-height: 300px;
  overflow: auto;
}
.casetabnx .caseboxlistouter.assignrt {
  max-height: 400px;
}
.casetabnx .caseboxlistouter .importedlist {
  padding: 10px 15px;
  border: 1px solid #d8ecff;
  background: #f5faff;
}
.casetabnx .caseboxlistouter .importedlist .form-check-input {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}
/* A17D3A */
.form-check-input:checked {
  background-color: #0c3155;
  border-color: #0c3155;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(12, 49, 85, 0.25);
}
.casetabnx .caseboxlistouter .importedlist .importedmediabx .importedmedia {
  min-width: 56px;
  max-width: 56px;
  height: 56px;
}
.casetabnx .caseboxlistouter .importedlist h5 {
  font-size: 22px;
  margin: 0px 0px 5px 0px;
}
.casetabnx .caseboxlistouter .importedlist p {
  font-size: 17px;
}
.counttx {
  padding: 15px 25px;
  background: #edf6ff;
  border: 1px solid #bbd8f5;
  border-radius: 20px;
  color: #fff;
}
.counttx h5 {
  color: #0c3155;
  font-weight: 600;
  font-size: 30px;
  margin: 0px 0px 5px 0px;
}
.counttx p {
  color: #426e99;
  font-weight: 400;
  font-size: 15px;
}

.casetabnx .caseboxlistouter::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.casetabnx .caseboxlistouter::-webkit-scrollbar-track {
  background: #d5eaff;
  border-radius: 999px;
}
.casetabnx .caseboxlistouter::-webkit-scrollbar-thumb {
  background: #0c3155;
  border-radius: 999px;
  border: 2px solid #d5eaff;
}
.casetabnx .caseboxlistouter::-webkit-scrollbar-thumb:hover {
  background: #a17d3a;
}

.statusbx {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin-top: 1px;
}
.statusbx .status-dot {
  width: 14px;
  height: 14px;
}
.statusbx span {
  text-transform: capitalize;
}
.dshboardwhtepnel {
  padding: 25px;
}

.select_number {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.select_number label,
.select_number > span {
  color: #0c3155;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.select_number select {
  width: 90px !important;
  margin: 0 !important;
}

/* Juror View */
.juroruserview {
  float: left;
  width: 100%;
  background: #eff6ff;
  padding: 10px;
  border-radius: 25px;
}
.juroruserview .juroruserheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 70px 15px;
  background: #0c3155;
  border: 1px solid #000000;
  border-radius: 20px;
}
.juroruserview .juroruserheader p {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}
.juroruserview .juroruserheader p svg {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}

.juroruserview .juroruserheader .jurorbtngroup {
  display: inline-flex;
  gap: 5px;
}
.juroruserview .juroruserheader .jurorbtngroup .exportbtn {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  background: #17436e;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  outline: none;
  border: none;
  border-radius: 40px;
}
.juroruserview .juroruserheader .jurorbtngroup .exportbtn svg {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
}
.juroruserview .juroruserbody {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 15px 0px 0px 0px;
}
.juroruserview .juroruserbody .juroruserprofile {
  width: 100%;
  text-align: center;
  margin-top: -60px;
}
.juroruserview .juroruserbody .juroruserprofile img {
  width: 70px;
  height: 70px;
  border: 4px solid #eff6ff;
  object-fit: cover;
  border-radius: 50%;
}
.juroruserview .juroruserbody .juroruserprofile h3 {
  color: #0c3155;
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0px 5px 0px;
}
.juroruserview .juroruserbody .juroruserprofile p {
  color: #818181;
  font-size: 13px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
}
.juroruserview .juroruserbody .jurorusertp {
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  text-align: center;
}
.juroruserview .juroruserbody .jurorusertp svg {
  width: 28px;
  height: 28px;
  color: #0c3155;
}
.juroruserview .juroruserbody .jurorusertp h4 {
  color: #0c3155;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}
.juroruserview .juroruserbody .jurorusertp p {
  color: #818181;
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}

.jurorusermd {
  background: #fff;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
}
.jurorusermd label {
  color: #818181;
  display: flex;
  gap: 5px;
  line-height: 100%;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
}
.jurorusermd label svg {
  height: 22px;
}
.jurorusermd label span {
  align-self: center;
}
.jurorusermd p {
  color: #0c3155;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}

.proinfobx {
  width: 100%;
  background: #f5f5f5;
  border-radius: 25px;
  padding: 20px;
}
.proinfobx .proheading {
  color: #0c3155;
  display: flex;
  gap: 8px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}
.proinfobx .proheading svg {
  height: 18px;
  color: #000000;
}
.proinfobx .proheading span {
  align-self: center;
}

.socialmediabx {
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px 20px 0px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 4px 76.9px 0px rgba(166, 166, 166, 0.25);
}
.socialmediabx h3 {
  color: #0c3155;
  display: flex;
  padding: 0px 20px;
  gap: 8px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}
.socialmediabx h3 svg {
  height: 18px;
  color: #000000;
}
.socialmediabx h3 span {
  align-self: center;
}
.socialmediabx .socialmediabody {
  padding: 0px 20px;
  max-height: 333px;
  flex: 1;
  overflow: auto;
}
.socialmediabx .socialmediabody .socialmediabodyinner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.socialmediabx .socialmediabody::-webkit-scrollbar {
  width: 6px;
}
.socialmediabx .socialmediabody::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.socialmediabx .socialmediabody::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #797979;
}

.socialmediabx .socialmedia {
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #baddff;
  color: #0c3155;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px 15px 35px;
  background: #edf6ff;
  border-radius: 20px;
}
.socialmediabx .socialmedia:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #1976d2;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.socialmediabx .socialmedia img {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
}
.socialmediabx .socialmedia svg {
  width: 20px;
  color: #1976d2;
}

.socialmediabx .socialmedia.instagram {
  border-color: #ff9aca;
  color: #0c3155;
  background: #fff2f8;
}
.socialmediabx .socialmedia.instagram:before {
  border-color: #dc2f80;
}
.socialmediabx .socialmedia.instagram svg {
  color: #dc2f80;
}

.socialmediabx .socialmedia.linkedin {
  border-color: #81d4ff;
  color: #0c3155;
  background: #ebf8ff;
}
.socialmediabx .socialmedia.linkedin:before {
  border-color: #0077b5;
}
.socialmediabx .socialmedia.linkedin svg {
  color: #0077b5;
}

.socialmediabx .socialmedia.x {
  border-color: #a7a7a7;
  color: #0c3155;
  background: #f0f0f0;
}
.socialmediabx .socialmedia.x:before {
  border-color: #000000;
}
.socialmediabx .socialmedia.x svg {
  color: #000000;
}

.socialmediabx .socialmedia.whatsapp {
  border-color: #a2ffb3;
  color: #0c3155;
  background: #f5fff7;
}
.socialmediabx .socialmedia.whatsapp:before {
  border-color: #32d750;
}
.socialmediabx .socialmedia.whatsapp svg {
  color: #27cf45;
}

.notebx {
  float: left;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 20px 10px 20px 0px;
  border-radius: 25px;
  border: 1px solid #c2c2c2;
}
.notebx h3 {
  color: #0c3155;
  display: flex;
  gap: 8px;
  padding: 0px 20px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}
.notebx h3 svg {
  height: 18px;
  color: #000000;
}
.notebx h3 span {
  align-self: center;
}
.notebx .notebxbody {
  padding: 0px 20px;
  flex: 1;
  max-height: 332px;
  overflow: auto;
}
.notebx .notebxbody .notebxbodyinner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.notebx .notebxbody::-webkit-scrollbar {
  width: 6px;
}
.notebx .notebxbody::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.notebx .notebxbody::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #797979;
}
.notebx .notebxbody .noteitem {
  padding: 15px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 0px 10px 20.8px 0px rgba(192, 192, 192, 0.25);
}
.notebx .notebxbody .noteitem h4 {
  color: #515151;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
.notebx .notebxbody .noteitem p {
  display: flex;
  gap: 10px;
  color: #818181;
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  margin: 0px;
}
.notebx .notebxbody .noteitem p svg {
  width: 20px;
  color: #1976d2;
}

.casetabnx .importedlist .importedmediact .theme-btn {
  padding: 3px 10px;
  font-size: 13px;
  min-width: initial;
}
.casetabnx .importedlist .importedmediact h5.flex-row {
  line-height: 100%;
  margin-bottom: 5px;
}
.casetabnx .importedlist .importedmediact h5 .busyandavailablecircle {
  display: inline-flex;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 50%;
  align-self: flex-start;
  margin-top: 2px;
}
.norepotdata{min-height: calc(100vh - 48px); display: flex; justify-content: center; align-items: center;}
.norepotdata .norepotdatainner{margin: auto; background: #fff; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; max-width: 500px; padding: 50px; border-radius: 30px;}
.norepotdata .norepotdatainner .svgicon{display: inline-flex; justify-content: center; align-items: center; width: 80px; height: 80px; background: #bd0000; color: #fff; border-radius: 50%; margin: 0px 0px 15px 0px;}
.norepotdata .norepotdatainner .svgicon svg{width: 50px; height: 50px;}
.norepotdata .norepotdatainner p{color: #333; text-align: center; font-size: 16px; font-weight: 500; margin: 0px;}



@media screen and (min-width: 1600px) {
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .hdercrch input[type="text"] {
    width: 470px;
  }
  .adduser {
    padding: 0 45px;
  }
  .cretecse {
    padding: 0 30px;
  }
  .dashboardhder h1 {
    font-size: 27px;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .loginform {
    border-radius: 45px;
    padding: 70px 55px 40px;
    max-width: 760px;
  }
  .loginfrminr {
    padding-top: 30px;
  }
  .frmdatabtn {
    margin-top: 30px;
  }
  .frmdata {
    margin-top: 27px;
  }
  .frmdata input[type="text"],
  .datafrm input[type="file"].form-control,
  .datafrm input[type="file"].form-control,
  .frmdata input[type="password"],
  .frmdata input[type="email"],
  .frmdata input[type="tel"] {
    height: 80px;
  }
  .frmdatabtn input[type="submit"] {
    height: 80px;
  }

  .sidebar {
    max-width: 280px;
  }
  .boardbody {
    margin-left: 280px;
    padding: 40px;
  }
  .userprofle,
  .sidebar {
    padding: 50px 20px 50px 37px;
  }
  .sidebaritem > ul > li > a {
    font-size: 18px;
    line-height: 23px;
  }
  .sidebaritem > ul > li.activeitm > a,
  .sidebaritem > ul > li > a:hover {
    padding-left: 30px;
  }
  .cuntingnmber h4 {
    font-size: 45px;
    line-height: 45px;
  }
  .cuntingnmber span {
    font-size: 16px;
    line-height: 20px;
  }
  .cuntingnmber {
    border-radius: 40px;
    min-height: 190px;
    padding: 18px 28px;
  }
  .cuntingnmberinner {
    min-height: 110px;
  }
  .casestable {
    border-radius: 40px;
  }
  .cretecse,
  .adduser {
    padding: 0 30px;
    height: 60px;
    font-size: 17px;
    line-height: 22px;
  }
  .notifiction .dropdown > button {
    width: 60px;
    height: 60px;
  }
  .hdercrch input[type="text"] {
    height: 60px;
    width: 420px;
    font-size: 17px;
    line-height: 23px;
    padding: 0px 72px 0 30px;
  }
  .hdercrch input[type="submit"] {
    width: 65px;
  }
  .dashboardhder h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .dshboardwhtepnel {
    border-radius: 40px;
    padding: 35px;
  }
  .pagerlink li {
    font-size: 18px;
    line-height: 23px;
  }
  .dshboardcaseform h3,
  .notepnel h3,
  .topheading h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .notepnel {
    border-radius: 40px;
    padding: 50px 44px;
  }
  .notepnel li {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px;
    padding-left: 26px;
  }
  .notepnel li::before {
    width: 19px;
    height: 19px;
    background-size: 19px;
  }
  .notepnel ul {
    padding-top: 12px;
  }
  .datafrmbtn button {
    height: 60px;
    min-width: 200px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1599px) {
  .loginform {
    border-radius: 40px;
    padding: 60px 55px 35px;
    max-width: 700px;
  }
  .loginlgo img {
    max-width: 250px;
  }
  .frmdata input[type="text"],
  .datafrm input[type="file"].form-control,
  .frmdata input[type="password"],
  .frmdata input[type="email"],
  .frmdata input[type="tel"] {
    padding: 0 30px;
    height: 75px;
    font-size: 16px;
    line-height: 20px;
  }
  .frmdata {
    margin-top: 25px;
  }
  .loginfrminr {
    padding-top: 30px;
  }
  .frmdatabtn input[type="submit"] {
    font-size: 17px;
    height: 75px;
  }
  .frmdatalnks {
    margin-top: 38px;
  }
  .frmdatalnks span {
    font-size: 17px;
    line-height: 23px;
  }

  .userprofle,
  .sidebar {
    padding: 40px 15px 40px 30px;
  }
  .sidebaritem > ul > li > a {
    font-size: 17px;
    line-height: 23px;
    padding: 12px 14px 12px 0;
  }
  .sidebaritem > ul > li {
    gap: 14px;
  }
  .sidebaritem > ul > li.activeitm > a,
  .sidebaritem > ul > li > a:hover {
    padding-left: 30px;
  }
  .sdebarlgo {
    margin-bottom: 40px;
  }
  .sdebarlgo img {
    max-width: 100%;
  }
  .sidebar {
    max-width: 270px;
  }
  .boardbody {
    padding: 30px;
    border-radius: 40px;
    margin-left: 270px;
  }
  .casestable,
  .cuntingnmber {
    border-radius: 35px;
  }
  .casestable {
    margin-top: 25px;
    padding: 30px;
  }
  .dashboardhder {
    margin: 0 0 30px;
  }
  .cretecse,
  .adduser {
    padding: 0 25px;
    height: 55px;
    font-size: 16px;
    line-height: 20px;
  }
  .notifiction .dropdown > button {
    width: 55px;
    height: 55px;
  }
  .dashboardhder h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .notifiction .dropdown-menu li a {
    font-size: 16px;
    line-height: 20px;
    padding: 6px;
  }
  .hdercrch input[type="text"] {
    height: 55px;
    width: 360px;
    font-size: 17px;
    line-height: 20px;
    padding: 0 70px 0 28px;
  }
  .hdercrch input[type="submit"] {
    width: 65px;
  }
  .cuntingnmber h4 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 8px;
  }
  .cuntingnmber span {
    font-size: 14px;
    line-height: 20px;
  }
  .cuntingnmber {
    min-height: 120px;
    padding: 14px;
    border-radius: 17px !important;
  }
  .cuntingnmberinner {
    min-height: 110px;
  }
  .notifiction .dropdown > button::before {
    bottom: 0px;
    right: 18px;
  }
  .casesflter h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .filtersrch input[type="text"],
  .caseflter select {
    height: 55px;
  }
  .casestablelist tr th {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
  .casestablelist tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px;
  }
  .prgresmsg,
  .pndngmsg,
  .cmpltemsg,
  .archvedmsg {
    font-size: 14px;
  }
  .casestablelist tr td:first-child {
    font-size: 15px;
    line-height: 20px;
    padding-left: 0px;
  }
  .casestablelist tr td:last-child {
    padding-right: 0px;
  }
  .actindted .dropdown-menu {
    padding: 15px 14px;
    width: 115px;
  }
  .sidebaritem {
    height: calc(100vh - 290px);
  }

  .dshboardwhtepnel {
    border-radius: 35px;
    padding: 30px;
  }
  .pagerlink li {
    font-size: 17px;
    line-height: 23px;
  }
  .dshboardcaseform h3,
  .notepnel h3,
  .topheading h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .datafrm {
    margin-top: 30px;
  }
  .datafrm input[type="text"],
  .datafrm input[type="email"],
  .datafrm input[type="date"],
  .datafrm input[type="number"],
  .datafrm input[type="tel"],
  .datafrm textarea,
  .datafrm select,
  .datafrm input[type="password"] {
    border-radius: 50px;
    padding: 0 20px 0 30px;
    height: 60px;
  }
  .datafrmbtn input[type="submit"] {
    padding: 0 20px;
    min-width: 250px;
    font-size: 18px;
    line-height: 24px;
    height: 60px;
  }
  .datafrm select,
  #datepicker {
    background-position: right 30px center;
  }

  .notepnel {
    border-radius: 35px;
    padding: 45px 40px;
  }
  .notepnel li {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px;
    padding-left: 26px;
  }
  .notepnel li::before {
    width: 19px;
    height: 19px;
    background-size: 19px;
  }
  .notepnel ul {
    padding-top: 12px;
  }
  .datafrmbtn button {
    height: 60px;
    min-width: 200px;
    font-size: 18px;
    line-height: 22px;
  }

  .profileinform {
    padding-top: 25px;
  }
  .profileuser {
    width: 110px;
    height: 110px;
    margin-right: 30px;
  }
  .prfletitle h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 3px;
  }
  .profileinfoicn p,
  .profileinfoicn h4 {
    font-size: 15px;
  }
  .profilefrmpnel {
    padding: 24px 24px 40px 24px;
    border-radius: 35px;
  }

  .icon-btn {
    height: 60px;
    width: 60px;
  }
  .datafrm input[type="text"],
  .datafrm input[type="file"].form-control,
  .datafrm input[type="date"],
  .datafrm input[type="number"],
  .datafrm input[type="password"],
  .datafrm input[type="email"],
  .datafrm input[type="tel"],
  .datafrm input[type="image"],
  .datafrm textarea,
  .datafrm select {
    font-size: 14px;
    padding: 0 15px 0 20px;
    height: 50px;
  }
  .datafrm input[type="file"].form-control {
    padding-top: 16px;
  }
  .managementlist .media h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .mnageuser {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    font-size: 17px;
    line-height: 20px;
    margin-right: 15px;
  }
  .managementlist {
    border-radius: 15px;
    padding: 10px 20px;
  }
  .manageactin > span {
    font-size: 15px;
  }

  .select-selected {
    font-size: 14px;
    padding: 0 15px 0 20px;
    height: 50px;
  }
  .select-items div {
    padding: 7px 10px;
    font-size: 14px;
  }
  .tab-header-box .tab-btn {
    font-size: 16px;
  }

  .viewlist {
    font-size: 16px;
  }
  .viewlist div > strong {
    font-size: 18px;
  }

  .casetabnx .caseboxlistouter .importedlist .importedmediabx .importedmedia {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
  }
  .casetabnx .caseboxlistouter .importedlist h5 {
    font-size: 18px;
  }
  .casetabnx .caseboxlistouter .importedlist p {
    font-size: 15px;
  }

  .casetabnx .importedlistouter {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1399px) {
  .loginform {
    border-radius: 35px;
    padding: 50px 50px 35px;
    max-width: 650px;
  }
  .frmdata input[type="text"],
  .frmdata input[type="password"],
  .frmdata input[type="email"],
  .frmdata input[type="tel"] {
    padding: 0 30px;
    height: 70px;
    font-size: 15px;
    line-height: 20px;
  }
  .frmdatabtn input[type="submit"] {
    font-size: 16px;
    height: 70px;
  }
  .frmdatalnks span {
    font-size: 16px;
    line-height: 22px;
  }
  .frmdata {
    margin-top: 21px;
  }
  .frmdatalnks {
    margin-top: 32px;
  }
  .loginfrminr {
    padding-top: 26px;
  }

  .userprofle,
  .sidebar {
    padding: 25px 14px 25px 10px;
  }
  .sidebaritem > ul > li > a {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 13px 12px 0;
  }
  .sidebaritem > ul > li > a {
    gap: 10px;
  }
  .sidebaritem > ul > li i {
    max-width: 22px;
  }
  .sidebaritem > ul > li.activeitm > a,
  .sidebaritem > ul > li > a:hover {
    padding-left: 15px;
  }
  .sidebar {
    max-width: 225px;
  }
  .boardbody {
    padding: 25px;
    border-radius: 30px;
    margin-left: 225px;
    transition: all 0.3s ease-in-out;
  }
  .deskopen .boardbody {
    margin-left: 74px;
  }

  .userprofle .media {
    gap: 15px;
  }
  .userprofle .media figure {
    width: 50px;
    height: 50px;
  }
  .userprofle p {
    font-size: 13px;
    line-height: 17px;
  }
  .userprofle h3 {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 5px;
  }
  .userprofle p br {
    display: none;
  }
  .casestable,
  .cuntingnmber {
    border-radius: 25px;
  }

  .serchcrcle img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(93deg) brightness(103%) contrast(103%);
  }
  .cuntingnmber h4 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 6px;
  }
  .cuntingnmber span {
    font-size: 13px;
    line-height: 18px;
  }
  /* .cuntingnmber {
    min-height: 140px;
    padding: 15px;
  } */
  .cuntingnmberinner {
    min-height: 110px;
  }
  .casestable {
    margin-top: 20px;
    padding: 25px;
  }
  .filtersrch input[type="text"],
  .caseflter select {
    height: 50px;
  }
  .sidebaritem {
    height: calc(100vh - 250px);
  }

  .dshboardwhtepnel {
    border-radius: 25px;
    padding: 24px;
    overflow-x: hidden;
  }
  .datafrm input[type="text"],
  .datafrm input[type="file"].form-control,
  .datafrm input[type="date"],
  .datafrm input[type="number"],
  .datafrm input[type="email"],
  .datafrm input[type="tel"],
  .datafrm textarea,
  .datafrm select,
  .datafrm input[type="password"],
  .datafrm input[type="image"] {
    padding: 0 18px 0 22px;
    height: 50px;
  }
  .datafrm input[type="file"].form-control {
    padding-top: 15px;
  }
  .datafrm select,
  #datepicker {
    background-position: right 24px center;
  }
  .datafrm {
    margin-top: 25px;
  }
  .datafrm label {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .datafrmbtn {
    margin-top: 30px;
  }
  .datafrmbtn input[type="submit"] {
    min-width: 220px;
    font-size: 16px;
    line-height: 20px;
    height: 55px;
  }

  .datafrmbtn button {
    height: 55px;
    min-width: 185px;
    font-size: 16px;
    line-height: 20px;
  }
  .notepnel {
    border-radius: 25px;
    padding: 40px 35px;
  }

  .dshboardwhtepnel.profilepnel {
    padding: 15px;
  }
  .profilefrmpnel {
    padding: 20px;
    border-radius: 25px;
  }
  .profileinform {
    padding-top: 15px;
  }
  .profileuser {
    width: 105px;
    height: 105px;
    margin-right: 20px;
  }
  .profilefrmlnk li button {
    font-size: 18px;
    line-height: 24px;
    height: 58px;
    min-width: 200px;
  }
  .profilefrmtabopen {
    padding-top: 40px;
  }
  .profilefrmhder h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }

  .icon-btn {
    height: 55px;
    width: 55px;
  }
  .select-selected::after {
    right: 23px;
  }
  .cuntingnmber h5 {
    font-size: 15px;
    line-height: 18px;
  }
  .tab-header-box .tab-btn {
    font-size: 15px;
  }

  .casetabnx h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .casetabnx .importedlist .importedmediabx .importedmedia {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    font-size: 17px;
  }
  .casetabnx .importedlist h5 {
    font-size: 17px;
  }
  .casetabnx .importedlistouter {
    max-height: 450px;
  }

  .edit-juror-modal .datafrmbtn button {
    height: 50px;
    min-width: 116px;
    font-size: 15px;
    line-height: 20px;
  }

  .viewlist {
    font-size: 14px;
  }
  .viewlist div > strong {
    font-size: 15px;
  }

  .casetabnx .caseboxlistouter {
    gap: 5px;
  }
  .casetabnx .caseboxlistouter .importedlist .importedmediabx .importedmedia {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .casetabnx .caseboxlistouter .importedlist h5 {
    font-size: 15px;
    margin: 0px 0px 2px 0px;
  }
  .casetabnx .caseboxlistouter .importedlist p {
    font-size: 14px;
    margin: 0px;
  }
  .casetabnx .importednewlist .importedlist .importedmediabx .importedmedia {
    margin-top: -45px;
  }
  .casetabnx .importednewlist .importedlist .importedmediabx .importedmedia {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
  }
  .casetabnx .importednewlist .importedlist h5 {
    font-size: 15px;
    margin: 0px;
  }
  .casetabnx .importednewlist .importedlist .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .casetabnx .importednewlist .importedlist p {
    font-size: 14px;
  }
  .casetabnx .importednewlist .importedlist .assign-badge {
    font-size: 12px;
    padding: 0px 10px 0px 10px;
  }
  .casetabnx .importednewlist .importedlist .assign-badge svg {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1200px) {
  .cuntingdshbrd .row {
    flex-wrap: nowrap;
  }
  .cuntingdshbrd .row > div {
    width: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .boardbody {
    margin-left: 0;
  }
  .sidebar {
    max-width: 250px;
    left: -270px;
    transition: all 0.3s ease-in-out;
    background: #0c3155;
    top: 0;
  }
  .menuSdebar {
    display: inline-flex;
  }
  .menuSdebar {
    max-width: 35px;
    margin-right: 20px;
  }
  .opensdebar .sidebar {
    left: 0;
  }
  .mnuoverly {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .opensdebar {
    overflow: hidden;
  }
  .opensdebar .mnuoverly {
    opacity: 1;
    visibility: visible;
    left: 250px;
  }
  .boardbody {
    padding: 15px;
    border-radius: 0;
  }
  body {
    padding: 0;
  }
  .dashboardSec {
    padding: 0px;
  }
  .hdercrch {
    position: fixed;
    top: -100px;
    left: 265px;
    margin: 0;
    padding: 20px;
    background: #fff;
    z-index: 9;
    right: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 0 30px;
  }
  .hdercrch input[type="text"] {
    border: 1px solid #0c3155;
    width: 100%;
  }
  .hdercrch input[type="submit"] {
    width: 70px;
    height: 55px;
    top: 20px;
    right: 20px;
  }
  .srchopen .boardbody {
    margin-top: 95px;
  }
  .serchcrcle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #a17d3a;
    border-radius: 100%;
    margin-right: 4px;
  }
  .srchopen .hdercrch {
    top: 0;
  }
  .hdercrch {
    padding: 15px;
    border-radius: 0;
    left: 0;
  }
  .srchopen .boardbody {
    margin-top: 90px;
  }
  .hdercrch input[type="submit"] {
    top: 15px;
    right: 15px;
  }

  .notepnel {
    padding: 35px;
  }
  .notepnel li {
    margin: 0 0 13px;
    padding-left: 25px;
  }
  .notepnel ul {
    padding-top: 8px;
  }

  .cuntingdshbrd .row {
    flex-wrap: nowrap;
  }
  .cuntingdshbrd .row > div {
    width: auto;
    flex: 1;
  }
  .sidebar .sdebarlgo .toggle-nav {
    display: none;
  }
  .juroruserview .juroruserheader .jurorbtngroup .exportbtn {
    font-size: 12px;
    padding: 3px 8px;
  }
  .juroruserview .juroruserheader p {
    font-size: 13px;
    gap: 3px;
  }
  .juroruserview .juroruserbody .jurorusertp h4 {
    font-size: 13px;
  }
  .juroruserview .juroruserbody .jurorusertp p {
    font-size: 13px;
  }
  .juroruserview .juroruserbody .jurorusertp {
    padding: 10px;
  }
  .jurorusermd p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .loginform {
    border-radius: 28px;
    padding: 35px;
    max-width: 600px;
  }
  .frmdata input[type="text"],
  .frmdata input[type="password"],
  .frmdata input[type="email"],
  .frmdata input[type="tel"] {
    height: 65px;
  }
  .frmdatabtn input[type="submit"] {
    font-size: 15px;
    height: 66px;
  }

  .casestablelist {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #0d3963 #fff;
  }
  .casestablelist table {
    width: 1000px;
  }
  .menuSdebar {
    max-width: 30px;
    margin-right: 15px;
  }
  .cretecse i,
  .adduser i {
    display: none;
  }
  .cretecse,
  .adduser {
    padding: 0 25px;
    height: 50px;
    font-size: 15px;
    line-height: 20px;
  }
  .notifiction .dropdown > button,
  .serchcrcle {
    width: 50px;
    height: 50px;
  }

  .notepnel {
    padding: 28px;
  }

  .profilefrmtabopen {
    padding-top: 30px;
  }
  .profilefrmpnel {
    padding: 15px;
  }
  .profileinform .media-object {
    flex-wrap: wrap;
  }
  .prfletitle {
    width: 100%;
    padding: 0 0 13px;
  }
  .prfletitle br {
    display: none;
  }

  .changerole .modal-body {
    padding: 15px;
  }
  .changerolehdng h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .multi-select .select-box {
    border-radius: 10px;
    padding: 8px 15px;
    min-height: 60px;
    font-size: 14px;
  }
  .dropdownitem li {
    font-size: 14px;
  }
  .casetabnx .importedlist h5 {
    flex-direction: column-reverse;
    gap: 4px;
    align-items: flex-start;
  }
  .casetabnx .importedlist .importedmediabx {
    gap: 10px;
  }
  .casetabnx {
    padding: 15px;
    border-radius: 20px;
  }
  .casetabnx .importedlist {
    border-radius: 25px;
  }
  .datafrmbtn button {
    min-width: 130px;
    height: 45px;
  }
  .datafrmbtn {
    margin-top: 15px;
  }

  .cuntingnmber {
    min-height: 100px;
    padding: 10px;
    border-radius: 10px !important;
  }

  .cuntingnmber h4 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 3px;
  }

  .cuntingnmber span {
    font-size: 12px;
    line-height: 16px;
  }
  .casetabnx .importedlistouter {
    grid-template-columns: repeat(3, 1fr);
  }

  .juroruserview .juroruserheader {
    padding: 15px 15px 30px 15px;
  }
  .juroruserview .juroruserbody .juroruserprofile h3 {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
  }
  .juroruserview .juroruserbody .juroruserprofile p {
    margin: 0px;
  }
  .juroruserview .juroruserbody .juroruserprofile {
    text-align: left;
    display: flex;
    gap: 10px;
    padding-left: 15px;
    margin-top: -35px;
  }
  .juroruserview .juroruserbody .juroruserprofile .jurorusertext {
    padding: 30px 0px 0px 0px;
  }

  .edit-juror-new .step-progress {
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .edit-juror-new {
    position: relative;
  }
  .edit-juror-new:before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 20px;
    content: "";
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  }
  .edit-juror-new:after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  }
}

@media only screen and (max-width: 767px) {
  .loginform {
    border-radius: 24px;
    padding: 30px;
    max-width: 550px;
  }
  .loginlgo img {
    max-width: 215px;
  }
  .loginfrminr {
    padding-top: 15px;
  }
  .frmdata input[type="text"],
  .frmdata input[type="password"],
  .frmdata input[type="email"],
  .frmdata input[type="tel"] {
    height: 60px;
  }
  .frmdatabtn input[type="submit"] {
    height: 60px;
  }

  .cuntingdshbrd .row > div {
    width: 33.33%;
  }
  .cuntingnmber {
    margin-top: 5px;
    min-height: 90px;
  }
  .casestable,
  .cuntingnmber {
    border-radius: 15px;
  }
  .casestable {
    padding: 20px;
  }
  .casesflter {
    flex-direction: column;
    align-items: flex-start;
  }
  .caseflter {
    width: 100%;
    padding: 10px 0 0;
  }
  .dashboardhder h1 {
    display: none;
  }

  .dshboardwhtepnel {
    border-radius: 20px;
    padding: 20px;
  }
  .datafrmbtn input[type="submit"] {
    min-width: 190px;
    font-size: 15px;
    line-height: 20px;
    height: 50px;
  }

  .notepnel {
    padding: 25px;
    border-radius: 20px;
  }
  .datafrmbtn button {
    height: 50px;
    min-width: 170px;
    font-size: 15px;
    line-height: 20px;
  }

  .dshboardwhtepnel.profilepnel {
    border-radius: 20px;
    padding: 12px;
  }
  .profileinform .media {
    flex-direction: column;
  }
  .profileinform .media-object {
    padding-top: 15px;
  }
  .profileuser {
    margin: 0;
  }
  .profilefrmpnel {
    border-radius: 20px;
  }
  .profilefrmlnk li button {
    font-size: 17px;
    line-height: 23px;
    height: 55px;
    min-width: 180px;
  }
  .datafrm input[type="text"],
  .datafrm input[type="file"].form-control,
  .datafrm input[type="date"],
  .datafrm input[type="image"],
  .datafrm input[type="number"],
  .datafrm input[type="password"],
  .datafrm input[type="email"],
  .datafrm input[type="tel"],
  .datafrm textarea,
  .datafrm select {
    padding: 0 15px 0 20px;
    height: 50px;
  }
  .icon-btn {
    height: 50px;
    width: 45px;
  }
  .icon-btn img {
    max-width: 14px;
  }

  .managementlist {
    border-radius: 18px;
    padding: 15px;
  }
  .mnageuser {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    margin-right: 14px;
  }
  .manageactin .dropdown-toggle img {
    width: 22px;
  }
  .manageactin > span {
    font-size: 14px;
    padding: 3px 10px;
    min-width: 70px;
  }
  .managementlist .media span {
    min-width: initial;
    padding: 0px 10px;
    font-size: 13px;
  }
  .tab-header-box .tab-btn {
    font-size: 14px;
  }
  .casetabnx .import-btn {
    font-size: 13px;
  }
  .casetabnx .importedlist h5 {
    font-size: 18px;
  }
  .casetabnx .importedlist .importedmediabx .importedmedia {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .casetabnx .importedlist {
    padding-left: 35px;
  }
  .casetabnx .importedlist .form-check {
    left: 12px;
  }

  .edit-juror-modal .modal-header {
    padding: 15px 15px 15px;
  }
  .edit-juror-modal .modal-body {
    padding: 15px 15px 0px 15px;
  }
  .edit-juror-modal .datafrmbtn button {
    height: 40px;
    min-width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .datafrm input[type="file"].form-control {
    padding-top: 15px;
  }
  .managementlist .media {
    width: 40%;
  }
  .manageactin {
    gap: 10px;
  }

  .heading-btn {
    font-size: 13px;
    padding: 5px 10px;
  }

  .cuntingdshbrd .row {
    flex-wrap: wrap;
  }

  .cuntingdshbrd .row > div {
    width: 25%;
    flex: 0 0 25%;
  }

  .dshboardwhtepnel {
    padding: 20px;
  }
  .casetabnx .importedlistouter {
    grid-template-columns: repeat(2, 1fr);
  }
  .proinfobx {
    padding: 15px;
  }
  .socialmediabx .socialmediabody {
    padding: 0px 15px;
  }
  .socialmediabx h3 {
    padding: 0px 15px;
  }
  .notebx h3 {
    padding: 0px 15px;
  }
  .notebx .notebxbody {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .loginform {
    border-radius: 18px;
    padding: 15px 15px 25px;
    max-width: 100%;
  }
  .frmdata input[type="text"],
  .frmdata input[type="password"],
  .frmdata input[type="email"],
  .frmdata input[type="tel"] {
    height: 54px;
    padding: 0 24px;
  }
  .frmdata {
    margin-top: 15px;
  }
  .frmdatabtn {
    margin-top: 22px;
  }
  .frmdatabtn input[type="submit"] {
    font-size: 15px;
    height: 54px;
  }
  .frmdatalnks {
    margin-top: 20px;
  }
  .loginlgo img {
    max-width: 170px;
  }

  .cuntingdshbrd .row > div {
    width: 50%;
  }
  .casestable {
    padding: 15px;
  }
  .casestable,
  .cuntingnmber {
    border-radius: 15px;
  }
  .filtersrch input[type="text"] {
    width: 100%;
  }
  .filtersrch {
    width: 100%;
  }
  .caseflter select {
    width: 100%;
    margin-top: 7px;
  }

  .datafrm {
    margin-top: 20px;
  }
  .datafrm textarea {
    padding-top: 20px !important;
    border-radius: 15px !important;
  }
  .dshboardwhtepnel {
    border-radius: 15px;
    padding: 15px;
  }
  .datafrm input[type="text"],
  .datafrm input[type="file"].form-control,
  .datafrm input[type="date"],
  .datafrm input[type="number"],
  .datafrm input[type="email"],
  .datafrm input[type="image"],
  .datafrm input[type="tel"],
  .datafrm textarea,
  .datafrm select,
  .datafrm input[type="password"] {
    padding: 0 15px 0 20px;
    height: 44px;
    font-size: 14px;
  }
  .pagerlink li {
    font-size: 14px;
    line-height: 20px;
  }
  .pagerlink ul {
    flex-wrap: wrap;
  }
  .dshboardcaseform h3,
  .notepnel h3,
  .topheading h2 {
    font-size: 22px;
    line-height: 27px;
  }

  .notepnel {
    padding: 15px;
    border-radius: 15px;
  }
  .notepnel li {
    margin: 0 0 10px;
  }
  .datafrmbtn button {
    height: 45px;
    min-width: auto;
    padding: 0 30px;
  }

  .profilefrmlnk li button {
    min-width: auto;
    padding: 0 35px;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
  }
  .profilefrmhder h3 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 7px;
  }

  .caseflter .custom-select {
    width: 100%;
    margin-top: 7px;
    margin-left: 0;
  }
  .caseflter {
    flex-wrap: wrap;
  }

  .tab-header-box {
    overflow: auto;
  }
  .tab-header-box .tab-btn {
    font-size: 13px;
    padding: 6px 10px;
    white-space: nowrap;
  }
  .datafrm input[type="file"].form-control {
    padding-top: 12px;
  }
  .managementlist .media {
    width: auto;
  }
  .casetabnx h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .cuntingdshbrd > .row > div {
    width: 33.33%;
  }

  .cuntingnmber {
    padding: 10px;
  }

  .caseflter {
    flex-direction: column;
  }

  .select_number {
    align-self: flex-end;
  }
  .casetabnx .importedlistouter {
    display: grid;
    gap: 10px 10px;
  }
  .casetabnx .importedlistoutertop {
    gap: 35px 10px;
  }
  .casetabnx .importednewlist .importedlist {
    border-radius: 10px;
    padding: 25px 20px 15px 15px;
  }
  .casetabnx .importednewlist .importedlist .importedmediabx .importedmedia {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    margin-top: -37px;
  }
  .casetabnx .importednewlist .importedlist .assign-badge {
    left: 15px;
    font-size: 10px;
    padding: 0px 7px 0px 7px;
    line-height: 18px;
  }
  .casetabnx .importednewlist .importedlist .assign-badge svg{width: 11px; height: 11px;}
  .casetabnx .importednewlist .importedlist .form-check {
    right: 5px;
    top: 5px;
  }
  .casetabnx .importednewlist .importedlist .form-check .form-check-input {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboardhder {
    margin: 0 0 25px;
    flex-wrap: wrap;
  }
  .cretecse,
  .adduser {
    padding: 0 20px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
  }
  .notifiction .dropdown > button,
  .serchcrcle {
    width: 40px;
    height: 40px;
  }
  .notifiction .dropdown > button {
    padding: 11px;
  }
  .notifiction .dropdown > button::before {
    bottom: 0px;
    right: 10px;
  }
  .serchcrcle {
    padding: 10px;
  }
  .hdercrch {
    padding: 10px;
  }
  .hdercrch input[type="text"] {
    height: 50px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 55px 0 25px;
  }
  .hdercrch input[type="submit"] {
    top: 10px;
    right: 10px;
    height: 50px;
    width: 55px;
  }
  .srchopen .boardbody {
    margin-top: 80px;
  }

  .profilefrmlnk ul {
    border-radius: 25px;
  }
  .datafrmbtn ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .datafrmbtn li {
    margin: 0;
    padding: 4px;
  }

  .manageactin {
    padding: 12px 0 0;
  }
  .mnageuser {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .managementlist .media span {
    font-size: 11px;
    margin: 0px 0px 4px 0px;
  }
  .managementlist .media h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .managementlist .media span {
    line-height: 20px;
  }
  .cuntingnmber {
    padding: 8px;
    border-radius: 8px;
  }
  .cuntingnmber h4 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 3px;
  }

  .cuntingnmber span {
    font-size: 10px;
    line-height: 15px;
  }
  .cuntingnmber {
    min-height: 75px;
  }

  .viewlist .row.gx-2 > div {
    width: 100%;
  }

  .dshboardwhtepnel {
    padding: 15px;
  }
  .casetabnx .importednewlist .importedlist .form-check {
    right: 5px;
    top: 22px;
  }
  .casetabnx .importednewlist .importedlist h5 {
    font-size: 13px;
  }
  .casetabnx .importednewlist .importedlist p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 390px) {
  .cretecse,
  .adduser {
    padding: 0 15px;
    height: 35px;
    font-size: 12px;
    line-height: 17px;
  }
  .notifiction .dropdown > button,
  .serchcrcle {
    width: 35px;
    height: 35px;
  }
  .menuSdebar {
    max-width: 26px;
    margin-right: 10px;
  }
  .boardbody {
    padding: 12px;
  }
  .dashboardhderrght > button,
  .hdercrch {
    margin-right: 3px;
  }

  .heading-btn {
    font-size: 12px;
    padding: 5px 7px;
  }
}

.custom-file-upload {
  display: inline-block;
  margin-top: 8px;
}

.upload-btn {
  background-color: #004aad;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease;
}

.upload-btn:hover {
  background-color: #003b8a;
}

.file-list {
  margin-top: 10px;
  padding-left: 20px;
  list-style: disc;
  color: #333;
  font-size: 14px;
}

/* upload popup modal css by jahangir */
/* ============ Modal Overlay ============ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* ============ Modal Container ============ */
.modal-container {
  background: #ffffff;
  width: 520px;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.25s ease-out;
  font-family: system-ui, sans-serif;
}

/* ============ Header ============ */
.modal-header {
  padding: 16px 28px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #1c2434;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #4d5562;
}

.close-btn:hover {
  color: #000;
}

/* ============ Body ============ */
.modal-body {
  padding: 0 28px 20px;
  text-align: center;
}

.upload-box {
  border: 2px dashed #d3d6dd;
  border-radius: 12px;
  padding: 40px 20px;
  background: #fafafa;
}

.upload-icon {
  font-size: 40px;
  margin-bottom: 12px;
  color: #3a73ff;
}

.upload-box h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: #1c2434;
}

.upload-box p {
  font-size: 0.9rem;
  color: #6c7380;
  margin-bottom: 18px;
}

/* Browse button */
.browse-btn {
  display: inline-block;
  background: #ffffff;
  border: 1.5px solid #d0d4dd;
  padding: 10px 22px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #1c2434;
  font-weight: 500;
}

.browse-btn:hover {
  background: #f4f5f7;
}

.supported-text {
  margin-top: 18px;
  color: #8a8f9b;
  font-size: 0.8rem;
}

/* ============ Footer ============ */
.modal-footer {
  padding: 18px 28px 26px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.cancel-btn {
  background: #ffffff;
  border: 1.5px solid #d0d4dd;
  padding: 10px 22px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #1c2434;
}

.cancel-btn:hover {
  background: #f5f5f5;
}

.upload-btn {
  background: #0a2fff;
  color: white;
  border: none;
  padding: 10px 26px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
}

.upload-btn:hover {
  background: #0024da;
}

/* ============ Animations ============ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Uploaded Documents Section ===== */
.uploaded-documents-section {
  margin-top: 30px;
  font-family: system-ui, sans-serif;
}

.uploaded-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #1c2434;
}

.uploaded-subtitle {
  font-size: 0.88rem;
  margin-bottom: 18px;
  color: #6c7380;
}

/* ===== File List Container ===== */
.uploaded-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===== File Pill ===== */
.uploaded-file-pill {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 20px;
  width: 260px;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.pill-icon {
  width: 42px;
  height: 42px;
  background: #062f66;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  margin-right: 14px;
  flex-shrink: 0;
}

.pill-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.pill-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1c2434;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.pill-meta {
  font-size: 0.78rem;
  color: #6d7380;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.pill-remove {
  border: none;
  background: #f5f5f5 !important;
  color: #ff4d4f !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
}

.pill-remove:hover {
  background: #ffeaea !important;
  transform: scale(1.05) !important;
}

/* Progress bar */
.step-progress-wrapper {
  width: 100%;
}

.step-progress {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 4px;
}

.step-item {
  width: 100%;
  border-radius: 10px;
  padding: 3px 10px;
  background: #e1e8f0;
  color: #0c3155;
  cursor: pointer;
}

.step-item.active {
  background: #0c3155;
  color: #fff;
}
.juror-model-tab {
  max-width: 750px;
}
.juror-model-tab .step-progress-wrapper {
  padding: 0px 20px;
}
.juror-model-tab .step-progress-wrapper .step-progress {
  gap: 3px;
  justify-content: flex-start;
  overflow: auto;
  white-space: nowrap;
}
.juror-model-tab .step-progress-wrapper .step-pro-new-tab {
  position: relative;
}
.juror-model-tab .step-progress-wrapper .step-pro-new-tab:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20px;
  content: "";
  /* background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)); */
}
.juror-model-tab .step-progress-wrapper .step-pro-new-tab:after {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 30px;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.juror-model-tab .step-progress-wrapper .step-progress .step-item {
  padding: 3px 5px;
  font-size: 12px;
}

.ck-content {
  min-height: 150px;
}

.step-label {
  font-size: 14px;
  color: #0c3155;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  align-self: flex-start;
  padding: 1px 10px;
  border-radius: 30px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Tabs */
.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.tabs button {
  padding: 8px 14px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
  color: #6b7280;
}

.tabs .active {
  color: #0c3155;
  border-bottom: 3px solid #0c3155;
}

/* Inputs */
.input-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.input-group input,
.input-group textarea {
  border: 1px solid #d1d5db;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

/* Footer buttons */
.modal-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.cancel-btn {
  background: #e5e7eb;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.save-btn {
  background: #0c3155;
  color: white;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.onlinetext {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.onlinetext span {
  font-size: 12px;
  padding: 4px 8px;
}

.onlinetext small {
  font-size: 14px;
}

.viewitem strong {
  font-size: 18px;
  line-height: 24px;
}
.viewitem > div {
  font-size: 15px;
}
.statusbx,
.person-status-list li {
  font-size: 15px;
}

.casestablelist:first-child {
  margin: 0;
}
.dashboardhder {
  margin: 0 0 25px;
}
.viewitem {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print {
  .no-print {
    display: none !important;
  }
}
