@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */

body {
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  letter-spacing: .5px;
  font-family: "Open Sans", sans-serif;
  background-color: #E6EBEE;

}

::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-thumb {
  background: #313d4f;
  -webkit-border-radius: 0;
  border-radius: 0
}

* {
  padding: 0;
  margin: 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

ul,
li {
  padding: 0;
  margin: 0;
}

a {

  text-decoration: none !important;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

::-moz-selection {
  text-shadow: none;
  background: #00aeff;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #00aeff;
  color: #fff;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
  --primary: #000f5c;
  --secondary: #ffa329;
}

/****login-pages****/
    /* Success animation */
     /* Success animation */
    .checkmark {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: block;
      stroke-width: 3;
      stroke: #4CAF50;
      stroke-miterlimit: 10;
      margin: 0 auto 20px;
      box-shadow: inset 0px 0px 0px #4CAF50;
      animation: fill .4s ease-in-out .4s forwards,
                 scale .3s ease-in-out .9s both;
    }
    .checkmark__circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 3;
      stroke-miterlimit: 10;
      stroke: #4CAF50;
      fill: none;
      animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }
    .checkmark__check {
      transform-origin: 50% 50%;
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
    }

    @keyframes stroke {
      100% { stroke-dashoffset: 0; }
    }
    @keyframes scale {
      0%, 100% { transform: none; }
      50% { transform: scale3d(1.1, 1.1, 1); }
    }
    @keyframes fill {
      100% { box-shadow: inset 0px 0px 0px 80px #4CAF50; }
    }
    
/* Error Icon Styling */
.errormark {
  width: 80px;  /* Make icon size consistent with the success checkmark */
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #dc3545; /* Red border */
  stroke-miterlimit: 10;
  margin: 0 auto 20px; /* Space below the icon */
  box-shadow: inset 0px 0px 0px #dc3545; /* Red shadow */
  animation: fill-error .4s ease-in-out .4s forwards,
             scale-error .3s ease-in-out .9s both; /* Same scale animation as success */
}

.errormark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #dc3545; /* Red color */
  fill: none;
  animation: stroke-error 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.errormark__line1,
.errormark__line2 {
  stroke-width: 4;
  stroke: #ffffff;  /* White cross */
  animation: stroke-error 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
}

@keyframes stroke-error {
  100% { stroke-dashoffset: 0; }
}

@keyframes scale-error {
  0%, 100% { transform: none; }
  50% { transform: scale3d(1.1, 1.1, 1); } /* Same scaling effect */
}

@keyframes fill-error {
  100% { box-shadow: inset 0px 0px 0px 80px #dc3545; } /* Red fill animation */
}

.login-pannel {
  background: #544DE8;
  background: linear-gradient(90deg, rgba(84, 77, 232, 1) 35%, rgba(127, 137, 248, 1) 100%);
  height: 100vh;
  display: flex;
  align-items: center;
}

.login-left h3 {
  color: #FFF;
  font-size: 50px;
}

.left-pannel-login {
  display: flex;
  align-items: center;
}

.login-left p {
  color: #FFF;
  margin-top: 15px;
}

.login-details {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 25px;
}

.login-logo {
  text-align: center;
}

.login-logo img {
  width: 40%;
}

.login-logo h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: -5px;
}

.email-login {
  /* background-color: #fafbff; */
  background-color: #D9D9D9;
  border-radius: 20px;
  outline: none;
  border: none;
  padding: 7px 17px 7px 50px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 18px;
  font-size: 15px;
}




.login-section {
  position: relative;
}

.login-section span {
  position: absolute;
  top: 26px;
  left: 23px;
  color: #4C4E4D;
}

.login-section p {
  position: absolute;
  top: 29px;
  right: 27px;
  color: #4C4E4D;
  cursor: pointer;
}

.login-to a {
  color: #fff;
}

.login-to {
  display: flex;
  background: linear-gradient(90deg, rgba(2, 5, 136, 1) 0%, rgba(0, 172, 255, 1) 100%);
  color: #fff;
  width: 100%;
  border-radius: 20px;
  outline: none;
  border: none;
  padding: 7px 17px 7px 17px;
  margin-top: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background-size: 200% auto;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}



/* Jab mouse button par ho */
.login-to:hover {
  background-position: right center;
  /* Gradient ko right ki taraf shift karega */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  /* Shadow ko thoda gehra karega */
  transform: translateY(-2px);
  /* Button ko thoda upar shift karega */
  color: #fff;
}

.login-section .form-control {
  display: inline-block;
}

.remember-login {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 15px;
}

.forgot-login a {
  color: #000;
}

.forgot-login a:hover {
  color: #020ebb;
}

.sign-up-login {
  margin-top: 10px;
  text-align: center;
  position: relative;
}

.sign-with-login {
  margin-top: 10px;
  text-align: center;
}

.sign-with-img {
  text-align: center;
}

.sign-with-img img {
  background: #D9D9D9;
  padding: 10px 17px;
  border-radius: 10px;
  width: 14%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-left: 5px;
  margin-right: 5px;
}

.sign-with-img img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
  background-size: 8px 1px;
}

.text {
  padding: 0 15px;
  color: #555;
  font-size: 16px;
  white-space: nowrap;
}



.login-logo p {
  font-size: 12px;
  margin: 0px;
  color: #535050;
  margin-top: 3px;
  margin-bottom: -3px;
}



.otp-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* Adjust spacing between inputs */
}

.otp-input {
  width: 50px;
  /* Width of each box */
  height: 50px;
  /* Height of each box */
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #555;
  /* The line at the bottom */
  outline: none;
  /* Removes the outline on focus */
  background-color: transparent;
}

.otp-input:focus {
  border-bottom-color: #007bff;
  /* Change color on focus */
}


.max-file {
  height: 488px;
}



/**header***/
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 76px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #ffffff;
  padding-left: 1%;
  padding-right: 1%;
}

.dashboard-logo img {
  width: 154px;
  object-fit: cover;
  margin-right: 40px;
}


/* Sidebar */
#sidebar {
  position: fixed;
  top: 77px;
  /* header height */
  left: 0;
  width: 250px;
  height: 100%;
  background: #12366e;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  padding: 10px;
  z-index: 9;
  padding-bottom: 84px;
}
#sidebar::-webkit-scrollbar {
  width: 0px
}

#sidebar::-webkit-scrollbar-thumb {
  background: #313d4f;
  -webkit-border-radius: 0;
  border-radius: 0
}
.sidebar img {
  width: 18px;
}

#sidebar ul {
  list-style: none;
  padding: 0;
}

#sidebar ul li a {
  color: #fff;
  display: block;
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
  margin-top: 5px;
}

#sidebar ul li a:hover {
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
}


/* Sidebar closed */
#sidebar.closed {
  left: -300px;
}

/* Main */

#main {
  margin-left: 264px;
  margin-top: 72px;
  padding: 20px 17px;
  transition: all 0.3s;
}

/* Full width jab sidebar band ho */
#main.full {
  margin-left: 0;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  cursor: pointer;
  color: #405189;
}


/***search***/
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 5px;
  transition: 0.3s;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}


/***************/
.header-nav {
  display: flex;
  align-items: center;
}

.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #FFF;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #FFF;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}


.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 7px !important;
  left: -8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/***********/
.date-current {
  border: 1px solid;
  padding: 6px 21px !important;
  border-radius: 20px;
  border-style: dashed;
  font-size: 14px;
  margin-right: 24px !important;
}

.logout_li {
  background: #12366e;
  border-radius: 5px;
}
.dropdown-item:focus, .dropdown-item:hover {
   background: #0063fd;
    border-radius: 5px;
}

.logout_li span {
  color: #fff;
}

.logout_li i {
  color: #fff;
}

.noti {
  position: relative;
  cursor: pointer;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.ping {
  position: relative;
  padding-left: 1em;
  left: 10px;
  top: -31px;
}

.ping::before,
.ping::after {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: red;
}

.ping::before {
  animation: ping 1.7s ease infinite;
  opacity: 0.25;
}

/****court search****/
.court-search-top {
  text-align: center;
}

.court-search-top h3 {
  font-size: 30px;
  color: #003E9F;
}

.court-search-top p {
  color: #525151;
}

.main-search-details {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);
}

.for-left-menu-tab {
  border-right: 1px solid#ccc;
}

.list-of-search {
  display: inline-block;
  border: none;
  font-size: 15px;
}

.list-of-search .nav-link.active {
  color: #ffffff;
  padding: 5px 10px;
  background-color: #1900ff;
  border-radius: 5px;
  border: none;

}

.case-name path.active {
  fill: red;
}

.list-of-search .nav-link:hover {
  color: #ffffff;
  background-color: #1900ff;
  border-radius: 5px;
  border: none;
}

.list-of-search .nav-link img:hover {
  filter: brightness(0) invert(1)
}

