html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Poppins';
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif !important;
	font-family: 'robotoregular';
	font-size: 15px;
	line-height: 1.42857143em;
	color: #333;
	background: #fff;
	background-size: cover;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}
.paginationstyle>li>a,.paginationstyle>li>span{
    padding: 6px 8px !important;
    color: #00ad9c;
    border: none !important;
}
.loader-box-innerdiv,
.material-loader-box1 {
   margin: 0 auto;
   bottom: 0;
   right: 0;
   padding: 0;
   z-index: 1;
   width: 46%;
   height: 40%;
   /* min-height: 390px; */
   background: rgb(255 255 255 / 0.8);
}
.materialinner-loader-box1 {
   position: absolute;
   margin: 0 auto;
   bottom: 0;
   right: 0;
   left: 0;
   top: calc(50vh - 150px);
   padding: 0;
   z-index: 1;
   width: 200px;
   height: 200px;
   min-height: 200px;
   background: rgb(255 255 255 / 0.8);
}
.ring {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100px;
   height: 100px;
   background: transparent;
   border: 6px solid #fff;
   border-radius: 50%;
   text-align: center;
   align-items: center;
   line-height: 100px;
   font-size: 10px;
   color: #162a4f;
   letter-spacing: 2px;
   text-transform: uppercase;
   text-shadow: 1px 2px 10px #162a4f;
   box-shadow: 0 0 0 4px rgb(0 0 0 / 50%);
   background: #fff;
   /* box-shadow: 0 0 0 4px #353535c7, 0 0 0 5px #3e3e3e, inset 0 0 10px rgb(0 0 0), 0 5px 20px rgb(0 0 0), inset 0 0 15px rgb(0 0 0 / 20%); */
}
.ring:before {
   content: '';
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
   border: 3px solid transparent;
   border-top: 2px solid rgb(22 42 79 / 80%);
   border-right: 2px solid rgb(22 42 79 / 89%);
   border-radius: 50%;
   animation: animateCircle 2s linear infinite;
}
.ring.innerLoader{
   position: relative !important;
/* 	margin-top: 100px !important;
   margin-left: 50% !important;
   top: 0px !important;
   left: 0px !important; */
   font-size: 8px;
   top: calc(50% - 48px);
}
.ring span
{
display: block;
position: absolute;
top: calc(50% - 2px);
left: 50%;
width: 50%;
background: transparent;
height: 4px;
transform-origin: left;
animation: animate 2s linear infinite;
}
.ring span:before
{
   content: '';
   position: absolute;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #162a4f;
   top: -8px;
   right: -4px;
   box-shadow: 0 0 20px #162a4f;
}
@keyframes animateCircle
{
0%
{
 transform: rotate(0deg);
}
100%
{
 transform: rotate(360deg);
}
}

@keyframes animate
{
0%
{
 transform: rotate(45deg);
}
100%
{
 transform: rotate(405deg);
}
}

.loader_Wrapper {
   display: block;
   position: absolute;
   z-index: 9999;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   /* background: rgba(255,255,255,0.2); */
   background: rgba(0,0,0,0.2);
   display: flex;
}


.spinner {
    
	  text-align: center;
    
	  position: absolute;
    
	  top: 50%;
    
	  left: 50%;
    
	  margin-top: -50px;
    
	  margin-left: -50px;
    
	  width: 100px;

  }


.spinner>div {
    
	width: 22px;
    
	height: 22px;
	/* background-color: #406F18; */

	/* background-color: #fff; */
  
	background-color: #F04E23;

   
	border-radius: 100%;
   
	display: inline-block;
  
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}


.spinner .bounce1 {
    
	-webkit-animation-delay: -0.32s;
    
	animation-delay: -0.32s;

}
.spinner .bounce2 {
    
	-webkit-animation-delay: -0.16s;
   
	animation-delay: -0.16s;

}
@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
     
	-webkit-transform: scale(0)
}   
40% {
        
-webkit-transform: scale(1.0)  
}
}
@keyframes sk-bouncedelay {
	0%,
	80%,
	100% { 
		-webkit-transform: scale(0);
 
		transform: scale(0);

	}    
	40% {
		-webkit-transform: scale(1.0);

		transform: scale(1.0);
	}
}
/* loader end */

