.mr-5{
    margin-right: 5px;
}
.mr-8{
    margin-right: 8px;
}
.mr-10{
    margin-right: 10px;
}
.card-title.disk {
	text-align: center;
	margin-top: 9px;
}
.card-title.disk .green{
    color:#1d7f58;
}
.pagination-bar{
    display: flex;
    justify-content: flex-end;
}
.srch-btn {
	text-align: right;
}
.form-label.fcl-mr {
	margin-top: 0.5rem;
}
.faclt-hd {
	text-align: right;
}
.radio-btn {
	text-align: right;
}
.trash-btn{
	text-align: right;
}
.add-man {
	margin-left: 10px;
}
.add-man-btn {
	width: 100%;
}
.add-man-slct {
	display: flex;
	/* box-sizing: border-box; */
}
.logo-top {
	margin-bottom: 25px;
}
.hd-frm {
	margin-bottom: 20px;
}
.hd-frm h2{
	color: #222;
}
.hd-frm {
	text-transform: uppercase;
}
.tickt-frm-hd {
	position: relative;
}
.tckt-frm-bck {
	position: absolute !important;
	left: 10px;
	top: -15px;
	width: 40px !important;
	height: 40px !important;
	/* line-height: 30px; */
	font-size: 26px;
	border-radius: 50%;
	background: rgba(15,85,145,.1);
	color: #0d5794;
	text-align: center;
	padding: 0 3px !important;
}
.auth-bgg{
	background-image: url(../../../assets/images/auth-page.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}
.tickt-bdy{
	padding: 35px !important;
}
.decla-pt{
	padding-left: 20px;
}
.sigCanvas{
	border: 1px solid #ccc;
}	
.btn-sce {
	text-align: right;
}


/***Widget Page Start***/
.outr-btn{
	display: flex;
}
.changes-btn{
	text-align:left;
}
.nav-btn-top .nav-tabs-custom {
	border-bottom: 1px solid #f6f6f6;
	width: 650px;
	margin: auto;
	margin-bottom: 0 !important;
}
.nav-btn-top {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.nav-btn-top .nav-tabs > li > a, .nav-pills > li > a {
	color: #495057;
	font-weight: 500;
	font-size: 20px;
}
.wid-btn-sttng{
	border: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
.blu-btn{
	background-color: #0d5794 !important;
	color: #fff;

}
.yllow-btn{
	background-color: #f4be62 !important;
	color: #fff;

}
.green-btn{
	background-color: #21af0c !important;
	color: #fff;

}
.brwn-btn{
	background-color: #a74605  !important;
	color: #fff;

}
.red-btn{
	background-color: #d30d08 !important;
	color: #fff;

}
.custm-radio .btn-check:checked + .btn-secondary,
.custm-radio .btn-check:active + .btn-secondary,
.custm-radio .btn-secondary:active, .custm-radio .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #0d5794;
	border-color: #0d5794;
}
.custm-radio .btn-secondary {
	color: #fff;
	background-color: #2473b4;
	border-color: #2473b4;
}
.lft-algn{
	display: flex;
	justify-content: left;
}
.cnt-algn{
	display: flex;
	justify-content: center;
}
.rt-algn{
	display: flex;
	justify-content: right;
}
.tp-algn{
	display: flex;
	align-items: flex-start;
}
.mdl-algn{
	display: flex;
	align-items: center;
}
.btm-algn{
	display: flex;
	justify-content: flex-end;
}

.colr-btn.form-control-color {
	width: 7rem;
	height: auto;
	padding: 0.47rem;
	padding-right: 40px;
	position: relative;
}


.radio-align-sec input[type="radio"]:checked ~ label {
	color: #fff;
	background-color: #0d5794;
}
.radio-align-sec input[type="radio"] {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.lft-algn::before {
	display: none;
}
.tp-algn::before {
	display: none;
}
.btn-group-example.radio-align-sec .btn:first-child::before {
	display: none;
}
.eye-drop {
	position: relative;
	display: inline-block;
}
.dropper {
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 36px;
	background: #e9e9e9;
	text-align: center;
	line-height: 35px;
	border-radius: 0 3px 3px 0;
	color: #646464;
	pointer-events: none;
}
/***Widget Page End***/ 

.minWidthCol {
	min-width: 93px;
}

.passwordToggleEye{
	position: relative;
}
.passwordToggleEye{
		position: absolute;
			top: 32%;
			right: 11px;
}

.chatBox{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}