body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all 0.3s;
	z-index: 1003;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all 0.5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #eee;
	cursor: pointer;
	color: #177dff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 22px;
}

.custom-template .title {
	padding: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #575d6b;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #ebedf2;
}

.custom-template .custom-content {
	padding: 20px 15px;
	height: calc(100vh - 60px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all 0.2s;
}

.custom-template .btnSwitch button:hover {
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img,
.custom-template .img-pick.active img {
	border-color: #177dff;
}

.demo .btn,
.demo .progress {
	margin-bottom: 15px !important;
}

.demo .form-check-label,
.demo .form-radio-label {
	margin-right: 15px;
}

.demo .toggle,
.demo .btn-group {
	margin-right: 15px;
}

.demo #slider {
	margin-bottom: 15px;
}

.table-typo tbody>tr>td {
	border-color: #fafafa;
}

.table-typo tbody>tr>td:first-child {
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody>tr>td:first-child p {
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all 0.2s;
}

.demo-icon:hover {
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview {
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

.demo-icon .icon-class {
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

.form-show-notify .form-control {
	margin-bottom: 15px;
}

.form-show-notify label {
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li {
	padding: 5px 0;
}

.row-demo-grid {
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"] {
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body {
	background: #ddd;
}

.btnSwitch button[data-color="default"] {
	background-color: #fff;
}

.btnSwitch button[data-color="black"] {
	background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
	background-color: #282a3c;
}

.btnSwitch button[data-color="blue"] {
	background-color: #177dff;
}

.btnSwitch button[data-color="purple"] {
	background-color: #716aca;
}

.btnSwitch button[data-color="light-blue"] {
	background-color: #05b4d8;
}

.btnSwitch button[data-color="green"] {
	background-color: #35cd3a;
}

.btnSwitch button[data-color="orange"] {
	background-color: #ffa534;
}

.btnSwitch button[data-color="red"] {
	background-color: #f3545d;
}

.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}

@media screen and (max-width: 550px) {
	.table-typo tr td {
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 576px) {
	.custom-template {
		height: 100vh;
		top: 0;
		transform: translateY(0);
	}

	.custom-template .custom-content {
		height: calc(100% - 55px);
		overflow: auto;
	}

	.form-show-notify>.text-right,
	.form-show-validation>.text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-default {
    color: #fff;
    background-color: #282a3c;
}
.badge-secondary {
    color: #fff;
    background-color: #716aca;
}
.badge-warning {
    color: #fff;
    background-color: #ffa534;
}
.badge-danger {
    color: #fff;
    background-color: #f3545d;
}
.badge-link {
    color: #fff;
    background-color: transparent;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.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 rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.nav-search .form-control {
	width: auto;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.modal-title {
	text-transform: capitalize;
}
.modal-body iframe {
	min-height: 350px;
}

