/* html, body{
  overflow-x: hidden;
}
label {
    color: #98b100;
}

@media ( min-width : 992px) {
	.col-md-1 {
		flex: 0 0 2%;
		max-width: 5%;
	}
	.col-md-11 {
		flex: 0 0 98%;
		max-width: 98%;
	}
}

@media ( min-width : 768px) {
	.col-md-1 {
		flex: 0 0 5%;
		max-width: 5%;
	}
	.col-md-11 {
		flex: 0 0 95%;
		max-width: 95%;
	}
}

@media ( min-width : 576px) {
	.col-md-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.col-md-11 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}

th {
	white-space: nowrap;
}

div.dataTables_wrapper {
	margin: 0 auto;
	overflow-x: auto;
}

.sidebar .nav-link[data-toggle].collapsed:after {
    content: "▾";
    padding-left: 6px;
}
.sidebar .nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
    padding-left: 6px;
}
.radio-inline, .form-check-label {
    color: #212529 !important;
}
.navbar-brand img {
    width: 200px;
}
.navbar-light .navbar-nav .nav-link {
    color: #4c4c4c;
}
.designation span {
    display: block;
    font-size: 11px;
}
footer {
	background: #afca0b;
	
}
footer a, footer a:hover {
	color: #fff;
}

.navbar {
    background-color: #afca0b !important;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.company {
  border-left: 1px solid #fff;
}
.company-icon {
  border-right: 1px solid #fff;
}
.wrapper {
  display: flex;
}
.wrapper .sidebar {
  flex: 1 0 225px;
  min-height: 94vh;
  background-color: #231f20;
  transition: margin-left 0.3s;
  position: relative;
      margin-top: 59px;
}
.btn:hover {
    background: #899e0a;
}
.wrapper .sidebar h1 {
  color: white;
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: underline;
}
.company li:first-child {
    font-size: 18px;
    font-weight: bold;
}
.fa-tachometer {
    padding-right: 6px;
}
.wrapper .sidebar ul {
  padding: 0;
  list-style: none;
}
.wrapper .sidebar a {
  display: flex;
  padding: 10px !important;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.wrapper .sidebar a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.wrapper .sidebar a.active, .wrapper .sidebar a.active:hover {
  background: rgba(255, 255, 255, 0.4);
}
.sidebar ul li .fa {
    padding-right: 6px;
    padding-top: 4px;
}
.wrapper .content {
  position: relative;
  flex: 1 1 100%;
  padding: 0px;
  background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%);
  background: #efefef;
      margin-top: 59px;
}

.wrapper .content h2 {
  color: #afca0b;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 28px;
    text-decoration: underline;
}

.wrapper .toggle-sidebar{
position: absolute;
top: -6px;
left: 85%;
z-index: 9;
color: white;
padding: 0.375rem 0.75rem;
background-color: transparent;
border: 0;
border-bottom-right-radius: 10px;
outline: none;
cursor: pointer;
min-height: 30px;
transition: 0.2s all ease;
}
.sidebar-close .toggle-sidebar {
top: 0;
left: 100%;
background-color: #231f20;
min-height: 40px;
}
.wrapper .toggle-sidebar:hover {
  color: #dcdcdc;
}
.sidebar-close {
  margin-left: -230px;
}
.cursorHand {
     cursor: pointer;
}
.sidebar .toggle-sidebar .fa-bars  {
  display: none;
}
.sidebar.sidebar-close .toggle-sidebar .fa-bars {
  display: block;
}
.sidebar.sidebar-close .toggle-sidebar .fa-times {
  display: none;
}
.form-group {
    margin-bottom: 0.3rem;
}
label {
    margin-bottom: 0rem !important;
}
.dataTables_wrapper label {
    margin-bottom: 0.5rem !important;
}
.close1 {
    color: #afca0b !important;
    text-align: right !important;
    padding-top: 0 !important;
    font-weight: bold !important;
    font-size: 22px !important;
    cursor: pointer !important;
    opacity: .5 !important;
    text-decoration: none !important;
    position: absolute !important;
    right: 1% !important;
    top: 0.5rem !important;
    text-shadow: 0 1px 0 #fff !important;
    line-height: 1 !important;
}
.close1:hover {
    opacity: 1 !important;
}
#query1 label {
    color: white;
}
Search Bar Starts Here

.checklist .search-input {
  position: relative;
  padding: 1rem 0 0.5rem 0;
  height: 4.5rem;
  width: 9.5rem;
  margin-left: 3rem;
}
.search-product .search-input {
  position: relative;
    padding: 1rem 0 0.5rem 0;
    height: 5rem;
    width: 100%;
}

.checklist .search-input input, .search-product .search-input input {
  border: none;
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #fff;
  padding-left: 12px;
}
.search-product .search-input input {
    padding: 1rem 0 0.75rem 2rem;
    line-height: 0.8rem;
    font-size: 0.9rem
    
}
.search-product .search-input input {
  border: 2px solid #afca0b;
  color: #afca0b;
      border-radius: 4px;
}

.checklist .search-input input:focus, .search-product .search-input input:focus {
  outline: none;
}
.checklist .search-input label, .search-product .search-input label {
  position: absolute;
  left: 2rem;
  top: 1.75rem;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.search-product .search-input label {
  color: #afca0b;
  top: 2.05rem;
}
.checklist .search-input input:focus ~ label, .search-product .search-input input:focus ~ label {
  top: 0;
  font-size: 0.75rem;
  color: #fff;
}
.search-product .search-input input:focus ~ label {
  top: 1rem;
}
.search-product .search-input input:focus ~ label {
  color: #afca0b;
}
.checklist .search-input label.not-empty {
  top: 0;
  font-size: 0.75rem;
}
.search-product .search-input label.not-empty {
  top: 1rem;
  font-size: 0.75rem;
}
.checklist .search-input span:nth-of-type(3), .search-product .search-input span:nth-of-type(1) {
  position: absolute;
  color: #fff;
  left: 100%;
  top: 1.625rem;
  font-size: 1rem;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.search-product .search-input span:nth-of-type(1) {
  color: #afca0b;
  left: 0.7rem;
  top: 1.8rem;
}
.checklist .search-input input:focus ~ span:nth-of-type(3) {
  left: -0.625rem;
  top: 1.625rem;
  color: #fff;
}
.search-product .search-input input:focus ~ span:nth-of-type(1) {
  color: #afca0b;
}
.checklist .search-input span:nth-of-type(3).not-empty {
  left: -0.625rem !important;
  top: 1.625rem !important;
}
.checklist .search-input span:nth-of-type(4), .search-product .search-input span:nth-of-type(4), .search-product .search-input span:nth-of-type(5) {
  position: absolute;
  color: #fff;
  right: 0;
  top: 1.625rem;
  font-size: 1rem;
  opacity: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.search-product .search-input span:nth-of-type(5) {
    right: 0.7rem;
    opacity: 1;
    color: #afca0b;
    cursor: pointer;
    top: 1.6rem;
}
.search-product .search-input span:nth-of-type(4) {
  color: #afca0b;
  right: 2rem;
      top: 1.8rem;
}
.checklist .search-input input:focus ~ span:nth-of-type(4), .search-product .search-input input:focus ~ span:nth-of-type(4) {
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.search-product .search-input input:focus ~ span:nth-of-type(4) {
  color: #afca0b;
}
.checklist .search-input span:nth-of-type(4).not-empty, .search-product .search-input span:nth-of-type(4).not-empty {
  opacity: 1 !important;
}
.checklist .search-input .bar, .search-product .search-input .bar {
  display: block;
  width: 0;
  margin-left: 50%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.search-product .search-input .bar {
  background: #afca0b;
}
.checklist .search-input input:focus ~ .bar,.search-product .search-input input:focus ~ .bar {
  opacity: 0;
  width: 100%;
  margin-left: 0;
}

.search-wrapper {
    position: relative;
}

#query1 {
    position: absolute;
    z-index: 9;
    background: #231f20;
    width: 100%;
    top: 4.0rem;
    left: 0;
    padding: 12px 30px;
    
    border-radius: 4px;
}
Search Bar Ends Here

Form Starts

.form-container {
  margin-top: 30px;
}
@media (max-width: 1199px) {
    .form-container {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        padding-bottom: 25%;    
}
}
.group {
  position: relative;
  margin-bottom: 25px;
}
.group input {
  background: transparent;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #afca0b;
}
.group textarea {
    background: transparent;
    font-size: 14px;
    padding: 2px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #afca0b;
    box-shadow: 0 0 0 0px #afca0b;
    border-radius: 0px;
}

#query1 .form-container .group input {
  border-bottom: 1px solid #fff;
  color: white;
}
.group input:focus {
  outline: none;
}
#query1 .form-container .group textarea {
  border: 1px solid #fff;
  color: white;
}
.group textarea:focus {
  outline: none;
}
.group label {
  color: #656565;
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  font-family: "Helvetica Neue", sans-serif;
}
#query1 .form-container .group label {
  color: #fff;
}
.group input:focus ~ label, .group input:valid ~ label , .group input.fix-label ~ label{
  top: -20px;
  font-size: 14px;
  color: #afca0b;
}

.group input.fixed-label ~ label{
  top: -20px;
  font-size: 14px;
  color: #656565;
}

.group textarea:focus ~ label, .group textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #afca0b;
}
#query1 .form-container .group input:focus ~ label, #query1 .form-container .group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #fff;
}
#query1 .form-container .group textarea:focus ~ label, #query1 .form-container .group textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #fff;
}
.group .bar {
  position: relative;
  display: block;
  width: 50%;
  opacity: 0;
}
.group .bar:before, .group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #afca0b;
  transition: 0.2s ease all;
}
#query1 .form-container .group .bar:before, #query1 .form-container .group .bar:after {
  background: #fff;
}
.group .bar:before {
  left: 100%;
}
.group .bar:after {
  right: 0%;
}
.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
  width: 100%;
}
.group textarea:focus ~ .bar:before, .group textarea:focus ~ .bar:after {
  width: 100%;
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
.group textarea:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.clearfix {
  clear: both;
}
.message-form-control:focus {
    box-shadow: 0 0 0 0px #afca0b;
}
Form Ends


.visible {
  display: block !important;
}
.query-btn {
    text-align: right;
    margin-top: 5px;
}
.link, .link:hover {
    color: #5a5a5a;
    padding-right: 15px;
    text-decoration: none;
}

@media screen and (max-width: 991px){
    .company {
      border-left: 0px solid #4c4c4c;
    }
    .company-icon {
      border-right: 0px solid #4c4c4c;
    }
    .company, .d-inline {
      padding-left: 0 !important;
    }
  .hide-on-mob-toggle{
    width: 0px;
    padding: 0px;
    visibility: hidden;
  }
  .wrapper {
    background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%);
  }
  .sidebar-close {
    margin-left: -300px;
  }
  .final-btn {
      text-align: center;
  }
  .sec-footer p, .footer-copyright, .footer-copyright a {
    text-align: center !important;
  }
    .wrapper .content {
  overflow-x: auto;
}
#query1 {
    height: 500px;
}
.query-btn {
    text-align: center;
}
}

.main-heading span {
    color: #afca0b;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
}
.result {
    text-align: right;
    margin-bottom: 10px;
        margin-top: 5px;
}
input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text { 
 color: transparent; 
}

table thead th:last-child, .table thead th:last-child {
    border-right: 0px solid transparent;
}
.dataTable tbody .even, .table tbody .even {
    background-color: #ffffff38;
}
.dataTable, .table {
    border: 1px solid #929292 !important;
}
.dataTable thead th, .table thead th {
    border-bottom: 2px solid #929292 !important;
     border-top: 0px solid #929292 !important;
}
.dataTable td, .dataTable th, .table td, .table th {
    border-top: 1px solid #929292 !important;
    border-right: 1px solid #929292 !important;
}
.dataTable thead th, .dataTable thead td, .dataTable.no-footer, .table thead th, .table thead td, .table.no-footer {
    border-bottom: 1px solid #929292 !important;
}
thead {
    background: #afca0b;
    color: white;
}
table thead th:last-child, table tbody td:last-child, .table thead th:last-child, .table tbody td:last-child {
    border-right: 0px solid transparent !important;
}
tbody {
    font-size: 13px !important;
}
tbody tr {
    cursor: pointer;
}
tbody tr:hover {
    background-color: #ababab !important;
    color: #212529 !important;
}
sup {
    color: #dc3545;
    font-weight: bold;
}

.modal-body .form-container {
    margin-top: 10px;
}
.modal-body .result {
    margin-bottom: 0;
}
#query1 .fa-angle-down {
    cursor: pointer;
    color: white;
}
span.asterisk {
    position: unset !important;
    right: 0 !important;
    color: #dc3545;
    font-size: unset !important;
}
@font-face {
    font-family: 'helvetica';
    src: url('~/font/HelveticaNeueLight.ttf');
}
body {
        font-family: helvetica !important;
}
.wrapper .sidebar a {
    font-size: 14px;
}
.popover {
    width:500px;
    max-width:500px;
}
.popover-header {
    background-color: #afca0b !important;
    color: white !important;
}
.popover-body .form-container {
    margin-top: 15px;
}
.popOver a {
   color: #afca0b;
   font-weight: bold;
}
.modal-title {
    color: #afca0b !important;
    font-size: 20px !important;
}
.main-heading {
    margin-bottom: 10px;
}
#query1 .form-container {
    margin-top: 0px;
}
.popover {
    border-radius: .6rem !important;
}
.popover-header {
    border-top-left-radius: calc(.6rem - 1px) !important;
    border-top-right-radius: calc(.6rem - 1px) !important;
}
.table_desc {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
}
.navbar-nav li a, .sec-footer, .footer-copyright {
    color: white !important;
}
h3 {
    color: #afca0b;
    font-size: 19px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
        padding-bottom: 10px;
}
.arrow {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 18px;
}
.btn {
    border: 0px;
    background: #afca0b;
    border-radius: 4px;
    color: #fff !important;
    line-height: 1.1;
    padding: .375rem .75rem;
    text-align: center;
}
.btn:hover {
    color: white;
}
.form-control, .custom-select {
    padding: .2rem .5rem;
    font-size: 15px;
    height: auto;
}
label {
    margin-bottom: 0rem !important;
    font-size: 15px;
}
.forwardBtn, .backwardBtn {
    position: relative;
    margin-top: 10px;
}
.forwardBtn:after {
    content: '';
    position: absolute;
    margin-top: -17px;
    left: 98%;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-left: 13px solid #afca0b;
    border-bottom: 25px solid transparent;
}
a.btn.backwardBtn:before {
    content: '';
    position: absolute;
    margin-top: -17px;
    right: 99%;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 13px solid #afca0b;
    border-bottom: 25px solid transparent;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.input-group-text {
    color: #ffffff !important;
    background-color: #afca0b !important;
    border: 1px solid #afca0b !important;
}
.modal-dialog {
    max-width: 1100px !important;
}
.nav-tabs .nav-item {
    font-size: 13px;
    color: #afca0b;
    font-weight: bold;
}
.nav-link {
    padding: .375rem .5rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #afca0b;
    border-color: #afca0b;
        text-decoration: underline;
}
.nav-tabs {
    border-bottom: 1px solid #afca0b;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #afca0b;
      text-decoration: underline;
}
.tab-content {
    padding: 10px;
}

.modal-lg{
    width:1000px !important;
}

.notification {
    position: fixed;
    top: 0;
    display: inline-block;
    font-size: 1.5em;
    padding: .5em;
 background-color:#FFFF99;
 text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  .notificationRed{
  
   position: fixed;
    top: 0;
    display: inline-block;
    font-size: 1.5em;
    padding: .5em;z
 background-color:#FF9999;
 text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  
  .notificationYellow{
    position: fixed;
    top: 0;
    display: inline-block;
    font-size: 1.5em;
    padding: .5em;
 background-color:yellow;
 text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  .notificationGreen{
    position: fixed;
    top: 0;
    display: inline-block;
    font-size: 1.5em;
    padding: .5em;
 background-color:#CCFF99;
 text-align:center;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
  .notificationRed1{
 position: fixed;
    top: 0;
    display: inline-block;
    color:white;
    font-size: 1.5em;
    padding: .5em;
 background-color:red;
 text-align:center;
    box-shadow: 8px 8px 5px -8px rgba(0,0,0,0.9);
  }
  
  .notificationLoading{
    position: fixed;
    top: 0;
    display: inline-block;
    font-size: 1.3em;
 background-color:#ff9900 !important;
 text-align:center;
 color: white;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  }
a {

color: #0254EB
}
a:visited {
color: #0254EB
}

a.morelink {
text-decoration:none;
outline: none;
}
.morecontent span {
display: none;
 
	color: #0254EB
}
a:visited {
	color: #0254EB
}

a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
 

}

#assignment{
height: 320px;
overflow-x:hidden;
 overflow-y: auto;
}
.card-img-top{
max-height: 180px;
min-height: 180px;
}
#fixheightdiv{
 height:400px;
 overflow-x:hidden; 
 overflow-y: auto;
}
scrollbar css
width
::-webkit-scrollbar {
    width: 10px;
}

Track
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
Handle
::-webkit-scrollbar-thumb {
    background: white; 
    border-radius: 10px;
}

Handle on hover
::-webkit-scrollbar-thumb:hover {
    background: black; 
}
.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 215px;
}
.card .name {
    font-weight: normal;

font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;

    font-size: 22px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    line-height: 20px;
    font-weight: normal;

font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;

}

.card .header {
    padding: 15px 20px;
    height: 90px;
    font-weight: normal;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    font-weight: normal;

font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;

}
div.form-inline label.col-md-3 {
    justify-content: right !important; 
}
  
   #level,#profileDiv{
    background-color: #fff;
   
   }
   .border {
    border: 1px solid #fff!important;
}
 




.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white!important;
    background-color: #212529!important;
}
.nav-link,nav-pills{
	cursor:pointer;

}

.card-text .more-text{
        display: none;
        }


.checkbox label {
  display: inline-block;
  position: relative;
 
}

 .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #555;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -21px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

 .checkbox input[type="checkbox"]{
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}


 .checkbox input[type="checkbox"]:checked + label::after{
  font-family: "FontAwesome";
  content: "\f00c";
}

 .checkbox-primary   input[type="checkbox"]:checked + label::after
{color: #fff;}
.checkbox-primary input[type="checkbox"] + label::before
{background-color: #428bca;  border-color: #428bca;}
input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}




.imageheight{
max-height: 50px;
width:100%
}
.h3{
 font-weight: normal !important;
}
.arrows{
    text-align:center;
    width:80px;
    height:80px;
    
    border:1px solid rgb(204,204,204);
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:100px;
    margin:0 10px 10px 0;
    padding:21px;
    padding-top: 24px;
    padding-bottom: 22px;
    background:#00acee;color:#FFF;
}
#track{
height:200px;
 overflow-x:hidden; 
 overflow-y: auto;
}
#setprofile {
    align-items: center;
    margin-top: 1%;
    
  }


#profilesetup {
    margin-left: 5%;
    margin-top: 1%;
}
#education {
    margin-left: -19%;
}
footer a {
    color: white !important;
}

.imageDivZoom{
    overflow-x:auto;overflow-y:auto; 
}
.imageResize{
max-height:410px;
max-width:100%;
}
.imageViewerBorder {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imageLoader{
    position:relative;
    background:none;
    top:180px;
}
.bottomright {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
}
 


.ulListSearch {
    position: absolute;
    z-index: 10000;
    width: 90%;
    display: none;
    border-radius:0px !important;
    cursor:pointer;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    max-height: 250px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .35rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.ulListSrch::-webkit-scrollbar-thumb {
   background-color: #6d6d6d;
}

.ulListSrch::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #eaeaea;
}
.ulListSrch::-webkit-scrollbar {
   width: 6px;
}
ulListSrch::-webkit-scrollbar-thumb {
   background-color: #6d6d6d;
}

.ulListSrch::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #eaeaea;
}
.ulListSrch::-webkit-scrollbar {
   width: 6px;
}

.configurejob {
   text-align: right;
    margin-bottom: 0px;
    margin-top: 26px;
}
.generateJob
{
	 text-align: right;
    margin-bottom: 0px;
    margin-top: 26px;
}

.success {
	background: #5cb85c;
}

.success:hover {
	background: #449d44;
}

.danger {
	background: #d9534f;
}

.danger:hover {
    background: #c9302c;
}
.warning {
    background: #ffc107;
}
.warning:hover {
	background: #e0a800;
}
.primary {
	background: #007bff;
	background: #17a2b8;
}
.primary:hover {
	#background: #0069d9;
	background: #138496;
}
table {
    font-size: 14px !important;
}




Header and sidebar fixed
.navbar {
   background-color: #afca0b !important;
   color: white;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999;
   box-shadow: 2px 5px 12px #33333352;
}
.wrapper .sidebar {
   flex: unset !important;
   height: calc(100% - 59px) !important;
   transition: margin-left 0.3s !important;
   position: fixed !important;
   top: 0 !important;
   z-index: 1 !important;
   width: 225px !important;
   margin-top: 42px;
   overflow-y :scroll;
}
.wrapper .toggle-sidebar {
   top: 0px !important;
   padding: 0.2rem 0.75rem !important;
   font-size: 14px !important;
}
.wrapper .toggle-sidebar {
    min-height: 25px;
}
.wrapper .sidebar a  {
   padding: 2.5px 10px !important;
   font-size: 14px;
}
.wrapper .content {
   position: inherit !important;
   padding: 0px !important;
   background: linear-gradient(to right, #e0e9f1 0%, #ffffff 100%) !important;
   width: 100% !important;
   flex: unset !important;
   padding-bottom: 6% !important;
   margin-left: 225px;
   min-height: 100vh !important;
   margin-top: 42px;
}
footer {
   background: #afca0b !important;
   z-index: 9 !important;
   position: fixed !important;
   bottom: 0 !important;
   width: 100% !important;
   padding: 0px;
}
.close1 {
   top: 3.2rem !important;
}

#loginUserName {
   cursor: auto;
}


font size small and other adjustments accordingly
p, label, .btn, footer, .form-control, .custom-select {
	font-size: 14px;
font-size: 14px;
}
.navbar {
    padding: 0.25rem 1rem;
}
footer {
    padding: 0.5rem 1rem;
}
footer p {
	margin-bottom: 0 !important;
margin-bottom: 0 !important;
}
.company li:first-child {
    font-size: 15px;
}
h3 {
    font-size: 16px;
}
.navbar a {
	font-size: 14px;
font-size: 14px;
}
.main-heading span {
    font-size: 19px;
}
table {
    font-size: 13px;
}
.navbar-brand img {
    width: 160px;
}
span.select2-selection.select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px !important;
    font-size: 13px !important;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 13px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 6px 12px !important;
    word-break: break-word;
}

table.dataTable td {
    padding: 6px 12px !important;
    word-break: break-word !important;
}


Mobile optimization
@media(max-width:720px) {
	.navbar {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: .5rem 1rem !important;
}
.wrapper .sidebar {
    flex: 1 0 225px !important;
    min-height: 94vh !important;
    background-color: #231f20 !important;
    transition: margin-left 0.3s !important;
    position: relative !important;
    margin-top: 0px; 
}
.sidebar-close {
    margin-left: -230px !important;
}
.wrapper .toggle-sidebar {
    position: absolute !important;
    top: -6px !important;
    left: 85% !important;
    z-index: 9 !important;
    color: white !important;
    padding: 0.375rem 0.75rem !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom-right-radius: 10px !important;
    outline: none !important;
    cursor: pointer !important;
    min-height: 30px !important;
    transition: 0.2s all ease !important;
}
.sidebar-close .toggle-sidebar {
    top: -45px !important;
    left: 100% !important;
    background-color: #231f20 !important;
    min-height: 40px !important;
}
.wrapper .content {
    position: relative !important;
    flex: 1 1 100% !important;
    padding: 0px !important;
    background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%);
    background: #efefef !important;
    padding-top: 42px !important; 
     margin-top: 0px !important;
         width: auto !important;
    
    margin-left: 0px !important;
    min-height: auto !important;
}
footer {
    position: unset !important;
}
.sidebar-close {
	margin-top: 42px !important;
} 
.query-btn {
    text-align: right;
}
.wrapper .content {
    overflow-x: hidden !important;
    padding-bottom: 30px !important;
}
}

div.dt-buttons{
    float: initial !important;	
}

ORDER POPUP STARTS
.orderNo h5 {
    font-size: 15px;
    color: #afca0b;
  font-weight: bold;
}
.orderNo h5 i {
  color: #afca0b;
    margin-right: 5px;
    font-size: 20px;
}
.orderNo p span {
    font-weight: bold;
}
.popover {
  min-width: 800px;
      background: linear-gradient(to bottom right,#ffffff,#a7a7a7);
}
.orderNo table.dataTable th, .orderNo table.dataTable td  {
  padding: 3px 4px;
}
.orderNo p {
  margin-bottom: 0.4rem;
}
.orderNo hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
ORDER POPUP ENDS

ISBN POPUP STARTS
scrollbar css
width
::-webkit-scrollbar {
    width: 10px;
}

Track
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
 
Handle
::-webkit-scrollbar-thumb {
    background: #728405;
    border-radius: 10px;
}

Handle on hover
::-webkit-scrollbar-thumb:hover {
    background: #536102;
}

#addToCart .modal-dialog {
    max-width: 500px !important;
}
#placeOrder .modal-dialog {
    max-width: 850px !important;
}
#addAddress .modal-dialog {
    max-width: 600px !important;
}
#placeOrder .modal-body {
    overflow-y: scroll;
    height: 350px;
}
.closePopover{
float: right;
font-size: 20px;
cursor: pointer;
}
ISBN POPUP ENDS


#channelItemLinkFileModal .modal-dialog {
	max-width: 700px !important;
}

@media(min-width:992px) {
 .wrapper .sidebar {
    overflow-y: scroll !important;
    padding-bottom: 25px !important;
}
.wrapper .sidebar-close {
    overflow-y: unset;
    padding-bottom: 25px !important;
}
}

.datepicker {
	z-index: 9999 !important;
}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++Notification Tab css+++++++++++++++

.notification-container {
    position: absolute;
    top: -12%;
    right: 26%;
    width: 370px;
    margin-top: 35px;
    transform: scale(0);
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff;
    max-height: 440px;
}

.notification-container.open {
    transform: scale(1);
}

.NotificationScrollStyle {
    max-height: 370px;
    color: #212529;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-top: 30px;
}

.resize {
    overflow: auto;
}
.notification-button 
    outline: 0 !important;
}
.notification-title {
  font-family: 'Your-Preferred-Font', sans-serif; Replace 'Your-Preferred-Font' with the desired font family
  font-size: 25px; Adjust the font size as needed
 font-weight: bold;
  color: #333; Text color
  text-decoration: none;
  border-bottom: 2px solid #c1e013;
  padding: 10px 0; Add some padding for spacing
}

.notification-modal {
	position: absolute;
    top: 70%;
    left: 0;
    display: flex;
    width: 400px;
    max-height: 470px;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    right: 20%;
}

.notification-modal .close-box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 18px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #afca0b;
    clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%);
}

.notification-modal.open {
    opacity: 1;
    visibility: visible;
}
 

.notification-modal.open .notification-container {
    transform: scale(1);
}

.container.blur {
    filter: blur(5px);
}


Style for the notification-container1
.notification-container1 {
  display: flex;
    align-items: center;
    padding: 2px;
    cursor: pointer;
    background-color: #f9fafb;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    
}

.notification-container1 .notification-content {
  flex-grow: 1; Allow content to grow within the container
  line-height: 1.1;
  background-color:#f2f2f2;  
}

.notification-container1 .notification-text {
  margin: 0;
}

.notification-container1 .notification-timer {
  position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 11px;
    color: #212529de;
}

.notification-container1 .notification-action {
  margin-top: 6px;
}

.notification-action {
  
  justify-content: center;
  align-items: center;
  height: 50%; Adjust the height as needed
  overflow: hidden; Hide overflowing content
 
}

.notification-heading{
    padding: 5px;
    border-bottom: 1px solid #b2d741;
    color: #b2d741;
    font-weight: bold;
    
}

.notification-media {
    position: relative;
}

.notification-user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    object-fit: cover;
}


.notification-text {
  font-family: helvetica !important;
    font-size: 14px;
    margin: 0;
    flex: 1;
    padding-left: 5px;
    overflow: hidden;Hide overflowing content
  
}

.notification-text strong {
  font-weight: bold; Make strong text bold
}

.notification-text mb-0 {
  margin-bottom: 5px; Remove any default margin-bottom
}


.scrollable-content {
    max-height: 350px; Adjust the max-height as needed
    overflow-y: scroll; Add a scrollbar when content overflows
    background-color: #F5F5F5; Background color
    border-bottom: 1px solid black;  Bottom border
}

Hide the scrollbar in webkit-based browsers
.scrollable-content::-webkit-scrollbar {
  display: none;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background-color: #888; Color of the scrollbar thumb
    border-radius: 3px; Rounded corners for the thumb
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
    background-color: #555; Color of the thumb on hover
}


Custom background for button container
.custom-background {
  background-color: transparent;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50px
}

Custom button styles
.custom-button {
  flex-grow: 1; */
    
    color: #b2d741;
    border: none;
    cursor: pointer;
    
    font-size: 14px;
    
    text-align: center;
   
    margin-bottom: 5px;             
}

