.text-primary,
.text-primary-all *,
.text-primary-all ::before,
.text-primary-all ::after {
  color: #6777ef !important;
}

html,
body {
  /* background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); background-attachment: fixed;background-size: cover; */
  padding: 15px 5px;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px) !important;
}

.dataTables_length {
  margin-top: 14px;
}

.dataTables_length select.form-control {
  padding: 0.25rem 0.5rem !important;
}

/*

label{
  color: #fff !important;
}
*/

.listtable tr:nth-child(even) {
  /* background-color: #f2dfce; */
  /* background-color: #d8f2ff; */
  background-color: #d8f2ff75;
}

.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: rgb(255 141 0 / 9%);*/
  background-color: #f0f3ff;
}

.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}

hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border: 0;
  border-top: 1px solid #9e9e9e;
  /* border-top: 1px solid rgba(248, 248, 248, 0.1); */
}

/* custom color */

.bg-red {
  background-color: #f44336 !important;
  color: #fff;
}
.bg-red .content .text,
.bg-red .content .number {
  color: #fff !important;
}

.bg-deep-red {
  background-color: #9f0909 !important;
  color: #fff;
}
.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important;
}

.bg-pink {
  background-color: #e91e63 !important;
  color: #fff;
}
.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
  color: #fff;
}
.bg-purple .content .text,
.bg-purple .content .number {
  color: #fff !important;
}

.bg-deep-purple {
  background-color: #673ab7 !important;
  color: #fff;
}
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
  color: #fff !important;
}

.bg-indigo {
  background-color: #3f51b5 !important;
  color: #fff;
}
.bg-indigo .content .text,
.bg-indigo .content .number {
  color: #fff !important;
}

.bg-blue {
  background-color: #2196f3 !important;
  color: #fff;
}
.bg-blue .content .text,
.bg-blue .content .number {
  color: #fff !important;
}

.bg-light-blue {
  background-color: #03a9f4 !important;
  color: #fff;
}
.bg-light-blue .content .text,
.bg-light-blue .content .number {
  color: #fff !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
  color: #fff;
}
.bg-cyan .content .text,
.bg-cyan .content .number {
  color: #fff !important;
}

.bg-teal {
  background-color: #009688 !important;
  color: #fff;
}
.bg-teal .content .text,
.bg-teal .content .number {
  color: #fff !important;
}

.bg-green {
  background-color: #4caf50 !important;
  color: #fff;
}
.bg-green .content .text,
.bg-green .content .number {
  color: #fff !important;
}

.bg-light-green {
  background-color: #8bc34a !important;
  color: #fff;
}
.bg-light-green .content .text,
.bg-light-green .content .number {
  color: #fff !important;
}

.bg-lime {
  background-color: #cddc39 !important;
  color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important;
}

.bg-ndsc {
  background-color: #71a93f !important;
  color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important;
}

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff;
}
.bg-yellow .content .text,
.bg-yellow .content .number {
  color: #fff !important;
}

.bg-amber {
  background-color: #ffc107 !important;
  color: #fff;
}
.bg-amber .content .text,
.bg-amber .content .number {
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9800 !important;
  color: #fff;
}
.bg-orange .content .text,
.bg-orange .content .number {
  color: #fff !important;
}

.bg-deep-orange {
  background-color: #ff5722 !important;
  color: #fff;
}
.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
  color: #fff !important;
}

.bg-brown {
  background-color: #795548 !important;
  color: #fff;
}
.bg-brown .content .text,
.bg-brown .content .number {
  color: #fff !important;
}

.bg-grey {
  background-color: #9e9e9e !important;
  color: #fff;
}
.bg-grey .content .text,
.bg-grey .content .number {
  color: #fff !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
  color: #fff;
}
.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
  color: #fff !important;
}

.bg-black {
  background-color: #000000 !important;
  color: #fff;
}
.bg-black .content .text,
.bg-black .content .number {
  color: #fff !important;
}

.bg-white {
  background-color: #ffffff !important;
  color: #fff;
}
.bg-white .content .text,
.bg-white .content .number {
  color: #fff !important;
}

.col-red {
  color: #f44336 !important;
}

.col-deep-red {
  color: #9f0909 !important;
}

.col-pink {
  color: #e91e63 !important;
}

.col-purple {
  color: #9c27b0 !important;
}

.col-deep-purple {
  color: #673ab7 !important;
}