.time-text{

	
	/* padding-left: 10px; */
   
	margin: 0 3px;
    
	width: 34px;
    
	border-radius: 100%;
   
	height: 34px;
    
	background: red;
    
	border: solid 2px #999;


}/* loader end */
.all-shadow {
   -webkit-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 12%);
   -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.12);
   box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 12%);
}

.action-btn-circle .material-loader-box{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 0px;
	margin-top: 0px;
	width: 0px;
}

.material-loader-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 10000;
	
    /* width: 150px;
    height: 70px;
    top: 50%;
	left: 50%;
    margin-left: -75px;
    margin-top: -35px; */
	
	width: 220px;
    min-height: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -50px;
    padding-bottom: 10px;	
}

.material-loader-box .loader {
	position: relative;
	margin: 15px auto;
	width: 45px;
	height: 45px;
	&:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
}

.material-loader-box .circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.material-loader-box .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #009384;
}

.material-loader-box .path-color {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
.helpcenter{color:#000!important;font-size:14px!important;}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}


*[data-role='page']{
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	/* max-width: 768px; */
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
*[data-role='page'] {
    overflow: hidden !important;
}
.background-fff{ background-color: #fff; }

.active_page{
	display: block !important;
}

/* a .active{
	color: white !important;
    background-color: #93f394 !important;
} */

.nav-link {
	display: flex; /* Use flexbox layout */
	align-items: center; /* Center items vertically */
	height: 50px; /* Set the height of each menu item */
	padding: 0 20px; /* Add padding for spacing */
	color: #000; /* Set text color */
	text-decoration: none; /* Remove underline */
	margin-top: 5px;
}

.nav-link.active {
	color: #586525 !important; /* Change text color to green */
	background-color: transparent !important; /* Make background of text transparent */
	font-weight: 600;
}

.block{
	display: block;
}
.image-background{
    background-image: url('/images/1.png');
	background-size: cover; /* Adjust as per your preference */
    background-position: center; /* Adjust as per your preference */
       
}

.input-group-icon {
	position: relative;
  }
  
  .input-group-icon span {
	position: absolute;
	top: 20px;
	transform: translateY(-50%);
	left: 12px; 
  }

.showSidebar {
	width: 100%;
    top: 0;
    display: block;
    background: #fff;
}

.sidebarWidth {
	width: 280px;
}

.show{

	display: block;
}

.hide {
	display: none;
}

.textPaddingForSmallScreen{
	padding-left: 30px;
}

.slider-container {
	width: 100%;
	position: relative;
  }
  
  .slide {
	width: 100%;
	display: none;
  }
  
  .slide-image {
	width: 100%;
	height: 300px;
	object-fit: fill;
	border-radius: 15px 15px 0 0;
	}
  
  .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
	padding: 1rem;
  }
  .slide-title {
	width: 100%;
	max-width: 50rem;
	color: white;
	font-size: 2rem;
	font-weight: 500;
	text-transform: capitalize;
  }
  .slide-desc {
	width: 100%;
	max-width: 50rem;
	color: lightgray;
	font-size: 1rem;
	font-weight: 300;
  }
  .slide-btn {
	color: black;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 1rem;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
	text-transform: capitalize;
	transition: ease 0.3s;
  }
  .slide-btn:hover {
	gap: 1rem;
  }
  
  .slide-number-container {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 5;
	font-size: 1.5rem;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	color: rgba(211, 211, 211, 0.788);
	letter-spacing: 0.2rem;
  }
  .slide-number-container hr {
	width: 3rem;
	transform: rotate(130deg);
	border-color: rgba(211, 211, 211, 0.788);
  }
  
  .slider-nav {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
  }
  .slider-nav-btn {
	cursor: pointer;
	background-color: rgba(211, 211, 211, 0.226);
	color: white;
	font-size: 1.5rem;
	padding: 0.5rem;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease 0.3s;
  }
  .slider-nav-btn:hover {
	background-color: white;
	color: black;
  }
  
  .dot-container {
	position: absolute;
	bottom: 1rem;
	left: 0;
	z-index: 4;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
  }
  .dot {
	cursor: pointer;
	height: 1rem;
	width: 1rem;
	background-color: rgba(211, 211, 211, 0.226);
	border-radius: 50%;
	display: inline-block;
	transition: ease 0.3s;
  }
  .active,
  .dot:hover {
	background-color: white;
  }
  
  .fade {
	animation-name: fade;
	animation-duration: 1s;
  }
  @keyframes fade {
	from {
	  opacity: 0.8;
	}
	to {
	  opacity: 1;
	}
  }
  
  .ag-format-container {
	width: 1142px;
	margin: 0 auto;
  }
  
  .ag-courses_box {
	/* display: grid; */
	grid-template-columns: 300px 1fr 1fr 1fr;
	grid-gap: 20px;
	padding-right: 120px;
	}
  .ag-courses_item {
	height: 190px;
	width: 25%;
	display: inline-block;
	margin-right: 20px;
	}
  .ag-courses-item_link {
	display: block;
	padding: 30px 20px;
	background-color: #121212;
  
	overflow: hidden;
  
	position: relative;
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_date {
	text-decoration: none;
	color: #FFF;
  }
  .ag-courses-item_link:hover .ag-courses-item_bg {
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
  }
  .ag-courses-item_title {
	min-height: 87px;
	margin: 0 0 25px;
  
	overflow: hidden;
  
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
  
	z-index: 2;
	position: relative;
  }
  .ag-courses-item_date-box {
	font-size: 18px;
	color: #FFF;
  
	z-index: 2;
	position: relative;
  }
  .ag-courses-item_date {
	font-weight: bold;
	color: #f9b234;
  
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
  }
  .ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: #f9b234;
  
	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;
  
	border-radius: 50%;
  
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
  }
  .ag-courses_item:nth-child(2n) .ag-courses-item_bg {
	background-color: #3ecd5e;
  }
  .ag-courses_item:nth-child(3n) .ag-courses-item_bg {
	background-color: #e44002;
  }
  .ag-courses_item:nth-child(4n) .ag-courses-item_bg {
	background-color: #952aff;
  }
  .ag-courses_item:nth-child(5n) .ag-courses-item_bg {
	background-color: #cd3e94;
  }
  .ag-courses_item:nth-child(6n) .ag-courses-item_bg {
	background-color: #4c49ea;
  }
  
  
  
  @media only screen and (max-width: 979px) {
	.ag-courses_item {
	  -ms-flex-preferred-size: calc(50% - 30px);
	  flex-basis: calc(50% - 30px);
	}
	.ag-courses-item_title {
	  font-size: 24px;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.ag-format-container {
	  width: 96%;
	}
  
  }
  @media only screen and (max-width: 639px) {
	.ag-courses_item {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
	  width: 95% !important;
	  padding: 0 !important;
	}
	.ag-courses-item_title {
	  min-height: 72px;
	  line-height: 1;
  
	  font-size: 24px;
	}
	.ag-courses-item_link {
	  padding: 22px 40px;
	}
	.ag-courses-item_date-box {
	  font-size: 16px;
	}
	.ag-courses_item1{
		width: 85% !important;
	}
	div#Contents {
		padding-bottom: 100px;
	}
	div#Iframe-page.fullscreen {
		margin: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
	}
	div#dashboard-1 .CardList_Div > div div span {
		display: none;
	}
	
	div#dashboard-1 .CardList_Div > div {
		width: 70px !important;
		height: 70px !important;
		border-radius: 10px !important;
		padding: 3px;
	}
	
	div#dashboard-1 .CardList_Div > div > div {
		height: 100%;
		justify-content: space-around !important;
		align-items: center !important;
	}
	
	div#dashboard-1 .CardList_Div > div h5 {
		padding-top: 0px !important;
		margin: 0px !important;
		word-break: break-all;
		text-align: center;
		font-size: 12px !important;
		display: inline-block;
	}
}
  .full-image.screen {
    position: absolute;
    top: 0;
    left: 0;
    background: #ddd;
    width: 100%;
    height: calc(100vh - 140px);
    text-align: center;
    padding: 20px 0px;
    margin-top: 0px;
}
.ag-courses_item img{
	border-radius: 15px;
	object-fit: cover;
}
div#Iframe-page.fullscreen {
    position: fixed;
    display: block !important;
    top: 2px;
    height: calc(100vh - 30px);
    width: calc(100vw - 50px);
    left: 0;
    border-radius: 10px;
    background: #fff;
    margin: 20px;
    padding-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

