.btn-delete {
  color: #fff;
  background-color: #cc2127;
  border-color: #cc2127; }
  .btn-delete:hover {
    color: #fff;
    background-color: #cc274b;
    border-color: #cc1a41; }
  .btn-delete:focus, .btn-delete.focus {
    color: #fff;
    background-color: #cc274b;
    border-color: #cc1a41;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5); }
  .btn-delete.disabled, .btn-delete:disabled {
    color: #fff;
    background-color: #cc2127;
    border-color: #cc2127; }
  .btn-delete:not(:disabled):not(.disabled):active, .btn-delete:not(:disabled):not(.disabled).active,
  .show > .btn-delete.dropdown-toggle {
    color: #fff;
    background-color: #cc1a41;
    border-color: #cc0d36; }
    .btn-delete:not(:disabled):not(.disabled):active:focus, .btn-delete:not(:disabled):not(.disabled).active:focus,
    .show > .btn-delete.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5); }

.btn-delete:not(.btn-light) {
  color: #ffffff; }
  .btn-delete:not(.btn-light):hover, .btn-delete:not(.btn-light):focus, .btn-delete:not(.btn-light):active {
    color: #ffffff; }
  .btn-delete:not(.btn-light):focus, .btn-delete:not(.btn-light):active {
    background: #cc2127;
    border-color: #cc2127; }

textarea.form-control {
	line-height: 1.4em;
}

.login-wrapper {
	background: linear-gradient(90deg, #C7C5F4, #776BCC);
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.screen {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	height: 600px;
	width: 90%;
	max-width: 360px;
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #6C63AC;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #7E7BB9;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}

.login__input {
	border: none;
	border-bottom: 1px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 400;
	width: 65%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.login-logo {	
	position: absolute;
	height: 60px;
	width: 260px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
	transform: scale(1.5);	
}

.sidebar .nav .nav-item.nav-category {
    color: #AAA6FF !important;
	font-size: 1.2em !important;
}

.navbar {
	display: none !important;
}

.navbar.fixed-top + .page-body-wrapper {
	padding: 0 !important;
}

.page-body-wrapper {
	min-height: 100vh !important;
}

.nav-logo {
	text-align: center;
	padding-top: 10px;
}

.nav-logo img {
	width: 140px !important;
	height: auto !important;
}

.sidebar .nav .nav-item.nav-profile {
	padding-top: 5px !important;
	margin-bottom: 0 !important;
	cursor: default;
}

.sidebar .nav .nav-item.nav-profile:hover {
	background-color: #1A2226 !important;
}

.page-title {
	font-size: 1.5em !important;
}

.breadcrumb-item {
	cursor: default;
}

select.form-control {
	color: unset !important;
}

.table-bordered {
    border: 1px solid #e8ecf1 !important;
}

.table thead th {
	font-weight: 600 !important;
}

.paging {
    width: 100%;
    text-align: center;
}

.form-group label {
	font-weight: 600;
}

.form-check {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.form-check-label {
	font-weight: 400 !important;
}

p.form-check-label {
	color: #777777 !important;
	margin-left: 0.5em !important;
}

.txt-flex {
	display: flex !important;
}

.form-check span {
	color: #777777 !important;
	margin-left: 0.5em !important;
	font-size: 0.875rem !important;
	line-height: 3.2em !important;
}

.form-check .table-responsive {
	margin-left: 0.5em !important;
}

.form-inline label {
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: top;
    margin-right: 0.5rem;
	font-weight: 600;
}

.txt-info {
	color: #777777;
    font-size: 0.825rem;
	font-weight: 400;
    margin-top: 0.5rem;
}

.datepicker {
	cursor: pointer;
}

.txt_notice {
	color: #ff0000;
}

@media (max-width: 991px) {
	.navbar {
		display: block !important;
	}

	.navbar.fixed-top + .page-body-wrapper {
		padding-top: 70px !important;
	}

	.page-body-wrapper {
		min-height: calc(100vh - 70px) !important;
	}

	.navbar .navbar-brand-wrapper {
		background-color: #ffffff !important;
		width: 200px;
		position: fixed;
	}

	.navbar .navbar-brand {
		width: 140px !important;
	}

	.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
		width: auto !important;
		height: auto !important;
	}

	.nav-logo {
		display: none;
	}

	.btn-block-m {
		display: block;
		width: 100%;
	}

	.page-header > nav {
		display: none;
	}

	.forms-sample a.ml-1, .forms-sample button.ml-1 {
		margin-left: 0 !important;
		margin-top: 0.75em !important;
	}
}