.list-of-search .nav-link {
  min-width: 200px;
  color: #434343;
  margin: 6px 0px;
  padding: 5px 10px;
  border: none;
}

.case-name {
  display: block;
  text-align: left;
}

.casePannel-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.casePannel-top-right a {
  color: #fff;
  padding: 8px 22px;
  border-radius: 5px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
}

.casePannel-top-right a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}

.casePannel-top-right svg {
  fill: #fff;
}

.case-panel-tab {
  border-bottom: 1px solid #ccc;
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 15px;
}

.rightfor-search-details {
  padding: 0px 14px 0px 16px;
}

.check-status button {
  color: #5B5B5B;
}

.check-status .nav-link.active {
  border-radius: 0px;
  border-bottom: 2px solid#0400ff;
  padding-bottom: 12px;
  color: #000;
  background-color: #fff;
}

.case-box {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 13px;
}

.case-number-search input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 13px;
}

.case-number-search input:focus {
  border: 1px solid#7b93ff !important;
}

.case-year input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 13px;
}

.case-search-click {
  border: none;
  padding: 7px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
  margin-top: 34px;
}

.case-search-click:hover {
  border: none;
  padding: 7px 15px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);

}

.dashed-line {
  border-top: 1px dashed #999;
  margin-top: 43px;
}


.result-details-info {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  transition: transform .2s ease, box-shadow .2s ease;
}

.result-details-info:hover {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
}

.left-result-date p {
  margin: 0px;
  color: #0040A9;
  font-weight: 400;
}

.left-result-date span {
  display: block;
  color: #A19090;
}

.right-result-data p {
  margin: 0px;
  color: #000000;
  font-weight: 400;
}

.right-result-data {
  text-align: right;
}

.right-result-data span {
  background-color: #DCFCE7;
  color: #166534;
  padding: 0px 16px 2px;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  border-radius: 20px;
  display: inline-block;
}

.pending-search {
  background-color: #FEF9C3 !important;
  color: #C68D50 !important;
  padding: 0px 16px 2px;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  border-radius: 20px;
}

/****courtroom-tab*/
.Courtroom-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Courtroom-panel a {
  color: #fff;
  padding: 8px 22px;
  border-radius: 5px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
}


.Courtroom-panel a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}

.Courtroom-panel svg {
  fill: #fff;
}

.Live-Display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  color: #5B5B5B;
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
}

.Live-Display h3 {
  font-size: 20px;
}

@keyframes live {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.live {
  position: relative;
  padding-left: 1em;
  left: -21px;
  top: 3px;
}

.live-test p {
  margin: 0px;
  font-weight: 600;
  color: #22c55e;
}

.live::before,
.live::after {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: #22c55e;
}

.live::before {
  animation: live 1.7s ease infinite;
  opacity: 0.25;
}

.result-live-panel {
  border-left: 3px solid #0040A9;
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.result-live-panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
}


.court-live-vc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.court-live-vc a {
  font-size: 14px;
  background: #12366e;
  padding: 5px 11px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.court-live-vc span {
  background: #1a3a6e;
  color: #fff;
  padding: 0px 14px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 300;
}

.result-live-panel p {
  margin: 0px;
}

.court-live-vc h3 {
  font-size: 18px;
}

.result-live-panel .row {
  margin-top: 20px;
}

.result-live-panel p:nth-child(1) {
  color: #000000;
  font-weight: 500;
}

.result-live-panel p:nth-child(2) {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 15px
}

/****End courtroom-tab*/
/**Bench & Scheduling Search**/
.scheduling {
  margin-top: 4px;

}

/**End Bench & Scheduling Search**/
/***dashboard-page***/
.dashboard-panel {
  margin-top: 16px;
}

.top-dashpannel h3 {
  color: #003E9F;
  font-weight: 600;
  font-size: 23px;
}

.top-dashpannel p {
  margin-top: 5px;
  color: #525151;
  font-size: 14px;
}

.add-case-dashboard {
  display: flex;
  align-items: center;
  justify-content: end;
}

.add-case-dashboard a {
  color: #fff;
  padding: 8px 22px;
  border-radius: 5px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
}

.add-case-dashboard a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}

.add-case-dashboard svg {
  fill: #fff;
}


.box-dash-head {
  border-radius: 5px;
  margin-top: 30px;
}

.dash-file-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);

}

.dash-file-top {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px -1px 28px 7px rgb(171 171 171 / 22%);
  transition: transform .2s ease, box-shadow .2s ease;
}


.box-common-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
}

.box-common-dashboard img {
  width: 44px;
}

.total-1 {
  background: #DCFCE7;
  color: #166534;
  border-radius: 18px;
  font-size: 12px;
  padding: 4px 11px;
}

.total-case {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.total-case p {
  color: #2B2A2A;
  margin: 0px;
  font-weight: 500;
  font-size: 14px;

}

.total-case h4 {
  color: #111111;
}

.total-1 {
  background: #DCFCE7;
  color: #166534;
  border-radius: 20px;
  font-size: 10px;
  padding: 4px 11px;
}

.total-2 {
  background: #F6B8CD;
  color: #AC073F;
  border-radius: 20px;
  font-size: 10px;
  padding: 4px 11px;
}

.total-3 {
  background: #FDE9B7;
  color: #8B6300;
  border-radius: 20px;
  font-size: 10px;
  padding: 4px 11px;
}

.total-4 {
  background: #F39998;
  color: #8E0A08;
  border-radius: 20px;
  font-size: 10px;
  padding: 4px 11px;
}

/***Hearings-and-Recent***/
.Hearings-and-Recent {
  margin-top: 16px;

}

.hearing-dash-panel {
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  background: #fff;
  border-radius: 5px;
}

.hearing-dash-panel h3 {
  border-bottom: 1px solid#ccc;
  padding: 16px 26px;
  font-size: 22px;
}

.box-hearing {
  background-color: #F0F4F8;
  border-radius: 5px;
  padding: 20px;
  margin-top: 16px;
}

.main-hearing {
 padding: 4px 20px 20px;
    height: 460px;
    overflow: auto;
}

.box-hearing h4 {
  color: #07319A;
  font-size: 16px;
}

.box-hearing p {
  margin: 0px;
  font-size: 14px;
  color: #4B4A4A;
  margin-top: 5px;
}

.box-hearing span {
  font-size: 14px;
  color: #7E7E7E;
  margin-top: 7px;
  display: block;
}

/***End-Hearings-and-Recent***/
.Recent-das-panel {
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}

.Recent-das-panel h3 {
  border-bottom: 1px solid#ccc;
  padding: 16px 26px;
  font-size: 22px;
}

.table-dash-recent {
  padding: 20px;
}

.table-dash-recent table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
 overflow: auto;
    display: block;
}

.table-dash-recent th,
td {
  padding: 10px;
  border: 1px solid#ccc;
}

.table-dash-recent td {
  color: #4B4A4A;
  font-size: 14px;
      white-space: normal;
}

.table-dash-recent th {
  background-color: #F0F4F8;
  color: #07319A;
  font-size: 15px;
  white-space: nowrap;
}



/***bill-invoce***/
.bill-top {
  margin-top: 16px;
}

.bill-top h3 {
  color: #003E9F;
  font-weight: 600;
}

.top-dashpannel p {
  margin-top: 5px;
  color: #525151;
  font-size: 14px;
}

.add-bill-invocie {
  display: flex;
  align-items: center;
  justify-content: end;
}

.add-bill-invocie a {
  color: #fff;
  padding: 8px 22px;
  border-radius: 5px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  border: none;
  outline: none;
}

.add-bill-invocie a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}

.bill-table-invoices {
  background-color: #fff;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.bill-table-invoices table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;

}

.bill-table-invoices th,
td {
  padding: 10px;
  border: 1px solid#ccc;
}

.bill-table-invoices td {
  color: #4B4A4A;
  font-size: 14px;
}

.bill-table-invoices th {
  background-color: #F0F4F8;
  color: #424242;
  font-size: 15px;
  white-space: nowrap;
}

.due-bill p {
  background-color: #DCFCE7;
  color: #166534 !important;
  padding: 0px 8px;
  font-size: 12px;
  margin: 0px;
  border-radius: 20px;
  display: inline-block;
}

.paid-bill p {
  background: #FDE9B7 !important;
  color: #8B6300 !important;
  padding: 0px 8px;
  font-size: 12px;
  margin: 0px;
  border-radius: 20px;
  display: inline-block;
}

.overdue-bill p {
  background: #F39998 !important;
  color: #8E0A08 !important;
  padding: 0px 8px;
  font-size: 12px;
  margin: 0px;
  border-radius: 20px;
  display: inline-block;
}

.action-bill i:nth-child(1) {
  background-color: #448aff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
}