div#Iframe-page.fullscreen iframe {
	/* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
	border-radius: 10px;
	border-top: 1px solid #ddd;
	z-index: 999999999;
	background-image: url(./loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}
div#Iframe-page.fullscreen span{background: #586525 !important;box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;color: #fff !important;width: 110px !important;border-radius: 0 10px 10px 0;}
i.bi.bi-box-arrow-right {
    font-size: 23px;
    margin-left: 7px;
}
.slider-main {
    margin-bottom: 20px;
}

table.table.statustable td {
    text-align: center;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #586525;
    color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	overflow: auto;
	width: 100%;
  }
  
  table button {
    border: none;
    padding: 6px 7px;
    border-radius: 5px;
}
div#Iframe-page.fullscreen span {
    font-size: 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px 10px;
    display: block;
}
@media (max-width: 800px) {
	.ag-courses_box {
		display: flex;
		flex-direction: column;
		padding: 0 !important;
		grid-gap: 0;
	}
	
	.ag-courses_box .col-xs-3,.ag-courses_box .col-xs-9 {
		width: 100%;
	}
	
	.ag-courses_box .col-xs-3 {
		height: 390px;
	}
	
	.ag-courses_box .col-xs-9 .ag-courses_item {
		width: 100%;
	}
}
@media (max-width: 960px) {
	.ag-courses_box {
		display: flex;
		flex-direction: column;
		padding: 0 !important;
		grid-gap: 0;
		row-gap: 10px;
	}
	
	.ag-courses_box .col-xs-3,.ag-courses_box .col-xs-9 {
		width: 100%;
	}
	
	.ag-courses_box .col-xs-3 {
		height: 390px;
	}
	
	.ag-courses_box .col-xs-9 .ag-courses_item {
		width: 50%;
	}
}
.notifications-card {
    min-height: 270px;
    border-radius: 10px;
    background: #f1f1f1;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.notifications-card i {
    font-size: 40px !important;
    position: relative;
    top: -20px;
    left: 0px;
}
.notifications-card td {
    font-size: 15px;
    text-align: center;
    padding: 0px 25px;
}

.notifications-card table {
    margin: 0 auto;
}

.notifications-card table i {
    font-size: 23px !important;
    position: unset !important;
}

.notifications-card th {
    text-align: center;
    padding: 0 25px;
}
.full-image.screen img {
    max-width: 400px;
    max-height: 350px;
}
.full-image.screen span{
	right: 0 !important;
	position: absolute;
	top: -21px !important;
	background: #586525;
	color: #fff;
	padding: 0px 5px;
	font-size: 26px;
	font-weight: 700;
	border-radius: 100%;
	left: unset !important;
}
.slide.fade.active {opacity: 1;display: block !important;border: 1px solid #ddd;border-radius: 15px;height: calc(100% + 60px);}
div#Iframe-page.fullscreen i{
	margin: 0 !important;
	margin-right: 10px !important;
}
span.award-class {
    top: 20px !important;
}
.padding-0{
	padding: 0 !important;
}
.CardList_Div.row::before {
    display: none;
}
span.next-prev{
	display: none;
}
@media screen and (max-width: 800px) {
	section.content-container.scroll-content{
		overflow: auto;
		width: 100%;
	}
    table.sidrespon {
      border: 0;
    }
  
    table.sidrespon caption {
      font-size: 1.3em;
    }
    
    table.sidrespon thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    table.sidrespon tbody{
		
	display: flex;
			
	column-gap: 10px;
	}
    table.sidrespon tr {
      border: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
      background: #f6f6f6;
      display: block !important;
      width: 300px;
    }
	.content-container .purchase-history tbody tr:nth-child(even){
		background: #f6f6f6;
	}
    
    table.sidrespon td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table.sidrespon td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table.sidrespon
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table.sidrespon td:last-child {
      border-bottom: 0;
    }
	span.next-prev0{
		text-align: center;
		display: block !important;
		background: #ddd;
		width: 35px;
		font-size: 25px;
		border-radius: 10px;
		margin-bottom: 10px;
		float: left;
		position: sticky;
		left: 0;
	}
	span.next-prev1{
		text-align: center;
		display: block !important;
		float: right;
		background: #ddd;
		width: 35px;
		font-size: 25px;
		border-radius: 10px;
		margin-bottom: 10px;
		position: absolute;
		left: 86vw;
	}
	table.table.sidrespon1 tr th,table.table.sidrespon1 tr td {
        display: none;
    }
    table.table.sidrespon1 tr th:nth-child(2), table.table.sidrespon1 tr td:nth-child(2),
    table.table.sidrespon1 tr th:nth-child(3), table.table.sidrespon1 tr td:nth-child(3),
    table.table.sidrespon1 tr th:nth-child(5), table.table.sidrespon1 tr td:nth-child(5){
        display: table-cell;
    }
}
  .card-row {
    font-size: 15px;
    text-align: center;
    padding: 6px;
    border: 1px solid #ddd;
    margin: 0px 0px;
    color: #000;
}

div#threedot-modal .modal-body,div#threedot-modal .modal-content {
    height: 220px !important;
}

div#threedot-modal .modal-header {
    color: #fff;
    background: #586525;
}

.activity-feed {
	padding: 15px;
	list-style: none;
}

.activity-feed .feed-item {
	position: relative;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left: 2px solid #e4e8eb;
}

.activity-feed .feed-item:last-child {
	border-color: transparent;
}

.activity-feed .feed-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -6px;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f37167;
}

.activity-feed .feed-item .date {
	display: block;
	position: relative;
	top: -5px;
	color: #586525;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.activity-feed .feed-item .text {
	position: relative;
	top: -3px;
	font-weight: 500;
	word-break: break-all;
}

.activity-feed .feed-item:nth-child(even)::after {
	background: #c46868;
	border: none;
}

.activity-feed .feed-item:nth-child(odd)::after {
	background: #7070ff;
	border: none;

}
.modal-cut-width .modal-header {
	background: #586525;
    color: #fff;
}
div#approveAndAuthorizecontent1 span.next-prev.next-prev1 {
    left: 80vw;
}
.card-row1 {border: 1px solid #ddd;display: flex;padding: 5px;}

.card-row1 .card-rowf::before {
    content: ":";
    position: absolute;
    left: 100%;
    font-size: 15px;
}

.card-row1 .card-rowf {
    font-size: 14px;
    font-weight: 500;
}


.scroll-content .sidresponbtn1{
    display: none !important;
}
section.content-container.scroll-content {
    overflow: auto;
    height: calc(100vh - 180px);
}

.htmlRowUI table {
    display: block;
}

.htmlRowUI table tr td {background: none;padding: 10px 0;font-size: 12px;}

.htmlRowUI table tr {
    background: none !important;
    border: none !important;
	width: -webkit-fill-available !important;
    max-width: 500px !important;
}
#dashboard-2 section.content-container.scroll-content{
	height: unset;
	overflow: unset;
}

.htmlRowUI {
    height: calc(100vh - 170px);
    overflow: auto;
    padding: 10px;
}
.modal.fade .modal-dialog {transform: translate(0,5%) !important;}

.modal.show {opacity: 1;}

table.sidresponfull {
border: 0;
}
div#approveAndAuthorizecontent1 .sidrespon1 th,div#approveAndAuthorizecontent1 .sidrespon1 td {
    display: table-cell;
}

table.sidresponfull caption {
font-size: 1.3em;
}

table.sidresponfull thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table.sidresponfull tbody{
	
display: flex;
		
column-gap: 10px;
}
table.sidresponfull tr {
border: 3px solid #ddd;
display: block;
margin-bottom: .625em;
background: #f6f6f6;
display: block !important;
width: 300px;
}
.content-container .purchase-history tbody tr:nth-child(even){
	background: #f6f6f6;
}

table.sidresponfull td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}

table.sidresponfull td::before {
/*
* aria-label has no advantage, it won't be read inside a table.sidresponfull
content: attr(aria-label);
*/
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}