Button styles on hover
.custom-button.hovered {
  background-color: #c0f40f; Background color on hover
  color: #fff; Text color on hover
}


.active-tab {
    color: #b2d741;
    background-color: transparent;
    
    border-bottom: 2px solid #b2d741;
    outline: none; Add this line
}

/* Default styles for list items
li.list-group-item {
    padding: 3px;
    transition: background-color 0.3s, transform 0.4s;
    overflow:hidden;
}


li.list-group-item {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc; Add a subtle border between items
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; Smooth transitions
  cursor: pointer; Change cursor to pointer on hover
}


li.list-group-item:last-child {
  border-bottom: none; Remove the border for the last item
}




Styles for the image popup container
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; Ensures the popup appears above other elements
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: zoom-in;
}

Styles for the popup image
#popupImage{
  max-width: 90%;
  max-height: 90%;
  margin: 20px auto;
  display: block;
  border: 2px solid #fff; Add a white border around the image
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); Add a subtle shadow
  border-radius: 5px; Add rounded corners
  transition: transform 0.2s ease-in-out; Add a smooth transform effect
  cursor: pointer; Change cursor to a pointer on hover
}

.image-popup-wrapper {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  cursor: pointer;
}

Style for the zoomed-in image
#popupImage.zoomed {
  transform: scale(2); Adjust the zoom level as needed (2 means 200% zoom)
  transition: transform 0.3s ease; Add a smooth transform effect
}

Style for the close button
#closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease; Add color transition on hover
}

#closeButton:hover {
  background-color: rgba(0, 0, 0, 0.5); Change background color on hover
  color: #fff; Change text color on hover
}



Style for the tick symbol button
.mark-as-read-button {
  position: absolute;
  top: 10px; Adjust the top position as needed
  right: 10px; Adjust the right position as needed
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0 !important;
}

Style for the tick symbol
.tick-symbol {
  font-size: 20px;
  color: #28a745; Green color for the tick symbol
}

Change cursor to pointer when hovering over the tick symbol button
.mark-as-read-button:hover {
  cursor: pointer;
}


Styles for the close button
.close-button {
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.notification-category {
  background-color: #ffffff; Background color
  color: #000000; Text color
  padding: 5px Adjust padding as needed
  border-radius: 5px; Rounded corners
   
}

.selected {
  background-color: #ADD8E6; Transparent light blue color
}
Style for the select-all-container
.select-all-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: absolute;
    right: 20px;
    top: 50px;
}

Style for the select-all-checkbox
.select-all-checkbox {
    appearance: auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border: 2px solid #bee33a;
    border-radius: 5px;
    cursor: pointer;
    outline: 0 !important;
}

Style for the label
label {
    font-size: 14px;
    color: #98b100;
}

Style for the selectedCount
#selectedCount {
    font-size: 14px;
    color: #212529;
    margin-left: 10px; Add spacing between the label and selected count
    margin-right:10px;
}
Style for the markReadButton
#markReadButton {
    background-color: transparent; Transparent background
    border: none; Remove button border
    color: #afca0b; Text color
    cursor: pointer; Change cursor to pointer on hover
    font-size:14px;
    outline: 0 !important;
}

  
.delete-button {
  background-color: transparent; Transparent background
  border: none; Remove button border
  color: #afca0b; Red color for the delete symbol
  font-size: 16px; Adjust font size as needed
  cursor: pointer;
  position: absolute; Position the button absolutely within the container
    top: 0; Align to the top of the container
    right: 0; Align to the right of the container
    font-size:18px;
    outline: 0 !important;
}

.delete-button:hover {
  Change to your desired background color on hover
  color: #d1f217; Change to your desired text color on hover
  cursor: pointer; Add a pointer cursor on hover
}
.delete-button:active,
.mark-read-button:active {
  border: none;
  color: #aaf829;
  outline: 0 !important; Change to your desired color
}

.single-read-button,
.single-delete-button {
  position: absolute;
    top: 10px;
    right: 2px;
    bottom: 5px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    outline: 0 !important;
}


.single-read-button:hover,
.single-delete-button:hover {
  Add hover styles as desired
  color: #aaf829;
  cursor: pointer;
}
 .single-read-button:active,
.single-delete-button:active {
  border: none;
  color: #aaf829; 
  outline: 0 !important;Change to your desired color
}
.notification-image{
    margin-bottom:20px;
}

Basic table styles
.pretty-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-size:12px;
}

.pretty-table th,
.pretty-table td {
  padding: 8px;
  text-align: left;
}

Table header styles
.pretty-table th {
  background-color: #afca0b !important;
  color: #fff;
  border: 1px solid #bfbfbf;
  font-weight: bold;
}

Table row styles
.popup-table tr:nth-child(odd) {
  background-color: #ffffff;
}

Hover effect on rows
.pretty-table tbody tr:hover {
  background-color: #e0e0e0;
}

Border styles
.pretty-table th,
.pretty-table td {
  border: 1px solid #bfbfbf;
}

Add more styles as needed to make it even more beautiful and attractive

.alert-Contract-Popup {
   display: none;
    position: absolute;
    top: -2%;
    transform: translate(20%, 5%);
    background-color:#f5f5f5;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 900px;
    max-height: 500px;
    right: 1%;
    border-radius: 5px;
     left: 0px;
    
}

.close-popup-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color:#afca0b;
  cursor: pointer;
  outline: 0 !important;
}



  .export-button {
    margin: 5px;
     padding: 5px 10px;
    background: linear-gradient(to top left,#fffffff0,#a7a7a7);
    background-color:#e9e9e9;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid black;
    font-size: 14px;
    outline: 0 !important;
  }

  .search-bar {
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    text-align: left;
  direction: rtl;
  font-size:14px;
  outline: 0 !important;
  }

  .search-button {
    margin: 5px;
    padding: 5px 10px;
    background-color: #d1d4d791;
    color: #000000c9;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid black;
    font-size: 14px;
  }

  .print-table {
            display: none; Hide the table for printing
            font-family: Arial, sans-serif;
        }

        .print-table table {
            border-collapse: collapse;
            width: 100%;
            margin-bottom: 20px;
        }

        .print-table table, .print-table th, .print-table td {
            border: 1px solid #ddd;
        }

        .print-table th, .print-table td {
            padding: 8px;
            text-align:left;
        }

        .print-table th {
            background-color: #f2f2f2;
        }
++++++++++++++++++++++++++++++Notification Tab css ends++++++++++++++++++++
 */
 
 html, body {
	overflow-x: hidden;
}