.action-bill i:nth-child(2) {
  background-color: #003E9F;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
}
.viewBtn {
  border: none;
}
/***End-bill-invoce***/
/**creat-invoice***/
.creat-invoice-top {
  margin-top: 16px;
}

.creat-invoice-top h3 {
  color: #003E9F;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.creat-invoice-details form {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  margin-top: 25px;
}

.form-invoice {
  font-weight: 500;
  margin-bottom: 8px;
}

.creat-invoice-details .form-control {
  border-radius: 5px;
  padding: 5px 12px;
}

.creat-invoice-details .form-select {
  border-radius: 5px;
  padding: 5px 12px;
}

.input-group-text {
  background-color: #f1f3f5;
  border-radius: 10px 0 0 10px;
  border: none;
}

.save-invoice {
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
  margin-top: 14px;
  background-color: #0040A9;
  color: #fff;
}

.save-invoice:hover {
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
  margin-top: 14px;
  background-color: #146eff;
  color: #fff;
}

.input-group .btn-outline-secondary {
  border-radius: 10px;
  padding: 10px 20px;
}

/**End-of-creat-invoice***/
/***new-case-panel****/
.new-case-top h3 {
  color: #003E9F;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.new-case-top {
  margin-top: 16px;
}

.add-new-main-panel {
  background-color: #fff;
  padding: 25px 25px 0px;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border-radius: 5px;
  margin-top: 25px;
}

.new-case-tab {
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
  font-size: 13px;
}

.check-add button {
  color: #5B5B5B;
      padding: .5rem 8px;
}

.check-add .nav-link.active {
  border-radius: 0px;
  border-bottom: 2px solid#0400ff;
  padding-bottom: 12px;
  color: #000;
  background-color: #fff;
}


.check-add option {
  color: #000000;
  font-size: 15px;
}

.case-add {
  color: #3a3a3a;
  font-size: 15px;
}

.case-1 label {
  font-size: 14px;
}

.case-add {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 7px;
}

.case-add-search input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 7px;
  font-size: 14px;
}

.case-add-search {
  font-size: 15px;
}

.case-add-search input:focus {
  border: 1px solid#7b93ff !important;
}

/***feedbackmodal-request****/
.text-area-request-add {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid#ccc;
  border-radius: 5px;
  height: 350px;
}

/***End-feedbackmodal-request****/

.case-search-add {
  border: none;
  padding: 6px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
  margin-top: 27px;
}

.case-search-add:hover {
  border: none;
  padding: 7px 15px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);

}

.case-neaw-add-input input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 6px;
  font-size: 14px;
}

.case-neaw-add-input label {
  font-size: 14px;
}

.case-neaw-add-input input:focus {
  border: 1px solid#7b93ff !important;
}

.Request-in-add-case {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  margin-top: 15px;
  border-radius: 5px;
}

.Request-in-add-case P {
  font-size: 14px;
  margin: 0px;
  padding: 10px 0px;
}

.request-in-case {
  border: none;
  background: #f5f5f5;
  text-decoration: underline;
}

.request-in-case:hover {
  border: none;
  color: #003E9F;
}


.case-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  margin: 15px auto;
}

.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.case-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.status-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b5bdb;
  font-size: 20px;
}

.status-text {
  background: #e9f7ef;
  color: #2b8a3e;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
  display: inline-block;
}

.case-details small {
  font-size: 0.8rem;
  color: #3b5bdb;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.case-details h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
}

.court-name-add {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 4px;
}