.col-indigo {
  color: #3f51b5 !important;
}

.col-blue {
  color: #2196f3 !important;
}

.col-light-blue {
  color: #03a9f4 !important;
}

.col-cyan {
  color: #00bcd4 !important;
}

.col-teal {
  color: #009688 !important;
}

.col-green {
  color: #4caf50 !important;
}

.col-light-green {
  color: #8bc34a !important;
}

.col-lime {
  color: #cddc39 !important;
}

.col-yellow {
  color: #ffe821 !important;
}

.col-amber {
  color: #ffc107 !important;
}

.col-orange {
  color: #ff9800 !important;
}

.col-deep-orange {
  color: #ff5722 !important;
}

.col-brown {
  color: #795548 !important;
}

.col-grey {
  color: #9e9e9e !important;
}

.col-blue-grey {
  color: #607d8b !important;
}

.col-black {
  color: #000000 !important;
}

.col-white {
  color: #ffffff !important;
}

.border-red {
  border-color: #f44336 !important;
}

.border-deep-red {
  border-color: #9f0909 !important;
}

.border-pink {
  border-color: #e91e63 !important;
}

.border-purple {
  border-color: #9c27b0 !important;
}

.border-deep-purple {
  border-color: #673ab7 !important;
}

.border-indigo {
  border-color: #3f51b5 !important;
}

.border-blue {
  border-color: #2196f3 !important;
}

.border-light-blue {
  border-color: #03a9f4 !important;
}

.border-cyan {
  border-color: #00bcd4 !important;
}

.border-teal {
  border-color: #009688 !important;
}

.border-green {
  border-color: #4caf50 !important;
}

.border-light-green {
  border-color: #8bc34a !important;
}

.border-lime {
  border-color: #cddc39 !important;
}

.border-yellow {
  border-color: #ffe821 !important;
}

.border-amber {
  border-color: #ffc107 !important;
}

.border-orange {
  border-color: #ff9800 !important;
}

.border-deep-orange {
  border-color: #ff5722 !important;
}

.border-brown {
  border-color: #795548 !important;
}

.border-grey {
  border-color: #9e9e9e !important;
}

.border-blue-grey {
  border-color: #607d8b !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-white {
  border-color: #ffffff !important;
}

/* .bg-short{
  background: #d4b99b !important;
  color: #c05000;
  fill: #e40c0c !important;
} */

.bg-short {
  background: rgb(198 255 168) !important;
  color: #045007;
  fill: #045007 !important;
  border: 1px solid #045007 !important;
}

.overlay {
  position: absolute;
  text-align: center;
  padding-top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(170, 245, 132);
  color: #4caf50;
  opacity: 0.5;
}

.rotate {
  display: block;
  position: relative;
}

span.rotate {
  font: bold 12px Sans-Serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: rgb(51, 153, 78);
  border: 1px solid #045007;
  color: #fff;
  padding: 5px;
  /* margin-top: 8px;
	line-height: 18px; */
  display: inline-block;
  transform: rotate(-45deg);
  transform-origin: center;
}

button.ordr {
  font: bold 12px Sans-Serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgb(51, 153, 78);
  border: 1px solid #045007;
  color: #fff;
  padding: 5px 10px;
  margin-top: 8px;
  line-height: 18px;
  display: inline-block;
  /* transform: rotate(-45deg); */
  transform-origin: center;
}

.navbar-nav a {
  text-decoration: none;
}

.logo-name {
  color: #1b5e92;
  text-decoration: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #030742 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0a0a0a !important;
  color: #fff;
}

.card .card-footer {
  background-color: transparent;
  padding: 20px 25px 20px 25px !important;
}

/* .bg-whitesmoke {
	background-color: #ebebeb !important;
} */

.is-invalid.select2-container .select2-selection--multiple,
.is-invalid.select2-container .select2-selection--single {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.text-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  font-size: 2.2vw;
  font-weight: 100;
  color: rgb(255, 0, 0);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgb(255, 0, 0);
  z-index: 1000 !important;
}

