@import url(../library/icons/font-awesome/css/font-awesome.min.css);
@import url(../library/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../library/icons/linea-icons/linea.css);
@import url(../library/icons/themify-icons/themify-icons.css);
@import url(../library/icons/flaticon/flaticon.css);
@import url(../library/icons/feather-icons/css/feathericon.min.css);
@import url(../library/icons/icomoon/css/icomoon.css);
@import url(../library/animate.css);
@import url(../plugins/select2/select2.min.css);
@import url(base.css);
@import url(color.css);
@import url(button.css);
@import url(form.css);
@import url(footer.css);
@import url(menu.css);
@import url(widgets.css);
@import url(tables.css);
@import url(modal.css);


/* page header */ 

.page-header .page-block {
    padding: 1.25rem 1.5rem 1.5rem;
}
.page-block>.align-items-center{
	background: #fafafa;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 5px -10px rgba(0,0,0,.1), 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 12px 5px -10px rgba(0,0,0,.1), 0 0 4px 0 rgba(0,0,0,.1);
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}	
.page-header-title{
	position: relative;
    top: 15px;
}
.page-header h5 {
    font-weight: 500;
	font-size: 18px;
}
.page-header .page-block .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
	float: right;
    position: relative;
    top: -15px;
}
.page-header .page-block .breadcrumb a {
    font-size: 14px;
}
.page-header .page-block .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    font-family: feather;
    content: "\00BB";
}
.collapse_accord{
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
}
.collapse_accord:before{
	content: "\f102";
	position: absolute;
    right: 16px;
    top: 10px;
	color: #fb4848;
    font-size: 26px;
}
.collapse_accord.collapsed:before{
	content: "\f103";
	position: absolute;
    right: 16px;
    top: 10px;
	color: #fb4848;
    font-size: 26px;
}
/*    Form Horizontal
----------------------*/
.form-horizontal .control-label {
  padding-top: 12px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu li {
  font-size: 14px;
  padding: 5px 15px;
}
.is-invalid .form-control {
  border-color: #fc6180;
}
.invalid-feedback {
  color: #ef5350;
  display: none;
  margin-top: 0.25rem;
}
.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
  display: block;
}
.inbox-leftbar {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
}
.inbox-rightbar {
  margin-left: 250px;
}


.tdl-holder {
  margin: 0 auto;
}
.tdl-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tdl-holder li {
  background-color: transparent;
  list-style: outside none none;
  margin: 0;
  padding: 10px 0;
}
.tdl-holder li span {
  margin-left: 30px;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tdl-holder label {
  cursor: pointer;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  margin: 0 !important;
}
.tdl-holder label:hover {
  background-color: #eef5f9;
  color: #99abb4;
}
.tdl-holder label:hover a {
  display: block;
}
.tdl-holder label a {
  border-radius: 50%;
  color: #99abb4;
  display: none;
  float: right;
  font-weight: bold;
  line-height: normal;
  height: 16px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  width: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tdl-holder input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.tdl-holder input[type="checkbox"] + i {
  background-color: #ffffff;
  display: block;
  height: 18px;
  position: absolute;
  top: 15px;
  width: 18px;
  z-index: 1;
}
.tdl-holder input[type="checkbox"]:checked + i::after {
  content: "\e64c";
  font-family: 'themify';
  display: block;
  left: -1px;
  position: absolute;
  top: -11px;
  z-index: 2;
}
.tdl-holder input[type="checkbox"]:checked ~ span {
  text-decoration: line-through;
}
.tdl-holder input[type="text"] {
  height: 60px;
  margin-top: 20px;
  font-size: 14px;
}

.student-data-table label {
  margin-right: 7px;
}
.student-data-table td span a {
  padding: 3px;
}

.dd-handle,
.dd3-content {
  color: #000!important;
}

.card-two {
  position: relative;
  margin: 0 !important;
  border: 0;
}
.card-two header {
  position: relative;
  width: 100%;
  height: 60px;
}
.card-two header .avatar {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -50px;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  border: 3px solid #fff;
}
.card-two header .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
}
.card-two h3 {
  position: relative;
  margin: 80px 0 30px;
  text-align: center;
}
.card-two h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
.card-two .desc {
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1.5;
  color: #777;
}
.card-two .contacts {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 3.5rem;
}
.card-two .contacts a {
  display: block;
  width: 33.333333%;
  float: left;
  text-align: center;
  color: #112233;
}
.card-two .contacts a:hover {
  color: #333;
}
.card-two .contacts a:hover .fa::before {
  color: #fff;
}
.card-two .contacts a:hover .fa::after {
  top: 0;
}
.card-two .contacts a .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #112233;
  border-radius: 50%;
}
.card-two .contacts a .fa:before {
  position: relative;
  z-index: 1;
}
.card-two .contacts a .fa::after {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background: #112233;
}
.card-two .contacts a:last-of-type .fa {
  line-height: 36px;
}


