.select-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.select-box .options-container {
  max-height: 0;
  width: calc( 100% - 0px);
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 0px;
  border: solid 1px #dcdfe5;
  background-color: #ffffff;
  order: 1;
  position: absolute;
  top: 38px;
  z-index: 999;
}

.selected {
  background: #2f3640;
  position: relative;
  width: 100%;
  height: 38px;
  border: solid 1px #dcdfe5;
  background-color: #ffffff;
  order: 0;
}

/* .selected::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: transform .5s;
  transform: translateY(-50%);
} */


.selected h3, .select-box label h3 {
  color: #1f2949;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.selected h3 span, .select-box label h3 span{ margin-top: 2px;}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
  transform: translateY(-50%) rotateX(180deg);
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  background: #81878f;
  background: #f1f2f3;
  border-radius: 0 5px 5px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  background: #81878f;
  border-radius: 0 5px 5px 0;
}
.select-box .option,
.selected {
  padding: 6px 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select-box .option:hover {
  background: #dcdfe5;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}
@media screen and (max-width: 768px) {
}
/*------------------------- vertical search section -------------------------*/
.vertical-search {
  padding: 0px 0px 0px;
}

.vertical-search .card-header {
  position: relative;
  padding: 0rem 0rem;
}

.vertical-search .card-header a {
  text-decoration: none;
  color: #0ba3af;
  background-color: #f9f9f9;
  padding: 10px;
  display: block;
  /* border-left: 5px solid #f00; */
}
.vertical-search .card-header a img{
  width: 20px;
  margin-top: -5px;
  margin-right: 5px;
}

.vertical-search .card-header .collapsed {
  color: #0ba3af;
}
.vertical-search .card {
  border-radius: 0px;
  border-bottom: 0px;
  margin-bottom: 5px;
}
.vertical-search .card a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
.vertical-search .card .card-body {
  padding: 1rem;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  background-color: #ffffff;
}
.vertical-search .card .card-body .form-label {
  padding: 0px;
  font-size: 14px;
}

.vertical-search .card-header > a:before {
  float: right !important;
  content: "\f2d1";
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0px;
  margin-top: -6px;
}
.vertical-search .card-header > a.collapsed:before {
  float: right !important;
  content: "\f067";
  margin-top: 0px;
}
.vertical-search .card-header > a:hover,
.vertical-search .card-header > a:active,
.vertical-search .card-header > a:focus {
  text-decoration: none;
}

.vertical-list {
  list-style: none;
  padding: 0px;
  height: 250px;
  margin: 0px;
  overflow-y: scroll;
}
.vertical-list li {
  padding: 0px;
}
.vertical-list li a {
  padding: 10px 10px !important;
  text-decoration: none;
  color: #000;
  display: block;
  border-bottom: 1px solid #ccc;
}
.vertical-list li:last-child a {
  border-bottom: 0px solid #ccc;
}

@media screen and (max-width: 768px) {
  .vertical-search {
    padding: 3px 0px 20px;
  }
  .vertical-search .card a {
    font-size: 16px;
  }
  .vertical-search .card .card-body {
    padding: 8px 10px 8px 10px;
    font-size: 14px;
  }

  .vertical-search .card .card-body .form-control, .vertical-search .card .card-body .form-select{
    font-size: 14px;
  }
}
/*------------------------- vertical search section end -------------------------*/
/*------------------------- filter data section-------------------------*/
.all-search .input-group-text{
  height: 46px;
  font-size: 16px;
}
.all-search .form-control{
  height: 46px;
  font-size: 16px;
}

.search-tips{text-align: center; padding: 8px 5px;}
.search-tips a{text-decoration: none; display: block;}
.search-tips img{width: 32px;}
.search-tips p{font-weight: 600; color: #1998c3; line-height: initial; 
  font-size: 14px;}
/* filter data css*/
.judgment-with {
  width: 350px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  position: absolute;
  left: 28%;
  background-color: #ebf2fb;
}
.judgment-with::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  margin-left: -16px;
  left: 6%;
  border-bottom: 16px solid #ebf2fb;
  top: -16px;
}
.judgment-with::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 9;
  border: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  margin-left: -16px;
  left: 6%;
  border-bottom: 16px solid #666768;
  top: -16px;
}

#judgement-view b{font-weight: normal !important;}
.judgement-box {
  box-shadow: 0px 1px 8px #c3c3c3;
  margin-top: 25px;
}
.judgement-box p{margin-bottom: 5px; font-size: 16px;
}