table.sidresponfull td:last-child {
border-bottom: 0;
}

.dataTables_length {
    visibility: hidden;
    height: 10px;
}

.dataTables_filter {
    margin-top: 10px;
    margin-right: 10px;
}
.forgotPasswordPage {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

#register-page p.fs-6.fw-semibold.text-secondary {
    font-size: 18px !important;
}

div#register-page {
    background: #efefef;
}

.shadow.p-3.mb-5.bg-body-tertiary.rounded.mt-4 {
    background: transparent;
    border-radius: 10px !important;
    box-shadow: none !IMPORTANT;
}
.modal-open .modal {
    z-index: 9999 !important;
}
.dataTables_wrapper tr th {
    color: #586525;
}

.dataTables_wrapper .pagination>.active>a,
.pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background: #586525;
	border-color: #586525;
	color: #fff !important;
}

.dataTables_wrapper .pagination>li>a, .dataTables_wrapper .pagination>li>span {
    color: #586525 !important;
}
p.fs-6.fw-semibold.text-secondary {
    color: #1c1c1c !important;
}

.shadow button#user_loginbtn {
    background: #507868;
}
.table thead th {
    white-space: nowrap;
}
div#CheckUserPin-modal input {
    height: 30px !important;
}

div#CheckUserPin-modal .modal-content {
    height: 220px !important;
    max-height: unset !important;
}