label {
	color: #98b100;
}

@media ( min-width : 992px) {
	.col-md-1 {
		flex: 0 0 2%;
		max-width: 5%;
	}
	.col-md-11 {
		flex: 0 0 98%;
		max-width: 98%;
	}
}

@media ( min-width : 768px) {
	.col-md-1 {
		flex: 0 0 5%;
		max-width: 5%;
	}
	.col-md-11 {
		flex: 0 0 95%;
		max-width: 95%;
	}
}

@media ( min-width : 576px) {
	.col-md-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.col-md-11 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}

th {
	white-space: nowrap;
}

div.dataTables_wrapper {
	margin: 0 auto;
	overflow-x: auto;
}

.sidebar .nav-link[data-toggle].collapsed:after {
	content: "▾";
	padding-left: 6px;
}

.sidebar .nav-link[data-toggle]:not(.collapsed):after {
	content: "▴";
	padding-left: 6px;
}

.radio-inline, .form-check-label {
	color: #212529 !important;
}

.navbar-brand img {
	width: 200px;
}

.navbar-light .navbar-nav .nav-link {
	color: #4c4c4c;
}

.designation span {
	display: block;
	font-size: 11px;
}

footer {
	background: #afca0b;
}

footer a, footer a:hover {
	color: #fff;
}