.btn-add {
  background: linear-gradient(90deg, #4c6ef5, #5c7cfa);
  color: white;
  font-weight: 600;
  padding: 8px 18px;
  border: none;
  border-radius: 25px;
  transition: 0.3s;
}

.btn-add:hover {
  background: linear-gradient(90deg, #364fc7, #4263eb);
}

.status-icon2 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
}

.status-icon2 svg {
  fill: #ccc;
  border: none;
}

.status-text2 {
  background: #e9f7ef;
  color: #2b8a3e;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
  display: inline-block;
}

.case-details2 small {
  font-size: 0.8rem;
  color: #3b5bdb;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.case-details2 h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
}

.court-name-add {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 4px;
}

.btn-add2 {
  background: linear-gradient(90deg, #ff2542, #ff5e5e);
  color: white;
  font-weight: 600;
  padding: 8px 18px;
  border: none;
  border-radius: 25px;
  transition: 0.3s;
}

.btn-add2:hover {
  background: linear-gradient(90deg, #a51a25, #fd8a8a);
}

.resut-top-search-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cancel-add-case {
  border: none;
  background-color: #f36960;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.resutl-right-add {
  border-left: 1px solid#ccc;
  padding-left: 17px;
}

/***End-new-case-panel****/

/***upgrade-plan****/
.upgrade-top h3 {
  color: #003E9F;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.upgrade-top {
  margin-top: 16px;
}

.upgrade-top p {
  margin-top: 5px;
  font-size: 14px;
  color: #292929;
  text-align: center;
}

.detail-panel-upgrade p {
  margin: 0px;
  border-bottom: 1px solid#ccc;
  font-size: 20px;
  padding-bottom: 5px;
}


.plan-box {
  position: relative;
  margin-top: 35px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  overflow: hidden;
  height: 505px;
  object-fit: cover;

}

.plan-box h3 {
  font-size: 18px;
  color: #0140A7;
}

.plan-box p:nth-child(2) {
  font-size: 13px;
  color: #4E4E4E;
  margin-top: 10px;
}

.advanced-price {
  font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px;
}
.trail-member {
    font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px;
}

.basic-price-member{
  font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px; 
}
.standard-price-member {
   font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px; 
}
.plan-box i {
  color: #7879F1;
}


.plan-details-member p{
font-size: 13px;
  color: #373737;
  margin: 8px 0px;
}

.upgrade-tap-4 {
  color: #fff;
  position: relative;
     bottom: -38px;
  padding: 8px 22px;
  border-radius: 20px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}

.upgrade-tap-4:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.upgrade-tap-3 {
  color: #fff;
   position: relative;
    bottom: -65px;
  padding: 8px 22px;
  border-radius: 20px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}

.upgrade-tap-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.upgrade-tap-2 {
  color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    background: #1A3A6E;
    background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
    transition: transform .2s 
ease, box-shadow .2s 
ease;
    display: flex
;
    justify-content: center;
    border: none;
    width: 84%;
    position: absolute;
    bottom: 21px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.upgrade-tap-2:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.upgrade-tap {
  color: #fff;
  position: relative;
    bottom: -90px;
  padding: 8px 22px;
  border-radius: 20px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}

.upgrade-tap:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.for-ellipse {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.for-figure {
  position: absolute;
  top: 5px;
}

.deal {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #020B8C;
  color: #fff;
  border-radius: 0px 8px 0px 8px;
}

.my-body {
  padding: 0px;
}

.basic-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  border-top: 1px solid#ccc;
  border-bottom: 1px solid#ccc;
}
.basic-plan h3 {
	font-size: 18px;
    color: #0140A7;
}
.basic-plan p{    font-size: 13px;
    margin-top: 10px;
    color: #4E4E4E;}

.plan-pop {
  font-weight: 600;
  font-size: 20px;
}

.next-modal {
  color: #fff;
  margin-top: 19px;
  padding: 8px 35px;
  border-radius: 5px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: end;
  border: none;

}

.next-modal:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}

.modal-info-form {
  padding: 20px;

}

.modal-info-form h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 14px 21px;
}

.modal-info-formform {
  padding: 20px;
  font-size: 15px;
}


.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.status-dot {
  height: 10px;
  width: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.action-btn {
  border: none;
  background: transparent;
}

.badge {
  background-color: #03a3ff;
  color: #fff;
}

.table-of-team {
  margin-bottom: 20px;
}

/****total case ***/
.tota-case-panel {
  padding: 20px;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  background: #fff;
  border-radius: 5px;
}

.total-active-top {
  display: flex;
  align-items: center;
  justify-content: end;
}

.total-active-top h3 {
  font-size: 22px;
}

.total-active-top button {
  margin: 0px;
  background: #12366e;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

.chart-toatal {
  border: 1px solid #ccc;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 15px;
  color: #3e3d3d;
}

.total-tab-filtter {
  margin-top: 15px;
}

.search-total-case {
  border: none;
  padding: 7px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
  margin-top: 16px;
}

.chart-box-total {
  background: #fdfdfd;
  padding: 24px;
  border-radius: 5px;
}

/****total case ***/

.total-panel-details {
  margin-top: 15px;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}

.total-panel-details:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
}

.arrow-to-work {
  position: absolute;
  right: 14px;
  top: 66px;
}

.arrow-to-work i {
  color: #003E9F;
  font-size: 30px;
}

.total-panel-details h3 {
  font-size: 16px;
  color: #1d1d1d;
}

.total-panel-details p:nth-child(2) {
  font-size: 14px;
  color: #525151;
  margin: 5px 0px 0px;
}

.total-panel-details p:nth-child(3) {
  font-size: 14px;
  color: #7E7E7E;
  margin: 5px 0px 0px;
}

.listed-toatal {
  background: #DCFCE7;
  color: #166534;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 11px;
  margin-top: 9px;
  display: inline-block;
}

.not-listed {
  background: #F39998;
  color: #8E0A08;
  border-radius: 20px;
  font-size: 10px;
  padding: 4px 11px;
  margin-top: 9px;
  display: inline-block;
}

/***upgrade-plan****/

/***workspace***/
.delete-work-left {
  position: absolute;
  right: 7px;
  top: 56px;
  font-size: 18px;
  color: #ff5722;
  cursor: pointer;
}

.arrow-work {
  position: absolute;
  right: 7px;
  top: 56px;
  font-size: 24px;
  color: #3b82f6;
  display: none;
}

.nav-link.active .delete-work-left {
  display: none;
}

.nav-link.active .arrow-work {
  display: block;
}


.workspace-top {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workspace-top h3 {
  font-size: 18px;
  color: #10138e;
  font-weight: 600;
}

.for-work {
    border: none;
    overflow: auto;
    max-height: 600px;
}

.for-work.nav-tabs .nav-link.active {
  background-color: #f5f8fc;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
}


.for-work.nav-tabs .nav-link {
  background-color: #ffffff;
  margin-top: 15px;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  transition: transform .2s ease, box-shadow .2s ease;
  border: none;
}

.for-work.nav-tabs .nav-link:hover {
  transform: translateY(-2px);
  border: none;
}

.work-total {
  margin: 0px;
  background: #12366e;
  color: #fff;
  padding: 5px 13px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

.workspace-panel-left-file {
  background-color: #fff;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px
}

.wokspace-panel-left .nav-link {
  padding: 10px 0px;
}

.wokspace-panel-left button:hover {
  border: none;
}

.workspace-left-details {
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  position: relative;
  width:477px;
  display:table-cell;
}

.wokspace-panel-left button {
  transition: transform .2s ease, box-shadow .2s ease;
}


.workspace-left-details h3 {
  font-size: 15px;
  color: #1d1d1d;
}

.workspace-left-details p:nth-child(2) {
  font-size: 14px;
  color: #525151;
  margin: 5px 0px 0px;
}

.workspace-left-details p:nth-child(3) {
  font-size: 14px;
  color: #7E7E7E;
  margin: 5px 0px 0px;
}

.work-listed {
  background: #DCFCE7;
  color: #166534;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 11px;
  margin-top: 9px;
  display: inline-block;
}




.wokspace-panel-left {
  border: none;
}

.wokspace-panel-left .active {
  border: none;

}

.work-right-top {
  background-color: #fff;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border-radius: 5px;
  padding: 20px 20px 7px;
}

.case-header {
  margin-bottom: 20px;
}

.case-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.toolbar button {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  margin-right: 6px;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
}

.toolbar button:hover {
  background: #f3f4f6;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.info-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 14px;
}

.info-card h4 {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}

.info-card p {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}

.case-workspace {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 13px;
  font-size: 14px;
  color: #666666;
}

.case-workspace-search input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 13px;
  font-size: 14px;
}

.case-workspace-search input:focus {
  border: 1px solid#7b93ff !important;
}

.change-card-body {
  border: none;
  padding: 0px;
  margin-bottom: 10px;
}

/***workspace***/
.active5 {
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  display: block;
}

/* Oerder-workTabs */
.footer-workspace {
  background: #fff;
  margin-top: 85px;
  border-radius: 8px;
}

.tabs-Of-Order .nav-link.active {
  border-radius: 0px;
  border-bottom: 2px solid #0400ff;
  padding-bottom: 12px;
  color: #000;
  background-color: #fff;
}

.tabs-Of-Order button {
  color: #000;
}


.order-card-workspace {
  border-bottom: 1px solid #ccc;
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 15px;
}

/* End-Order-workTabs */



.box-card-workspace {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.box-card-workspace:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-header-workspace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5e5e5;
  padding: 5px 10px;
  border-radius: 3px;
}

.card-header-workspace span.date-workspace {
  font-size: 13px;
  color: #999;
}

.listing-work {
  margin-top: 12px;
  margin-bottom:41px;
  font-size: 14px;
  color: #444;
}

.listing-work p {
  margin: 4px 0;
}

.listing-footer {
  margin-top: 14px;
  margin-bottom:13px;
  width:88%;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  background: #e5e5e5;
  padding: 5px 10px;
  border-radius: 3px;
      position: absolute;
    bottom: 0px;
  
}

.listing-footer a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #4a6cf7;
  transition: 0.3s;
}

.listing-footer a:hover {
  color: #1d3fc2;
}

.listing-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: auto;
  max-width: 1200px;
  margin: auto;
  border: 1px solid #e3e8ef;
}

.table-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 24px;
  background-color: #f9fafb;
}

.listing-wrapper .table-header h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #334155;
}

/* ======== TABLE ======== */
.listing-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.listing-wrapper thead {
  background-color: #f9fafb;
  text-transform: uppercase;
  font-size: 12px;
  color: #6b7280;
  letter-spacing: 0.04em;
}

.listing-wrapper th,
td {
  padding: 14px 20px;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.listing-wrapper tbody tr:hover {
  background-color: #f0f4ff;
  transition: 0.2s ease;
}

.listing-wrapper td {
  font-size: 14px;
  color: #1e293b;
  vertical-align: middle;
  white-space: nowrap;
}

/* ======== ICON BUTTONS ======== */
.listing-wrapper .actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.listing-wrapper .action-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #4a6cf7;
  transition: color 0.2s ease;
}

.listing-wrapper .action-btn:hover {
  color: #1d3fc2;
}

/* ======== RESPONSIVE ======== */
@media (max-width: 768px) {

  .listing-wrapper table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .listing-wrapper thead {
    display: none;
  }

  .listing-wrapper tr {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 12px;
  }

  .listing-wrapper td {
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  .listing-wrapper td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #64748b;
  }
}

/***my change***/
.new-note-btn {
  background: linear-gradient(45deg, #0d6efd, #2a62ff);
  border: none;
  padding: 10px 22px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
  transition: 0.3s;
}

.new-note-btn:hover {
  background: linear-gradient(45deg, #084298, #1e40ff);
  transform: translateY(-2px);
}

.notes-header {
  display: flex;
  justify-content: center;
  padding-bottom: 22px;
}

.notes-table {
  overflow: hidden;
  overflow: auto;
}

.notes-table thead {

  text-transform: uppercase;
  font-size: 13px;
}

.notes-table th,
.notes-table td {
  vertical-align: middle;
  padding: 14px;
  font-size: 14px;
}

.notes-table tbody tr {
  transition: 0.3s;
}

.notes-table tbody tr:hover {
  background: rgba(13, 110, 253, 0.05);
}

.delete-icon {
  font-size: 20px;
  color: #dc3545;
  cursor: pointer;
}


.new-doc-btn {
  background: linear-gradient(45deg, #0d6efd, #2a62ff);
  border: none;
  padding: 10px 22px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
  transition: 0.3s;
}

.new-doc-btn:hover {
  background: linear-gradient(45deg, #084298, #1e40ff);
  transform: translateY(-2px);
}

.docs-header {
  display: flex;
  justify-content: center;
  padding-bottom: 22px;
}

.docs-table {
     overflow: auto;
    width: 100%;
}

.docs-table thead {
  text-transform: uppercase;
  font-size: 13px;
}

.docs-table th,
.docs-table td {
  vertical-align: middle;
  padding: 14px;
  font-size: 14px;
}

.docs-table tbody tr {
  transition: 0.3s;
}

.docs-table tbody tr:hover {
  background: rgba(13, 110, 253, 0.05);
}

.file-icon {
  font-size: 20px;
  color: #0d6efd;
  cursor: pointer;
}

.delete1-icon {
  font-size: 20px;
  color: #dc3545;
  cursor: pointer;
}



.timeline-item {
  position: relative;
  padding: 10px 20px 20px 20px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: 11px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: #0d6efd;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.2);
}

.timeline-date {
  font-weight: 600;
  font-size: 14px;
  color: #0d47a1;
  margin-bottom: 6px;
}

.timeline-content {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.timeline-content h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.timeline-content p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

.next-date {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #0d6efd;
}

.view-icons {
  margin-top: 10px;
}

.view-icons i {
  font-size: 20px;
  margin-right: 12px;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}

.view-icons i:hover {
  color: #0d6efd;
  transform: scale(1.15);
}











.order-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.order-dates {
  display: flex;
  gap: 20px;
}

.date-box {
  background: #e8f0fe;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #0d47a1;
}

.summary-list-workspace {
  list-style: none;
  padding-left: 0;
}

.summary-list-workspace li {
  padding: 6px 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 15px;
}

.summary-list-workspace li:last-child {
  border-bottom: none;
}

.summary-list-workspace li::before {
  content: "➤ ";
  color: #0d6efd;
  font-weight: bold;
}

.pdf-icons i {
  font-size: 22px;
  margin-left: 12px;
  cursor: pointer;
  transition: 0.3s;
  color: #555;
}

.pdf-icons i:hover {
  color: #0d6efd;
  transform: scale(1.15);
}


















.bottom-all-workspace {
  border-radius: 5px;
  padding: 20px;
}

.Case-list-work {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid #6cef63;
  margin-top: 45px;
  height: 100%;
}

.cause-workspace h3 {
  font-size: 16px;
  margin-top: 25px;
}
.cause-workspace svg {
  color: gray;
}

.cause-workspace a {
  margin: 10px 0px 0px;
  font-size: 13px;
}

.cause-workspace i {
  color: #13d107;
  padding: 10px;
  border-radius: 55px;
  background-color: #e8fbe7;
  font-size: 20px;
  margin-right: 10px;
}
.for-vc-work {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 8px;
}
.set i {
  color: gray;
}
.Case-No-Hearing-Advocate {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid#f97316;
  margin-top: 64px;
  height: 100%;
}

.Case-No-Hearing-Advocate i {
  color: #f97316;
  padding: 10px;
  border-radius: 55px;
  background-color: #ffedd5;
  font-size: 20px;
  margin-right: 10px;
  
  
}

.Case-No-Hearing-Advocate p {
  color: #4d4d4d;
  margin: 0px 0px;
  font-size: 14px;
}

.name-ad {
  color: #000000 !important;
  padding: 0px !important;
  border-radius: 0px !important;
  background-color: #ffffff !important;
  font-size: 16px !important;
  margin-right: 0px !important;
}


.Case-No-Hearing-Advocate h3 {
  font-size: 14px;
  margin-top: 25px;
}



.Case-No-Advocate {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid#3d84f6;
  margin-top: 64px;
   height: 100%;
}

.Case-No-Advocate i {
  color: #3d84f6;
  padding: 10px;
  border-radius: 55px;
  background-color: #dbeafe;
  font-size: 20px;
  margin-right: 10px;
}

.Case-No-Advocate p {
  color: #4d4d4d;
  margin: 0px 0px;
  font-size: 14px;
}

.Case-No-Advocate h3 {
  font-size: 14px;
  margin-top: 25px;
}

.Case-No-Judges {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid#a855f7;
  margin-top: 45px;
  height:100%;
}

.Case-No-Judges i {
  color: #a855f7;
  padding: 10px;
  border-radius: 55px;
  background-color: #efe5f9;
  font-size: 20px;
  margin-right: 10px;
}

.Case-No-Judges p:nth-child(1) {
  color: #4d4d4d;
  margin: 0px 0px;
  font-size: 14px;
}

.Case-No-Judges p:nth-child(2) {
   color: #000000;
  margin: 24px 0px 5px;
  font-weight: 500;
  font-size: 14px;
}







.Case-No-Hearing {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid#ec4899;
  margin-top: 20px;
  height:100%;
}

.Case-No-Hearing i {
  color: #ed4a9a;
  padding: 10px;
  border-radius: 55px;
  background-color: #fce7f3;
  font-size: 20px;
  margin-right: 10px;
}

.Case-No-Hearing p:nth-child(1) {
  color: #4d4d4d;
  margin: 0px 0px;
  font-size: 14px;
}

.Case-No-Hearing p:nth-child(3) {
  color: gray;
  margin: 10px 0px 0px;
  font-size: 14px;
}

.Case-No-Hearing p:nth-child(4) {
  color: #000000;
  margin: 3px 0px;
  font-weight: 500;
  font-size: 16px;
}
.Case-No-Hearing p:nth-child(5) {
     color: gray;
  margin: 10px 0px 0px;
  font-size: 14px;
}
.Case-No-Hearing p:nth-child(6) {
    color: #000000;
    margin: 3px 0px;
    font-weight: 500;
    font-size: 16px;
}

.Case-No-Hearing h3 {
  font-size: 16px;
  margin-top: 25px;
  border-bottom: 1px solid#ccc;
  padding-bottom: 15px;
}


.Case-No-workspace {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid#6366f1;
  margin-top: 20px;
  height: 100%;
}

.Case-details-workspace i {
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  padding: 10px;
  border-radius: 55px;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  font-size: 20px;
  margin-right: 10px;
}

.Case-details-workspace p:nth-child(1) {
  color: #4d4d4d;
  margin: 0px 0px;
  font-size: 14px;
}

.item-advance p:nth-child(1) {
  color: gray;
  margin: 10px 0px 0px;
  font-size: 14px;
}

.item-advance p:nth-child(2) {
  color: #000000;
  margin: 3px 0px;
  font-weight: 500;
  font-size: 16px;
}
.item-Supplementary p:nth-child(1) {
  color: gray;
  margin: 10px 0px 0px;
  font-size: 14px;
}

.item-Supplementary p:nth-child(2) {
  color: #000000;
  margin: 3px 0px;
  font-weight: 500;
  font-size: 16px;
}

.Case-details-workspace h3 {
  font-size: 16px;
  margin-top: 25px;
}
.advance-supple {
  display: flex;
   justify-content: space-between;
}
.item-advance {
  font-size: 15px;
}
.item-Supplementary {
  font-size: 15px;
}
.actions-in-work {
  display: flex;
  justify-content: end;
}

.actions-in-work button {
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: 6px;
  border-radius: 8px;
  font-size: 16px;
}

.actions-in-work button:hover {
  opacity: 0.8;
}

.edit-histiory {
  margin-top: 31px;
  display: flex;
  justify-content: end;
}
.review-file-name-history {
  padding: 5px 10px;
  background-color: #3a83f6;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-size: 14px;
  margin-right: 15px;
}

.edit-file-name-history {
  padding: 5px 10px;
  background-color: #000f5c;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-size: 14px;
}

#exampleModalEditReview .list-group {
    flex-direction: row;
    align-items: center;
    display: block; /* Ensure the list is displayed vertically */
    
}

#exampleModalEditReview .list-group  i{
  color: red;
}

#exampleModalEditReview .list-group-item {
    margin-bottom: 10px; /* Space between feedback items */
}

#exampleModalEditReview .bi-trash3-fill {
    float: right; /* Position the trash icon on the right */
    cursor: pointer;
}




/***feedbackmodal-workspace****/
.text-area-feedback-work {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid#ccc;
  border-radius: 5px;
  height: 350px;
}

/***End-feedbackmodal-workspace****/
/***Deletemodal-workspace****/
.delet-space {
  text-align: center;
}

.change-size {
  width: 80%;
}

.delet-space h3 {
  font-size: 18px;
}

.delet-space p {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}

.modal-icon {
  font-size: 48px;
  color: #ff9800;
}

.modal-buttons {
  display: flex;
  justify-content: space-between;
}

.modal-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cancel-workspace {
  background-color: #e0e0e0;
  color: #333;
}

.cancel-workspace:hover {
  background-color: #d5d5d5;
}

.delete-workspace {
  background-color: #e53935;
  color: white;
}

.delete-workspace:hover {
  background-color: #d32f2f;
}

/***End-deletemodal-workspace****/

.edit-workspace {
  background: #dbeafe;
  color: #1d4ed8;
}

.edit-workspace title {
  background-color: #00aeff;
  color: #fff;
}

.share-workspace {
  background: #dcfce7;
  color: #15803d;
}

.share-container {
   position: relative;
 }


 .social-icons {
      display: none;
 position: absolute;
 top: -60px;
 left: -33px;
 transform: translateX(-50%);
 background: white;
 border-radius: 24px;
 padding: 8px 10px;
 box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
 }

 .social-icons a {
   color: #333;
   margin: 0 8px;
   font-size: 20px;
   text-decoration: none;
   transition: 0.3s;
 }

 .social-icons a:hover {
   color: #007bff;
 }

 .social-icons.show {
   display: flex;
   animation: share 0.3s ease;
 }

 @keyframes share {
   from {opacity: 0; transform: translate(-50%, -10px);}
   to {opacity: 1; transform: translate(-50%, 0);}
 }

.send-workspace {
  background: #d3f2ff;
  color: #00b4ff;
}

.delete-workspaceleft {
  background: #fee2e2;
  color: #dc2626;
}

.link-workspace {
  background: #f3f4f6;
  color: #374151;
}

/*   background: #dcfce7; color: #15803d; */

.status {
   display: inline-block;
   margin-top: 5px;
   background: #f8f390;
   color: #3e3e3e;
   font-size: 12px;
   padding: 4px 10px;
   border-radius: 20px;
   font-weight: bold;
}

.work-tiltle h3 {
  font-size: 16px;
}

.work-tiltle p:nth-child(2) {
  font-size: 14px;
  color: #666;
  margin: 4px 0;
}

.work-tiltle p:nth-child(3) {

  font-size: 14px;
  color: #666;
  margin: 4px 0;

}

/* Modal */
.modal-workspace {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content-workspace {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-out;
}

.modal-content-workspace h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.modal-workspace label {
  width: 100%;
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}

.modal-workspace input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}

.modal-workspace textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.modal-actions-wokspace {
  text-align: right;
}

.modal-actions-wokspace button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}

.cancel-wokspace {
  background: #f3f4f6;
  color: #374151;
}

.save-wokspace {
  background: #2563eb;
  color: white;
}

/***my change end***/
.for-notification-page {
  justify-content: center;
}

/***arrow in case in graph******/
.arrow-to-case {
  position: absolute;
  right: 14px;
  top: 66px;
}

.arrow-to-case i {
  color: #003E9F;
  font-size: 30px;
}

/***end arrow in case in graph******/

.pricing-toggle {
  display: table;
  margin: 20px auto;
  background-color: white;
  border-radius: 999px;
  padding: 8px;
}

.pricing-toggle button {
  border: none;
  background: none;
  padding: 7px 15px;
  border-radius: 999px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.pricing-toggle .active {
  background-color: #0d1b80;
  color: white;
}


/***add-caseicon-for all- file****/
.add-case-file img {
  padding: 19px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0063fd;
  transition: all .3s ease;
  box-shadow: 0 0 30px 0 rgba(95, 127, 138, .5) !important;
}

.add-case-file img:hover {
  transform: rotate(88deg);
}

.add-case-file {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}

/***End-add-caseicon-for all- file****/


/* Dropdown */
#sidebar ul .dropdown-menu2 {
  display: none;
  list-style: none;
  padding-left: 20px;
  background: #12366e;
}

.dropdown-menu2 li a {
  font-size: 14px;
  padding: 10px 16px;
}

#sidebar ul .dropdown2.active .dropdown-menu2 {
  display: block;
}

