.alert .btn-close {
	margin: 0 auto;
	right: 10px;
	top: 12px;
	position: absolute;
	border: 1px solid #333;
	font-size: 10px;
	padding: 5px;
	margin-left: 5px;
}

.alert {
	padding: .8rem !important;
}

.alert-msg {
	padding-right: 22px;
	text-align: justify;
}

.breadcrumbs {
	padding: 6px 0;	
}

.section {
	padding-top: 30px;
	padding-bottom: 40px;
}

.header .topbar {
	background-color: #fff;
	padding: 18px 0;
	border-bottom: 1px solid #eee;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .45;
}

.sign-in-up-content {	
	padding-right: 30px;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px;
	}
}

/* start: style sign-in-up */
.header .topbar .top-end .user {
	color: #081828;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	font-size: 14px;
  }
  
  .header .topbar .top-end .user i {
	color: #081828;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
  }
  
  .header .topbar .top-end .user-login {
	display: inline-block;
	white-space: nowrap;
  }
  
  .header .sign-in-up .user-login li {
	display: inline-block;
	border-right: 1px solid #081828;
	padding: 0px 10px;
	white-space: nowrap;
  }
  
  .header .sign-in-up .user-login li:first-child {
	padding-right: 12px;
  }
  
  .header .sign-in-up .user-login li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
  }
  
  .header .sign-in-up .user-login li a {
	color: #081828;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
  }
  
  .header .sign-in-up .user-login li a:hover {
	color: #0167F3;
  }
/* end: style sign-in-up */
label {
	display: inline-block;
	font-weight: bold;
}
.navbar-nav .nav-item .sub-menu {	
	text-align: left;
	right: 0 !important;
	padding: 10px 20px !important;
}
.navbar-nav .nav-item .sub-menu li{	
	margin-right: 0px;
	margin-bottom: 10px !important;	
}

.contact-profile .card {	
	margin-bottom: 15px;
}

.contact-profile .card-title {
	background: #eee;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.contact-profile .product-sidebar .single-widget {
	padding: 0px; 
}

.contact-profile .single-widget .card{
	margin-bottom: 0 !important;
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #979797 !important;
}

/* stsrt fieldset styles */
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
}

.rfa {
	float: right;
	margin-top: -38px;
	border: 1px solid #b7b7b7;
	padding: 10px 12px;
	border-radius: 29px;
	cursor: pointer;
	margin-right:20px;	
}

.rfa2 {
	cursor: pointer;
	margin-right: -21px;
	float: right;
	margin-top: -38px;
	border: 1px solid #b7b7b7;
	border-radius: 30px;
	padding: 10px 12px;
}

.rfa:hover, .rfa2:hover{
 background-color: #ddd;
}

.rfa3 {
	padding: 7px 8px;
}

.rfa3:hover, .rfa3:focus {
	border: 0px solid #b7b7b7;
	background: #ddd;	
	border-radius: 30px;
}

.edit-icon{
	color: #05b295;
}
.qr-icon{
	color: #333;
}
.copy-icon{
	color: #6814c8;
}
.copy-select{
	border: 0px solid #b7b7b7;
	background: #ddd;	
	border-radius: 30px;
	background-color: #ddd;
}
.download-icon{
	color: #495bd1;
}
.remove-icon{
	color: red;
}

.qrcode_content img{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.table td, .table th{
	vertical-align: middle;
}

.cus-field-1{
	width: 90%;
}
.card-body {
	padding: 1rem 1.5rem;
}
.address-add-btn {
	margin-top: -48px !important;
	margin-right: 43px;
	right: 0;
	position: absolute;
}
.address-remove-btn {
	right: 24px;
	position: absolute;
	top: 12;
	margin-top: -48px;
}
.required .form-label:after{
	content:"*";
  	color:red;
	font-size: large;
 }
/* end fieldset styles */
.footer .single-footer h3::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #0167F3;
	content: '';
}
.pagination {
	text-align: left;
	margin: 40px 0 0 0;
	display: flex;
}

/* Style for image upload */
.error-message{
	color:red;
	font-size: .875em;
}
#imgDisplayContentId {
    vertical-align: middle;
    border-style: none;
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* End style for image upload */


@media (max-width: 767px) {
	.logo-content{	
			left: 45px;
			position: absolute;	
	}
	.sign-in-up-content{
		float: right;
		right: 0;
		position: absolute;		
	}

	.header .navbar-nav .nav-item .sub-menu {
		position: absolute  !important;		
		border: 1px solid #ddd !important;
		margin-left: -55px !important;		
		margin-top: 5px !important;
	}
	.cus-field-1{
		width: 78%;
	}
	.contact-profile .single-widget .card{
		margin-bottom: 15px !important;
	}
}

@media (min-width: 590px) and (max-width: 640px){	
	.navbar {	
		margin-left: -81px !important;
	}
}