.navbar {
	background-color: #afca0b !important;
	color: white;
	/*position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;*/
}

.company {
	border-left: 1px solid #fff;
}

.company-icon {
	border-right: 1px solid #fff;
}

.wrapper {
	display: flex;
}

.wrapper .sidebar {
	flex: 7 0 225px;
	min-height: 100vh;
	background-color: #231f20;
	transition: margin-left 0.3s;
	position: relative;

	/*margin-top: 59px;*/
}

/* .btn:hover {
	background: #899e0a;
} */

.wrapper .sidebar h1 {
	color: white;
	padding: 10px 15px;
	font-size: 18px;
	text-decoration: underline;
}

.company li:first-child {
	font-size: 18px;
	font-weight: bold;
}

.fa-tachometer {
	padding-right: 6px;
}

.wrapper .sidebar ul {
	padding: 0;
	list-style: none;
}

.wrapper .sidebar a {
	display: flex;
	padding: 10px !important;
	color: white;
	text-decoration: none;
	font-size: 16px;
}

.wrapper .sidebar a:hover {
	/*background: rgba(255, 255, 255, 0.4); */
  background: #abca0b;
  color:black;
  border-radius:5px;
}

.wrapper .sidebar a.active, .wrapper .sidebar a.active:hover {
	/*background: rgba(255, 255, 255, 0.4);*/
  background: #afca0b;
  color:black;
  border-radius:5px;

	/*background: rgba(255, 255, 255, 0.4);*/
}

.wrapper .sidebar a.active, .wrapper .sidebar a.active:hover {
	/*background: rgba(255, 255, 255, 0.4); */
  background: #afca0b;
}

.sidebar ul li .fa {
	/*  padding-right: 6px; */
	width: 20px;
	padding-top: 4px;
}