div#CheckUserPin-modal .modal-body {
    height: 100px !important;
}

div#changePin-modal input {
    height: 30px !important;
}
#mobshotcut{
    position: absolute;
    bottom: 0;
    background: #586525;
    color: #fff;
}

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
	display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: #586525;
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 20px;
    right: -25px;
    border: 5px solid #6b734e;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}
 

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}


.floatingButton svg {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open svg {
    transform: rotate(45deg);
}

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: -20px;
    /* width: 200px; */
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    padding: 8px 15px;
    display: inline-block;
    background: #586525;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}

.notifications-cardlist {
    min-height: auto;
    border-radius: 10px;
    background: #f1f1f1;
    text-align: left;
    margin-top: 15px;
    /* padding: 10px 15px; */
    margin-bottom: 0px;
	overflow: hidden;
	display: flex;
}
.slide.fade.active .moreeleipsis {
    margin: 0;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    margin-left: 5px;
}

.slide.fade.active .seemorecls {
    font-size: 10px;
    background: #ffffff;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
    display: block;
   /*  width: 60px; */
    position: relative;
	text-align: right;
   /*  left: 75%; */
    top: -5px;
    color: blue;
    text-decoration: underline;
}
.ag-courses_item {
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: 10px;
    height: 100%;
}
.ag-courses_item .seemorecls{
	font-size: 10px;
	background: #ffffff;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	margin-left: 5px;
	display: block;
	/* width: 60px; */
	position: relative;
	/* left: 80%; */
	top: -6px;
	text-align: right;
	margin: 0;
	color: blue;
	text-decoration: underline;
}

.ag-courses_item .moreeleipsis{
    margin: 0;
    font-size: 12px;
    color: #333;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    margin-left: 5px;
}
.ellipsis{
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.copy-notification {
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	padding: 20px;
	border-radius: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 150px;
	margin-top: -30px;
	margin-left: -85px;
	display: none;
	text-align:center;
}

.log-form divform {
    display: block;
    width: 100%;
    padding: 2em;
}

.log-form h2 {
    width: 100%;
    color: #fff;
    font-family: 'open sans condensed';
    font-size: 1.35em;
    display: block;
    background: #586525;
    text-transform: uppercase;
    padding: .75em 1em .75em 1.5em;
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.05);
    border: 1px solid #1d1d1d;
    margin: 0;
    font-weight: 200;
}

.log-form input {
    display: block;
    margin: auto auto;
    width: 100%;
    margin-bottom: 2em;
    padding: 7px 10px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    color: #757575;
}

.log-form input:focus {
    outline: none;
}

.log-form .btn {
    display: inline-block;
    background: #586525;
    border: 1px solid #586525;
    padding: .5em 2em;
    color: white;
    margin-right: .5em;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
}

.log-form .btn:hover {
    background: #769500;
}

.log-form .btn:active {
    background: #1fb5bf;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
}

.log-form .btn:focus {
    outline: none;
}

.log-form .forgot {
    color: #33d3de;
    line-height: .5em;
    position: relative;
    top: 2.5em;
    text-decoration: none;
    font-size: .75em;
    margin: 0;
    padding: 0;
    float: right;
}

.log-form .forgot:hover {
    color: #1ba0a9;
}
div#mainform {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: end;
}