.favourite-menu-details .table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
}
.favourite-menu-details .favourite-menu-img {
  border-right: 1px solid #e7e7e7;
  margin-bottom: 25px;
  width: 120px;
}
.favourite-menu-details .favourite-menu-des {
  margin-top: 40px;
  margin-right: 465px;
}
.favourite-menu-details .favourite-menu-des .product_name h4 {
  font-weight: 600;
  text-align: left;
}
.favourite-menu-details .favourite-menu-button {
  margin-top: 40px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
  padding-top: 10px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.order-list-item table tbody > tr > td {
  padding-top: 8px;
  border-top: 1px solid #e7e7e7;
}
.order-list-item table thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
}
.order-list-item thead {
  background: #4680ff;
  text-align: left;
}
.order-list-item thead th {
  color: #ffffff;
  font-weight: bold;
}
.order-list-item tbody {
  background: #ffffff;
  text-align: left;
}
.order-list-item tbody td {
  color: #444444;
}
.booking-system-feedback {
  top: 5px !important;
  right: 15px;
}
.booking-system-top {
  padding-top: 15px;
}
.media-body {
  vertical-align: middle;
}
.media-body span {
  font-size: 10px;
  color: #4680ff;
}
.media-body p {
  color: #99abb4;
  line-height: 15px;
}
.example {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  background-color: #eef5f9;
  text-align: justify;
}
.example p {
  padding: 20px 20px 0px 20px;
  font-size: 12px;
}
.box,
.simple {
  height: 300px;
}
.scrollable-auto-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollable-auto-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollable-auto {
  overflow: auto;
}
.vmap {
  width: 100%;
  height: 400px;
}
.dark-browse-input-box {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  color: #000000;
  border: 1px solid #e7e7e7;
}
.dark-browse-input-box .dark-input-button {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background: #ffffff;
  border: none !important;
  color: #4680ff;
}
.dark-browse-input-box .dark-input-button i {
  font-weight: bold;
  font-size: 17px;
}
.dark-browse-input-box .dark-input-button:hover {
  background: #ffffff;
  color: #4680ff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: none !important;
}
.dark-browse-input-box .dark-input-button:focus {
  outline: none;
  border: none !important;
  background: none !important;
}