.wrapper .content {
	position: relative;
	flex: 1 1 100%;
	padding: 0px;
	background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%);
	background: #efefef;
	margin-top: 42px;
	width: calc(100% - 225px) !important;
}

.wrapper .content h2 {
	color: #afca0b;
	/*text-align: center;*/
	padding-top: 10px;
	font-weight: bold;
	font-size: 28px;
	text-decoration: underline;
}

.wrapper .toggle-sidebar {
	position: absolute;
	top: -6px;
	left: 85%;
	z-index: 9;
	color: white;
	padding: 0.375rem 0.75rem;
	background-color: transparent;
	border: 0;
	border-bottom-right-radius: 10px;
	outline: none;
	cursor: pointer;
	min-height: 30px;
	transition: 0.2s all ease;
}

.sidebar-close .toggle-sidebar {
	top: 0;
	left: 83.8%;
	background-color: #231f20;
	min-height: 40px;
}

.wrapper .toggle-sidebar:hover {
	color: #dcdcdc;
}

.sidebar-close {
	margin-left: -190px;
}

.cursorHand {
	cursor: pointer;
}

.sidebar .toggle-sidebar .fa-bars {
	display: none;
}

.sidebar.sidebar-close .toggle-sidebar .fa-bars {
	display: block;
}

.sidebar.sidebar-close .toggle-sidebar .fa-times {
	display: none;
}

.form-group {
	margin-bottom: 0.3rem;
}

label {
	margin-bottom: 0rem !important;
}

.dataTables_wrapper label {
	margin-bottom: 0.5rem !important;
}


.close1 {
	color: #afca0b !important;
	text-align: right !important;
	padding-top: 0 !important;
	font-weight: bold !important;
	font-size: 22px !important;
	cursor: pointer !important;
	opacity: 0.5 !important;
	text-decoration: none !important;
	position: absolute !important;
	right: 1% !important;
	top: 0.5rem !important;
	text-shadow: 0 1px 0 #fff !important;
	line-height: 1 !important;
}
.wrapper .hide-on-mob-toggle .main-heading .close1{

    color: #60bf90  !important;

    text-align: right !important;

    padding-top: 0 !important;

    font-weight: bold !important;

    font-size: 22px !important;

    cursor: pointer !important;

    opacity: .5 !important;

    text-decoration: none !important;

    position: absolute !important;

    right: 1% !important;

    top: 0.5rem !important;

    text-shadow: 0 1px 0 #fff !important;

    line-height: 1 !important;

}

 

.wrapper:not(hide-on-mob-toggle) .main-heading .close1{

    color: #60bf90  !important;

    text-align: right !important;

    padding-top: 0 !important;

    font-weight: bold !important;

    font-size: 22px !important;

    cursor: pointer !important;

    opacity: .5 !important;

    text-decoration: none !important;

    position: absolute !important;

    right: 1% !important;

    top: 0.8rem !important;

    text-shadow: 0 1px 0 #fff !important;

    line-height: 1 !important;


}

.close1:hover {
	opacity: 1 !important;
}

#query1 label {
	color: white;
}
/* Search Bar Starts Here*/
.checklist .search-input {
	position: relative;
	padding: 1rem 0 0.5rem 0;
	height: 4.5rem;
	width: 9.5rem;
	margin-left: 3rem;
}

.search-product .search-input {
	position: relative;
	padding: 1rem 0 0.5rem 0;
	height: 5rem;
	width: 100%;
}

.checklist .search-input input, .search-product .search-input input {
	border: none;
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 1rem;
	line-height: 1rem;
	margin: 0;
	padding: 0.5rem 0;
	width: 100%;
	text-align: left;
	background-color: transparent;
	color: #fff;
	padding-left: 12px;
}

.search-product .search-input input {
	padding: 1rem 0 0.75rem 2rem;
	line-height: 0.8rem;
	font-size: 0.9rem;
}

.search-product .search-input input {
	border: 2px solid #afca0b;
	color: #afca0b;
	border-radius: 4px;
}

.checklist .search-input input:focus, .search-product .search-input input:focus
	{
	outline: none;
}

.checklist .search-input label, .search-product .search-input label {
	position: absolute;
	left: 2rem;
	top: 1.75rem;
	width: 100%;
	color: #fff;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: normal;
	pointer-events: none;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.search-product .search-input label {
	color: #afca0b;
	top: 2.05rem;
}

.checklist .search-input input:focus ~ label, .search-product .search-input input:focus 
	 ~ label {
	top: 0;
	font-size: 0.75rem;
	color: #fff;
}

.search-product .search-input input:focus ~ label {
	top: 1rem;
}

.search-product .search-input input:focus ~ label {
	color: #afca0b;
}

.checklist .search-input label.not-empty {
	top: 0;
	font-size: 0.75rem;
}

.search-product .search-input label.not-empty {
	top: 1rem;
	font-size: 0.75rem;
}

.checklist .search-input span:nth-of-type(3), .search-product .search-input span:nth-of-type(1)
	{
	position: absolute;
	color: #fff;
	left: 100%;
	top: 1.625rem;
	font-size: 1rem;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.search-product .search-input span:nth-of-type(1) {
	color: #afca0b;
	left: 0.7rem;
	top: 1.8rem;
}

.checklist .search-input input:focus ~ span:nth-of-type(3) {
	left: -0.625rem;
	top: 1.625rem;
	color: #fff;
}

.search-product .search-input input:focus ~ span:nth-of-type(1) {
	color: #afca0b;
}

.checklist .search-input span:nth-of-type(3).not-empty {
	left: -0.625rem !important;
	top: 1.625rem !important;
}

.checklist .search-input span:nth-of-type(4), .search-product .search-input span:nth-of-type(4),
	.search-product .search-input span:nth-of-type(5) {
	position: absolute;
	color: #fff;
	right: 0;
	top: 1.625rem;
	font-size: 1rem;
	opacity: 0;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.search-product .search-input span:nth-of-type(5) {
	right: 0.7rem;
	opacity: 1;
	color: #afca0b;
	cursor: pointer;
	top: 1.6rem;
}

.search-product .search-input span:nth-of-type(4) {
	color: #afca0b;
	right: 2rem;
	top: 1.8rem;
}

.checklist .search-input input:focus ~ span:nth-of-type(4),
	.search-product .search-input input:focus ~ span:nth-of-type(4) {
	color: #fff;
	opacity: 1;
	cursor: pointer;
}

.search-product .search-input input:focus ~ span:nth-of-type(4) {
	color: #afca0b;
}

.checklist .search-input span:nth-of-type(4).not-empty, .search-product .search-input span:nth-of-type(4).not-empty
	{
	opacity: 1 !important;
}

.checklist .search-input .bar, .search-product .search-input .bar {
	display: block;
	width: 0;
	margin-left: 50%;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.search-product .search-input .bar {
	background: #afca0b;
}

.checklist .search-input input:focus ~ .bar, .search-product .search-input input:focus 
	 ~ .bar {
	opacity: 0;
	width: 100%;
	margin-left: 0;
}

.search-wrapper {
	position: relative;
}

#query1 {
	position: absolute;
	z-index: 9;
	background: #231f20;
	width: 100%;
	top: 4rem;
	left: 0;
	padding: 12px 30px;
	border-radius: 4px;
}
/* Search Bar Ends Here*/

/* Form Starts*/
.form-container {
	margin-top: 30px;
}

@media ( max-width : 1199px) {
	.form-container {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		padding-bottom: 25%;
	}
}

.group {
	position: relative;
	margin-bottom: 25px;
}

.group input {
	background: transparent;
	font-size: 14px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	
	border: 1px solid #afca0b;
}

.group textarea {
	background: transparent;
	font-size: 14px;
	padding: 2px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #afca0b;
	box-shadow: 0 0 0 0px #afca0b;
	border-radius: 0px;
}

#query1 .form-container .group input {
	border-bottom: 1px solid #fff;
	color: white;
}

.group input:focus {
	outline: none;
}

#query1 .form-container .group textarea {
	border: 1px solid #fff;
	color: white;
}

.group textarea:focus {
	outline: none;
}

.group label {
	color: #656565;
	font-size: 17px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 0.2s ease all;
	font-family: "Helvetica Neue", sans-serif;
}

#query1 .form-container .group label {
	color: #fff;
}

.group input:focus ~ label, .group input:valid ~ label, .group input.fix-label 
	 ~ label {
	top: -20px;
	font-size: 14px;
	color: #afca0b;
}

.group input.fixed-label ~ label {
	top: -20px;
	font-size: 14px;
	color: #656565;
}

.group textarea:focus ~ label, .group textarea:valid ~ label {
	top: -20px;
	font-size: 14px;
	color: #afca0b;
}

#query1 .form-container .group input:focus ~ label, #query1 .form-container .group input:valid 
	 ~ label {
	top: -20px;
	font-size: 14px;
	color: #fff;
}

#query1 .form-container .group textarea:focus ~ label, #query1 .form-container .group textarea:valid 
	 ~ label {
	top: -20px;
	font-size: 14px;
	color: #fff;
}

.group .bar {
	position: relative;
	display: block;
	width: 50%;
	opacity: 0;
}

.group .bar:before, .group .bar:after {
	content: "";
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #afca0b;
	transition: 0.2s ease all;
}

#query1 .form-container .group .bar:before, #query1 .form-container .group .bar:after
	{
	background: #fff;
}

.group .bar:before {
	left: 100%;
}

.group .bar:after {
	right: 0%;
}

.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
	width: 100%;
}

.group textarea:focus ~ .bar:before, .group textarea:focus ~ .bar:after
	{
	width: 100%;
}

.group .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.group input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}

.group textarea:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}

@
keyframes inputHighlighter {from { background:#5264ae;
	
}

to {
	width: 0;
	background: transparent;
}

}
.clearfix {
	clear: both;
}

