.table-responsive.text-nowrap {
    min-height: 300px;
}

.table-responsive.text-nowrap.tbl-dashboard {
    min-height: fit-content;
}

.form-prb
{
    display: inline;
    width:auto;
}

/* Change cursor to hand icon on hover for the radio input */
.form-check-input:hover {
    cursor: pointer;
}

/* Change cursor to hand icon on hover for the label */
.form-check-label:hover {
    cursor: pointer;
}

.inp.is-invalid {
    border: 1px solid #dc3545;
    border-style: dotted;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid{
    border: 1px solid #dc3545;
}

.captcha-box{
    padding-top: 30px !important;
}

  
input.inp {
    border: none;
    border-bottom: 1px solid #000;
    border-style: dotted;
    border-top: none;
    border-left: none;
    border-right: navajowhite;
    min-width: 11ch;
    max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.form-one h2{ text-align: right; font-size: 20px;}
.form-one p{ margin: 0; padding: 0;}
.form-one ul{ list-style: none; margin: 0; padding: 0; margin-bottom: 20px;}
.application-cl h3{ font-size: 16px;}
.application-cl p{ font-size: 15px;}
.application-cl ol{ margin: 0; padding: 0; padding-left: 15px;}
.application-cl form li span {
    display: inline-block;
    margin-left: 10px;
}
.application-cl form li p {
    display: inline-block;
}
.application-cl form li{ font-size: 14px;}
.application-cl table{ width: 100%;}
.application-cl table th {
    vertical-align: middle;
    padding: 5px;
}
.application-cl table td {
    vertical-align: middle;
    padding: 5px;
}
.application-cl table{ margin-bottom: 20px;}
ol.roman-nm {list-style-type: upper-roman;}
ol.roman-nm li{ margin-bottom: 15px;}
.application-cl ul {
    padding-left: 0;
    margin-bottom: 16px;
}
.application-cl ul li{
    line-height: 25px;
    list-style:none;
}
.application-cl form li{ margin-bottom: 10px;}
.application-cl ol ::marker{ font-weight: bold;}

.application-cl ol li{
    margin-bottom: 10px;
}

.view-history-table{
    max-height: 400px;
    overflow: auto;
}

.review-request-status-label{
    display: block;
    font-style: italic;
}

.swal2-container{
    z-index: 1095;
}

.response-awaited{
    color:red;
}

.pu_response_div
{
    display: none;
}

.form-label, .col-form-label {
    text-transform: capitalize;
}

.system-form-text{
    font-weight: bold; 
    text-align:center
}


.filter-row{
    display: flex;
    align-items: end;
}

/* rating start ------------------------------- */
.rate {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.rating_main h4 {
    text-align: center;
    width: 100%;
    display: inline-block; margin-bottom: 0; padding-bottom: 0;
    margin-top: 15px;
}
#v-pills-tabContent #v-pills-rating textarea{ margin-top: 10px !important;}
.rating_main input[type="radio"]{ width: auto;}
.rating_main {
    text-align: center;
}
.rate .rating_inner {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: 'â˜… ';
    /* content: "\2605"; */
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* rating end ------------------------------- */

.badge-wrap {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    display: inline-block;
    max-width: 100%;
}

.required:after {
    content:" *";
    color: red;
  }

  /* loader css start */
          /* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /*  Case Details Tab CSS starts */
  .nav-pills .nav-link {
    border-radius: .25rem;
    margin-bottom: .5rem;
    font-size: 13px;
    color: #495057;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: all .3s ease;
    padding: 6px 14px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


.nav-pills .nav-link.active {
    background-color: #05007e;
    color: #fff;
    padding: 6px 14px;
}
.side_navmain .nav{
    max-width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;   
}

.nav-pills .nav-link{
    width: auto !important;
    text-wrap: nowrap;
    margin-right: 14px;
    text-transform: uppercase;
}

.nav-pills .nav-link:hover {
    background-color: #e2e6ea;
}

.tab-content .tab-pane {
    padding: 10px;
    /* border: 1px solid #dee2e6; */
    /* border-top: 0; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    min-height: 300px;

}

.tab-content .tab-pane h4 {
    margin-top: 0;
}

.side_navmain {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 8px
}

.tab-content {
    padding: 0 !important;
}

.side_navmain .nav-pills .nav-link.active {}

ul#selectedFilesList {
    line-height: normal;
    margin: 0;
    padding: 0;
}

#selectedFilesList li {
    list-style: none;
    padding: 5px 0;
    display: inline-block;
    margin: 0 10px;
}

#selectedFilesList li:first-child {
    margin-left: 0;
}

#selectedFilesList li button {
    padding: 0px 6px;
    margin-left: 5px;
}

#selectedFilesList li:nth-child(3n+1) {
    margin-left: 0;
}

.tab-section-area {
    display: block;
}

.editable-input {
    display: none;
}

.action-buttons {
    display: none;
}

.editable-input-one {
    display: none;
}

.action-buttons-one {
    display: none;
}

.cancel-btn .fa-times {
    margin-left: 5px;
}

.table-new .action-buttons {
    margin-top: 15px;
    text-align: center;
}

.table-new .action-buttons-one button {
    padding: 0px 5px !important;
}

.action-buttons .btn-success .fa-check {
    padding: 2px;
}

.action-buttons-one .btn-success .fa-check {
    padding: 2px;
}

.table-new .action-buttons-one {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 10px;
}

.table-new .action-buttons-one .cancel-btn {
    padding: 2px !important;
}

.tr-td-cl .response-text-one {
    padding: 8px 0;
    display: block;
    /* text-align: justify; */
    /* width: 91%; */
}

/* tab showing */

/* Style for the modal tabs */
#finalReportTabs {
    border-bottom: 2px solid #e9ecef;
}

#finalReportTabs .nav-link {
    font-weight: 500;
    color: #555;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#finalReportTabs .nav-link.active {
    background-color: #007bff;
    color: #fff;
}

#finalReportTabs .nav-link:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

/* Style for the tab content */
#finalReportModal .tab-content {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#finalReportModal .tab-pane h5 {
    color: #007bff;
    margin-bottom: 15px;
}

#finalReportModal .tab-pane p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* Add some transition to the modal footer buttons */
#finalReportModal .modal-footer .btn {
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#finalReportModal .modal-footer .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

#finalReportModal .modal-footer .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

#finalReportModal .modal-footer .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

#finalReportModal .modal-footer .btn-outline-secondary:hover {
    background-color: #e9ecef;
    color: #333;
}
  /*  Case Details Tab CSS ends */

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    display: none;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    }
    .dropdown-toggle::after {
        border-top:none !important;
    }
/*  dropdown */
 .custom-dropdown {
    position: relative;
    max-width: 100%; 
}
.dropdown-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    cursor: pointer;
    text-align: left;
}
.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: auto; 
    z-index: 1000;
}

.dropdown-options div {
    padding: 10px;
    white-space: nowrap; 
    overflow-x: auto;
    display: block;
}
.dropdown-options div:hover {
    background-color: #d0d2d6;
}
.custom-dropdown.open .dropdown-options {
    display: block;
}

.bg-secondary{
    background-color: rgb(197 203 208) !important;
}
    
@media (max-width: 748px) {
    .align-4-space{
        padding-top: 20px !important;
    }
  }
    