.table.table-light > tbody > tr > td .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group.single-dropdown-button>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
input:-internal-autofill-selected{
	background-color: #eee !important;
}
.help-inline {
	font-size: 11px;
}
.borderless{
	border: none !important;
}
div.auth-container {
    height: 100vh;
    position: relative;
}


div.auth-container .auth-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

div.auth-container .auth-img {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

div.auth-container .auth-img span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}

div.auth-container .auth-img .auth-hero {
    padding: 30px 50px;
    z-index: 2;
}

div.auth-container .auth-img .auth-hero h3 {
    font-size: 48px;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

div.auth-container .auth-img .auth-hero article {
    font-size: 14px;
    color: var(--dark-theme-color);
    max-width: 80%;
    min-width: 50%;
}

@media screen and (max-width: 768px) {
  
    div.auth-container .auth-img {
        display: none;
    }

    div.auth-container .auth-login-container {
        width:100%;
        display: flex;
        background-color: rgba(139, 123, 126, 0.618);
        background-image: linear-gradient(to bottom right, rgba(41, 7, 81,0.9) ,rgba(255, 255, 255, 0.677));
        justify-content: center;
    }

}

.auth-container h1 {
	font-weight: bold;
	margin: 0;
}

.auth-container h2 {
	text-align: center;
}

.auth-container p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

.auth-container span {
	font-size: 12px;
}

.auth-container a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

.auth-container button {
	border-radius: 20px;
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.auth-container button:active {
	transform: scale(0.95);
}

.auth-container button:focus {
	outline: none;
}

.auth-container button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

.auth-container form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.auth-container input {
	background-color: #eee;
	border: none;
	border-radius: 10px;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}
.auth-container input:focus, .auth-container input:active{
	border-radius: 10px !important;
	outline-width: 0 !important;
	outline: none !important;
	border: 1px solid var(--primary-color);
}

.auth-container .form-container {
	width: 100%;
	margin-top: 100px;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.auth-container .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.auth-container @keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.auth-container .social-container {
	margin: 20px 0;
}

.auth-container .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

.auth-container .auth-hero > a, .auth-container .auth-hero > article{
	margin-right: 10px;
	display: inline-block;
}

/* password strength css */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.password-count {
    float: right;
    position: relative;
    bottom: 24px;
    right: 10px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

.strength-meter:before,
.strength-meter:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 5px 0 5px;
    position: absolute;
    width: 80px;
    z-index: 10;
}

.strength-meter:before {
    left: 70px;
}

.strength-meter:after {
    right: 70px;
}

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength='0'] {
    background: darkred;
    width: 20%;
}

.strength-meter-fill[data-strength='1'] {
    background: orangered;
    width: 40%;
}

.strength-meter-fill[data-strength='2'] {
    background: orange;
    width: 60%;
}

.strength-meter-fill[data-strength='3'] {
    background: yellowgreen;
    width: 80%;
}

.strength-meter-fill[data-strength='4'] {
    background: green;
    width: 100%;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu{
	padding-top: 10px;
	top: 125px !important;
	position: fixed !important;
	bottom: 25px !important;
	width: 180px !important;
	left: -1px;	
	z-index: 1000 !important;
}
.sidebar-custom{
	position: fixed !important;
	z-index: 1000 !important;
	margin-top: -20px !important;
}
	
table .btn-group> .dropdown-menu{
	margin-left: -50px !important;
	z-index: 100000 !important;
	box-shadow: 5px 5px rgb(102 102 102 / 10%);
}

.m-portlet .justify-content-between {
  justify-content: space-between !important;
}

.m-portlet .flex-wrap {
  flex-wrap: wrap !important;
}

.m-portlet .d-flex {
  display: flex !important;
}

.m-portlet .flex-stack {
  justify-content: space-between;
  align-items: center;
}
.m-portlet .flex-fill {
  flex: 1 1 auto !important;
}

.m-portlet .flex-row {
  flex-direction: row !important;
}

.m-portlet .flex-column {
  flex-direction: column !important;
}

.m-portlet .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.m-portlet .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.m-portlet .flex-grow-0 {
  flex-grow: 0 !important;
}

.m-portlet .flex-grow-1 {
  flex-grow: 1 !important;
}

.m-portlet .flex-wrap {
  flex-wrap: wrap !important;
}

.m-portlet .flex-nowrap {
  flex-wrap: nowrap !important;
}

.m-portlet .my-4 {
  margin-top: 1.rem !important;
  margin-bottom: 1rem !important;
}

.m-portlet .border-dashed {
  border-style: dashed !important;
  border-color: green !important;
}

.m-portlet .border-gray-300 {
  border-color: green !important;
}
.m-portlet .fs-2 {
  font-size: 1.5rem !important;
}
.m-portlet .fw-bolder {
  font-weight: 600 !important;
}
.m-portlet .rounded {
  border-radius: 0.475rem !important;
}
.m-portlet .min-w-125px {
  min-width: 125px !important;
}
.m-portlet .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.m-portlet .px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.m-portlet .mb-3 {
  margin-bottom: 0.75rem !important;
}
.m-portlet .me-6 {
  margin-right: 1.5rem !important;
}
.m-portlet .text-hover-primary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #50CD89 !important;
}
.m-portlet .text-active-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #50CD89 !important;
}
.m-portlet .text-active-primary.active {
	background-color: #B5B5C3 !important;
}
.m-portlet .text-gray-400 {
    color: #B5B5C3 !important;
}
.m-portlet .fw-bold {
    font-weight: 500 !important;
}
.m-portlet .fs-6 {
    font-size: 1.075rem !important;
}
.m-portlet .nav, .months-filter .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.m-portlet{
	border-radius: 10px;
}

.card-p {
    padding: 2rem 2.25rem !important;
}
.mt-n20 {
    margin-top: -5rem !important;
}
.position-relative {
    position: relative !important;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0rem;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0rem;
}
.bg-light-warning {
    background-color: var(--kt-warning-light) !important;
}
.rounded-2 {
    border-radius: 0.75rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.mb-7 {
    margin-bottom: 1.75rem !important;
}
.me-7 {
    margin-right: 1.75rem !important;
}
.col {
    flex: 1 0 0%;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0rem;
}
.fw-semibold {
    font-weight: 500 !important;
}
.bold-600{
	font-weight: 600 !important;
}
.fs-6 {
    font-size: 1.075rem !important;
}
a {
    transition: color 0.2s ease;
}
a {
    color: var(--bs-link-color);
    text-decoration: none;
}
.bg-light-success {
  background-color: var(--kt-success-light) !important;
}
.bg-light-warning {
  background-color: var(--kt-warning-light) !important;
}
.bg-light-primary {
  background-color: var(--kt-primary-light) !important;
}
.bg-light-danger {
  background-color: var(--kt-danger-light) !important;
}
.svg-icon.svg-icon-danger {
    color: var(--kt-text-danger);
}
.svg-icon.svg-icon-warning {
    color: var(--kt-text-warning);
}
.svg-icon.svg-icon-primary {
    color: var(--kt-text-primary);
}
.svg-icon.svg-icon-success {
    color: var(--kt-text-success);
}
.bg-primary {
    --kt-bg-rgb-color: var(--kt-primary-rgb);
    background-color: var(--kt-primary) !important;
}
.bg-success {
    --kt-bg-rgb-color: var(--kt-success-rgb);
    background-color: var(--kt-success) !important;
}
.bg-danger {
    --kt-bg-rgb-color: var(--kt-danger-rgb);
    background-color: var(--kt-danger) !important;
}
.svg-icon {
    line-height: 1;
    color: var(--kt-text-muted);
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.fw-semibold {
    font-weight: 500 !important;
}
.fs-6 {
    font-size: 1.075rem !important;
}
.fs-11 {
    font-size: 11px !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}

body, h1, h2, h3, h4, h5, h6, .table.table-light > thead > tr > th{
	font-family: "Century Gothic","Open Sans", sans-serif !important;
}

.form-wizard .steps>li>a.step>.desc{
	font-size: 15.5px !important;
	font-weight: 400 !important;
}

.text-gray-800 {
    color: var(--kt-text-gray-800) !important;
}
.fs-1 {
    font-size: 1.75rem !important;
}

.timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.timeline .timeline-item:last-child .timeline-line {
  bottom: 100%;
}
.timeline .timeline-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: var(--kt-gray-300);
}
.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
}
.timeline .timeline-content {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}
.timeline.timeline-center .timeline-item {
  align-items: center;
}
.timeline.timeline-center .timeline-item:first-child .timeline-line {
  top: 50%;
}
.timeline.timeline-center .timeline-item:last-child .timeline-line {
  bottom: 50%;
}

.timeline-label {
  position: relative;
}
.timeline-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: var(--kt-gray-200);
}
.timeline-label.larger:before{
	left: 151px !important;
}
.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline-label .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-label .timeline-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: var(--kt-gray-800);
}
.timeline-label.larger .timeline-label{
	width: 150px !important;
}
.timeline-label .timeline-badge {
  flex-shrink: 0;
  background-color: var(--kt-body-bg);
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid var(--kt-body-bg) !important;
}
.timeline-label .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: var(--kt-gray-200);
}
.timeline-label .timeline-content {
  flex-grow: 1;
}
@media(min-width : 20px) {
    body.screenwide .fancymodal .fancymodal-content{
        margin-left: 10px !important;
    }
}
@media(min-width : 768px) {
    body.screenwide .fancymodal .fancymodal-content{
        margin-left: 248px !important;
    }
}