.header a {
    color: #fff;
    background: #FF5722;
    padding: 5px;
    border-radius: 5px;
}

div#mainform #qrcode {
    margin-bottom: 50px;
}
div#mainform {
}
.copy {
    width: 100%;
}

.copy form {
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}

.copy form input {
    border: 1px solid #666;
    border-radius: 5px;
    margin: 0;
}

.copy form button {
    position: absolute;
    right: 20px;
    height: 33px;
    background: #3F51B5;
    color: #fff;
    border-radius: 0px 5px 5px 0;
    border: none;
}

.header a:nth-child(1) {
    background: green;
}

.header a:nth-child(2) {
    background: #673AB7;
    color: white !important;
}

.header a:nth-child(3) {
    background: #FF9800;
}
#voucher-container {
	font-family: 'Segoe UI', sans-serif;
	background: #f4f4f4;
	max-width: 400px;
	margin: 40px auto;
	padding: 25px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: white;
}

#voucher-container h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

#voucher-container label {
	display: block;
	margin: 10px 0 5px;
	font-weight: 600;
	color: #444;
}

#voucher-container input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	margin-bottom: 10px;
}

.input-group {
	display: flex;
	gap: 10px;
	align-items: center;
}

.input-group input {
	flex: 1;
}

.input-group button {
	padding: 11px;
	background-color: #007bff;
	border: none;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 1px;
}