.media-stats-content .stats-content {
  padding: 30px 0px;
}
.media-stats-content .stats-content .stats-digit {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.media-stats-content .stats-content .stats-text {
  font-size: 14px;
}
.media-stats-content .stats-content .table td {
  line-height: 40px!important;
}
.boxshadow-none {
  box-shadow: none;
}
.widget-card-circle i {
  font-size: 30px;
  left: 0;
  line-height: 97px;
  right: 0;
  text-align: center;
}
.widget-line-list li {
  display: inline-block;
  font-size: 1.2em;
  line-height: 27px;
  padding: 5px 20px 0 15px;
}
.widget-line-list li span {
  font-size: 14px;
}

.user-card-absolute {
  top: 115px;
  left: 0;
  right: 0;
}

.social-pad {
  padding: 40px 30px 110px;
}

.blockquote-box {
  border-right: 5px solid #E6E6E6;
  margin-bottom: 25px;
}
.blockquote-box .square {
  width: 100px;
  min-height: 50px;
  margin-right: 22px;
  text-align: center!important;
  background-color: #E6E6E6;
  padding: 20px 0;
}

.error-box {
  height: 100%;
  position: fixed;
  width: 100%;
}
.error-box .footer {
  left: 0;
  right: 0;
  width: 100%;
}
.error-body {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.error-body h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 210px;
  color: #444c67;
}
@media (min-width: 768px)
{
.mini-sidebar .page-wrapper {
    margin-left: 70px;
}
}
@media (max-width: 768px)
{
.page-header-title{
	top: 6px;
}
.page-header .page-block .breadcrumb{
	float:left;
	top: -2px;
}
}
/* Tooltip css (Uploaded documents) */
.tooltip-link-btn {
    display:inline-block;
    position:relative;
    text-align:left;
 	width:100%;
 	color:#4885ed;
 	font-size:13px;
 	text-decoration:underline;
 	font-weight:600;
 	opacity:1 !important;
 	z-index:0;
}
.tooltip-link-btn>span{
	cursor:pointer;
}
.tooltip-link-btn .top {
    min-width:100%;
 	width:750px; 
 	max-height:280px;
 	height:auto;
 	overflow-y:scroll;
    top:5px;
    left:0%;
    transform:translate(0%, -100%);
    padding:10px 5px;
    color:#444444;
    background-color:#f7f7f7;
    font-weight:normal;
    font-size:13px;
    position:absolute;
    z-index:9;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.proof-list{
 width:20%;
 float:left;
 margin:0px;
 border-right:1px solid #ccc;
}
.proof-list>h3{
	font-size:12px;
	font-weight:600;
	color:#fb4848;
	margin-bottom:8px;
	text-align:center;
	line-height:15px;
}
.proof-list>ul{
 padding:0px;
 margin:0px;
 list-style:none;
}
.proof-list>ul>li{
 padding:2px 4px;
 margin-bottom:4px;
 border-bottom:1px solid #e8e8e8;
 line-height:15px;
 text-align:center;
}
.proof-list>ul>li>a{
 color:#0facf3;
 font-size:12px;
 font-weight:500;
}
/* ====== */

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown>dt>a {
  height:36px;
  box-shadow:none;
   border: 1px solid #ced4da;
  font-size:14px;
  font-weight:500;
  width:100%;
  background-color:#fff;
  color:#495057;
  padding: .375rem .75rem;
  display:block;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  color:#333;
  padding: 0 3px 2px 0;
}
.dropdown>dd>.multiselect{
	position:relative;
}
.dropdown dd ul {
  background-color: #fff;
  box-shadow:0px 0px 5px 0px rgba(51, 51, 51, 0.58);
  border: 0;
  color: #000;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index:999;
  list-style: none;
  height: 100px;
  overflow: auto;
}
.mutliSelect>ul>li{
	padding:4px 5px;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}
#bcktop {
  display: none;
  position: fixed;
   bottom: 40px;
   right: 30px;
   z-index: 99;
   font-size: 20px;
   border: none;
   outline: none;
   background-color: #0183c1;
   color: white;
   cursor: pointer;
   padding: 3px;
   border-radius: 4px;
   width: 35px;
}
#bcktop:hover {
  background-color: #fb4848;
}

#new_password-error, #confirm_password-error{
	background: #fb4848;
    width: 100%;
    padding: 5px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}

.add-btn{
float: right;
margin-right: 67px;
} 

.echallan-error{
position: absolute;
bottom: 13px;
width: 100%;
left: 14px;
}

#action-modal .collapse_accord::before {
  font-size: 18px;
}


 /* RTA modal css */
.rta-modal {
    border-radius: 10px;
}
.rta-card {
    padding: 10px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    border-left: 5px solid #3f51b5;
    background: #ececec;
    position: relative;
}
.rta-card p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
    display: flow-root;
}
.rta-card p span {
    width: 40%;
    display: block;
    float: left;
    padding-left: 10px;
    font-weight: 600;
}
.rta-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #e76f51;
}
.rta-content label.form-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bg-gray {
    background: #ececec;
    padding: 10px;
    border-radius: 12px;
}
.rta-content .form-control {
    font-size: 13px;
    color: #333;
}
.rta-modal .modal-header {
    color: #fff;
    border-radius: initial;
}
.rta-modal .modal-header h5 {
    width: 100%;
}
.rta-modal .btn-primary {
    color: #fff;
    background-color: #061b3a;
    border-color: #061b3a;
}
.rta-modal .modal-footer {
    display: initial;
    text-align: center;
}