.simple {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.otto {
  color: white;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

.relief {
  color: #e0eff2;
  font: italic bold 2vw Georgia, Serif;
  text-shadow: -4px 3px 0 #3a50d9, -14px 7px 0 #0a0e27;
}

.close {
  color: #202c2d;
  text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5,
    -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5,
    -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5,
    -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
}

.printers {
  color: #bc2e1e;
  text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4,
    2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd,
    3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4,
    5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd,
    6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4,
    8px 7px 0px #5dabcd;
}

.glow {
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc,
    1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc,
    3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc,
    5px 6px 1px #eee, 7px 6px 1px #ccc;
}

.vamp {
  color: #92a5de;
  text-shadow: 0px 0px 0 rgb(137, 156, 213), 1px 1px 0 rgb(129, 148, 205),
    2px 2px 0 rgb(120, 139, 196), 3px 3px 0 rgb(111, 130, 187),
    4px 4px 0 rgb(103, 122, 179), 5px 5px 0 rgb(94, 113, 170),
    6px 6px 0 rgb(85, 104, 161), 7px 7px 0 rgb(76, 95, 152),
    8px 8px 0 rgb(68, 87, 144), 9px 9px 0 rgb(59, 78, 135),
    10px 10px 0 rgb(50, 69, 126), 11px 11px 0 rgb(42, 61, 118),
    12px 12px 0 rgb(33, 52, 109), 13px 13px 0 rgb(24, 43, 100),
    14px 14px 0 rgb(15, 34, 91), 15px 15px 0 rgb(7, 26, 83),
    16px 16px 0 rgb(-2, 17, 74), 17px 17px 0 rgb(-11, 8, 65),
    18px 18px 0 rgb(-19, 0, 57), 19px 19px 0 rgb(-28, -9, 48),
    20px 20px 0 rgb(-37, -18, 39), 21px 21px 20px rgba(0, 0, 0, 1),
    21px 21px 1px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.card-inverse-primary {
  background: rgba(57, 44, 112, 0.2);
  border: 1px solid #342867;
  color: #2b2155;
}

.card-inverse-secondary {
  background: rgba(222, 222, 222, 0.2);
  border: 1px solid #cccccc;
  color: darkgray;
}

.card-inverse-success {
  background: rgba(4, 183, 107, 0.2);
  border: 1px solid #04a862;
  color: #038b51;
}

.card-inverse-info {
  background: rgba(11, 148, 247, 0.2);
  border: 1px solid #0a88e3;
  color: #0870bc;
}

.card-inverse-warning {
  background: rgba(245, 166, 35, 0.2);
  border: 1px solid #e19920;
  color: #ba7e1b;
}

.card-inverse-danger {
  background: rgba(255, 94, 109, 0.2);
  border: 1px solid #eb5664;
  color: #c24753;
}

.card-inverse-light {
  background: rgba(233, 232, 239, 0.2);
  border: 1px solid #d6d5dc;
  color: #b1b0b6;
}

.card-inverse-dark {
  background: rgba(58, 63, 81, 0.2);
  border: 1px solid #353a4b;
  color: #2c303e;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loading.gif") 50% 50% no-repeat #f9f9f973 !important;
  opacity: 1;
}

.services-links {
  text-align: center !important;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
}

.services-links ul {
  padding: 0;
  text-align: center !important;
}

.services-links ul li {
  display: inline-block;
  list-style: none;
  padding-bottom: 4px;
}

.services-links ul li a {
  font-size: 13px !important;
}

.services-links ul li a:hover,
.services-links ul li a.active {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.breadcrumb-item a {
  font-size: 14px;
  padding: 8px 15px !important;
  /* height: 20px !important; */
  border: none !important;
  background-image: linear-gradient(
    -225deg,
    #f6b765 0%,
    #f8e2d7 48%,
    #fdb185 100%
  ) !important;
  color: #8f1f00 !important;
  border-radius: 4px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "|" !important;
}

.display a {
  cursor: pointer !important;
}

.display .t1st-tab {
  background-image: linear-gradient(
    -225deg,
    #5d9fff 0%,
    #b8dcff 48%,
    #6bbbff 100%
  ) !important;
  margin: 10px 0px;
}
.display .t1st-tab:hover,
.display .t1st-tab:active,
.display .t1st-tab:visited {
  color: #0066ff !important;
}

.display .t2st-tab {
  background-image: linear-gradient(
    -225deg,
    #965dff 0%,
    #e0d5fa 48%,
    #9f6bff 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t2st-tab:hover,
.display .t2st-tab:active,
.display .t2st-tab:visited {
  color: #300088 !important;
}

.display .t3st-tab {
  background-image: linear-gradient(
    -225deg,
    #f6d365 0%,
    #f8efd7 48%,
    #fda085 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t3st-tab:hover,
.display .t3st-tab:active,
.display .t3st-tab:visited {
  color: #831f04 !important;
}

.display .t4st-tab {
  background-image: linear-gradient(
    -225deg,
    #7085b6 0%,
    #cff1fa 50%,
    #87a7d9 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t4st-tab:hover,
.display .t4st-tab:active,
.display .t4st-tab:visited {
  color: #032d72 !important;
}

.display .t5st-tab {
  background-image: linear-gradient(
    -225deg,
    #4facfe 0%,
    #b8f1ff 48%,
    #00f2fe 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t5st-tab:hover,
.display .t5st-tab:active,
.display .t5st-tab:visited {
  color: #044883 !important;
}

.display .t6st-tab {
  background-image: linear-gradient(
    -225deg,
    #96deda 0%,
    #b8ffcd 48%,
    #50c9c3 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t6st-tab:hover,
.display .t6st-tab:active,
.display .t6st-tab:visited {
  color: #007910 !important;
}

.display .t7st-tab {
  background-image: linear-gradient(
    -225deg,
    #de9696 0%,
    #ffb8b8 48%,
    #c95050 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t7st-tab:hover,
.display .t7st-tab:active,
.display .t7st-tab:visited {
  color: #790000 !important;
}

.display .t8st-tab {
  background-image: linear-gradient(
    -225deg,
    #d896de 0%,
    #ffb8fb 48%,
    #c550c9 100%
  ) !important;
  color: black;
  margin: 10px 0px;
}
.display .t8st-tab:hover,
.display .t8st-tab:active,
.display .t8st-tab:visited {
  color: #6b0079 !important;
}

.big-tab {
  height: 100px !important;
  font-size: 24px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.display-board {
  background: #f7f7f7;
  /* margin: 0 auto 25px; */
  float: none;
  /* padding: 25px; */
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.table th {
  font-size: 22px !important;
  text-align: center;
  vertical-align: middle;
}

.table td {
  font-size: 16px;
  vertical-align: top !important;
  word-wrap: break-word !important;
}

.table td strong {
  font-size: 18px;
  vertical-align: middle;
  word-wrap: break-word !important;
}

.table td ol {
  margin: 0px 0px 0px 15px !important;
  padding: 0px !important;
}

.table td ol li {
  padding: 2px 5px;
  border-bottom: 1px solid #b8dafd;
  font-size: 14px !important;
  line-height: 1.2rem !important;
  color: #001eff;
}

.table td ol li:last-child {
  padding: 2px 5px;
  border-bottom: none !important;
}

.table.table-bordered td,
.table.table-bordered th {
  border-color: #517fa4;
}
.table-bordered thead th {
  border: 1px solid #517fa4 !important;
}
.table-bordered thead {
  background-image: radial-gradient(73% 147%, #eadfdf 59%, #ece2df 100%),
    radial-gradient(
      91% 146%,
      rgba(255, 255, 255, 0.5) 47%,
      rgba(0, 0, 0, 0.5) 100%
    );
  background-blend-mode: screen;
}

.court-no {
  font-size: 1.18vw !important;
}
.court-no strong {
  font-size: 1.18vw !important;
}

.caseno {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
}

.inprogress {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
}

.slno {
  display: inline-block;
  padding: 5px 2px 5px 10px !important;
  width: auto !important;
  font-size: 1.5vw !important;
}

.newsticker {
  list-style-type: none !important;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px !important;
}

.newsticker li {
  font-size: 1.5vw !important;
}

h1 {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.est-heading {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-image: linear-gradient(to top, #222122 0%, #5f1103 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 0px 15px !important;
  height: 12px;
  border: none !important;
  background-image: linear-gradient(
    -225deg,
    #5d9fff 0%,
    #b8dcff 48%,
    #6bbbff 100%
  );
  color: #02337c !important;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.2rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0.25rem;
}

.stage-listing {
  color: #ff5e00;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.stage-listing::after {
  /* content: "\f0c8"; */
  /* font-family: "Font Awesome 5 Free"; */
  font-size: 10px !important;
}

.footer {
  display: flex;
  flex-direction: row;
  color: #000000;
  background: rgba(0, 0, 0, 0.041);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  width: 25%;
  margin: 0 auto;
  border-radius: 8px;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center; /* horizontal */
  align-items: center; /* vertical */
}