.message-form-control:focus {
	box-shadow: 0 0 0 0px #afca0b;
}
/* Form Ends */
.visible {
	display: block !important;
}

.query-btn {
	text-align: right;
	margin-top: 5px;
}

.link, .link:hover {
	color: #5a5a5a;
	padding-right: 15px;
	text-decoration: none;
}

@media screen and (max-width: 991px) {
  .sidebar-close ul li i.fa {
    padding-left: 190px;
    padding-right: 5px;
  }
   
  .sidebar-close ul li .link_name {
    display: none;
  }

  .sidebar-close ::after {
    display: none;
  }
	.company {
		border-left: 0px solid #4c4c4c;
	}
	.company-icon {
		border-right: 0px solid #4c4c4c;
	}
	.company, .d-inline {
		padding-left: 0 !important;
	}
	.hide-on-mob-toggle {
		width: 0px;
		padding: 0px;
	/*	visibility: hidden; */
	}
	.wrapper {
		background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%);
	}
	.sidebar-close {
		margin-left: -190px;
    overflow-y: hidden !important;
	}
	.final-btn {
		text-align: center;
	}
	.sec-footer p, .footer-copyright, .footer-copyright a {
		text-align: center !important;
	}
	.wrapper .content {
		overflow-x: auto;
	}
	#query1 {
		height: 500px;
	}
	.query-btn {
		text-align: center;
	}
}

.main-heading span {
	color: #afca0b;
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}

.result {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
}
/*input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text { 
 color: transparent; 
}*/
table thead th:last-child, .table thead th:last-child {
	border-right: 0px solid transparent;
}

.dataTable tbody .even, .table tbody .even {
	background-color: #ffffff38;
}

.dataTable, .table {
	border: 1px solid #929292 !important;
}

.dataTable thead th, .table thead th {
	border-bottom: 2px solid #929292 !important;
	border-top: 0px solid #929292 !important;
}

.dataTable td, .dataTable th, .table td, .table th {
	border-top: 1px solid #929292 !important;
	border-right: 1px solid #929292 !important;
}

.dataTable thead th, .dataTable thead td, .dataTable.no-footer, .table thead th,
	.table thead td, .table.no-footer {
	border-bottom: 1px solid #929292 !important;
}

thead {
	background: #afca0b;
	color: white;
}

table thead th:last-child, table tbody td:last-child, .table thead th:last-child,
	.table tbody td:last-child {
	border-right: 0px solid transparent !important;
}

tbody {
	font-size: 13px !important;
}
/*tbody tr {
    cursor: pointer;
}
tbody tr:hover {
    background-color: #ababab !important;
    color: #212529 !important;
}*/
sup {
	color: #dc3545;
	font-weight: bold;
}

.modal-body .form-container {
	margin-top: 10px;
}

.modal-body .result {
	margin-bottom: 0;
}

#query1 .fa-angle-down {
	cursor: pointer;
	color: white;
}

span.asterisk {
	position: unset !important;
	right: 0 !important;
	color: #dc3545;
	font-size: unset !important;
}
/*@font-face {
    font-family: 'helvetica';
    src: url('~/font/HelveticaNeueLight.ttf');
}*/
body {
	font-family: helvetica !important;
}

.wrapper .sidebar a {
	font-size: 14px;
}

.popover {
	width: 500px;
	max-width: 500px;
}

.popover-header {
	background-color: #afca0b !important;
	color: white !important;
}

.popover-body .form-container {
	margin-top: 15px;
}

.popOver a {
	color: #afca0b;
	font-weight: bold;
}

.modal-title {
	color: #afca0b !important;
	font-size: 20px !important;
}

.main-heading {
	margin-bottom: 10px;
	margin-top: 10px;
}

#query1 .form-container {
	margin-top: 0px;
}

.popover {
	border-radius: 0.6rem !important;
}

.popover-header {
	border-top-left-radius: calc(0.6rem - 1px) !important;
	border-top-right-radius: calc(0.6rem - 1px) !important;
}

.table_desc {
	font-size: 18px;
	font-weight: bold;
	color: #212529;
}





.navbar-nav li a, .sec-footer, .footer-copyright {
	color: white !important;
}

h3 {
	color: #afca0b;
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 10px;
}

.arrow {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
}

.btn {
	border: 0px;
	background: #afca0b;
	border-radius: 4px;
	color: #fff !important;
	line-height: 1.1;
	padding: 0.375rem 0.75rem;
	text-align: center;
}

.btn:hover {
	color: white;
}

.form-control, .custom-select {
	padding: 0.2rem 0.5rem;
	font-size: 15px;
	height: auto;
}

label {
	margin-bottom: 0rem !important;
	font-size: 15px;
}

.forwardBtn, .backwardBtn {
	position: relative;
	margin-top: 10px;
}

.forwardBtn:after {
	content: "";
	position: absolute;
	margin-top: -17px;
	left: 98%;
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-left: 13px solid #afca0b;
	border-bottom: 25px solid transparent;
}

a.btn.backwardBtn:before {
	content: "";
	position: absolute;
	margin-top: -17px;
	right: 99%;
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-right: 13px solid #afca0b;
	border-bottom: 25px solid transparent;
}

.btn.focus, .btn:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.input-group-text {
	color: #ffffff !important;
	background-color: #afca0b !important;
	border: 1px solid #afca0b !important;
}

.modal-dialog {
	max-width: 1100px !important;
}

.nav-tabs .nav-item {
	font-size: 13px;
	color: #afca0b;
	font-weight: bold;
}

.nav-link {
	padding: 0.375rem 0.5rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #afca0b;
	border-color: #afca0b;
	text-decoration: underline;
}

.nav-tabs {
	border-bottom: 1px solid #afca0b;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #afca0b;
	text-decoration: underline;
}

.tab-content {
	padding: 10px;
}

.modal-lg {
	width: 1000px !important;
}