.dropdown2 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: relative;
  right: -121px;
}



/* Dropdown icon */
#sidebar ul.dropdown2>a::after {
  content: "\f282";
  /* chevron-down */
  font-family: bootstrap-icons;
  margin-left: auto;
  transition: transform 0.3s;
}

#sidebar ul .dropdown2.open>a::after {
  transform: rotate(-90deg);
}

/* end Dropdown icon */

.teaxtarea-note-work textarea {
  width: 100%;
  border: 1px solid#ccc;
  padding: 10px;
  border-radius: 5px;
}

/***profile-details***/
.profile-details {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.profile-details h2 {
  font-size: 26px;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.profile-details h2::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #3498db;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

.info-item-profile {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item-profile span:nth-child(1) {
  color: #555;
  font-weight: 500;
}

.info-item-profile span:nth-child(2) {
  color: #111;
  font-weight: 600;
  text-align: right;
  max-width: 60%;
  word-wrap: break-word;
}
.update-pro-profile {
	margin-top:15px;
}
.your-profile {
	border: none;
    padding: 5px 12px;
    background-color: #1A3a6e;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s linear;
    margin-top: 22px;
}

@media (max-width: 480px) {
  .profile-details {
    padding: 25px 20px;
  }

  .info-item-profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .info-item-profile:nth-child(2) {
    text-align: left;
    max-width: 100%;
  }
}



.fill-details input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
  outline: none;
}

.fill-details label {
  font-size: 15px;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.fill-details input:focus {
  border: 1px solid#979797 !important;
}

.save-file {
  border: none;
  padding: 7px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
  margin-top: 20px;
}

.save-file:hover {
  border: none;
  padding: 7px 15px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);

}

.save-change-profile {
  margin-top: 5px;
}

.pasword-change {
  background-color: #fff;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border-radius: 5px;
  margin-top: 35px;
}

.pasword-change h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 14px 21px;
}

.info-details {
  padding: 20px;
}




.whatsapp-fill-details input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
  outline: none;
}