.cause_titles span.highlight{text-transform: uppercase;}
.headnote-new p{display: inline; font-size: 16px;}
.headnote-new p b{font-weight: normal !important;}
.headnote-new em{background-color: inherit !important;}

.bg-secondry {
  background-color: rgb(94 186 193) !important;
}
.bg-warning {
  background-color: #41737685 !important;
}

.sort-by .dropdown-menu li a{font-size: 14px;}
.selected-sort-by{background-color: #5ebac1; color: #fff;}


.page-no{ font-size: 14px;}
.page-no .page{
    color: #a09e9e;
    font-weight: 600;
    padding: 2px 15px 2px 15px;
    border: 1px solid;
}
.page-no .pf-pt{
    color: #5f5d5d;
    font-weight: 600;
    padding: 2px 20px;
    margin-left: 6px;
    border: 1px solid;
}

.print-check {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.print-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.print-checkmark {
  position: absolute;
  top: -9px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.print-check:hover input ~ .print-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.print-check input:checked ~ .print-checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.print-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.print-check input:checked ~ .print-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.print-check .print-checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.print-new {
  height: 38px;
  width: 38px;
  background-image: url(../images/printer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  border: 0px;
  background-color: inherit;
  margin-left: 20px;
  margin-right: 10px;
  /* float: right; */
  transition: 0.5s;
}
.print-new:hover {
  background-image: url(../images/printer-color.png);
}

.read-more i {
  margin-left: 5px;
  transition: 0.5s;
}
.read-more:hover i {
  margin-left: 10px;
}

/*  */

.cite-judgment-tooltip{
  display: none;
  width: 230px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  left: 0%;
  background-color: #ebf2fb;
  transition: 0.5s;
  bottom: 102%;
  box-shadow: 0px 1px 0px #7a7575;
}
.cite-judgment-tooltip p{ margin: 0px;
}
.cite-judgment-tooltip::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ebf2fb;
  left: 26%;  
  bottom: -10px;
}
.cite-judgment-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 9;
  border: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666768;
  left: 26%;  
  bottom: -10px;
}
.cite-judgment-text{position: relative;}
.cite-judgment-text a{color: #e37741;}
.cite-judgment-text span img{width: 25px; margin-top: -3px; margin-right: 5px;}
.cite-judgment-text:hover .cite-judgment-tooltip{display: block !important}

.Author-name .Author-hover{    
  position: absolute;
  top: -40px;
  right: 10%;
  background-color: #fff;
  color: #29417a;
  display: none;
}

.Author-name:hover .Author-hover{ display: block;}


.split-new a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.5s;
  font-size: 16px;
}
.split-new span {
  font-size: 16px;
}
.split-new a:hover {
  color: #ce2222;
}
.split-new img {
  height: 25px;
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .judgement-box h5 {
    font-size: 16px;
    line-height: 25px;
  }

  .headnote-new p{display: inline; font-size: 14px;}
  .print-check {
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 22px;
  }

  .print-checkmark {
    top: -9px;
    left: 0;
    height: 18px;
    width: 18px;
  }

  .print-check .print-checkmark:after {
    left: 4px;
    top: 0px;
  }
  .button-font-size {
    font-size: 11px;
    padding: 3px 10px;
    font-weight: 700;
  }

  .split-new {
    margin-top: 10px;
  }
  .split-new a {
    font-weight: 500;
    transition: 0.5s;
  }
  .split-new img {
    height: 20px;
    float: left;
    margin-right: 5px;
  }
  .pagination-scroll{
    overflow-x: scroll;
  }
}
@media screen and (max-width: 480px) {
  .split-new {
    margin-top: 10px;
  }
  .split-new span {
    text-align: center;
    margin: 1px;
  }
  .split-new span a, .split-new span button {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .split-new span a img, .split-new span button img {
    float: none;
    /* margin-right: 0px; */
  }
  .split-new span a span, .split-new span button span  {
    display: block;
  }  
}
/*------------------------- filter data section end -------------------------*/

/* .judgement detailspage */
.jd-print {
  right: -51px;
  top: -1px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 5px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 110px;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading img{width: 120px;}

/* highlight search words */
.highlight {
  background-color: yellow;
}

.notfound {
  margin: 15%;
}

@media screen and (max-width: 480px) {
  .loading {
    height: 4em;
    width: 4em;
    top: 110px;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .loading img{width: 100%;}
}


/* cite_judgment page */
.scroll-fixed{position: sticky; top: 30px;}