#action-modal .modal>.modal-dialog {
    top: 0;
}
/* lightbox css */
.thumb {
    max-height: 171px;
    border: solid 6px white;
}
.lightbox {
    position: fixed;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
    opacity: 0;
}
.lightbox:target {
    outline: none;

    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}
.lightbox:target img {
    border: solid 3px white;
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.light-btn {
    color: #fafafa;
    background-color: #333;
    border: solid 3px white;
    padding: 5px 15px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    z-index: 99;
}
.light-btn:hover {
    background-color: #111;
}
#action-modal .btn-prev {
    left: 7%;
}
#action-modal .btn-next {
    right: 7%;
}
#action-modal .btn-close {position:absolute;
	right: -2%;
	top: 0%;
	color: #fff;
	padding: 0px 6px; border-radius: 50%;
	text-decoration: none;
	background: red;
	border: 2px solid #f8f8f8;
	font-size: 18px;
	line-height: 20px;
}

#action-modal .btn-close:hover {
    color: #fafafa;
}
#action-modal a.btn.btn-primary:active {
    background: transparent !important;
    border: initial !important;
}
/* Accordion css */
#action-modal a.btn.btn-primary {
    width: 100%;
    background: transparent;
    border: none;
    padding: 2px 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    box-shadow: initial;
    color: #333;
}
.rta-modal .card.card-body {
    box-shadow: initial;
}
.rta-modal .card {
    margin-bottom: 0;
}
#action-modal .modal-lg {
    width: 100%;
    max-width: 75%;
}
#action-modal a.btn.btn-primary span {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #000;
    right: 15px;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#action-modal a.btn.btn-primary.collapsed span {
    webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 42%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}

#action-modal textarea {height:fit-content !important;resize: both !important;} 

.bg-white {
    background: #fafafa;
    padding: 10px;
    border-radius: 12px;
}

.btn-close-small {
	color: #fff !important;
	padding: 1px 6px; 
	border-radius: 50%;
	text-decoration: none;
	background: red;
	border: 2px solid #f8f8f8;
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
	box-shadow: 0px 3px 5px 1px hsla(218, 82%, 61%, 0.51);
}

.btn-close-small:hover {
    color: #fafafa;
    background: #ff2b2b;
    cursor: pointer;
    box-shadow: 0px 3px 5px 1px hsla(217.8, 92.5%, 58.2%, 0.64);
}
.rainbow-text {
padding: 5px;
color: white;
  background-image: linear-gradient(to right, #6253e1, #852D91) !important;
  display: inline-block;
    min-width: 10px;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px; 
}

.watermark_txt{
	opacity: 0.40;
    position: absolute;
    top: 65%;
    left: 30%;font-size:35px;
   /* background: #ccc;*/
    color:darkred;
    padding: 1%;font-weight: bold;
     /* Rotate from top left corner (not default) */
  transform-origin: 0 0;letter-spacing: 2px;
  transform: rotate(-25deg);
  z-index:0;
  width:20%;
  text-transform:uppercase;
}

.watermark_deviation{
	opacity: 0.40;
    position: absolute;
    /* top: 65%; */
    left: 43%;font-size:35px;
   /* background: #ccc;*/
    color:darkred;
    padding: 1%;font-weight: bold;
     /* Rotate from top left corner (not default) */
  transform-origin: 0 0;letter-spacing: 2px;
  transform: rotate(-25deg);
  z-index:0;
  width:20%;
  text-transform:uppercase;
}

.watermark_sapiln{
	opacity: 0.40;
    position: absolute;
    top: 65%;
    left: 30%;font-size:29px;
   /* background: #ccc;*/
    color:darkred;
    padding: 1%;font-weight: bold;
     /* Rotate from top left corner (not default) */
  transform-origin: 0 0;letter-spacing: 2px;
  transform: rotate(-25deg);
  z-index:0;
  width:20%;
  text-transform:uppercase;
}

.watermark_firstcase{
	opacity: 0.40;
    position: absolute;
    /* top: 65%; */
    left: 43%;font-size:28px;
   /* background: #ccc;*/
    color:darkred;
    padding: 1%;font-weight: bold;
     /* Rotate from top left corner (not default) */
  transform-origin: 0 0;letter-spacing: 2px;
  transform: rotate(-25deg);
  z-index:0;
  width:20%;
  text-transform:uppercase;
}
/* E-net column icon color */

.documentView .fa.c-blue {
  padding: 5px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  border-top: 2px solid #2196f36b;
  border-left: 2px solid #2196f36b;
  font-size: 16px;
}
.documentView .fa.c-blue:hover {
  border-bottom: 2px solid #2196f3;
  border-right: 2px solid #2196f3;
  border-top: initial !important;
  border-left: initial !important;
}



.documentView .fa.c-teal {
  padding: 5px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  border-top: 2px solid #0096887a;
  border-left: 2px solid #0096887a;
  font-size: 16px;
}
.documentView .fa.c-teal:hover {
  border-bottom: 2px solid #009688;
  border-right: 2px solid #009688;
  border-top: initial !important;
  border-left: initial !important;
}




.documentView .fa.text-warning {
  padding: 5px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  border-top: 2px solid #ffb22b78;
  border-left: 2px solid #ffb22b78;
  font-size: 16px;
}
.documentView .fa.text-warning:hover {
  border-bottom: 2px solid #ffb22b;
  border-right: 2px solid #ffb22b;
  border-top: initial !important;
  border-left: initial !important;
}


.txt-10px{
font-size:10px;
}

.txt-imp-16px{
font-size:15px !important;
width:5%!important;
}

.txt-imp-15px{
font-size:15px !important;
width:10%!important;
}

/* status complete*/

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(3 84 63/var(--tw-text-opacity));
}
.font-medium {
    font-weight: 500;
}
.text-xs {
    font-size: 10px;
    line-height: 1rem;
}
.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem;
}
.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(222 247 236/var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}