.whatsapp-fill-details label {
  font-size: 15px;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.whatsapp-fill-details input:focus {
  border: 1px solid#979797 !important;
}

.whatsapp-save-file {
  border: none;
  padding: 7px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
}

.whatsapp-save-file:hover {
  border: none;
  padding: 7px 15px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);

}

.whatsapp-save-change-profile {
  margin-top: 5px;
}

.whatsapp-services {
  background-color: #fff;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border-radius: 5px;
  margin-top: 35px;
}

.whatsapp-services h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 14px 21px;
}

.whatsapp-info-details {
  padding: 20px;
}

.use-service-whatsapp p {
  margin-top: 8px;
  font-size: 14px;
  color: #303030;
}

/***Manageuser***/
.manageuser-top {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.manageuser-top h3 {
  font-size: 25px;
}

.manageuser-top p {
  font-size: 14px;
  margin-top: 10px;
}

/***Manageuser***/
/***managelabel***/
.managelabel-top {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.managelabel-top h3 {
  font-size: 25px;
}

.managelabel-top p {
  font-size: 14px;
  margin-top: 10px;
}

/***managelabel***/
/***license***/
.license-top {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.license-top h3 {
  font-size: 25px;
}

.license-top h4 {
  font-size: 16px;
  margin-top: 10px;
  color: #515050;
}

.license-top p {
  color: #858ca2;
  text-align: justify;
  font-size: 14px;
  margin-top: 10px;
}

.license-top ul {
  padding-left: 43px;
}

.license-top ul li {
  list-style: disc;
  color: #858ca2;
  text-align: justify;
  font-size: 14px;
  margin-top: 10px;
}

.license-top span {
  display: block;
}

/***license***/
/***Calendar Integration**/
.Calendar-Integration {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Calendar-Integration h3 {
  font-size: 22px;
}

.Calendar-Integration p {
  color: #212121;
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
}

/* Auth Buttons */
.auth-verify {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.auth-verify button {
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}


.auth-verify button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
  background-color: #fff;
}

.auth-verify img {
  width: 15px;
  height: 15px;
}

/***Calendar Integration**/
/**Notification Preferences**/
.Notification-Preferences {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Notification-Preferences h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.notifi-click-btn {
  border: 1px solid#ccc;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
}

.Notification-Preferences .form-check .form-check-input {
  float: none !important;
  margin-left: 22px !important;
}

.move-to {
  margin-left: 15px;
}

.labels-notification label {
  font-size: 14px;
  margin-bottom: 10px;
}

.labels-notification {
  display: none;
  margin-top: 10px;
}

/**End-Notification Preferences**/
/**email-Notification Preferences**/
.email-notification {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.email-notification h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.email-notification label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  margin: 10px 0;
  transition: color 0.2s;
}

.email-notification label:hover {
  color: #1a237e;
}

.email-notification input[type="checkbox"],
.email-notification input[type="radio"] {
  accent-color: #3949ab;
  margin-right: 10px;
  transform: scale(1.2);
  cursor: pointer;
}

/**end-email-Notification Preferences**/
/**Daily-Agenda**/
.Daily-Agenda {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Daily-Agenda h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.Daily-Agenda label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  margin: 10px 0;
  transition: color 0.2s;
}

.Daily-Agenda label:hover {
  color: #1a237e;
}

.Daily-Agenda input[type="checkbox"],
.Daily-Agenda input[type="radio"] {
  accent-color: #3949ab;
  margin-right: 10px;
  transform: scale(1.2);
  cursor: pointer;
}

/**End-Daily-Agenda**/
/**Default View**/
.DefaultView {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.DefaultView h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.DefaultView label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  margin: 10px 0;
  transition: color 0.2s;
}

.DefaultView label:hover {
  color: #1a237e;
}

.DefaultView input[type="checkbox"],
.DefaultView input[type="radio"] {
  accent-color: #3949ab;
  margin-right: 10px;
  transform: scale(1.2);
  cursor: pointer;
}

.ratio-notificat {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

/**End-Default View**/
/**Cases Visible**/
.Cases-Visible {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Cases-Visible h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.Cases-Visible label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  margin: 10px 0;
  transition: color 0.2s;
}

.Cases-Visible label:hover {
  color: #1a237e;
}

.Cases-Visibleinput[type="checkbox"],
.Cases-Visible input[type="radio"] {
  accent-color: #3949ab;
  margin-right: 10px;
  transform: scale(1.2);
  cursor: pointer;
}

.ratio-notificat {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

/**End-Cases Visible**/
/***plane active plan**/
.plan-active-panel {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  padding: 35px;
}

.Plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.plan-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a237e;
}

.status-Soon {
  padding: 6px 14px;
  border-radius: 20px;
  background: #ffebee;
  color: #c62828;
  font-size: 13px;
  font-weight: 600;
}

.renew-box {
  margin: 20px 0 35px;
  padding: 20px;
  border-radius: 8px;
  background: #f8faff;
  border: 1px solid #e0e6f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.renew-box p {
  margin: 0;
  font-size: 15px;
}

.renew-box strong {
  color: #d32f2f;
}

.renew-btn {
  background: linear-gradient(135deg, #12366e, #5c6bc0);
  color: #fff;
  padding: 8px 13px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.renew-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(57, 73, 171, 0.3);
}

.section-title-plan-active {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #333;
}

.history-list-plan {
  display: grid;
  gap: 15px;
}

.history-item-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafbff;
  border: 1px solid #eceff7;
  border-radius: 8px;
  padding: 16px 20px;
  transition: background 0.2s;
}

.history-item-plan:hover {
  background: #f0f3ff;
}

.history-left-plan {
  display: flex;
  flex-direction: column;
}

.history-left-plan span:first-child {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.history-left-plan span:last-child {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

.history-right-plan {
  text-align: right;
}

.history-right-plan .plan-active-file {
  font-size: 14px;
  color: #3949ab;
  font-weight: 600;
}

.history-right-plan .amount-active-file {
  font-size: 15px;
  font-weight: 700;
  color: #2e7d32;
  margin-top: 4px;
}

.dates-plan-pannel {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

/***End-plane active plan**/
/***delete-acount-pannel***/
.delete-acount-pannel {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  padding: 30px 35px;
  border-left: 4px solid #e53935;
  margin-top: 30px;
}

.delete-header-account {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.delete-header-account i {
  font-size: 26px;
  color: #d32f2f;
  margin-right: 12px;
}

.delete-header-account h2 {
  font-size: 22px;
  font-weight: 700;
  color: #d32f2f;
  margin: 0;
}

.delete-acount-pannel ul {
  margin: 15px 0;
  padding-left: 22px;
}

.delete-acount-pannel ul li {
  margin-bottom: 6px;
  font-size: 15px;
  list-style: disc;
}

.warning-text-account {
  background: #fff5f5;
  border: 1px solid #f5c2c2;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
  color: #b71c1c;
  margin-top: 18px;
  line-height: 1.5;
}

.delete-btn-account {
  margin-top: 25px;
  background: #e53935;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 14px;
}

.delete-btn-account:hover {
  background: #c62828;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(229, 57, 53, 0.4);
}

/***delete-acount-pannel***/
/***display-panel***/
.pannel-top-display {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-top: 30px;
}

.display-name h3 {
  font-size: 22px;
}

.display-name p {
  margin-top: 5px;
  font-size: 14px;
}

.court-selection-display select {
  border: 1px solid#ccc;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 14px;
}

.court-selection-display {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.synced-display p {
  margin-top: 10px;
  font-size: 14px;
}

.synced-display {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.latest-display-click {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.latest-display-click a {
  margin-top: 5px;
  font-size: 14px;
}

.diplay-box {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.diplay-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.diplay-box-head {
display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f9fd;
    padding: 10px;
    border-radius: 5px;
}
.diplay-box-head h3 {
  font-size: 20px;
}
.diplay-box-details {
   margin-top: 25px;
}
.diplay-box-details h3 {
  color: #07319A;
  font-size: 16px;
}

.diplay-box-details p {
  margin: 0px;
  font-size: 14px;
  color: #4B4A4A;
  margin-top: 5px;
}
.diplay-box-details a {font-size: 14px;
    background: #12366e;
    padding: 5px 11px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
   margin-top: 12px;
    display: inline-block;
  }

/***End-display-panel***/
/***Report-panel**/
.right-result-report {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-top: 30px;
}
.import-file-report {
   display: flex;
   align-items: center;
   gap: 15px;
}
.import-select-report {
   border: none;
    padding: 5px 12px;
     border-radius: 5px;
     background-color: #003E9F;
     color: #fff;
     font-size: 14px;
}
.import-Case-report {
   border: none;
    padding: 5px 12px;
     border-radius: 5px;
        background: #0025eb;
     color: #fff;
     font-size: 14px;
}
.import-Case-report-2 {
   border: none;
    padding: 5px 10px;
     border-radius: 5px;
       background: #6b6b6b;
     color: #fff;
     font-size: 14px;
}
.number-result-report{    display: flex;
    justify-content: end;
   }
    .number-result-report p{
     font-size: 14px;
     margin: 5px 0px;
    }
    .number-result-report-syc  p{
       font-size: 14px;
       margin: 10px 0px 0px;
    }
    .Strict-Search {
       display: flex;
       align-items: center;
       justify-content: flex-end;
    }

.card-pnel-right {
   background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-top: 30px;
}
    .case-card-report {
      background:#fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);;
      border-top: 3px solid #e3e6f0;;
      transition: transform 0.2s;
      margin-top: 22px;
    }

    .case-card-report:hover {
      transform: translateY(-2px);
    }

    .case-card-report h3 {
      font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #454545;
    line-height: 21px;
    text-align: justify;}

    .case-card-report p {
      font-size: 14px;
      margin: 3px 0;
    }

    .status-report {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .disposed-report {
      background: #e6f4ea;
      color: #218838;
    }

    .pending-report {
      background: #fff3cd;
      color: #856404;
    }
    .plus-export-report {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
   .iconreport {
      font-size: 20px;
      width: 24px;
      height: 24px;
      border: 2px solid #ccc;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none;
    }

    .case-card-report.selected .iconreport {
      color: #1db954;
      border-color: #1db954;
    }

    .case-card-report .iconreport:before {
      content: "+";
      font-weight: bold;
    }

    .case-card-report.selected .iconreport:before {
      content: "✔";
    }
     .case-card-report.selected {
   background-color: #f5f7f9;
      border-top-color: #1976d2;
    }
.report-panel-page {
     display: block;
         border: none;
}
   
    .leftreport-panel {
       display: flex;
       justify-content: space-between;
       align-items: center;
    }
    .leftreport-panel h3 {
       font-size: 15px;
       color: #000;
    }
    .report-details {
    text-align: left;
    }
    .search-parameter p {
   margin: 0px;
   color: #000;
   font-size: 13px;
    }
    .search-btn {
  display: none;
  color: #2b5fb1;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    right: 19px;
    bottom: -1px;
  cursor: pointer;
}
.report-panel {  margin-top: 33px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;

  }
.report-panel .nav-tabs .nav-link {
       background: #fff;
    padding: 20px;
    margin-top: 15px;
      position: relative;
      border: none;
          border-radius: 8px;
           box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
}
.report-panel .nav-tabs .nav-link.active { 
    background-color: #f5f8fc;
    box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
    border: none;
}
.report-panel .nav-tabs .nav-link:hover {
    transform: translateY(-2px);
    border: none;
}
.report-panel-page .nav-link {
  width: 100%;
  height: 100%;
}
.search-report-right {
  border: none;
    padding: 3px 10px 6px;
    color: #fff;
    background-color: #000f5c;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 9px;
}
.search-case-right {
padding: 0px;
    margin-top: 12px;
    border: none;

}
.searc-by-case-right {
   display: flex;
    justify-content: flex-end;
}
.search-case-right input {
  border: 1px solid#ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
.report-panel-left {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report-panel-left h3 {
  font-size: 18px;
  color: #10138e;
  font-weight: 600;
}
.work-report {
  margin: 0px;
  background: #12366e;
  color: #fff;
  padding: 5px 13px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.change-card-report {
  border: none;
  padding: 0px;
  margin-bottom: 10px;
}


.case-left-search input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 13px;
  font-size: 14px;
}

.case-left-search input:focus {
  border: 1px solid#7b93ff !important;
}

/***Report-panel**/
/***notification-top-head***/
.notification-top-head {
      position: absolute;
    width: 478px;
    right: 0px;
    top: 50px;
}
.notification-head {    overflow: auto;
    height: 500px;}
.notification-head h3 {text-align: center;
border-bottom: 1px solid#ccc;
padding-bottom: 10px;
}
.timeline-notification p {
        font-size: 13px;
    margin: 17px 0px 10px;
    color: #404040;
}
  .card-notification {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      padding: 16px;
      display: flex;
      align-items: center;
      gap: 15px;
      border-left: 5px solid #3b82f6;
      transition: transform 0.2s ease-in-out;
    }

    .card-notification:hover {
      transform: translateY(-3px);
    }

    .date-box-notification {
      text-align: left;
      min-width: 70px;
      padding: 10px;
      border-radius: 8px;
    }
      .date-box-notification h3{
    font-size: 18px;
    text-align: left !important;
    }
    .date-box-notification p:nth-child(2){
      background: #fee2e2;
      color: #b91c1c;
      display: inline-block;
      padding: 4px 10px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 20px;
      margin-bottom: 6px;
      margin-top: 12px;
    }
    .date-box-notification p:nth-child(3){
        font-size: 14px;
    margin: 4px 0px 0px;
    }
     .date-box-notification p:nth-child(4){
         font-size: 12px;
    margin: 4px 0px 0px;
    }

    /***alert**/
    .alert-warning {
  color: #ffffff;
    background-color: #f33434;
    border-color: #ffecb5;
    position: absolute;
    top: 39px;
    left: 404px;
}
 .alert-warning a {
    color: #ffffff;
    background-color: #12366e;
    border-color: #ffecb5;
    padding: 5px 8px;
    border-radius: 3px;
}
 .alert-warning .alert-cross {
  fill: #fff;
}
    
    /* 🔹 Open modal button */
    .alert {
        display: flex
;
    background: linear-gradient(90deg, rgba(2, 5, 136, 1) 0%, rgba(0, 172, 255, 1) 100%);
    color: #fff;
    width: 100%;
    border-radius: 20px;
    outline: none;
    border: none;
    padding: 7px 17px 7px 17px;
    margin-top: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background-size: 200% auto;
    transition: all 0.5s 
ease-in-out;
    justify-content: center;
    font-weight: 700;
    }

   

    /* 🔹 Background overlay */
    .overlaySign {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(6px);
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
    }

    .overlaySign.show {
      opacity: 1;
      pointer-events: all;
    }

    /* 🔹 Modal box */
    .modalSign {
      background: white;
      border-radius: 20px;
      width: 340px;
      padding: 35px 25px 30px;
      text-align: center;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
      transform: scale(0.8);
      opacity: 0;
      transition: all 0.4s ease;
    }

    .modalSign.show {
      transform: scale(1);
      opacity: 1;
    }

    /* 🔹 Error icon */
    .iconSign {
      font-size: 48px;
      color: #ff4444;
      margin-bottom: 10px;
      animation: bounce 1.2s ease infinite;
    }

    .modalSign h2 {
      color: #e63946;
      margin-bottom: 10px;
      font-size: 22px;
    }

    .modalSign p {
      color: #444;
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 25px;
    }

    /* 🔹 OK button */
    .okDone {
      background:#2575fc;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 10px 35px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    

    /* 🔹 Animations */
    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-5px); }
    }

    @keyframes glowPulseBlue {
      0%, 100% { box-shadow: 0 0 10px rgba(37, 117, 252, 0.6); }
      50% { box-shadow: 0 0 20px rgba(106, 17, 203, 0.8); }
    }

    @keyframes glowPulseRed {
      0%, 100% { box-shadow: 0 0 10px rgba(255, 75, 43, 0.6); }
      50% { box-shadow: 0 0 20px rgba(255, 75, 43, 0.8); }
    }

/* Default full-width view */
.main-left-panel.full-width {
  width: 100%;
  max-width: 100%;
}

/* When result section appears */
.main-left-panel.half-width {
  width: 50%;
  max-width: 50%;
  transition: width 0.3s ease;
}


#addResultSection {
    display: flex;
    flex-direction: column; /* stack vertically */
    gap: 15px; /* spacing between cards */
}

.case-card {
    width: 100%; /* full width */
    optionally: max-width: 400px;
    box-sizing: border-box;
}
 
 #exampleModaldelete{
    z-index:999999999999;
    margin-left: 55px;
 }
 
  #overlaySign{
    z-index:999999999999;
    margin-left: 55px;
 }
 
 /*Display Board*/
 .card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(2, 6, 23, .06);
  overflow: hidden;
}

/* Marquee */
.marquee-bar {
  background: #eef2ff;
  color: #1d4ed8;
  font-weight: 700;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 16px;
}

.marquee-bar marquee {
  white-space: nowrap;
}

.headerDisplayBoard {
  padding: 14px 20px 8px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start
}

.titleBoard {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 750
}

.subtitleBoard {
  color: #64748b;
  font-size: 14px
}

.control-groupDisplay {
  min-width: 260px
}

.selectDisplay {
  position: relative
}

.selectDisplay select {
  width: 100%;
  appearance: none;
  padding: 10px 40px 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff
}

.selectDisplay .chev {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #64748b
}

/* Table (NO sticky anywhere) */
.dispay-wrap {
  overflow: auto;
  border-top: 1px solid #e2e8f0
}

.dispay-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto
}

.dispay-wrap  thead th {
  text-align: left;
  font-size: 12px;
  letter-spacing: .06em;
  color: #64748b;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0
}

.dispay-wrap thead th:last-child {
  border-right: none
}

.dispay-wrap tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-word
}

.dispay-wrap tbody td:last-child {
  border-right: none
}

.dispay-wrap tbody tr:nth-child(odd) {
  background: #fafbff;
}

.dispay-wrap tbody tr:hover {
  background: #fafbff;
}

/* Specific: COURT + ITEM NO */
.dispay-wrap col.col-court {
  width: 20%
}

.dispay-wrap col.col-item {
  width: 12%
}

.dispay-wrap thead th:nth-child(2),
tbody td:nth-child(2) {
  text-align: center
}

/* ITEM NO centered */
.court-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
      white-space: nowrap;
}

.item-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  color: #1d4ed8;
  font-weight: 700
}

.muted {
  color: #64748b
}

.btnDisplay {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap
}

.btnDisplay:hover {
  background: #e0e7ff
}

.chip-na {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b
}

.select-page {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.select-page select {
  border-radius: 8px;
  border: 1px solid #b0bec5;
  padding: 6px 12px;
  font-size: 14px;
  color: #444;
  background-color: #fff;
  transition: all 0.3s;
}

.select-page select:hover {
  border-color: #0d47a1;
}


@media (max-width:900px) {
  .headerDisplayBoard {
    flex-direction: column;
  }

  .titleBoard{
    font-size: 22px
  }  

  .control-groupDisplay {
    min-width: unset;
  }

  col.col-court {
    width: 28%;
  }

  col.col-item {
    width: 16%;
  }
}

.workspace-open-search .card{
      border:none !important; 
    border-radius: 0px !important;
}

.pagination-container {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #ffffff;
      padding: 14px 28px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      flex-wrap: wrap;
      transition: 0.3s ease;
    }

    .pagination-container:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
    }

    .pagination-btn {
     border: none;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    font-weight: 500;
    padding: 6px 9px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    }

    .pagination-btn:hover {
      background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
      box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
      transform: translateY(-2px);
    }

    .page-number {
     border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #1e293b;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s 
ease;
    font-size: 12px;
    }

    .page-number:hover {
      background: #2563eb;
      color: #fff;
      border-color: #2563eb;
      transform: translateY(-2px);
    }

    .page-number.active {
      background: linear-gradient(135deg, #2563eb, #1e40af);
      color: white;
      border: none;
      box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
    }

    .pagination-container select {
          padding: 5px 9px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-weight: 500;
    background: #f8fafc;
    color: #1e293b;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    }

    .pagination-container select:hover {
      border-color: #2563eb;
      box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
    }

    @media (max-width: 600px) {
      .pagination-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .pagination-btn, .page-number, select {
        font-size: 13px;
        padding: 8px 12px;
      }
    }
    
    .workspace-left{
    position: fixed;
    width: 26.33333%;
    }
    
.pagination-btn.disabled {
  background-color: #6c757d;
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
 
 #exampleModalrequestReview .list-group {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

#exampleModalrequestReview .list-group i {
  color: red;
}
.request-in-Review {
  border: none;
  background: #f5f5f5;
  text-decoration: underline;
  color: #0025eb;
}

.request-in-Review:hover {
  border: none;
  color: #003E9F;
}

   .showing-workspace p {
    background-color: #fff;
    color: #000;
    margin: 0px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 500;
} 

.hearing-card {
    background: #f8f9ff;
    border: 1px solid #e3e6f0;
    padding: 16px 18px;
    border-radius: 12px;
    margin-top: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.hearing-header {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #3a4fa8;
}

.hearing-header i {
    margin-right: 8px;
    font-size: 20px;
}

.hearing-body .hearing-row {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 15px;
    color: #333;
}

.hearing-body .hearing-row i {
    color: #4e73df;
    margin-right: 10px;
    font-size: 18px;
}

.hearing-body span strong {
    font-weight: 600;
}

 .court-button {
    display: inline-block;
    background: #0066ff;
    color: white;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
}

.court-button:hover {
    background: #004bcc;
    text-decoration: none;
}


/****update profile ****/
.update-profile {    background: #fff;
    border-radius: 5px;
    padding: 25px;}
    
    
.top-create-box h3 {  font-size: 18px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 10px;}
    
   .create-form-down {    padding-top: 11px;
    font-size: 14px;
    color: #374151;}
    
   .update-pro {margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    outline: none;}
    
   .submit-create {border: none;
    padding: 5px 12px;
    background-color: #1A3a6e;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s linear;
    margin-top: 12px;}
    
      .reset-create {    border: none;
    padding: 5px 12px;
    background-color: #05aeff;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s linear;
    margin-top: 12px;
    margin-left: 8px;}
    