.container-scroller {
	overflow: hidden;
}

.page-body-wrapper.full-page-wrapper {
	width: 100%;
	min-height: 97vh;
	padding-top: 0;
}

.page-body-wrapper {
	min-height: calc(100vh - 38px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	padding-right: 0;
	padding-top: 70px;
	background: #f5f5f9;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.w-100 {
	width: 100% !important;
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media ( min-width : 992px) {
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333% !important;
	}
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)* .5);
	padding-left: calc(var(--bs-gutter-x)* .5);
	margin-top: var(--bs-gutter-y);
}

.auth .auth-form-light {
	background: #eef3ef;
	background-clip: border-box;
	border: 1px solid #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 4px -2px #c7c5d8;
}

@media ( min-width : 576px) {
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.auth .brand-logo {
	margin-bottom: 2rem;
}

h4, .h4, .h4 {
	font-size: 1.125rem;
}

h6, .h6, .h6 {
	font-size: .9375rem;
}

h1, h6 {
	font-weight: 500;
	line-height: 1;
}

.pt-3 {
	padding-top: 1rem !important;
}

.auth form .form-group {
	margin-bottom: 1.5rem;
}

.auth form .form-group .form-control {
	background: transparent;
	border-radius: 0;
	font-size: .9375rem;
}

.form-control {
	border: 1px solid #c9ccd7;
	font-weight: 400;
}

.form-control-lg {
	min-height: 3.12rem;
	padding: 0.94rem 1.94rem;
	font-size: 1.25rem;
	border-radius: 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.875rem 1.175rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	background-color: color(white);
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.mt-3, .template-demo>.btn {
	margin-top: 1rem !important;
}

.auth form .auth-form-btn {
	padding: 1rem 3rem;
	line-height: 1.5;
}

.btn.btn-lg, .btn-group-lg>.btn {
	font-size: 0.875rem;
	padding: 1.375rem 3.4rem;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.auth .brand-logo img {
	width: 150px;
}

img, svg {
	vertical-align: middle;
}

@media ( min-width : 992px) {
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
}

@media ( min-width : 1400px) {
	.content-wrapper {
		-webkit-flex-grow: initial !important;
		flex-grow: initial !important;
	}
}

.content-wrapper {
	background: #f5f5f9;
	padding: 0.5rem 1rem 0rem;
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.auth form .auth-form-btn {
	padding: 1rem 3rem;
	line-height: 1.5;
}

.btn.btn-lg, .btn-group-lg>.btn {
	font-size: 0.875rem;
	padding: 1.375rem 3.4rem;
}

.btn.btn-rounded {
	border-radius: 50px;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled),
	[type="submit"]:not(:disabled) {
	cursor: pointer;
}

.btn {
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 400;
}

.btn-danger {
	color: #fff;
	background-color: #ff4747;
	border-color: #ff4747;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}

.navbar {
	font-weight: 400;
	-moz-box-shadow: 0 5px 21px -5px #cdd1e1;
	box-shadow: 0 5px 21px -5px #32323224;
	border-bottom: 2px solid #1b61a2;
	background-color: white;
}

.navbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
	width: calc(237px - 100px);
	max-width: 100%;
	height: 34px;
	margin: auto;
	vertical-align: middle;
}

.logout-btn i {
	font-size: 14px;
	color: #fff;
}

.logout-btn {
    border: 1px solid #2e92ef;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    background: #0d6efd;
    line-height: 1.3;
    color: #fff;
    margin-left: 65px;
    margin-top: 16px;
}

.logout-btn:hover {
	color: #3a96fd;
    background-color: #ffffff;
    border-color: #3a96fd;
}

.logout-btn:hover  i{
	color:  #3a96fd;
}

.navbar .navbar-menu-wrapper {
	background: #fff;
	transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	color: #9b9b9b;
	padding-left: 2.55rem;
	padding-right: 2.55rem;
	width: calc(100% - 237px);
	height: 70px;
}

.card {
	box-shadow: 1px 1px 8px 0px #c7c5d8;
	-webkit-box-shadow: 1px 1px 8px 0px #c7c5d8;
	-moz-box-shadow: 1px 1px 8px 0px #c7c5d8;
	-ms-box-shadow: 1px 1px 8px 0px #c7c5d8;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-bottom: 15px;
}

.card .card-body {
	padding: 0.5rem 0.8rem;
}

.card .card-body {
	padding: 0.5rem 0.8rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 3rem 0rem;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

@media ( min-width : 768px) {
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.875rem 1.175rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	background-color: color(white);
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
	border: 1px solid #c9ccd7;
	font-weight: 400;
}

.form-control-sm {
	min-height: 2.25rem;
	padding: 0.5rem 0.81rem;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.btn {
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 400;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #000;
	background-color: #459cfd;
	border-color: #3a96fd;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.btn-primary {
  color: #fff;
  background-color: #248afd;
  border-color: #248afd;
}

.btn-primary:hover {
    color: #3a96fd !important;
    background-color: #ffffff !important;
    border-color: #3a96fd !important;
}

.card .card-body {
	padding: 0.5rem 0.8rem;
}

div.dt-container {
	position: relative;
	clear: both;
}

.p-0 {
	padding: 0 !important;
}

@media ( min-width : 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}

div.dt-container div.dt-layout-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0.75em 0;
}

.card .card-title {
	color: #333333;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 600;
}

a:hover {
	color: #0a58ca;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid,
	.fab, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.sidebar {
	min-height: calc(100vh - 70px);
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	padding: 0;
	margin-top: 70px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 189px !important;
	z-index: 11;
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease;
	background: rgb(3, 64, 120);
	background: linear-gradient(0deg, rgba(3, 64, 120, 1) 5%,
		rgba(6, 50, 89, 1) 95%);
}

.sidebar .nav:not(.sub-menu) {
	margin-top: 1.45rem;
	margin-right: 0.375rem;
}

.flex-column {
	flex-direction: column !important;
}

.container-scroller {
	padding-left: 12%;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
    margin-top: .2rem;
}.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
    margin: 0;
}
.sidebar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0.75rem 1.937rem 0.75rem 1rem;
    color: #ffffff;
    text-decoration: none;
}
.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 1rem;
    line-height: 1;
    margin-right: 1rem;
    color: #fff;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
}
.modal-content {
	border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 800px;
    pointer-events: auto;
}
.modal-dialog {
    margin-left: 370px;
    }
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background: linear-gradient(135deg, #007bff, #00b4d8);
    color: white;
    border-radius: 18px 18px 0 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.col-sm-4 {
        width: 33.33333%;
}
.col-form-label {
    padding-top: calc(0.875rem + 1px);
    padding-bottom: calc(0.875rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1;
}
.mb-3 {
    margin-bottom: 1rem;
}
.col-sm-8 {
        width: 59%;
}
.align-items-center {
	    align-items: center;
}
.form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.btn-close {
   
 box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: currentColor;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;

}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
body{
	-ms-overflow-style: none;
	scrollbar-width: none; 
    font-size: 0.9rem !important;
    font-family: "Montserrat", "sans-serif" !important;
    font-weight: normal !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased;
}
.err-msg {
    background: #d62828;
    color: #fff;
    padding: 2px 6px;
    font-size: 0.7rem !important;
    font-weight: bold !important;
    border-radius: 10px;
    margin-top: 5px;
}
.footer {
    background: #fff;
    color: color(dark);
    padding: 10px 2.45rem;
    font-size: calc(0.775rem - 0.05rem);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer a{
    color: #686868;
    font-size: inherit;
    text-decoration: none;
    position: relative;
}

.footer a:hover{
	color: #0a58ca;
	text-decoration: underline;
}
thead {
    background: #eeeeee;
}
thead th {
    text-transform: uppercase;
    border: 1px solid #dee2e6;
}
.overlay {
    background: #dae3efcc;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-radius: 15px;
}
.kw-center-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.kw-loader__spinner {
	position: absolute;
	width: calc(40% - 0.25rem);
	height: calc(40% - 0.25rem);
	border: 0.125rem solid transparent;
	border-top-color: #00afb9;
	border-left-color: #00afb9;
	border-radius: 50%;
	-webkit-animation: loaderSpin 1.5s linear infinite;
	animation: loaderSpin 1.5s linear infinite;
	z-index: 9;
}
.kw-loader__bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border-radius: 100%;
    position: absolute;
}
.kw-loader__bg::before, .kw-loader__bg::after {
    content: "";
    border-radius: 50%;
    width: inherit;
    height: inherit;
    background-color: rgb(211 212 211);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-bg 2s 
    linear infinite;
    animation: loader-bg cubic-bezier(0.895, 0.03, 0.685, 0.22) linear infinite;
    opacity: 0;
    color: white;
    z-index: 1;
}
.kw-loader__spinner::before {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    content: "";
    border: 0.125rem solid transparent;
    border-top-color: #ff4747;
    border-left-color: #ff4747;
    border-radius: 50%;
    -webkit-animation: loaderSpinBack 1s 
    linear infinite;
    animation: loaderSpinBack 1s 
    linear infinite;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c9ccd7;
    border-radius: 0.25rem;
}
.navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 70px;
    border-radius: 10px;
    background: #F4F6FF !important;
}
.card-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    background-color: #efefef;
    width: 40%;
    border-radius: 10px;
    
}

.dropdown-menu.navbar-dropdown {
  min-width: 200px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-height: 200px;
}

.dropdown-menu .main-card p {
  margin: 8px 0;
  font-size: 14px;
}

.dropdown-menu .main-card p strong {
  color: #0d6efd;
}