.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 159 110/var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
}
.w-2 {
    width: .5rem;
}
.h-2 {
    height: .5rem;
}
.me-1 {
    -webkit-margin-end: .25rem;
    margin-inline-end: .25rem;
}

/* status complete*/

/* status pending*/


.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(155 28 28/var(--tw-text-opacity));
}
.font-medium {
    font-weight: 500;
}
.text-xs {
    font-size: 10px;
    line-height: 1rem;
}
.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem;
}
.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
}
.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 232 232/var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}


.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82/var(--tw-bg-opacity));
}

.rounded-full {
    border-radius: 9999px;
}
.w-2 {
    width: .5rem;
}
.h-2 {
    height: .5rem;
}
.me-1 {
    -webkit-margin-end: .25rem;
    margin-inline-end: .25rem;
}

.pad-h0-w5{
	padding: 0px 5px;
}

.green_area {
    background-color: green;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: fit-content;
    margin: 0px auto;
    padding: 2px 5px;
    display: inline-block;
}

.red_area {
    background-color: red;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: fit-content;
    margin: 0px auto;
    padding: 2px 5px;
    display: inline-block;
}

.orange_area {
    background-color: orange;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: fit-content;
    margin: 0px auto;
    padding: 2px 5px;
    display: inline-block;
}

.blue_area {
    background-color: blue;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: fit-content;
    margin: 0px auto;
    padding: 2px 5px;
    display: inline-block;
}
.watermark_utr_recd{
	opacity: 0.40;
    position: absolute;
    /* top: 75%; */
    left: 30%;font-size:29px;
   /* background: #ccc;*/
    color:darkred;
    padding: 1%;font-weight: bold;
     /* Rotate from top left corner (not default) */
  transform-origin: 0 0;letter-spacing: 2px;
  transform: rotate(-25deg);
  z-index:0;
  width:20%;
  text-transform:uppercase;
}
.watermark_lt{
	opacity: 0.40;
    position: absolute;
    /* top: 75%; */
    left: 30%;font-size:25px;
   /* background: #ccc;*/
    color:darkred;
    padding: 1%;font-weight: bold;
     /* Rotate from top left corner (not default) */
  transform-origin: 0 0;letter-spacing: 2px;
  transform: rotate(-25deg);
  z-index:0;
  width:20%;
  text-transform:uppercase;
}

hr.tbl_hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border:0.5px solid #ddd;
}