.notification {
	position: fixed;
	top: 0;
	display: inline-block;
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #ffff99;
	text-align: center;
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.notificationRed {
	position: fixed;
	top: 0;
	display: inline-block;
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #ff9999;
	text-align: center;
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.notificationYellow {
	position: fixed;
	top: 0;
	display: inline-block;
	font-size: 1.5em;
	padding: 0.5em;
	background-color: yellow;
	text-align: center;
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.notificationGreen {
	position: fixed;
	top: 0;
	display: inline-block;
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #ccff99;
	text-align: center;
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.notificationRed1 {
	position: fixed;
	top: 0;
	display: inline-block;
	color: white;
	font-size: 1.5em;
	padding: 0.5em;
	background-color: red;
	text-align: center;
	box-shadow: 8px 8px 5px -8px rgba(0, 0, 0, 0.9);
}

.notificationLoading {
	position: fixed;
	top: 0;
	display: inline-block;
	font-size: 1.3em;
	background-color: #ff9900 !important;
	text-align: center;
	color: white;
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

a {
	color: #0254eb;
}

a:visited {
	color: #0254eb;
}

a.morelink {
	text-decoration: none;
	outline: none;
}

.morecontent span {
	display: none;
	color: #0254eb;
}

a:visited {
	color: #0254eb;
}

a.morelink {
	text-decoration: none;
	outline: none;
}

.morecontent span {
	display: none;
}

#assignment {
	height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}

.card-img-top {
	max-height: 180px;
	min-height: 180px;
}

#fixheightdiv {
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: white;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: black;
}

.card .content {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 10px 20px 20px;
}

.card .content .main {
	min-height: 160px;
}

.card .back .content .main {
	height: 215px;
}

.card .name {
	font-weight: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 10px 0 0;
	text-align: center;
	text-transform: capitalize;
}

.card h5 {
	margin: 5px 0;
	line-height: 20px;
	font-weight: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.card .header {
	padding: 15px 20px;
	height: 90px;
	font-weight: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.card .profession {
	color: #999999;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	font-weight: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

div.form-inline label.col-md-3 {
	justify-content: right !important;
}

#level, #profileDiv {
	background-color: #fff;
}

.border {
	border: 1px solid #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: white !important;
	background-color: #212529 !important;
}

.nav-link, nav-pills {
	cursor: pointer;
}

.card-text .more-text {
	display: none;
}

.checkbox label {
	display: inline-block;
	position: relative;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #555;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	margin-left: -21px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
}

.checkbox input[type="checkbox"]:checked+label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-primary input[type="checkbox"]+label::before {
	background-color: #428bca;
	border-color: #428bca;
}

input[type="checkbox"].styled:checked+label:after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.imageheight {
	max-height: 50px;
	width: 100%;
}

.h3 {
	font-weight: normal !important;
}

.arrows {
	text-align: center;
	width: 80px;
	height: 80px;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 0 50px
		rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	margin: 0 10px 10px 0;
	padding: 21px;
	padding-top: 24px;
	padding-bottom: 22px;
	background: #00acee;
	color: #fff;
}

#track {
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

#setprofile {
	align-items: center;
	margin-top: 1%;
}

#profilesetup {
	margin-left: 5%;
	margin-top: 1%;
}

#education {
	margin-left: -19%;
}

footer a {
	color: white !important;
}

.imageDivZoom {
	overflow-x: auto;
	overflow-y: auto;
}

.imageResize {
	max-height: 410px;
	max-width: 100%;
}

.imageViewerBorder {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.imageLoader {
	position: relative;
	background: none;
	top: 180px;
}

.bottomright {
	position: absolute;
	bottom: 8px;
	right: 16px;
	font-size: 18px;
}

.ulListSearch {
	position: absolute;
	z-index: 10000;
	width: 90%;
	display: none;
	border-radius: 0px !important;
	cursor: pointer;
	width: 100%;
	height: auto;
	overflow-y: scroll;
	max-height: 250px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.35rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.ulListSrch::-webkit-scrollbar-thumb {
	background-color: #6d6d6d;
}

.ulListSrch::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #eaeaea;
}

.ulListSrch::-webkit-scrollbar {
	width: 6px;
}

ulListSrch::-webkit-scrollbar-thumb {
	background-color: #6d6d6d;
}

.ulListSrch::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #eaeaea;
}

.ulListSrch::-webkit-scrollbar {
	width: 6px;
}

.configurejob {
	text-align: right;
	margin-bottom: 0px;
	margin-top: 26px;
}

.generateJob {
	text-align: right;
	margin-bottom: 0px;
	margin-top: 26px;
}

.success {
	background: #5cb85c;
}

.success:hover {
	background: #449d44;
}

.danger {
	background: #d9534f;
}

.danger:hover {
	background: #c9302c;
}

.warning {
	background: #ffc107;
}

.warning:hover {
	background: #e0a800;
}

.primary {
	background: #007bff;
	background: #17a2b8;
}

.primary:hover {
	background: #0069d9;
	background: #138496;
}

table {
	font-size: 14px !important;
}

/*Header and sidebar fixed*/
.navbar {
	background-color: #afca0b !important;
	color: white;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 2px 5px 12px #33333352;
}

.wrapper .sidebar {
	flex: unset !important;
	height: calc(100% - 59px) !important;
	transition: margin-left 0.3s !important;
	position: fixed !important;
	top: 0 !important;
	z-index: 1 !important;
	width: 225px !important;
	margin-top: 42px;
	overflow-y: unset;

  flex: unset !important;
  height: calc(100% - 59px) !important;
  transition: margin-left 0.3s !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 1 !important;
  width: 225px !important;
  margin-top: 42px;
  overflow-y: scroll;

}

.wrapper .toggle-sidebar {
	top: 0px !important;
	padding: 0.2rem 0.75rem !important;
	font-size: 14px !important;
}

.wrapper .toggle-sidebar {
	min-height: 25px;
}

.wrapper .sidebar a {
	padding: 2.5px 10px !important;
	font-size: 13px;
}
/* .wrapper .content {
    position: relative !important;
    flex: 1 1 100% !important;
    padding: 0px !important;
    background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%);
    background: #efefef !important;
    padding-top: 42px !important;
    margin-top: 0px !important;
    width: auto !important;

    margin-left: 0px !important;
    min-height: auto !important;
  } */
.wrapper .hide-on-mob-toggle {
	position: inherit !important;
	padding: 0px !important;
	 /* background: linear-gradient(to right, #e0e9f1 0%, #ffffff 100%) 
		!important; */
	width: calc(100% - 192px) !important;
	flex: unset !important;
	padding-bottom: 6% !important;
	margin-left: 192px !important;
	min-height: 100vh !important;
	margin-top: 42px;
}

.wrapper:not(hide-on-mob-toggle) {
	position: inherit !important;
	padding: 0px !important;
	background: linear-gradient(to right, #e0e9f1 0%, #ffffff 100%)
		!important;
	width: 100% !important;
	flex: unset !important;
	padding-bottom: 6% !important;
	margin-left: 0px;
	min-height: 100vh !important;
	margin-top: 0px;
}

footer {
	background: #afca0b !important;
	z-index: 9 !important;
	position: fixed !important;
	bottom: 0 !important;
	width: 100% !important;
	padding: 0px;
}


.close1 {
	top: 3.2rem !important;
}

/* .close1 {
  top: 3.2rem !important;
} */


#loginUserName {
	cursor: auto;
}

/*font size small and other adjustments accordingly*/
p, label, .btn, footer, .form-control, .custom-select {
	font-size: 14px;
	font-size: 14px;
}

.navbar {
	padding: 0.25rem 1rem;
}

footer {
	padding: 0.5rem 1rem;
}

footer p {
	margin-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.company li:first-child {
	font-size: 15px;
}

h3 {
	font-size: 16px;
}

.navbar a {
	font-size: 14px;
	font-size: 14px;
}

.main-heading span {
	font-size: 19px;
}

table {
	font-size: 13px;
}

.navbar-brand img {
	width: 160px;
}

span.select2-selection.select2-selection--multiple,
	.select2-container--default.select2-container--focus
  .select2-selection--multiple {
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
	margin-top: 3px !important;
	font-size: 13px !important;
}

.select2-container--default .select2-results>.select2-results__options {
	font-size: 13px !important;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 6px 12px !important;
	word-break: break-word;
}

table.dataTable td {
	padding: 6px 12px !important;
	word-break: break-word !important;
}

/*Mobile optimization*/
@media ( max-width : 720px) {
  .container-fluid{
    padding-left:50px !important;
  }
	.navbar {    
	/*	position: relative !important; */ /* changed by Aastha 210125 */
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		padding: 0.5rem 1rem !important;
    }
	.wrapper .sidebar {
		flex: 1 0 225px !important;
		min-height: 94vh !important;
		background-color: #231f20 !important;
		transition: margin-left 0.3s !important;
		/*position: relative !important; */
		margin-top: 55px;  /* 0 to 55 changed by Aastha 210125 */
    overflow-x: hidden; /*Added by Aastha 210125 */
	}
	.sidebar-close {
		margin-left: -185px !important;
	}
	.wrapper .toggle-sidebar {
		position: absolute !important;
		top: -2px !important;
		left: 83.5% !important;
		z-index: 9 !important;
		color: white !important;
		padding: 0.375rem 0.75rem !important;
		background-color: transparent !important;
		border: 0 !important;
		border-bottom-right-radius: 10px !important;
		outline: none !important;
		cursor: pointer !important;
		min-height: 30px !important;
		transition: 0.2s all ease !important;
	}
	.sidebar-close .toggle-sidebar {
		/*top: -45px !important;
		left: 100% !important; */
		background-color: #231f20 !important;
		/*min-height: 40px !important;*/
	}
	.wrapper .content {
		position: relative !important;
		flex: 1 1 100% !important;
		padding: 0px !important;
		/* background: linear-gradient(to right, #d6d6d6 0%, #ffffff 100%); */
		background: #efefef !important;
		/*padding-top: 42px !important; */
		margin-top: 55px !important;
		width: auto !important;
		margin-left: 0px !important;
		min-height: auto !important;
	}
	footer {
		position: unset !important;
	}
	/*.sidebar-close {
		margin-top: 42px !important;
	}*/
	.query-btn {
		text-align: right;
	}
	.wrapper .content {
		/* overflow-x: hidden !important; */
		padding-bottom: 30px !important;
	}
}

div.dt-buttons {
	float: initial !important;
}

/*ORDER POPUP STARTS*/
.orderNo h5 {
	font-size: 15px;
	color: #afca0b;
	font-weight: bold;
}

.orderNo h5 i {
	color: #afca0b;
	margin-right: 5px;
	font-size: 20px;
}

.orderNo p span {
	font-weight: bold;
}

.popover {
	min-width: 800px;
	background: linear-gradient(to bottom right, #ffffff, #a7a7a7);
}

.orderNo table.dataTable th, .orderNo table.dataTable td {
	padding: 3px 4px;
}

.orderNo p {
	margin-bottom: 0.4rem;
}

.orderNo hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
/*ORDER POPUP ENDS*/

/*ISBN POPUP STARTS*/
/* scrollbar css */
/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #728405;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #536102;
}

#addToCart .modal-dialog {
	max-width: 500px !important;
}

#placeOrder .modal-dialog {
	max-width: 850px !important;
}

#addAddress .modal-dialog {
	max-width: 600px !important;
}

#placeOrder .modal-body {
	overflow-y: scroll;
	height: 350px;
}

.closePopover {
	float: right;
	font-size: 20px;
	cursor: pointer;
}
/*ISBN POPUP ENDS*/
#channelItemLinkFileModal .modal-dialog {
	max-width: 700px !important;
}


@media ( min-width : 992px) {
	.wrapper .sidebar {
		/*overflow-y: scroll !important;*/
		padding-bottom: 65px !important;
	}

 @media (min-width: 992px) {

  .wrapper .sidebar-close {

    overflow-y: unset;

    padding-bottom: 25px !important;

  }

 

  .wrapper:not(sidebar-close){

             /*   overflow-y: scroll; */

    padding-bottom: 25px !important;

   }


}

.datepicker {
	z-index: 9999 !important;
}

.datepicker thead {
	background: unset !important;
	color: unset !important;
}

.numberCount {
	top: 0;
	right: -4px;
	font-size: 9px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++Notification Tab css+++++++++++++++ */

.notification-container {
    position: absolute;
    top: -12%;
    right: 26%;
    width: 370px;
    margin-top: 35px;
    transform: scale(0);
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff;
    max-height: 440px;
}

.notification-container.open {
    transform: scale(1);
}

.NotificationScrollStyle {
	max-height: 370px;
    color: #212529;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-top: 30px;
}

.resize {
	overflow: auto;
}
.notification-button 
	outline: 0 !important;
}
.notification-title {
  font-family: 'Your-Preferred-Font', sans-serif; /* Replace 'Your-Preferred-Font' with the desired font family */
  font-size: 25px; /* Adjust the font size as needed */
 /* font-weight: bold;*/
  color: #333; /* Text color */
  text-decoration: none;
  /* border-bottom: 2px solid #c1e013; */
  padding: 10px 0; /* Add some padding for spacing */
}

.notification-modal {
	position: absolute;
    top: 70%;
    /* left: 0; */
    display: flex;
    width: 400px;
    max-height: 470px;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    right: 20%;
}

.notification-modal .close-box {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 18px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #afca0b;
    clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%);
}

.notification-modal.open {
	opacity: 1;
	visibility: visible;
}
 

.notification-modal.open .notification-container {
	transform: scale(1);
}

.container.blur {
	filter: blur(5px);
}


