.login-block .auth-box h3{font-weight: 700;}
.login-block .auth-box .form-primary{margin-bottom: 20px;}
.login-block .auth-box .form-primary label{margin-bottom: 8px;}
.login-block .auth-box .form-primary input{padding: 10px 15px; border-radius: 5px;}
.login-block .auth-box .btn-primary{ margin-top: 20px; padding: 10px; border-radius: 30px;}
.annoncement-message{padding: 4px 0px; background: var(--secondary-colour); margin: 10px 0px; color: #fff; height: 30px; border-radius: 30px;}
.annoncement-message marquee li{list-style: none; position: relative; padding-left: 20px; font-size: 14px; margin-right: 20px; display: inline-block;}
.annoncement-message marquee li::before{ content: "\f005"; font: normal normal normal 14px/1 FontAwesome; position: absolute; left: 0px; top: 4px; color: yellow;}
.dash-box{background: #fff; border-radius: 8px; position: relative; overflow: hidden; padding: 15px; padding-top: 20px; border: 1px solid #efefef;}
.dash-box h5{font-weight: 700; font-size: 16px; border-bottom: 2px solid #E6E9ED; padding-bottom: 10px; margin-bottom: 15px; position: relative; text-transform: capitalize; }
.box-shadow{ box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);}
.dash-box h5 .count{ width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: var(--secondary-colour); color: #fff; text-align: center;
position: absolute; right: 0px; font-size: 14px; top: -14px;}
.dash-box h4{font-weight: 700; font-size: 20px; color: #189AB4; margin-bottom: 25px;}
.dash-box .approvals{ list-style: none; counter-reset: item; padding: 0px; margin: 0px; overflow-y: auto; height: 80%;}
.dash-box .approvals li{list-style: decimal; padding-right: 50px; position: relative; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp:1; 
-webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; counter-increment: item; padding-left: 20px; padding-bottom: 4px;}
.dash-box .approvals li button{border: 1px solid var(--secondary-colour); color: var(--secondary-colour); border-radius: 30px; background: none; font-size: 12px; min-width: 45px;
position: absolute; top: 0px; right: 3px; cursor: pointer;}
button:focus{outline: none;}
.dash-box .approvals li button:hover{background: var(--secondary-colour); color: #fff;}
.dash-box .approvals li:last-child{margin: 0px;}
.dash-box .approvals li::before{  content: counter(item); position: absolute; left: 0px;}
.dash-box .pendings li{padding-right: 60px;}
/* .dash-box .pendings li button{border-color: #fe9365; color: #fe9365;}
.dash-box .pendings li button:hover{background: #fe9365; color: #fff;} */
.hight270{height: 270px; overflow: hidden;}
.approval-box{border-radius: 4px; overflow: hidden; position: relative; background: #fff; border: 1px solid transparent; margin-bottom: 20px; text-align: center;}
.Approval-sc h4, .quick-links h4{font-weight: 700; color: var(--black); margin-bottom: 10px; font-size: 20px;}
.approval-box-count{padding: 12px; position: relative;}
.approval-box-count .count{ font-size: 26px; font-weight: 700; text-align: center; width: 120px; height: 80px; line-height: 80px; border-radius: 50%;
display: inline-block; background: transparent; color: var(--white); margin-bottom: 20px;}
.approval-box-bottom{padding-bottom: 20px;}
.approval-box-bottom button{border-radius: 30px; background: transparent;  border: 1px solid transparent; padding: 2px 10px; min-width: 100px; cursor: pointer; color: var(--white);}
.brd-blue, .brd-blue .approval-box-bottom{border-color: var(--brd-blue);}
.brd-blue p, .brd-blue .approval-box-count .count{ background: var(--brd-blue);}
.brd-blue button{background: var(--brd-blue);}
.brd-yellow, .brd-yellow .approval-box-bottom{border-color: var(--brd-yellow);}
.brd-yellow p, .brd-yellow .approval-box-count .count{ background: var(--brd-yellow);}
.brd-yellow button{background: var(--brd-yellow);}
.brd-green, .brd-green .approval-box-bottom{border-color: var(--brd-green);}
.brd-green p, .brd-green .approval-box-count .count{ background: var(--brd-green);}
.brd-green button{background: var(--brd-green);}
.brd-red, .brd-red .approval-box-bottom{border-color: var(--brd-red);}
.brd-red p, .brd-red .approval-box-count .count{ background: var(--brd-red);}
.brd-red button{background: var(--brd-red);}
.dash-box .pendings li .doc-expired{position: absolute; right: 0px;}
/* .dash-box .requests li button{border-color: var(--brd-green); color: var(--brd-green);}
.dash-box .requests li button:hover{background: var(--brd-green); color: #fff;} */
.quick-links{padding: 0px 15px;}
.quick-links h5{margin-bottom: 15px; font-weight: 700; color: var(--black);}
.quick-links-box{background: #fff; width: calc(96% / 8); position: relative; border-radius: 5px; overflow: hidden; padding: 8px;
transition: 0.3s all ease-in-out; margin: 0.2%; height: 56px; border: 1px solid #efefef; border-radius: 5px;}
.quick-links-box h6{margin: 0px; padding-left: 26px; line-height: 20px; font-size: 13px; color: var(--black);}
.quick-links-box i{position: absolute; left: 5px; top: 8px; width: 24px; height: 24px; background: var(--gradiant1); border-radius: 50%;
text-align: center; line-height: 24px; color: var(--white); font-size: 12px;}
.quick-links-box:hover{ box-shadow: 0 10px 35px 0 rgb(154 161 171 / 30%); transform: translateY(-10px);}
.dash-box .approvals::-webkit-scrollbar {width: 3px;}
.dash-box .approvals::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
.dash-box .approvals::-webkit-scrollbar-thumb { background-color: darkgrey;}
.approval-box-count h3{font-size: 18px;}
.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active:hover > a{color: var(--white) !important;}
.swal-button, .swal-button:hover{background: var(--primary-colour) !important;}
.dataTable thead{background: var(--primary-colour) !important;}
table.dataTable, table.dataTable th, table.dataTable td {  box-sizing: border-box !important;}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, 
.datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, 
.datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, 
.open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, 
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{ background: var(--primary-colour) !important;}
.approval-count{position: relative; display: inline-block; width: 49%; margin-bottom: 8px;}
.approval-count .count{margin-bottom: 5px; height: 80px; width: 110px; line-height: 18px; font-size: 14px; position: relative;}
.approval-count h5{font-size: 14px;}
.approval-count .count .count-number{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.approval-count .count .count-number label{display: block; font-weight: 100;}
.table .itemdata.active{background: var(--bgcolour2);}
.shop-box{border: 1px solid var(--light-grey); padding: 10px; border-radius: 6px;}
.shop-box h4{font-size: 16px; font-weight: 700; border-bottom: 1px solid var(--light-grey);  padding-bottom: 15px;}
.shop-box h4 span{display: inline-block; float: right; color: var(--light-green); font-weight: 300; font-size: 14px;}
.shop-box table, .year-table table, .production-table table{width: 100%; border-collapse: collapse;}
.shop-box table th, .shop-box table td {padding: 4px; text-align: center;}
.clr-green{ color: var(--green);}
.clr-red{ color: var(--red);}
.clr-darkgreen{ color: var(--dark-green);}
.pb-15{padding-bottom: 15px;}
.year-table table th, .year-table table td, .production-table table th, .production-table table td
{border: 1px solid var(--light-grey); padding: 8px; text-align: center;}
.year-table table thead th{background: var(--yellow);}
.year-table table tbody th:first-child{background: var(--light-green); color: var(--white);}
.year-table table tbody tr:nth-child(2) th{background: var(--red); color: var(--white);}
.year-table table tbody tr:nth-child(3) th{background: var(--brd-yellow); color: var(--white);}
.year-table table thead th:first-child{background: none;}
.year-table table thead th:last-child{background: var(--green);}
.year-table table tbody td:last-child{ font-weight: 700;}
.year-table table tbody td span{color: var(--red) !important; font-weight: 700;}
.production-table table thead tr:nth-child(2), .production-table table thead tr:nth-child(3){font-weight: 400; font-size: 12px;}
.production-table table thead tr:first-child th:first-child, .production-table table tbody td:first-child{ background: var(--yellow);}
.production-table table tbody tr:last-child{ background: var(--green);}
.pad-20{padding: 20px;}
.production-chart h3{text-align: center;}
.search-panel .panel-heading{padding: 0px;}
.search-panel .panel-heading .panel-title{position: relative;}
.search-panel .panel-heading a:before {  font: normal normal normal 14px / 1 FontAwesome; font-weight: 900; content: "\f107"; transition: all 0.5s; position: absolute; right: 10px;
top: 0px; text-align: center; color: var(--primary-colour); font-size: 18px; line-height: 30px; -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg); transform: rotate(180deg);}
.search-panel .panel-heading a.collapsed:before { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);}
.pending-box{ width: calc(96% / 8); position: relative; border-radius: 5px; overflow: hidden; padding: 8px; color: var(--white);
padding-right: 70px; margin: 0.2%; height: 90px;}
.bg-blue{background: var(--bgcolour2);}
.bg-green{background: var(--brd-green);}
.bg-orange{background: var(--secondary-colour);}
.bg-red{background: var(--red);}
.bg-light-green{background: var(--light-green);}
.bg-dark-green{background: var(--dark-green);}
.bg-green2{background: var(--bgcolour3);}
.bg-dark{background: var(--primary-colour);}
.pending-box-count{position: absolute; right: 10px; top: 50%; transform: translate(0%, -50%); font-size: 20px; font-weight: 700; text-align: right;}
.pending-box p{margin: 0px; font-size: 16px;}
.pending-box i{position: absolute; right: 10px; bottom: 8px; color: var(--white); transition: 0.5s all ease-in-out; cursor: pointer;
font-size: 22px;}
.pending-box:hover{color: #fff;;}
.pending-box:hover i{transform: translateX(10px);}
.comment-button{position: fixed; right: 121px; bottom: 10px; height: 30px; background: var(--yellow); border-radius: 4px; line-height: 30px;
padding: 0px 6px; border: 1px solid #e0e000; font-weight: 700; cursor: pointer; z-index: 111;}
.comment-button i{margin-right: 4px;}
.hidden{display: none;}
#commentWindow{position: fixed; bottom: 50px; right: 10px; transition: height 0.5s ease-in-out; z-index: 1111;
transition: width 200ms ease 0s, height 200ms ease 0s, max-height 200ms ease 0s, transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
width: 100%; max-width: 300px; height: 100%; max-height: 500px; box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px; border-radius: 16px; overflow: hidden;}
#commentWindow iframe{width: 100%; height: 100%; border: none;}
.send-section{padding: 10px; border-top: 1px solid var(--light-grey); position: fixed; width: 100%; bottom: 0px; left: 0px; background: #f3f3f3;}
.comment-popup{position: relative;}
.send-section input{width: 80%; border-radius: 30px; padding: 6px 14px; border: 1px solid var(--light-grey); height: 42px;}
.send-section button{border: none; border-radius: 50%; background: var(--primary-colour); color: var(--white); width: 42px;
height: 42px; cursor: pointer;}
.comment-title{padding: 14px; border-bottom: 1px solid var(--light-grey); text-align: center; position: fixed; width: 100%;
left: 0px; top: 0px; background: #f3f3f3;}
.comment-title h4{margin: 0px; font-size: 22px; font-weight: 700;}
#closeComment{position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; border-radius: 50%; line-height: 30px; text-align: center;
background: var(--light-grey); cursor: pointer;}
.comment-window-content{position: relative; width: 100%; height: 100%;}
.comment-content{ overflow-y: auto; width: 100%; height: 70%; padding: 60px 10px;}
.comment-date{text-align: center; padding: 0px 0px 10px;}
.comment-content ul{padding: 0px; margin: 0px;}
.comment-name{font-weight: 700; margin-bottom: 4px;}
.comment-content ul li{background: var(--white); border-radius: 6px; padding: 8px 12px; margin-bottom: 10px;}
.comment-content ul li p{margin-bottom: 5px;}
.comment-content ul li h5{font-size: 12px;}
.comment-content ul li h5 span{float: right; color: var(--red); cursor: pointer;}
.border-gradient { border: 1px solid; border-image-slice: 1; border-width: 1px; border-radius: 4px;}
.border-gradient-purple {border-image-source: linear-gradient(44.44deg, var(--brd-blue) 7.79%, var(--bgcolour2) 94.18%);}
.pending-enquiry h4{font-weight: 700; margin-bottom: 10px; font-size: 20px; color: var(--black);}
.pending-enquiry-box{ width: calc(96% / 6); position: relative; border-radius: 5px; overflow: hidden; padding: 8px; background: var(--white);
 margin: 0.2%; height: 70px; border: 1px solid transparent;}
 .colour-green{border-color: var(--brd-green); color: var(--brd-green);}
 .colour-blue{border-color: var(--brd-blue); color: var(--brd-blue);}
 .colour-red{border-color: var(--red); color: var(--red);}
 .colour-orange{border-color: var(--colour1); color: var(--colour1);}
 .colour-darkgreen{border-color: var(--dark-green); color: var(--dark-green);}
 .colour-lightgreen{border-color: var(--light-green); color: var(--light-green);}
 .pending-enquiry-count{font-size: 20px; font-weight: 700;}
 .pending-enquiry-box p{color: #000 !important;}
 .pending-enquiry-box i{position: absolute; right: 10px; top: 10px; font-size: 20px;  transition: 0.5s all ease-in-out;}
 .pending-enquiry-box:hover i{transform: translateX(20px);}
 .dash-box .view-all{float: right; font-size: 14px; font-weight: normal; color: var(--brd-blue);}
 .history-content p{margin: 0px; font-size: 12px;}
 .history-content small{color: #c3c3c3;}
 .history-content{border-bottom: 1px dotted #ddd; padding-bottom: 8px; margin-bottom: 8px; padding-right: 5px;}
 .gradiant1{background: var(--gradiant1);}
 .gradiant2{background: var(--gradiant2);}
 .gradiant3{background: var(--gradiant3);}
 .gradiant4{background: var(--gradiant4);}
 .gradiant5{background: var(--gradiant5);}
 .gradiant6{background: var(--gradiant6);}
 .gradiant7{background: var(--gradiant7);}
 .gradiant8{background: var(--gradiant8);}
 .logo img{max-width: 250px;}
.dt-search{float: right;}
.dt-length{float: left;}
.dt-info{float: left;}
.dt-paging{float: right;}
.table-responsive {	overflow: hidden; overflow-x: auto;}
.dt-buttons{display: inline-block; float: left;}

@media only screen and (max-width:850px) {
  .pending-box{ width: calc(94% / 5); margin: 0.5%;}
}

@media only screen and (max-width:767px) {
  .approval-box{margin-bottom: 20px;}
  .quick-links-box{min-height: 80px;}
  .pending-box, .pending-enquiry-box{ width: calc(96% / 2);}
}

:root {
    --primary-colour: #189AB4;
    --white: #ffffff;
    --black: #000;
    --secondary-colour:#01dbdf;
    --light-grey:#ddd;
    --dark-green:#ec38bc;
    --light-green:#f7b733;
    --bg-colour:#F9F9FF;
    --bgcolour2:#42E8E0;
    --bgcolour3:#7AC08B;
    --bgcolour4:#004A4E;
    --brd-yellow:#fe9365;
    --brd-green:#96c93d;
    --brd-red:#fe5d70;
    --brd-blue:#01dbdf;
    --green: #00ff00;
    --red: #ff0000;
    --yellow: #ffff00;
    --colour1:#159957;
    --gradiant1: linear-gradient(44.44deg, #75E6DA 7.79%, #189AB4 94.18%);
    --gradiant2: linear-gradient(44.44deg, #00b09b 7.79%, #96c93d 94.18%);
    --gradiant3: linear-gradient(44.44deg, #f7b733 7.79%, #fc4a1a 94.18%);
    --gradiant4: linear-gradient(44.44deg, #ec38bc 7.79%, #7303c0 94.18%);
    --gradiant5: linear-gradient(44.44deg, #36D1DC 7.79%, #5B86E5 94.18%);
    --gradiant6: linear-gradient(44.44deg, #159957 7.79%, #155799 94.18%);
    --gradiant7: linear-gradient(44.44deg, #F2C94C 7.79%, #F2994A 94.18%);
    --gradiant8: linear-gradient(44.44deg, #C33764 7.79%, #1D2671 94.18%);
  }