#voucher-container button.action-btn {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
}

.send-btn {
	background-color: #28a745;
	color: white;
}

.redeem-btn {
	background-color: #ffc107;
	color: #333;
}

#qr-reader {
	margin-top: 15px;
	display: none;
}
input#voucher[disabled] {
    cursor: not-allowed;
    background: #ddd;
}

#voucherscan[disabled] {
    cursor: not-allowed;
    background: #75aeeb;
}

button.action-btn.send-btn[disabled] {
    background: #81cd81;
}
div#Sanda_Clubcontent {
    height: calc(100vh - 150px);
    overflow: auto;
}

div#Sanda_Clubcontent table td,div#Sanda_Clubcontent table th {
    border: 1px solid #9E9E9E;
    padding: 5px;
    text-align: center;
}
#AvailableLeaveList .newcardstyle,#warningAction .newcardstyle{
    background-color: #fff !important;
    margin: 0 0 3px -1px !important;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 5px;
}

div#AvailableLeaveList,div#warningAction {
    margin: 10px 0;
}
#AvailableLeaveList1 .newcardstyle{
    background-color: #fff !important;
    margin: 0 0 3px -1px !important;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#AvailableLeaveList2 .newcardstyle{
    background-color: #fff !important;
    margin: 0 0 3px -1px !important;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
    overflow: hidden;
	padding: 10px;
}
div#AvailableLeaveList1 {
    margin: 0;
    padding: 10px 30px;
}
div#AvailableLeaveList2 {
    margin: 0;
    padding: 10px 20px;
}
.prevactions{
	border: 1px solid #b5afaf;
	padding: 0;
	padding-bottom: 5px;
	border-radius: 10px;
	margin-top: 5px !important;
}
.prevactions div:first-child {
    margin: 10px;
}

div#loadCustomerRecordOption-modal .modal-body {max-height: calc(100vh - 170px);overflow: auto;}

div#loadCustomerRecordOption-modal .modal-content {
    max-height: calc(100vh - 100px);
}

div#loadCustomerRecordOption-modal {
    overflow: hidden;
}
ul.leasttyepe li {
    margin-left: 30px;
}
div#AvailableLeaveList div {
    padding: 0;
}

div#AvailableLeaveList > div {
    padding: 5px 10px;
}
.flash-text {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
	color: red;
    /* animation: flashBlink 1s infinite; */
}

@keyframes flashBlink {
    0%   { color: red; opacity: 1; }
    25%  { color: orange; opacity: 0.5; }
    50%  { color: yellow; opacity: 1; }
    75%  { color: green; opacity: 0.5; }
    100% { color: blue; opacity: 1; }
}
.buttonDeg{
	background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	border: 1px solid #ccc;
}
.buttonDeg.active {
    background-color: #586525;
    color:#fff;
}
div#select_AssociateID ,
div#select_GroupID ,
div#select_DepartmentID ,
div#select_PositionID ,
div#select_StratagicID ,
div#select_CourseID {
    display: block;
    background: rgb(255, 255, 255);
    z-index: 99999;
    height: 240px;
    border-radius: 0px 0px 10px 10px;
    z-index: 9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    max-height: 280px !important;
    border-radius: 0 0 10px 10px;
    overflow: hidden auto;
	visibility: visible;
}
div#select_AssociateID:empty ,
div#select_GroupID:empty ,
div#select_DepartmentID:empty ,
div#select_PositionID:empty ,
div#select_StratagicID:empty ,
div#select_CourseID:empty {
    display: none !important;
}
.sidrespondtlms_1,.sidrespondtlms_2 {
    text-align: center;
}