/* Style for the notification-container1 */
.notification-container1 {
  display: flex;
    align-items: center;
    padding: 2px;
    cursor: pointer;
    background-color: #f9fafb;
    position: relative;
    /* font-family: Arial, sans-serif; */
    font-size: 14px;
    
}

.notification-container1 .notification-content {
  flex-grow: 1; /* Allow content to grow within the container */
  line-height: 1.1;
  /* background-color:#f2f2f2; */  
}

.notification-container1 .notification-text {
  margin: 0;
}

.notification-container1 .notification-timer {
  position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 11px;
    color: #212529de;
}

.notification-container1 .notification-action {
  margin-top: 6px;
}

.notification-action {
  
  justify-content: center;
  align-items: center;
  height: 50%; /* Adjust the height as needed */
  overflow: hidden; /* Hide overflowing content */
 width:40%;
}

.notification-heading{
	padding: 5px;
    border-bottom: 1px solid #b2d741;
    color: #b2d741;
    font-weight: bold;
	
}

.notification-media {
	position: relative;
}

.notification-user-avatar {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	object-fit: cover;
}


.notification-text {
  font-family: helvetica !important;
    font-size: 14px;
    margin: 0;
    flex: 1;
    padding-left: 5px;
    overflow: hidden;/* Hide overflowing content */
  
}

.notification-text strong {
  font-weight: bold; /* Make strong text bold */
}

.notification-text mb-0 {
  margin-bottom: 5px; /* Remove any default margin-bottom */
}


.scrollable-content {
	max-height: 350px; /* Adjust the max-height as needed */
	overflow-y: scroll; /* Add a scrollbar when content overflows */
	background-color: #F5F5F5; /* Background color */
	/*border-bottom: 1px solid black;  Bottom border */
}

/* Hide the scrollbar in webkit-based browsers */
.scrollable-content::-webkit-scrollbar {
  display: none;
}

.scrollable-content::-webkit-scrollbar-thumb {
	background-color: #888; /* Color of the scrollbar thumb */
	border-radius: 3px; /* Rounded corners for the thumb */
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
	background-color: #555; /* Color of the thumb on hover */
}


/* Custom background for button container */
.custom-background {
  background-color: transparent;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50px
}

/* Custom button styles */
.custom-button {
  flex-grow: 1; */
    
    color: #b2d741;
    border: none;
    cursor: pointer;
    
    font-size: 14px;
    
    text-align: center;
   
    margin-bottom: 5px;             
}

/* Button styles on hover */
.custom-button.hovered {
  background-color: #c0f40f; /* Background color on hover */
  color: #fff; /* Text color on hover */
}


.active-tab {
    color: #b2d741;
    background-color: transparent;
    
    border-bottom: 2px solid #b2d741;
    outline: none; /* Add this line */
}

/* /* Default styles for list items */
li.list-group-item {
	padding: 3px;
	transition: background-color 0.3s, transform 0.4s;
	/* overflow:hidden; */
}


li.list-group-item {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc; /* Add a subtle border between items */
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transitions */
  cursor: pointer; /* Change cursor to pointer on hover */
}


li.list-group-item:last-child {
  border-bottom: none; /* Remove the border for the last item */
}




/* Styles for the image popup container */
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; /* Ensures the popup appears above other elements */
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: zoom-in;
}

/* Styles for the popup image */
#popupImage{
  max-width: 90%;
  max-height: 90%;
  margin: 20px auto;
  display: block;
  border: 2px solid #fff; /* Add a white border around the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
  border-radius: 5px; /* Add rounded corners */
  transition: transform 0.2s ease-in-out; /* Add a smooth transform effect */
  cursor: pointer; /* Change cursor to a pointer on hover */
}

.image-popup-wrapper {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  cursor: pointer;
}

/* Style for the zoomed-in image */
#popupImage.zoomed {
  transform: scale(2); /* Adjust the zoom level as needed (2 means 200% zoom) */
  transition: transform 0.3s ease; /* Add a smooth transform effect */
}

/* Style for the close button */
#closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease; /* Add color transition on hover */
}

#closeButton:hover {
  background-color: rgba(0, 0, 0, 0.5); /* Change background color on hover */
  color: #fff; /* Change text color on hover */
}



/* Style for the tick symbol button */
.mark-as-read-button {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0 !important;
}

/* Style for the tick symbol */
.tick-symbol {
  font-size: 20px;
  color: #28a745; /* Green color for the tick symbol */
}

/* Change cursor to pointer when hovering over the tick symbol button */
.mark-as-read-button:hover {
  cursor: pointer;
}


/* Styles for the close button */
.close-button {
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.notification-category {
  background-color: #ffffff; /* Background color */
  color: #000000; /* Text color */
  padding: 5px /* Adjust padding as needed */
  border-radius: 5px; /* Rounded corners */
   
}

.selected {
  background-color: #ADD8E6; /* Transparent light blue color */
}
/* Style for the select-all-container */
.select-all-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: absolute;
    right: 20px;
    top: 50px;
}

/* Style for the select-all-checkbox */
.select-all-checkbox {
    appearance: auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border: 2px solid #bee33a;
    border-radius: 5px;
    cursor: pointer;
    outline: 0 !important;
}

/* Style for the label */
label {
    font-size: 14px;
    color: #98b100;
}

/* Style for the selectedCount */
#selectedCount {
    font-size: 14px;
    color: #212529;
    margin-left: 10px; /* Add spacing between the label and selected count */
    margin-right:10px;
}
/* Style for the markReadButton */
#markReadButton {
    background-color: transparent; /* Transparent background */
    border: none; /* Remove button border */
    color: #afca0b; /* Text color */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size:14px;
    outline: 0 !important;
}

  
.delete-button {
  background-color: transparent; /* Transparent background */
  border: none; /* Remove button border */
  color: #afca0b; /* Red color for the delete symbol */
  font-size: 16px; /* Adjust font size as needed */
  cursor: pointer;
  position: absolute; /* Position the button absolutely within the container */
    top: 0; /* Align to the top of the container */
    right: 0; /* Align to the right of the container */
    font-size:18px;
    outline: 0 !important;
}

.delete-button:hover {
  /* Change to your desired background color on hover */
  color: #d1f217; /* Change to your desired text color on hover */
  cursor: pointer; /* Add a pointer cursor on hover */
}
.delete-button:active,
.mark-read-button:active {
  border: none;
  color: #aaf829;
  outline: 0 !important; /* Change to your desired color */
}

.single-read-button,
.single-delete-button {
  position: absolute;
    /* top: 10px; */
    right: 2px;
    bottom: 5px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    outline: 0 !important;
}


.single-read-button:hover,
.single-delete-button:hover {
  /* Add hover styles as desired */
  color: #aaf829;
  cursor: pointer;
}
 .single-read-button:active,
.single-delete-button:active {
  border: none;
  color: #aaf829; 
  outline: 0 !important;/* Change to your desired color */
}
.notification-image{
	margin-bottom:20px;
}

/* Basic table styles */
.pretty-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-size:12px;
}

.pretty-table th,
.pretty-table td {
  padding: 8px;
  text-align: left;
}

/* Table header styles */
.pretty-table th {
  background-color: #afca0b !important;
  color: #fff;
  border: 1px solid #bfbfbf;
  font-weight: bold;
}

/* Table row styles */
.popup-table tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Hover effect on rows */
.pretty-table tbody tr:hover {
  background-color: #e0e0e0;
}

/* Border styles */
.pretty-table th,
.pretty-table td {
  border: 1px solid #bfbfbf;
}

/* Add more styles as needed to make it even more beautiful and attractive */

.alert-Contract-Popup {
   display: none;
    position: absolute;
    top: -2%;
    transform: translate(20%, 5%);
    background-color:#f5f5f5;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 900px;
    max-height: 500px;
    right: 1%;
    border-radius: 5px;
     /* left: 0px; */
    
}

.close-popup-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color:#afca0b;
  cursor: pointer;
  outline: 0 !important;
}



  .export-button {
    margin: 5px;
     padding: 5px 10px;
    /* background: linear-gradient(to top left,#fffffff0,#a7a7a7); */
    background-color:#e9e9e9;
    color: black;
    /* border: none; */
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid black;
    font-size: 14px;
    outline: 0 !important;
  }

  .search-bar {
    /*padding: 5px; */
    border: 2px solid #ccc;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    /* text-align: left;
  direction: rtl; */
  font-size:14px;
  outline: 0 !important;
  }

  .search-button {
    margin: 5px;
    /* padding: 5px 10px; */
    background-color: #d1d4d791;
    color: #000000c9;
    /* border: none; */
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid black;
    font-size: 14px;
  }

  .print-table {
            display: none; /* Hide the table for printing */
            font-family: Arial, sans-serif;
        }

        .print-table table {
            border-collapse: collapse;
            width: 100%;
            margin-bottom: 20px;
        }

        .print-table table, .print-table th, .print-table td {
            border: 1px solid #ddd;
        }

        .print-table th, .print-table td {
            padding: 8px;
            text-align:left;
        }

        .print-table th {
            background-color: #f2f2f2;
        }
  /* ++++++++++++++++++++++++++++++Notification Tab css ends++++++++++++++++++++ */
.maintaince-popup {
	height:auto!important;
	max-width:500px!important;
}

.maintaince-popup-color {
	background-color:red!important;
	color:white!important;
}
.sidebar-close ul li i.fa {
	padding-left: 190px;
	padding-right: 5px;
}
 
.sidebar-close ul li .link_name {
	display: none;
}

.sidebar-close ::after {
	display: none;
}

.sidebar-close.container-fluid {
	padding-left: 45px;
}

.sidebar-close .wrapper .hide-on-mob-toggle .main-heading .close1{
	top:0.8rem;
}	
#colorchange{
	background-color:#424141;
	border-radius: 8px;
	margin-left:6px;
	margin-right: 6px;
} 